| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | moved stuff from settings, cleaned up naming for tabs, added close and peek | Henry Jameson | 2020-05-10 |
| | | |||
| * | initial work on settings modal | Henry Jameson | 2020-05-03 |
| | | |||
| * | Add setting for allow_following_move | kPherox | 2020-02-04 |
| | | |||
| * | Fix password and email update | eugenijm | 2020-01-28 |
| | | |||
| * | Implement domain mutes v2 | Shpuld Shpludson | 2020-01-15 |
| | | |||
| * | Backend Interactor service overhaul, removed the need for copypasting | Henry Jameson | 2019-11-24 |
| | | |||
| * | Add ability to change user's email | Sergey Suprunenko | 2019-11-08 |
| | | |||
| * | replace checkboxes in user-settings with Checkbox component | Henry Jameson | 2019-10-07 |
| | | |||
| * | Feature/Add _Allow user discovery services_ preference | Hakaba Hitoyo | 2019-09-26 |
| | | |||
| * | Merge branch 'hide-followers-follows-count' into 'develop' | kaniini | 2019-09-26 |
| |\ | | | | | | | | | Added a setting to hide follow/follower count from the user profile See merge request pleroma/pleroma-fe!951 | ||
| | * | Added a setting to hide follow/follower count from the user profile | eugenijm | 2019-09-23 |
| | | | |||
| * | | rename for consistency | Henry Jameson | 2019-08-12 |
| |/ | |||
| * | Add user search at | Wyatt Benno | 2019-07-18 |
| | | |||
| * | Refactor user search api, better api error response handling | Tae Hoon | 2019-07-10 |
| | | |||
| * | npm eslint --fix . | Henry Jameson | 2019-07-05 |
| | | |||
| * | Merge branch 'refactor-emoji-input' into 'develop' | HJ | 2019-06-18 |
| |\ | | | | | | | | | | | | | EmojiInput refactoring Closes #565 See merge request pleroma/pleroma-fe!824 | ||
| | * | more bugfixes related to keybinds and nonworking stuff | Henry Jameson | 2019-06-09 |
| | | | |||
| | * | slot-based emoji input/autocomplete component | Henry Jameson | 2019-06-07 |
| | | | |||
| * | | getting and setting user background via MastoAPI | Henry Jameson | 2019-06-16 |
| | | | |||
| * | | Revert "add TOTP/Recovery Form for mobile version" | Maksim | 2019-06-12 |
| |/ | | | | This reverts commit a3811f944819430c278b6da6b08dc322a9b9ff65. | ||
| * | wire up notification settings | William Pitcock | 2019-05-25 |
| | | |||
| * | Merge branch '437-user-profile-settings' into 'develop' | HJ | 2019-04-30 |
| |\ | | | | | | | | | | | | | Transition to MastoAPI: user profile settings Closes #437 See merge request pleroma/pleroma-fe!682 | ||
| | * | use default_scope parameter | taehoon | 2019-04-27 |
| | | | |||
| | * | clean up | taehoon | 2019-04-27 |
| | | | |||
| | * | Update avatar uploading | taehoon | 2019-04-27 |
| | | | |||
| | * | Switch to mastoapi for updating user profile | taehoon | 2019-04-27 |
| | | | |||
| | * | Switch to mastoapi for updating banner | taehoon | 2019-04-27 |
| | | | |||
| | * | Switch to mastoapi for updating avatar | taehoon | 2019-04-27 |
| | | | | | | | | | | | # Conflicts: # src/services/api/api.service.js | ||
| * | | refactoring | taehoon | 2019-04-27 |
| | | | |||
| * | | add “export blocks” feature | taehoon | 2019-04-27 |
| | | | |||
| * | | make reusable Exporter component | taehoon | 2019-04-27 |
| | | | |||
| * | | add “block import” feature | taehoon | 2019-04-27 |
| | | | |||
| * | | change api function name | 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 |
| |/ | |||
| * | 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 |
| | | |||
| * | use SelectableList for blocks/mutes list | taehoon | 2019-04-17 |
| | | |||
| * | remove withList hoc | 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 | ||
| * | 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 UserAutoSuggest component more generic | taehoon | 2019-04-14 |
| | | |||
| * | add user autosuggest component | taehoon | 2019-04-14 |
| | | |||
| * | aaaaggghh | Henry Jameson | 2019-03-30 |
| | | |||
| * | 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 - support textarea and update user settings page | jared | 2019-03-26 |
| | | | |||
