Matt Jankowski
|
efd3f59627
|
Use `module: :users` in routes/admin section (#30767)
|
2024-10-01 10:02:58 +00:00 |
Eugen Rochko
|
3426ea2912
|
Add preview of followers removed in domain block modal in web UI (#32032)
|
2024-09-25 18:13:36 +00:00 |
Renaud Chaput
|
28966fa0a6
|
Remove deprecated `v2_alpha` endpoint for grouped notifications (#32089)
|
2024-09-25 15:21:11 +00:00 |
Matt Jankowski
|
5405bdd344
|
Remove unused E2EE messaging code (#31193)
|
2024-09-18 09:27:43 +00:00 |
Claire
|
e0648a916a
|
Rename `/api/v2_alpha/notifications*` to `/api/v2/notifications*` (#31840)
|
2024-09-16 12:10:02 +00:00 |
Eugen Rochko
|
e0c27a5047
|
Add ability to manage which websites can credit you in link previews (#31819)
|
2024-09-10 12:00:40 +00:00 |
Claire
|
ea0d691e19
|
Add `GET /api/v2_alpha/notifications/:group_key/accounts` (#31725)
|
2024-09-03 14:32:26 +00:00 |
Claire
|
53c183f899
|
Reload notifications when accepted notifications are merged (streaming only) (#31419)
|
2024-08-19 15:59:06 +00:00 |
Claire
|
cbdd8edf68
|
Revamp notification policy options (#31343)
|
2024-08-09 13:30:55 +00:00 |
Claire
|
da5b45a573
|
Add endpoints to accept and dismiss multiple notification requests at once (#31242)
|
2024-08-01 12:36:54 +00:00 |
Claire
|
598ae4f2da
|
Add endpoints for unread notifications count (#31191)
|
2024-07-30 08:39:11 +00:00 |
Emelia Smith
|
c40e481169
|
Implement UI for Admin Search of Hashtags (#30880)
|
2024-07-29 15:49:44 +00:00 |
Matt Jankowski
|
f47d761e12
|
Remove unneeded `controller` option in routes (#30958)
|
2024-07-09 07:34:19 +00:00 |
Matt Jankowski
|
c29fdadefd
|
Use `scope module: ...` for more API routes (#30935)
|
2024-07-08 07:21:49 +00:00 |
Matt Jankowski
|
8c375d8a5c
|
Use `scope module: ...` for settings/2FA routes (#30919)
|
2024-07-05 08:57:54 +00:00 |
Eugen Rochko
|
a2505e8611
|
Add timeline of public posts about a trending link to REST API (#30381)
|
2024-06-06 08:43:04 +00:00 |
Claire
|
974335e414
|
Add experimental server-side notification grouping (#29889)
|
2024-06-03 08:35:59 +00:00 |
Claire
|
2fe1b8d169
|
Add API to get multiple accounts and statuses (#27871)
Co-authored-by: noellabo <noel.yoshiba@gmail.com>
|
2024-05-06 15:19:15 +00:00 |
Matt Jankowski
|
18ffd4d925
|
Add module `instances` route scope in api routes (#29581)
|
2024-03-14 09:18:36 +00:00 |
Matt Jankowski
|
01ecc80118
|
Add module `accounts` route scope in api routes (#29582)
|
2024-03-14 09:18:31 +00:00 |
Eugen Rochko
|
c10bbf5fe3
|
Add notification policies and notification requests in web UI (#29433)
|
2024-03-11 15:02:21 +00:00 |
Eugen Rochko
|
50b17f7e10
|
Add notification policies and notification requests (#29366)
|
2024-03-07 14:53:37 +00:00 |
Eugen Rochko
|
5b1eb09d54
|
Add annual reports for accounts (#28693)
|
2024-01-24 09:38:10 +00:00 |
Claire
|
ac04e62a0e
|
Remove unused route definitions (#28430)
|
2023-12-20 09:44:01 +00:00 |
Claire
|
c451bbe249
|
Allow viewing and severing relationships with suspended accounts (#27667)
|
2023-11-09 14:50:25 +00:00 |
Robert R George
|
20666482ef
|
Added admin api for managing tags (#26872)
|
2023-09-13 11:22:53 +02:00 |
Claire
|
16681e0f20
|
Add admin notifications for new Mastodon versions (#26582)
|
2023-09-01 17:47:07 +02:00 |
Claire
|
191d302b7f
|
Refactor `Api::V1::ProfilesController` into two separate controllers (#26573)
|
2023-08-21 15:47:09 +02:00 |
Daniel M Brasil
|
d24a87ce4f
|
Add ability to delete avatar or header picture via the API (#25124)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-08-21 08:44:35 +02:00 |
Claire
|
fc5ab2dc83
|
Add privacy tab in profile settings (#26484)
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
|
2023-08-14 18:52:45 +02:00 |
Daniel M Brasil
|
3a4d3e9d4b
|
Add `GET /api/v1/instance/languages` to REST API (#24443)
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-08-03 11:25:47 +02:00 |
Claire
|
b4e739ff0f
|
Change interaction modal in web UI (#26075)
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
|
2023-07-27 16:11:17 +02:00 |
Claire
|
41f65edb21
|
Fix embed dropdown menu item for unauthenticated users (#25964)
|
2023-07-13 15:53:03 +02:00 |
Claire
|
4b5851974c
|
Fix moderation interface for remote instances with a .zip TLD (#25885)
|
2023-07-10 18:42:10 +02:00 |
Matt Jankowski
|
f8bd581126
|
Remove unused routes (#25578)
|
2023-07-01 21:48:53 +02:00 |
Claire
|
1d622c8033
|
Add POST /api/v1/conversations/:id/unread (#25509)
|
2023-06-22 18:46:43 +02:00 |
Eugen Rochko
|
bca649ba79
|
Change edit profile page (#25413)
|
2023-06-14 04:38:07 +02:00 |
Claire
|
e60414792d
|
Add polling and automatic redirection to `/start` on email confirmation (#25013)
|
2023-05-16 18:03:52 +02:00 |
Matt Jankowski
|
41eb49b984
|
Extract large route namespace blocks to separate files (#23914)
|
2023-05-02 15:41:20 +02:00 |