Iceshrimp.NET/Iceshrimp.Backend/Controllers
2024-03-26 20:13:47 +01:00
..
Attributes [backend] Remove unused import 2024-02-21 19:24:54 +01:00
Federation [backend/core] Replace redis-based queue system with a postgres-based one (ISH-212) 2024-03-24 00:17:28 +01:00
Mastodon [backend/masto-client] Fix notification pagination (ISH-204) 2024-03-26 20:13:47 +01:00
Renderers [backend/api] Use UserRenderer in AuthController instead of instantiating the response object directly (ISH-209) 2024-03-21 16:52:23 +01:00
Schemas [backend/api] Correctly render replies/renotes/quotes (ISH-205) 2024-03-18 16:36:04 +01:00
AdminController.cs [backend/api] Drop /v1/ from /api/iceshrimp routes 2024-03-24 15:26:35 +01:00
AuthController.cs [backend/api] Drop /v1/ from /api/iceshrimp routes 2024-03-24 15:26:35 +01:00
DriveController.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
FallbackController.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
IdenticonController.cs [backend/masto-client] Render identicon with file extension 2024-03-15 19:20:48 +01:00
NoteController.cs [backend/api] Drop /v1/ from /api/iceshrimp routes 2024-03-24 15:26:35 +01:00
NotificationController.cs [backend/api] Drop /v1/ from /api/iceshrimp routes 2024-03-24 15:26:35 +01:00
TimelineController.cs [backend/api] Drop /v1/ from /api/iceshrimp routes 2024-03-24 15:26:35 +01:00
UserController.cs [backend/masto-client] Enforce mutes & blocks in more places 2024-03-25 12:42:48 +01:00