aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch '437-user-profile-settings' into 'develop'HJ2019-04-30
|\ | | | | | | | | | | | | Transition to MastoAPI: user profile settings Closes #437 See merge request pleroma/pleroma-fe!682
| * use default_scope parametertaehoon2019-04-27
| |
| * use json content typetaehoon2019-04-27
| |
| * clean uptaehoon2019-04-27
| |
| * Update avatar uploadingtaehoon2019-04-27
| |
| * Switch to mastoapi for updating user profiletaehoon2019-04-27
| |
| * Switch to mastoapi for updating bannertaehoon2019-04-27
| |
| * Switch to mastoapi for updating avatartaehoon2019-04-27
| | | | | | | | | | # Conflicts: # src/services/api/api.service.js
* | Merge branch '220-import-export-blocks-mutes' into 'develop'HJ2019-04-29
|\ \ | | | | | | | | | | | | Allow import/export of blocks See merge request pleroma/pleroma-fe!717
| * | add a commenttaehoon2019-04-29
| | |
| * | refactoringtaehoon2019-04-27
| | |
| * | add “export blocks” featuretaehoon2019-04-27
| | |
| * | fix wrong function bindingtaehoon2019-04-27
| | |
| * | make reusable Exporter componenttaehoon2019-04-27
| | |
| * | add “block import” featuretaehoon2019-04-27
| | |
| * | change api function nametaehoon2019-04-27
| | |
| * | make Importer component reusabletaehoon2019-04-27
| | |
| * | add uploading icon csstaehoon2019-04-27
| | |
| * | move formData generating logic to api.servicetaehoon2019-04-27
| | |
| * | split out follow’s importer as a separate componenttaehoon2019-04-27
| |/
* | Merge branch '509' into 'develop'HJ2019-04-29
|\ \ | |/ |/| | | | | | | | | Show ellipsis for long user name and screen name Closes #509 See merge request pleroma/pleroma-fe!775
| * remove &taehoon2019-04-29
| |
| * show ellipsis for long user name and screen nametaehoon2019-04-29
|/
* Merge branch 'bugfix/in-reply-to-account-acct' into 'develop'HJ2019-04-27
|\ | | | | | | | | entity normalizer: hook up in_reply_to_account_acct See merge request pleroma/pleroma-fe!773
| * entity normalizer: hook up in_reply_to_account_acctWilliam Pitcock2019-04-27
|/
* Merge branch 'strings/bbcode' into 'develop'kaniini2019-04-26
|\ | | | | | | | | add BBCode strings See merge request pleroma/pleroma-fe!772
| * add BBCode stringsWilliam Pitcock2019-04-26
|/
* Merge branch '492' into 'develop'HJ2019-04-25
|\ | | | | | | | | | | | | Fix Follow/Mute/Block not functional issue in the user search page Closes #492 See merge request pleroma/pleroma-fe!754
| * fix follow button not updating bug in follow-cardtaehoon2019-04-22
| |
| * refer searched user objects from the global user reptaehoon2019-04-22
|/
* Merge branch '500' into 'develop'Shpuld Shpludson2019-04-22
|\ | | | | | | | | | | | | Set max-width of textarea in settings page Closes #500 See merge request pleroma/pleroma-fe!761
| * set max-width of textarea in settings pagetaehoon2019-04-21
| |
* | Merge branch '487' into 'develop'Shpuld Shpludson2019-04-22
|\ \ | | | | | | | | | | | | | | | | | | Fix broken Follow Export Closes #487 See merge request pleroma/pleroma-fe!762
| * | fetch all friends using paginationtaehoon2019-04-19
| |/
* | Merge branch 'develop' into 'develop'Shpuld Shpludson2019-04-22
|\ \ | | | | | | | | | | | | [i18n] Update for Occitan language See merge request pleroma/pleroma-fe!765
| * | Update oc.jsonExilat2019-04-20
| | |
| * | Update oc.jsonExilat2019-04-20
| | |
| * | Update oc.jsonExilat2019-04-20
| | |
| * | Update oc.jsonExilat2019-04-20
| |/
* | Merge branch '501' into 'develop'Shpuld Shpludson2019-04-22
|\ \ | | | | | | | | | | | | | | | | | | Remove space in the timeline setting copy Closes #501 See merge request pleroma/pleroma-fe!763
| * | Remove space in the timeline setting copytaehoon2019-04-21
| |/
* | Merge branch 'change-pencil-to-wrentch' into 'develop'Shpuld Shpludson2019-04-22
|\ \ | | | | | | | | | | | | Change pencil icon to wrentch See merge request pleroma/pleroma-fe!764
| * | replace pencil with wrench iconBrenden Bice2019-04-19
| | | | | | | | | | | | | | | # Conflicts: # src/components/user_card/user_card.vue
| * | rebuild fontello with wrench icon addedBrenden Bice2019-04-19
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # static/font/css/fontello-codes.css # static/font/css/fontello-embedded.css # static/font/css/fontello-ie7-codes.css # static/font/css/fontello-ie7.css # static/font/css/fontello.css # static/font/demo.html # static/font/font/fontello.eot # static/font/font/fontello.svg # static/font/font/fontello.ttf # static/font/font/fontello.woff # static/font/font/fontello.woff2
* | Merge branch 'bugfix/user-card-emojis-2' into 'develop'Shpuld Shpludson2019-04-22
|\ \ | |/ |/| | | | | user_card.vue: Fix .emoji to apply to img See merge request pleroma/pleroma-fe!766
| * user_card.vue: Fix .emoji to apply to imgHaelwenn (lanodan) Monnier2019-04-20
|/
* Merge branch '497' into 'develop'HJ2019-04-18
|\ | | | | | | | | | | | | Stop fetching user relationship when user is unauthorized Closes #497 See merge request pleroma/pleroma-fe!759
| * stop fetching user relationship when user is unauthorizedtaehoon2019-04-17
|/
* Merge branch '227-bulk-delete' into 'develop'Shpuld Shpludson2019-04-17
|\ | | | | | | | | Add "bulk mute/unmute/block/unblock" feature See merge request pleroma/pleroma-fe!733
| * Revert "recover border between basic-user-card using list component"taehoon2019-04-17
| | | | | | | | | | | | | | | | | | This reverts commit 1d56d486f1f679e793e710969ad54cce5fdb1ebc. # Conflicts: # src/components/follow_requests/follow_requests.vue # src/components/user_search/user_search.vue # src/components/who_to_follow/who_to_follow.vue