Commit graph

382 commits

Author SHA1 Message Date
luce
8a29bd5fdd bulk actions and modal details, WIP 2025-09-06 15:12:32 +02:00
luce
ec5dbe1792 bulk menu and some cleanup, not finished yet 2025-08-18 16:47:18 +02:00
luce
bab5e6ee63 fix smol mistake and add faUser as suggested 2025-08-07 14:00:38 +02:00
luce
2630f17cd5 snake_case to camelCase 2025-08-07 10:57:00 +02:00
luce
eb3d75e6de Merge branch 'develop' into user_management
because
2025-08-06 16:23:36 +02:00
Ekaterina Vaartis
68c88677a0 Correct the block expiration parameter name 2025-08-02 00:35:19 +03:00
luce
d2c073cba9 cleanup code further 2025-07-27 23:46:49 +02:00
luce
c39b75b01b apply hj's suggestion 2025-07-27 23:38:11 +02:00
luce
a1cb3943a4 remove duplicate 2025-07-27 23:27:55 +02:00
luce
d491bccec4 using snake case now, cleaned up some code and style 2025-07-27 23:17:44 +02:00
Lucy
138dc71b9f Apply 15 suggestion(s) to 7 file(s)
Co-authored-by: HJ <30-hj@users.noreply.git.pleroma.social>
2025-07-27 23:16:49 +02:00
Lucy
d7f4a424ea Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: HJ <30-hj@users.noreply.git.pleroma.social>
2025-07-27 23:16:49 +02:00
Lucy
e3e086a0e7 Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: HJ <30-hj@users.noreply.git.pleroma.social>
2025-07-27 23:16:49 +02:00
Lucy
aa816a75fa Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: HJ <30-hj@users.noreply.git.pleroma.social>
2025-07-27 23:16:49 +02:00
luce
42236b0c76 tested everything so far, fixed identation, fixed some bugs and added i18n entries 2025-07-27 23:16:49 +02:00
luce
fee857e6b2 more stuff added 2025-07-27 23:16:49 +02:00
luce
7b4fd8e5e8 adding more things for managing users 2025-07-27 23:16:47 +02:00
luce
c1f1e1acd4 page list instead of hoc withloadmore 2025-07-27 23:15:42 +02:00
luce
889e458fb1 user management 2025-07-27 23:11:29 +02:00
Henry Jameson
385f921c41 Merge remote-tracking branch 'origin/develop' into timed-user-mutes 2025-07-09 15:57:23 +03:00
Henry Jameson
e66b1edcf4 better error handling 2025-06-29 15:24:04 +03:00
Henry Jameson
e4b44f8c7b better dialog, actually working dontAskAgain 2025-06-26 16:28:02 +03:00
Henry Jameson
96c57a8ada bubble timeline 2025-06-18 17:48:11 +03:00
Henry Jameson
21978806fb admin api update 2025-06-17 09:37:10 +03:00
Henry Jameson
b9161ef697 some basic expiration modal. "don't as again" doesn't work yet 2025-06-12 20:04:39 +03:00
Mark Felder
88c79c2536 Search: Fix passing through the type parameter 2025-04-10 10:10:20 -07:00
HJ
f6a1c4f2c2 Merge branch 'tusooa/streaming-op-after-conn' into 'develop'
Authenticate and subscribe to streaming after connection

See merge request pleroma/pleroma-fe!1949
2024-12-31 12:13:01 +00:00
HJ
7e92c4c1a3 Merge branch 'deprecate-subscribe' into 'develop'
Use /api/v1/accounts/:id/follow for account subscriptions instead of the deprecated routes

See merge request pleroma/pleroma-fe!1931
2024-12-11 13:34:06 +00:00
tusooa
dfbc2704d8
Authenticate and subscribe to streaming after connection 2024-10-19 14:50:30 -04:00
marcin mikołajczak
2b6de423d5 Bookmark folder editing
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-26 00:40:06 +02:00
marcin mikołajczak
89fbaa159f Allow adding bookmarks to folders
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-24 00:05:33 +02:00
marcin mikołajczak
9e45228823 Bookmark folders
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-23 23:13:40 +02:00
marcin mikołajczak
d67d24757f Use /api/v1/accounts/:id/follow for account subscriptions instead of the deprecated routes
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-08-13 19:26:43 +02:00
HJ
3e99006e2a Merge branch 'quotes-count' into 'develop'
Display quotes count on posts and add quotes list page

See merge request pleroma/pleroma-fe!1885
2024-05-22 12:15:57 +00:00
HJ
943fee9fbc Merge branch 'admin-emoji-settings' into 'develop'
Admin emoji pack settings

See merge request pleroma/pleroma-fe!1886
2024-03-05 16:29:21 +00:00
marcin mikołajczak
dbe9da0f09 Merge branch 'develop' into 'quotes-count'
# Conflicts:
#   src/services/api/api.service.js
2024-01-14 06:23:30 +00:00
Ekaterina Vaartis
872dffe51b Implement pack pagination, more localization fixes 2024-01-07 16:41:17 +03:00
Ekaterina Vaartis
f8e1d5e3e0 Remote pack download, localization 2024-01-07 14:28:34 +03:00
Ekaterina Vaartis
4451cccb3c Error handling, uploading/deleting new emojis, sorting 2024-01-07 12:26:40 +03:00
Ekaterina Vaartis
091532d577 Editing emojis in popover, pack creation/deletion
Also fixed some API calls since they weren't working apparently
2024-01-07 02:45:49 +03:00
marcin mikołajczak
6c4c8fe51f Display quotes count on posts and add quotes list page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-01-04 22:47:41 +01:00
marcin mikołajczak
6f452d672f Display public favorites on user profiles
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-12-28 10:43:06 +01:00
Ekaterina Vaartis
f9c85c0c49 Initial incomplete admin emoji settings implementation 2023-12-21 00:18:02 +03:00
Henry Jameson
e36548579f fix notifications not catching up with "read" status as intended 2023-11-21 15:26:31 +02:00
NEETzsche
2c9930bd5b Display the latest scrobble under a user's name 2023-11-10 06:11:55 -07:00
tusooa
d72486f3e4
Implement sending quote posts 2023-07-17 11:27:07 -04:00
Henry Jameson
3e1aeb6d2c Merge remote-tracking branch 'origin/develop' into improve_settings_reusability 2023-04-12 23:31:11 +03:00
HJ
9c376b3511 Merge branch 'tusooa/1244-report-delete-fail' into 'develop'
Display delete status errors

Closes #1244

See merge request pleroma/pleroma-fe!1769
2023-04-11 21:26:16 +00:00
HJ
ad5bd09204 Merge branch 'tusooa/blocklist-loadmore' into 'develop'
Make block & mute lists able to load more

Closes #1150, #1071, #1226, and #1041

See merge request pleroma/pleroma-fe!1790
2023-04-11 21:25:39 +00:00
Henry Jameson
7bb28bb23c frontends tab initial implementation, now you can (re)install frontends! yay! 2023-03-29 00:58:07 +03:00