tusooa
82c0044963
Show a dedicated registration notice page when further action is required after registering
2024-01-13 17:41:57 -05:00
Henry Jameson
ff10834f1a
cleanup stray console logs
2023-12-14 00:14:06 +02:00
Henry Jameson
aad3225d25
refactored notifications into their own module separate from statuses (WIP)
2023-11-16 19:26:18 +02:00
Henry Jameson
73fbe89a4b
initial work on showing notifications through serviceworkers
2023-10-25 18:58:33 +03:00
Alexander Tumin
ac78f80194
Fix OAuth2 token lingering after revocation
2023-08-20 15:51:19 +03:00
Henry Jameson
3e1aeb6d2c
Merge remote-tracking branch 'origin/develop' into improve_settings_reusability
2023-04-12 23:31:11 +03:00
Henry Jameson
4c3af5c362
handle db config disabled case
2023-03-27 22:57:50 +03:00
Henry Jameson
332ad77e35
limits tab, backend descriptions
2023-03-19 21:27:07 +02:00
Henry Jameson
bfd802ad04
setting admin settings works now. also now we have draftable settings
2023-03-16 23:18:55 +02:00
Henry Jameson
9632b77786
initial implementation of an admin settings module
2023-03-13 00:09:47 +02:00
tusooa
e516eee479
Make block & mute lists able to load more
2023-02-21 00:39:16 -05:00
Tusooa Zhu
228a9afdf5
Add timed-mute functionality
2023-01-20 23:40:11 -05:00
Tusooa Zhu
9f51517ecd
Make API requests to edit note
2022-12-21 23:17:39 -05:00
tusooa
4b252ea8d3
Fix fetchTimeline error
2022-11-24 23:12:08 -05:00
Sean King
12d8d1711b
Added support for removing users from followers
2022-09-15 22:02:58 -06:00
Henry Jameson
cd7380efe7
Merge remote-tracking branch 'origin/develop' into navigation-update
...
* 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
2022-08-23 21:52:17 +03:00
Henry Jameson
50f5afbce1
add and remove users to/from lists from their profile
2022-08-15 23:19:33 +03:00
Henry Jameson
ebe095bd76
fix prod build again + fetch lists (and follow request) on login,
...
stop fetching on logout, don't start fetching in components
2022-08-15 20:44:21 +03:00
Henry Jameson
8d3d8fffab
fixes, clear cache on logout
2022-08-12 01:19:19 +03:00
Tusooa Zhu
ab4a75bdd9
Do not allow to find by name in findUser()
2022-08-10 12:17:18 -04:00
Tusooa Zhu
09f9640be1
Use lookup endpoint to obtain users by nickname
2022-08-09 22:11:55 -04:00
Henry Jameson
dbfca224d8
server-side storage for flags
2022-08-04 01:56:52 +03:00
Henry Jameson
fddb531ed2
--fix
2022-07-31 12:35:48 +03:00
Henry Jameson
8d93e9c13c
set/unset threecolumn mode on login/logout
2022-05-16 23:40:51 +03:00
Henry Jameson
cd4ad2df11
Merge remote-tracking branch 'origin/develop' into vue3-again
...
* 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
...
2022-03-16 21:00:20 +02:00
Ilja
2ac78219ee
Improve the user card for deactivated users
2022-01-19 13:09:48 +00:00
Henry Jameson
5e83672274
fixed some strange error
2021-06-07 20:01:57 +03:00
Henry Jameson
22c8f71945
mention link
2021-06-07 18:41:47 +03:00
Mark Felder
0604b1d5b7
Rename legacy PleromaFE Chat functionality to "Shout"
2021-06-01 12:51:20 -05:00
Henry Jameson
905b9771ec
stop using vue.set
2021-04-25 13:24:08 +03:00
Henry Jameson
a8967d85bd
streamlined WS flow, reduced spam amount related to WS reconnections
2021-03-09 02:38:10 +02:00
Henry Jameson
9a8bc245a6
fixed few-posts TLs when streaming is enabled
2021-01-13 22:17:29 +02:00
Henry Jameson
49f7c84e3f
Fix pinned statuses and perhaps some other stuff
2020-11-17 15:25:38 +02:00
Shpuld Shpuldson
fdbacba36a
resume last lasttime instead of always friends/public
2020-07-23 15:09:32 +03:00
eugenijm
aa2cf51c05
Add Chats
2020-07-08 15:21:31 +03:00
lain
431b3f527d
StaffPanel: Move staff loading to panel creation.
2020-07-07 14:39:43 +02:00
Shpuld Shpludson
ea0a12f604
Merge branch 'develop' into 'iss-149/profile-fields-setting'
...
# Conflicts:
# src/components/settings_modal/tabs/profile_tab.vue
2020-06-27 07:19:49 +00:00
Shpuld Shpuldson
4e0b4427a9
remove recentqueries thing
2020-06-18 14:19:21 +03:00
Shpuld Shpuldson
fa7bcb74ce
return the correct promise type from action
2020-06-18 13:00:09 +03:00
Shpuld Shpuldson
9c884fef11
remove search blocker, fix debounce params
2020-06-18 12:29:13 +03:00
kPherox
cc4691a4ef
Fix merging array field for users
2020-06-10 03:48:49 +09:00
Shpuld Shpuldson
9c7cb3a954
remove search1 with_relationships
2020-05-13 18:04:30 +03:00
Shpuld Shpuldson
8e39971098
add with_relationships where necessary
2020-05-13 17:48:31 +03:00
Shpuld Shpuldson
8b1aa593a4
fix status mutes
2020-04-27 10:06:17 +03:00
Shpuld Shpuldson
af9492977a
add back mute prediction, add getter for relationships
2020-04-24 18:53:17 +03:00
Shpuld Shpuldson
cda298c822
remove unused mutation and test for it
2020-04-23 11:17:52 +03:00
Shpuld Shpuldson
4b7007bc7d
fix mistakes
2020-04-21 23:56:48 +03:00
Shpuld Shpuldson
6bb75a3a6d
make relationships separate from users
2020-04-21 23:27:51 +03:00
eugenijm
695d6b6c50
Fix user activation/deactivation, deletion, and role assignment in the moderation menu
2020-02-17 16:29:39 +03:00
Shpuld Shpludson
7a013ac393
Implement domain mutes v2
2020-01-15 20:22:54 +00:00