Iceshrimp.NET/Iceshrimp.Backend/Controllers/Mastodon
Kopper 89efdff3c0 [backend/masto-client] Signal to clients that we allow both polls and media in the same post
While perusing through Glitch's PRs, I came across the patch from Chuckya
that lifts this restriction[0].

The patch exposes this restriction has been lifted with an extra flag in
the /api/v1/instance endpoint. Since Iceshrimp.NET does not have such a
restriction, signal the same flag so clients can adjust themselves
accordingly.

Clients don't seem to be aware of this flag just yet so this likely
won't have any immediate effects.

[0]: https://github.com/glitch-soc/mastodon/pull/2524
2024-08-31 21:48:34 +03:00
..
Attributes [backend] Replace mastodon-specific middleware with modes triggered on MastodonApiControllerAttribute 2024-02-05 21:08:20 +01:00
Renderers [backend/drive] Refactor ImageProcessor into a modular system 2024-08-12 03:21:03 +02:00
Schemas [backend/masto-client] Signal to clients that we allow both polls and media in the same post 2024-08-31 21:48:34 +03:00
Streaming [backend/streaming] Switch to WriteLockingHashSet for cached streaming connection data 2024-08-13 17:39:59 +02:00
AccountController.cs [backend] Code cleanup 2024-08-14 03:53:15 +02:00
AnnouncementController.cs [backend/asp] Refactor controllers 2024-07-06 17:12:22 +02:00
AuthController.cs [backend/masto-client] Support client_credentials grant type (ISH-416) 2024-07-12 18:18:09 +02:00
ConversationsController.cs [backend/database] Migrate references to Note.ThreadId ?? Note.Id to Note.ThreadIdOrId 2024-07-14 22:06:29 +02:00
FilterController.cs [backend/asp] Refactor controllers 2024-07-06 17:12:22 +02:00
InstanceController.cs [backend/asp] Refactor controllers 2024-07-06 17:12:22 +02:00
ListController.cs [backend/asp] Refactor controllers 2024-07-06 17:12:22 +02:00
MarkerController.cs [backend/asp] Refactor controllers 2024-07-06 17:12:22 +02:00
MediaController.cs [backend/drive] Refactor ImageProcessor into a modular system 2024-08-12 03:21:03 +02:00
NotificationController.cs [backend/api-shared] Add thread mute support (ISH-172) 2024-07-13 01:35:28 +02:00
PollController.cs [backend/asp] Refactor controllers 2024-07-06 17:12:22 +02:00
PushController.cs [backend/asp] Refactor controllers 2024-07-06 17:12:22 +02:00
SearchController.cs [backend] Code cleanup 2024-08-14 03:53:15 +02:00
StatusController.cs [backend/database] Migrate references to Note.ThreadId ?? Note.Id to Note.ThreadIdOrId 2024-07-14 22:06:29 +02:00
TimelineController.cs [backend/api-shared] Add thread mute support (ISH-172) 2024-07-13 01:35:28 +02:00
WebSocketController.cs [backend/masto-api] Fix hideInaccessible not being respected in streaming connection updates 2024-07-14 20:41:05 +02:00