aboutsummaryrefslogtreecommitdiff
path: root/src/modules/users.js
Commit message (Collapse)AuthorAge
* Make API requests to edit noteTusooa Zhu2022-12-21
|
* Fix fetchTimeline errortusooa2022-11-24
|
* Added support for removing users from followersSean King2022-09-15
|
* Merge remote-tracking branch 'origin/develop' into navigation-updateHenry Jameson2022-08-23
|\ | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: Update dependency opn to v5 fix notices being under the navbar, also change offset to use variable fix modals not having proper z index reduce indexes to be below 9999 so that develop error messages appear above Do not allow to find by name in findUser() Use lookup endpoint to obtain users by nickname Use $ for id UserProfile routes Allow opening profile: multiChoiceProprties record, anonymous access Allow opening profile when clicking an avatar inside of user popover
| * Do not allow to find by name in findUser()Tusooa Zhu2022-08-10
| |
| * Use lookup endpoint to obtain users by nicknameTusooa Zhu2022-08-09
| |
* | add and remove users to/from lists from their profileHenry Jameson2022-08-15
| |
* | fix prod build again + fetch lists (and follow request) on login,Henry Jameson2022-08-15
| | | | | | | | stop fetching on logout, don't start fetching in components
* | fixes, clear cache on logoutHenry Jameson2022-08-12
|/
* server-side storage for flagsHenry Jameson2022-08-04
|
* --fixHenry Jameson2022-07-31
|
* set/unset threecolumn mode on login/logoutHenry Jameson2022-05-16
|
* Merge remote-tracking branch 'origin/develop' into vue3-againHenry Jameson2022-03-16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (475 commits) Apply 1 suggestion(s) to 1 file(s) Update dependency @ungap/event-target to v0.2.3 Update package.json fix broken icons after FA upgrade Update Font Awesome Update dependency webpack-dev-middleware to v3.7.3 Update dependency vuelidate to v0.7.7 Pin dependency @kazvmoe-infra/pinch-zoom-element to 1.2.0 lint Make media modal buttons larger Add English translation for hide tooltip Add hide button to media modal Lint Prevent hiding media viewer if swiped over SwipeClick Fix webkit image blurs Fix video in media modal not displaying properly Add changelog for https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1403 Remove image box-shadow in media modal Clean up debug code for image pinch zoom Bump @kazvmoe-infra/pinch-zoom-element to 1.2.0 on npm ...
| * Improve the user card for deactivated usersIlja2022-01-19
| |
| * fixed some strange errorHenry Jameson2021-06-07
| |
| * mention linkHenry Jameson2021-06-07
| |
| * Rename legacy PleromaFE Chat functionality to "Shout"Mark Felder2021-06-01
| |
* | stop using vue.setHenry Jameson2021-04-25
|/
* streamlined WS flow, reduced spam amount related to WS reconnectionsHenry Jameson2021-03-09
|
* fixed few-posts TLs when streaming is enabledHenry Jameson2021-01-13
|
* Fix pinned statuses and perhaps some other stuffHenry Jameson2020-11-17
|
* resume last lasttime instead of always friends/publicShpuld Shpuldson2020-07-23
|
* Add Chatseugenijm2020-07-08
|
* StaffPanel: Move staff loading to panel creation.lain2020-07-07
|
* Merge branch 'develop' into 'iss-149/profile-fields-setting'Shpuld Shpludson2020-06-27
|\ | | | | | | # Conflicts: # src/components/settings_modal/tabs/profile_tab.vue
| * remove recentqueries thingShpuld Shpuldson2020-06-18
| |
| * return the correct promise type from actionShpuld Shpuldson2020-06-18
| |
| * remove search blocker, fix debounce paramsShpuld Shpuldson2020-06-18
| |
* | Fix merging array field for userskPherox2020-06-10
|/
* remove search1 with_relationshipsShpuld Shpuldson2020-05-13
|
* add with_relationships where necessaryShpuld Shpuldson2020-05-13
|
* fix status mutesShpuld Shpuldson2020-04-27
|
* add back mute prediction, add getter for relationshipsShpuld Shpuldson2020-04-24
|
* remove unused mutation and test for itShpuld Shpuldson2020-04-23
|
* fix mistakesShpuld Shpuldson2020-04-21
|
* make relationships separate from usersShpuld Shpuldson2020-04-21
|
* Fix user activation/deactivation, deletion, and role assignment in the ↵eugenijm2020-02-17
| | | | moderation menu
* Implement domain mutes v2Shpuld Shpludson2020-01-15
|
* Fix #750 , fix error messages and captcha resettingShpuld Shpludson2020-01-14
|
* Merge branch 'develop' into 'fix-move-type-notification'HJ2020-01-03
|\ | | | | | | # Conflicts: # static/fontello.json
| * Merge remote-tracking branch 'upstream/develop' into streamingHenry Jameson2019-12-26
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (51 commits) toggle_activation api is also deprecated use vuex action refactor toggleActivationStatus replace setActivationStatus api with new one use flex for stickers i18n/update-ja_easy Use a centralized fallback for missing values and use instance.federating instead of instance.federation.enabled Add fallback in case BE does not report federating status in nodeinfo The value we are looking for is federationPolicy.enabled, not federationPolicy.federating Logic should be to hide TWKN if not federating OR if instance is not public Finally trust eslint More lint More lint Lint mfa: removed unused code increase icon width a little bit in the nav panel add icons to nav panel Revert "Merge branch 'revert-96cab6d8' into 'develop'" Support "native" captcha Revert "Merge branch 'oauth-extra-scopes' into 'develop'" ...
| | * toggle_activation api is also deprecatedtaehoon2019-12-15
| | |
| | * use vuex actiontaehoon2019-12-15
| | |
| * | fix desktop notifications not working with streamingHenry Jameson2019-12-12
| | |
| * | Option to enable streamingHenry Jameson2019-12-10
| | |
| * | Updated streaming and improved error-handling, some more refactoring to apiHenry Jameson2019-12-08
| | |
| * | improved initial notifications fetchingHenry Jameson2019-11-24
| | |
| * | initial streaming workHenry Jameson2019-11-24
| | |
| * | Backend Interactor service overhaul, removed the need for copypastingHenry Jameson2019-11-24
| |/
* / remove unused fallbackkPherox2019-12-11
|/