Henry Jameson
96f31716f9
slot-based emoji input/autocomplete component
2019-06-07 00:17:49 +03:00
William Pitcock
28ca504576
wire up notification settings
2019-05-25 07:34:59 +00:00
HJ
0f7f685c5e
Merge branch '437-user-profile-settings' into 'develop'
...
Transition to MastoAPI: user profile settings
Closes #437
See merge request pleroma/pleroma-fe!682
2019-04-30 06:05:52 +00:00
taehoon
3665c86d70
use default_scope parameter
2019-04-27 21:51:17 -04:00
taehoon
2c4af6693a
clean up
2019-04-27 14:04:30 -04:00
taehoon
ab19669bf1
refactoring
2019-04-27 08:31:06 -04:00
taehoon
95bc2d727b
add “export blocks” feature
2019-04-27 08:31:06 -04:00
taehoon
08eaf9bd33
make reusable Exporter component
2019-04-27 08:31:06 -04:00
taehoon
0ab2f9dfa5
add “block import” feature
2019-04-27 08:31:06 -04:00
taehoon
6ea4154084
change api function name
2019-04-27 08:31:06 -04:00
taehoon
6d0e98a1c2
make Importer component reusable
2019-04-27 08:31:06 -04:00
taehoon
562120ae48
split out follow’s importer as a separate component
2019-04-27 08:31:06 -04:00
taehoon
ac0b45fa14
Update avatar uploading
2019-04-27 08:30:08 -04:00
taehoon
e14720419f
Switch to mastoapi for updating user profile
2019-04-27 08:30:08 -04:00
taehoon
909d11825d
Switch to mastoapi for updating banner
2019-04-27 08:30:08 -04:00
taehoon
808e1ac11c
Switch to mastoapi for updating avatar
...
# Conflicts:
# src/services/api/api.service.js
2019-04-27 08:30:08 -04:00
taehoon
a89236f67c
clean up
2019-04-17 11:32:49 -04:00
taehoon
d3cad54aa3
add bulk mute/unmute buttons and wire up to vuex
2019-04-17 11:32:49 -04:00
taehoon
13c8f10f4b
wire up bulk action buttons to vuex
2019-04-17 11:32:49 -04:00
taehoon
8fa639f252
add bulk action buttons
2019-04-17 11:32:49 -04:00
taehoon
d9b3f5be47
use SelectableList for blocks/mutes list
2019-04-17 11:32:48 -04:00
taehoon
0bf451bb36
remove withList hoc
2019-04-17 11:32:48 -04:00
taehoon
1cec2b6969
use reusable List vue component instead of withList hoc
...
Using slot is the preferred way in vue
2019-04-17 11:32:48 -04:00
taehoon
d58e08cf52
add search to the mutes tab as well
2019-04-14 23:44:50 -04:00
taehoon
0bdb0e5a81
rename Autosuggest component
2019-04-14 23:44:49 -04:00
taehoon
1cf9780e05
make more generic
2019-04-14 23:44:49 -04:00
taehoon
8410add394
make UserAutoSuggest component more generic
2019-04-14 23:44:49 -04:00
taehoon
da5844205c
add user autosuggest component
2019-04-14 23:44:49 -04:00
Henry Jameson
4dc64438e9
aaaaggghh
2019-03-30 12:41:42 +02:00
Henry Jameson
9f4a9bff46
Merge remote-tracking branch 'upstream/develop' into minimal-scopes-mode
...
* 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
...
2019-03-30 12:31:50 +02:00
jared
2927454233
#255 - support textarea and update user settings page
2019-03-26 13:40:37 -04:00
jasper
3108722eda
Add button to save without cropping
2019-03-18 18:19:42 -07:00
taehoon
ff9e55ae42
Generate cropped avatar image in the original file type
2019-03-04 21:22:32 -05:00
Henry Jameson
6184c88ac7
Initial work on deprecating scopeModesEnabled in favor of minimalScopeMode
2019-03-03 15:45:17 +02:00
Maxim Filippov
267952b4e7
"Are you sure?" -> i18n
2019-02-28 04:05:54 +03:00
Maxim Filippov
c71f411ad6
Show only "app_name" and "valid_until" (OAuth tokens table)
2019-02-28 04:05:54 +03:00
Maxim Filippov
c10a15386a
Code style
2019-02-28 04:04:26 +03:00
Maxim Filippov
2c7406d9a8
Add OAuth Tokens management to settings
2019-02-28 04:04:26 +03:00
taehoon
6d4d705c51
Rename some options and add comments to HOCs
2019-02-20 13:30:31 -05:00
taehoon
339373b495
Improve chaining hocs using vue-compose
2019-02-20 13:30:30 -05:00
taehoon
f81b82b471
Use hoc definitions to be factor of factory
2019-02-20 13:30:30 -05:00
taehoon
e91a94ff9c
Add mutes tab
2019-02-20 13:30:30 -05:00
taehoon
8c8a6edc78
Remove pagination support from block-list
2019-02-20 13:30:30 -05:00
taehoon
52913d8f87
Complete functionality of BlockCard
2019-02-20 13:30:30 -05:00
taehoon
0220d3d304
Finally, added BlockCard
2019-02-20 13:30:30 -05:00
taehoon
94e6de11b7
Add withList hoc and remove UserList component
2019-02-20 13:30:30 -05:00
taehoon
a817cc7cb4
Wire up ui to real blocks api data
2019-02-20 13:30:30 -05:00
taehoon
a56d2dfeb1
Add blocks tab with test data to user settings page
2019-02-20 13:30:30 -05:00
Shpuld Shpludson
cfdd885e04
Merge branch 'issue-371-user-setting-notification' into 'develop'
...
#371 : show notification when user setting's saved
Closes #371
See merge request pleroma/pleroma-fe!598
2019-02-20 14:42:27 +00:00
dave
63cfe051c7
#371 : show notification when user setting's saved
2019-02-19 12:38:49 -05:00