Iceshrimp.NET/Iceshrimp.Backend/Controllers/Web
Laura Hausmann c07bb35548
[backend/drive] Refactor ImageProcessor into a modular system
This commit lays the groundwork for a user-configurable image processing pipeline. It has exactly the same behavior as the old ImageProcessor, just modular & compartmentalized. It also adds support for AVIF & JXL encoding, though no code paths call it just yet.
2024-08-12 03:21:03 +02:00
..
Renderers [backend/drive] Refactor ImageProcessor into a modular system 2024-08-12 03:21:03 +02:00
AdminController.cs [backend] Code cleanup 2024-07-22 05:59:45 +02:00
AuthController.cs [backend/database] Move user_profile columns that only concern local users to user_settings 2024-07-10 02:55:57 +02:00
DriveController.cs [backend/drive] Refactor ImageProcessor into a modular system 2024-08-12 03:21:03 +02:00
EmojiController.cs [backend/asp] Refactor controllers 2024-07-06 17:12:22 +02:00
FallbackController.cs [backend/asp] Refactor controllers 2024-07-06 17:12:22 +02:00
FilterController.cs [backend/api] Fix typo 2024-07-13 01:35:45 +02:00
FollowRequestController.cs [backend/asp] Refactor controllers 2024-07-06 17:12:22 +02:00
IdenticonController.cs [backend/asp] Refactor controllers 2024-07-06 17:12:22 +02:00
MiscController.cs [backend/database] Migrate references to Note.ThreadId ?? Note.Id to Note.ThreadIdOrId 2024-07-14 22:06:29 +02:00
NoteController.cs [backend/database] Migrate references to Note.ThreadId ?? Note.Id to Note.ThreadIdOrId 2024-07-14 22:06:29 +02:00
NotificationController.cs [backend/asp] Refactor controllers 2024-07-06 17:12:22 +02:00
ProfileController.cs [backend/api] Add user profile endpoints (ISH-348) 2024-07-10 02:55:57 +02:00
SearchController.cs [backend/asp] Refactor controllers 2024-07-06 17:12:22 +02:00
SettingsController.cs [backend/api] Expose new user_settings flags in SettingsController 2024-07-10 02:55:57 +02:00
TimelineController.cs [backend/api-shared] Add thread mute support (ISH-172) 2024-07-13 01:35:28 +02:00
UserController.cs [backend] Refactor Task.ContinueWith(p => p.Result) calls to Task.ContinueWithResult 2024-07-09 16:21:22 +02:00