| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | add translation | taehoon | 2019-05-15 |
| | | |||
| * | fix typo | taehoon | 2019-05-15 |
| | | |||
| * | #468 - add extra buttons for status actions | dave | 2019-05-15 |
| | | |||
| * | Fix small mistake in Polish translation | Marcin Mikołajczak | 2019-05-10 |
| | | |||
| * | Merge branch 'mobile-scope' into 'develop' | HJ | 2019-05-09 |
| |\ | | | | | | | | | | | | | Display additional scope description above the status form for mobile users. Closes #505 See merge request pleroma/pleroma-fe!767 | ||
| | * | Use more clear explanation in the scope notice, make sure the hide button ↵ | eugenijm | 2019-05-08 |
| | | | | | | | | | doesn't overlap with text in notice. | ||
| | * | Move scope visibility notice to the status form, make it dismissible | eugenijm | 2019-05-07 |
| | | | |||
| * | | Merge branch 'fix/floating-button' into 'develop' | HJ | 2019-05-07 |
| |\ \ | | | | | | | | | | | | | | | | | | | Mobile Post button fix Closes #506 See merge request pleroma/pleroma-fe!769 | ||
| | * | | Make floating post button configurable | eugenijm | 2019-04-29 |
| | | | | |||
| * | | | Update es.json | tarteka | 2019-05-06 |
| | |/ |/| | |||
| * | | update copy | taehoon | 2019-05-03 |
| | | | |||
| * | | update generic error message | taehoon | 2019-05-03 |
| | | | |||
| * | | add translations | taehoon | 2019-05-03 |
| | | | |||
| * | | add user reporting modal | taehoon | 2019-05-03 |
| | | | |||
| * | | Merge branch 'develop' into 'develop' | Shpuld Shpludson | 2019-05-03 |
| |\ \ | | | | | | | | | | | | | [i18n]Update oc.json See merge request pleroma/pleroma-fe!777 | ||
| | * | | Update oc.json | Exilat | 2019-05-01 |
| | | | | |||
| * | | | Update es.json | tarteka | 2019-05-03 |
| |/ / | |||
| * | | Merge branch 'develop' into ↵ | Shpuld Shpludson | 2019-04-30 |
| |\ \ | | | | | | | | | | | | | | | | 'brendenbice1222/pleroma-fe-issues/pleroma-fe-202-show-boosted-users' # Conflicts: # src/services/api/api.service.js | ||
| | * | | add “export blocks” feature | taehoon | 2019-04-27 |
| | | | | |||
| | * | | make reusable Exporter component | taehoon | 2019-04-27 |
| | | | | |||
| | * | | add “block import” feature | taehoon | 2019-04-27 |
| | | | | |||
| | * | | make Importer component reusable | taehoon | 2019-04-27 |
| | | | | |||
| | * | | add BBCode strings | William Pitcock | 2019-04-26 |
| | |/ | |||
| * / | fix i18n | shpuld | 2019-04-22 |
| |/ | |||
| * | Update oc.json | Exilat | 2019-04-20 |
| | | |||
| * | Update oc.json | Exilat | 2019-04-20 |
| | | |||
| * | Update oc.json | Exilat | 2019-04-20 |
| | | |||
| * | Update oc.json | Exilat | 2019-04-20 |
| | | |||
| * | support i18n | taehoon | 2019-04-17 |
| | | |||
| * | support i18n | taehoon | 2019-04-14 |
| | | |||
| * | Merge branch 'moderation-menu' into 'develop' | Shpuld Shpludson | 2019-04-08 |
| |\ | | | | | | | | | Moderation menu #310 See merge request pleroma/pleroma-fe!595 | ||
| | * | Added moderation menu | eugenijm | 2019-04-01 |
| | | | |||
| * | | #469 - update text copy | dave | 2019-04-02 |
| | | | |||
| * | | #469 - update behavior of safe_dm | dave | 2019-04-02 |
| |/ | |||
| * | Merge branch 'develop' into 'develop' | Shpuld Shpludson | 2019-04-01 |
| |\ | | | | | | | | | [i18n] Update oc.json for !611 and !691 See merge request pleroma/pleroma-fe!712 | ||
| | * | Update oc.json for !611 and !691 | Exilat | 2019-03-27 |
| | | | |||
| * | | Merge branch 'patch-2' into 'develop' | Shpuld Shpludson | 2019-04-01 |
| |\ \ | | | | | | | | | | | | | Update Polish translation See merge request pleroma/pleroma-fe!719 | ||
| | * | | Update Polish translation | Marcin Mikołajczak | 2019-03-31 |
| | |/ | |||
| * | | Merge branch 'minimal-scopes-mode' into 'develop' | HJ | 2019-04-01 |
| |\ \ | | | | | | | | | | | | | Initial work on deprecating scopeModesEnabled in favor of minimalScopeMode See merge request pleroma/pleroma-fe!633 | ||
| | * | | Merge remote-tracking branch 'upstream/develop' into minimal-scopes-mode | Henry Jameson | 2019-03-30 |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (173 commits) Fix: Change condition fix typo update store according to retweeted status #433 - update sort by for conversation display replies_count right after reply icon expose replies_count from mastodon api Apparently, MastoAPI gives status in ancestors if you try opening a repeat... make side drawer use gesture service and fix its animations review/remove error hiding errata review #433 - sort conversation for retweets and clean up Revert "Merge branch 'revert-987b5162' into 'develop'" Revert "Merge branch 'mastoapi/friends-tl' into 'develop'" Add await to login action' Remove console log Fix warnings in user profile routing Add tests for gesture service, fix bug with perpendicular directions #255 - clean up autocomplete form #255 - clean up user settings page with self-closing html tags ... | ||
| | * | | Initial work on deprecating scopeModesEnabled in favor of minimalScopeMode | Henry Jameson | 2019-03-03 |
| | | | | |||
| * | | | #470 - update button text capitalization | jared | 2019-04-01 |
| | | | | |||
| * | | | #470 - update i18n | jared | 2019-04-01 |
| | |/ |/| | |||
| * | | Merge branch 'issue-442-placeholder-fix' into 'develop' | HJ | 2019-03-25 |
| |\ \ | | | | | | | | | | | | | | | | | | | #442 - clean up Bio placeholder text Closes #442 See merge request pleroma/pleroma-fe!689 | ||
| | * | | #442 - update placeholder linebreak | dave | 2019-03-18 |
| | | | | |||
| | * | | #442 - clean up Bio placeholder text | dave | 2019-03-17 |
| | | | | |||
| * | | | Add hideMutedPosts setting and wire up to post-returning endpoints | taehoon | 2019-03-21 |
| | | | | |||
| * | | | Merge branch 'feature/bypass-avatar-cropper' into 'develop' | Shpuld Shpludson | 2019-03-21 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | #443 Add button to save without cropping Closes #443 See merge request pleroma/pleroma-fe!691 | ||
| | * | | | Add button to save without cropping | jasper | 2019-03-18 |
| | |/ / | |||
| * | | | Merge branch 'patch-2' into 'develop' | Shpuld Shpludson | 2019-03-21 |
| |\ \ \ | | | | | | | | | | | | | | | | | [i18n] Update oc.json See merge request pleroma/pleroma-fe!684 | ||
