Added
- Implement Admin Domain Blocks API (Mastodon API Compatible) ThisIsMissEm (#5021)
- Authorize Interaction support (for handling remote interactions) (4ca7c6c3)
- Contact Form Admin Responses (52cc6090)
- Profile Carousels (8af77a3f)
- Moderated Profiles (39f16321)
Federation
- Add ActiveSharedInboxService, for efficient sharedInbox caching (1a6a3397)
- Add MovePipeline queue jobs (9904d05f)
- Add ActivityPub Move validator (909a6c72)
- Add delay to move handler to allow for remote cache invalidation (8a362c12)
Updates
- Update ApiV1Controller, add support for notification filter types (f61159a1)
- Update ApiV1Dot1Controller, fix mutual api (a8bb97b2)
- Update ApiV1Controller, fix /api/v1/favourits pagination (72f68160)
- Update RegisterController, update username constraints, require atleast one alpha char (dd6e3cc2)
- Update AdminUser, fix entity casting (cb5620d4)
- Update instance config, update network cache feed max_hours_old falloff to 90 days instead of 6 hours to allow for less active instances to have more results (c042d135)
- Update ApiV1Dot1Controller, add new single media status create endpoint (b03f5cec)
- Update AdminSettings component, add link to Custom CSS settings (958daac4)
- Update ApiV1Controller, fix v1/instance stats, force cast to int (dcd95d68)
- Update BeagleService, disable discovery if AP is disabled (6cd1cbb4)
- Update NodeinfoService, fix typo (edad436d)
- Update ActivityPubFetchService, reduce cache ttl from 1 hour to 7.5 mins and add uncached fetchRequest method (21da2b64)
- Update UserAccountDelete command, increase sharedInbox ttl from 12h to 14d (be02f48a)
- Update HttpSignature, add signRaw method and improve error checking (d4cf9181)
- Update AP helpers, add forceBanCheck param to validateUrl method (42424028)
- Update layout, add og:logo (4cc576e1)
- Update ReblogService, fix cache sync issues (3de8ceca)
- Update config, allow Beagle discover service to be disabled (de4ce3c8)
- Update ApiV1Dot1Controller, allow upto 5 similar push tokens (7820b506)
- Update AdminReports, add missing click handler. Fixes #5332 (fe48b8ad)
- Improve media filtering by using OffscreenCanvas, if supported (aea5392)