Iceshrimp.NET/Iceshrimp.Backend/Controllers/Mastodon
2024-02-21 04:07:27 +01:00
..
Attributes [backend] Replace mastodon-specific middleware with modes triggered on MastodonApiControllerAttribute 2024-02-05 21:08:20 +01:00
Renderers [backend/masto-client] Add /notifications/{id} endpoint 2024-02-20 20:21:10 +01:00
Schemas [backend/masto-api] Fix typo 2024-02-21 04:07:27 +01:00
Streaming [backend/masto-client] Add basic WebSocket support 2024-02-21 03:36:34 +01:00
AccountController.cs [backend/controllers] Inherit from ControllerBase instead of Controller as we do not need MVC View support 2024-02-21 02:37:20 +01:00
AuthController.cs [backend/controllers] Inherit from ControllerBase instead of Controller as we do not need MVC View support 2024-02-21 02:37:20 +01:00
InstanceController.cs [backend/controllers] Inherit from ControllerBase instead of Controller as we do not need MVC View support 2024-02-21 02:37:20 +01:00
MediaController.cs [backend/controllers] Inherit from ControllerBase instead of Controller as we do not need MVC View support 2024-02-21 02:37:20 +01:00
NotificationController.cs [backend/controllers] Inherit from ControllerBase instead of Controller as we do not need MVC View support 2024-02-21 02:37:20 +01:00
SearchController.cs [backend/controllers] Inherit from ControllerBase instead of Controller as we do not need MVC View support 2024-02-21 02:37:20 +01:00
StatusController.cs [backend/controllers] Inherit from ControllerBase instead of Controller as we do not need MVC View support 2024-02-21 02:37:20 +01:00
TimelineController.cs [backend/controllers] Inherit from ControllerBase instead of Controller as we do not need MVC View support 2024-02-21 02:37:20 +01:00
WebSocketController.cs [backend/masto-client] Add basic WebSocket support 2024-02-21 03:36:34 +01:00