Iceshrimp.NET/Iceshrimp.Backend/Controllers/Mastodon
Laura Hausmann 78e47c3236
[backend/streaming] Don't send notes older than a 5 minutes to home timeline streams
This fixes the issue where when older notes get ingested through ways other than direct federation, they don't erroneously appear at the top of the home timeline.
2024-04-28 19:46:04 +02:00
..
Attributes [backend] Replace mastodon-specific middleware with modes triggered on MastodonApiControllerAttribute 2024-02-05 21:08:20 +01:00
Renderers [backend] Fix code style 2024-04-28 03:34:14 +02:00
Schemas [backend/masto-client] Return profile fields in /accounts/verify_credentials 2024-04-28 02:03:13 +02:00
Streaming [backend/streaming] Don't send notes older than a 5 minutes to home timeline streams 2024-04-28 19:46:04 +02:00
AccountController.cs [backend/core] Handle emoji node for locally originating note create/update & user update events (ISH-271) 2024-04-25 17:35:38 +02:00
AnnouncementController.cs [backend/masto-client] Add announcements (ISH-102) 2024-02-27 03:42:03 +01:00
AuthController.cs [backend/core] Improve meta store (ISH-133) 2024-03-16 13:19:02 +01:00
ConversationsController.cs [backend/masto-client] Improve performance of conversations endpoints 2024-04-24 02:01:24 +02:00
FilterController.cs [backend/core] Support note filters (ISH-97) 2024-03-31 23:56:55 +02:00
InstanceController.cs [backend/core] Improve meta store performance, make it hit postgres directly 2024-03-22 18:40:11 +01:00
ListController.cs [backend] Code cleanup 2024-03-17 13:36:08 +01:00
MarkerController.cs [backend/masto-api] Fix swagger doc generation 2024-02-28 21:01:51 +01:00
MediaController.cs [backend/masto-client] Add edit history endpoint (ISH-274) 2024-04-25 02:08:30 +02:00
NotificationController.cs [backend/core] Improve note table query performance by aggregating block/mute checks (ISH-206) 2024-04-23 23:04:56 +02:00
PollController.cs [backend/core] Finish the polls implementation (ISH-130, ISH-131) 2024-03-07 03:34:52 +01:00
PushController.cs [backend] Code cleanup 2024-03-17 13:36:08 +01:00
SearchController.cs [backend/core] Improve note table query performance by aggregating block/mute checks (ISH-206) 2024-04-23 23:04:56 +02:00
StatusController.cs [backend/masto-client] Fix boosting posts using masto-fe 2024-04-28 01:10:54 +02:00
TimelineController.cs [backend/core] Improve note table query performance by aggregating block/mute checks (ISH-206) 2024-04-23 23:04:56 +02:00
WebSocketController.cs [backend/masto-client] Support WebSocket authentication using the access_token query parameter (ISH-147) 2024-03-10 22:05:14 +01:00