| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | add “export blocks” feature | taehoon | 2019-04-27 |
| | | |||
| * | fix wrong function binding | 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 |
| | | |||
| * | split out follow’s importer as a separate component | taehoon | 2019-04-27 |
| | | |||
| * | remove extra spacing | taehoon | 2019-04-17 |
| | | |||
| * | code readability | taehoon | 2019-04-17 |
| | | |||
| * | clean up | taehoon | 2019-04-17 |
| | | |||
| * | ui improvements | taehoon | 2019-04-17 |
| | | |||
| * | clean up | taehoon | 2019-04-17 |
| | | |||
| * | add bulk mute/unmute buttons and wire up to vuex | taehoon | 2019-04-17 |
| | | |||
| * | wire up bulk action buttons to vuex | taehoon | 2019-04-17 |
| | | |||
| * | add bulk action buttons | taehoon | 2019-04-17 |
| | | |||
| * | replace scope attributes by slot-scope | taehoon | 2019-04-17 |
| | | |||
| * | clean up | taehoon | 2019-04-17 |
| | | |||
| * | use reusable List vue component instead of withList hoc | taehoon | 2019-04-17 |
| | | | | | Using slot is the preferred way in vue | ||
| * | support i18n | taehoon | 2019-04-14 |
| | | |||
| * | add search to the mutes tab as well | taehoon | 2019-04-14 |
| | | |||
| * | rename Autosuggest component | taehoon | 2019-04-14 |
| | | |||
| * | make more generic | taehoon | 2019-04-14 |
| | | |||
| * | make more generic | taehoon | 2019-04-14 |
| | | |||
| * | make UserAutoSuggest component more generic | taehoon | 2019-04-14 |
| | | |||
| * | improve ui | taehoon | 2019-04-14 |
| | | |||
| * | add user autosuggest component | taehoon | 2019-04-14 |
| | | |||
| * | 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 ... | ||
| | * | #255 - clean up user settings page with self-closing html tags | jared | 2019-03-26 |
| | | | |||
| | * | #255 - support textarea and update user settings page | jared | 2019-03-26 |
| | | | |||
| | * | Add mute/unmute featrue and mutes management tab | taehoon | 2019-03-21 |
| | | | |||
| * | | Initial work on deprecating scopeModesEnabled in favor of minimalScopeMode | Henry Jameson | 2019-03-03 |
| |/ | |||
| * | Show only "app_name" and "valid_until" (OAuth tokens table) | Maxim Filippov | 2019-02-28 |
| | | |||
| * | use translations | Maxim Filippov | 2019-02-28 |
| | | |||
| * | Add OAuth Tokens management to settings | Maxim Filippov | 2019-02-28 |
| | | |||
| * | Remove needless code | taehoon | 2019-02-21 |
| | | |||
| * | Comment out the mutes tab | taehoon | 2019-02-20 |
| | | |||
| * | Add new strings to i18n | taehoon | 2019-02-20 |
| | | |||
| * | Add note for empty state to the lists using slot | taehoon | 2019-02-20 |
| | | |||
| * | Add mutes tab | taehoon | 2019-02-20 |
| | | |||
| * | Add a prop to force-refresh data to withSubscription hoc | taehoon | 2019-02-20 |
| | | |||
| * | Remove pagination support from block-list | taehoon | 2019-02-20 |
| | | |||
| * | Add blocks tab with test data to user settings page | taehoon | 2019-02-20 |
| | | |||
| * | Merge branch 'issue-371-user-setting-notification' into 'develop' | Shpuld Shpludson | 2019-02-20 |
| |\ | | | | | | | | | | | | | #371: show notification when user setting's saved Closes #371 See merge request pleroma/pleroma-fe!598 | ||
| | * | #371: show notification when user setting's saved | dave | 2019-02-19 |
| | | | |||
| * | | Make embedded image cropper | taehoon | 2019-02-15 |
| | | | |||
| * | | Add avatar crop popup | taehoon | 2019-02-15 |
| |/ | |||
| * | Revert "Merge branch 'fix/no-autocomplete-in-non-post-forms' into 'develop'" | HJ | 2019-02-14 |
| | | | | This reverts merge request !551 | ||
| * | Merge branch 'fix/profile-banner-preview-width' into 'develop' | Shpuld Shpludson | 2019-02-12 |
| |\ | | | | | | | | | #333 Fix max-width of profile banner in setting See merge request pleroma/pleroma-fe!560 | ||
| | * | Fix max-width of profile banner in setting | jasper | 2019-02-11 |
| | | | |||
| * | | Merge branch 'fix/no-autocomplete-in-non-post-forms' into 'develop' | Shpuld Shpludson | 2019-02-12 |
| |\ \ | |/ |/| | | | | | #255 - implement autocomplete in non post forms See merge request pleroma/pleroma-fe!551 | ||
| | * | make name field auto-complete | Xiaofeng An | 2019-02-08 |
| | | | |||
