mastodon/app/controllers/api/v2
Nik Clayton 320ebcebc7 feat: Implement /api/v2/push/subscription
`/api/v1/push/subscription` incorrectly returns the ID as an int instead
of a string.

That can't be fixed in the existing API without a breaking change, so
fix it in V2.

Mark the V1 API as deprecated with an arbitrary date of 2026-12-31.
2025-10-28 11:15:09 +00:00
..
admin Fix incorrect pagination headers in /api/v2/admin/accounts (#25477) 2023-06-19 08:53:05 +02:00
filters Fix Rails/ActionOrder cop (#24692) 2023-04-30 06:46:39 +02:00
notifications Rename /api/v2_alpha/notifications* to /api/v2/notifications* (#31840) 2024-09-16 12:10:02 +00:00
push feat: Implement /api/v2/push/subscription 2025-10-28 11:15:09 +00:00
filters_controller.rb Eager loading fixes for api/ controllers (#28848) 2024-01-23 11:41:54 +00:00
instances_controller.rb Change /api/v2/instance to be enabled without authentication when limited federation mode is enabled (#34576) 2025-05-09 07:46:57 +00:00
media_controller.rb Add coverage for api/v2/media endpoint (#28027) 2023-11-22 15:39:34 +00:00
notifications_controller.rb Fix GET /api/v2/notifications/:id and POST /api/v2/notifications/:id/dismiss for ungrouped notifications (#33990) 2025-02-25 14:37:44 +00:00
search_controller.rb Replace unprocessable_entity -> unprocessable_content (#35658) 2025-08-05 07:42:08 +00:00
suggestions_controller.rb Add FASP follow recommendation support (#34964) 2025-06-16 10:43:27 +00:00