jellyfin/Jellyfin.Api/Controllers
Bond-009 8ee042483a
Merge pull request #2888 from ConfusedPolarBear/quickconnect
Add quick connect (login without typing password)
2020-08-31 23:01:27 +02:00
..
ActivityLogController.cs Remove leading slash from route attributes 2020-08-04 08:27:54 -06:00
AlbumsController.cs Fix all route for base url support 2020-08-04 12:48:53 -06:00
ApiKeyController.cs Apply fixes from review 2020-08-06 08:17:45 -06:00
ArtistsController.cs fix attribute ordering 2020-08-04 08:30:03 -06:00
AudioController.cs Fix conflicting audio routes 2020-08-19 15:08:28 -06:00
BrandingController.cs fix openapi validation errors 2020-08-03 14:38:51 -06:00
ChannelsController.cs Make query parameters nullable or set default value 2020-07-07 09:10:51 -06:00
CollectionController.cs Make some methods async 2020-08-21 22:01:19 +02:00
ConfigurationController.cs Conver all remaining form request to body 2020-08-20 07:53:53 -06:00
DashboardController.cs Use GetEncodedPathAndQuery since ASP.NET Request.Path does not contain query parameters 2020-08-09 19:26:06 +02:00
DevicesController.cs userid isn't actually required 2020-08-12 12:43:43 -06:00
DisplayPreferencesController.cs Apply fixes from review 2020-08-06 08:17:45 -06:00
DlnaController.cs fix route params 2020-07-31 10:17:01 -06:00
DlnaServerController.cs Merge branch 'master' into event-rewrite-1 2020-08-24 20:04:13 -04:00
DynamicHlsController.cs increase the max muxing queue size for ffmpeg 2020-08-24 22:54:14 +08:00
EnvironmentController.cs Apply fixes from review 2020-08-06 08:17:45 -06:00
FilterController.cs Fix all route for base url support 2020-08-04 12:48:53 -06:00
GenresController.cs Make query parameters nullable or set default value 2020-07-07 09:10:51 -06:00
HlsSegmentController.cs Use proper IHttpContextAccessor 2020-08-10 07:53:32 -06:00
ImageByNameController.cs Apply fixes from review 2020-08-06 08:17:45 -06:00
ImageController.cs Properly verify cache duration 2020-08-31 07:24:23 -06:00
InstantMixController.cs Apply fixes from review 2020-08-06 08:17:45 -06:00
ItemLookupController.cs P E R F O R M A N C E 2020-08-17 14:59:00 -06:00
ItemRefreshController.cs Remove leading slash from route attributes 2020-08-04 08:27:54 -06:00
ItemUpdateController.cs Make some methods async 2020-08-21 22:01:19 +02:00
ItemsController.cs Merge pull request #4018 from barronpm/library-entity-cleanup 2020-08-31 11:00:28 +02:00
LibraryController.cs Move library entities to folder. 2020-08-30 18:51:28 -04:00
LibraryStructureController.cs Fix model binding in UpdateLibraryOptions 2020-08-31 14:47:57 +02:00
LiveTvController.cs Merge pull request #3861 from crobibero/fixes 2020-08-19 08:17:03 -04:00
LocalizationController.cs Apply fixes from review 2020-08-06 08:17:45 -06:00
MediaInfoController.cs Make method async 2020-08-21 22:06:06 +02:00
MoviesController.cs Move library entities to folder. 2020-08-30 18:51:28 -04:00
MusicGenresController.cs Make query parameters nullable or set default value 2020-07-07 09:10:51 -06:00
NotificationsController.cs remove unused directives 2020-08-18 07:29:12 -06:00
PackageController.cs Apply fixes from review 2020-08-06 08:17:45 -06:00
PersonsController.cs Apply fixes from review 2020-08-06 08:17:45 -06:00
PlaylistsController.cs Address comment 2020-08-21 22:59:47 +02:00
PlaystateController.cs remove unused directives 2020-08-18 07:29:12 -06:00
PluginsController.cs bump System.Text.Json 2020-08-25 07:33:58 -06:00
QuickConnectController.cs Get userId from claim 2020-08-17 18:55:16 -05:00
RemoteImageController.cs Make some methods async 2020-08-21 22:01:19 +02:00
ScheduledTasksController.cs Apply fixes from review 2020-08-06 08:17:45 -06:00
SearchController.cs Remove leading slash from route attributes 2020-08-04 08:27:54 -06:00
SessionController.cs Fix dlna play to 2020-08-21 07:24:44 -06:00
StartupController.cs Conver all remaining form request to body 2020-08-20 07:53:53 -06:00
StudiosController.cs Make query parameters nullable or set default value 2020-07-07 09:10:51 -06:00
SubtitleController.cs Apply fixes from review 2020-08-06 08:17:45 -06:00
SuggestionsController.cs Fix all route for base url support 2020-08-04 12:48:53 -06:00
SyncPlayController.cs Apply fixes from review 2020-08-06 08:17:45 -06:00
SystemController.cs Apply fixes from review 2020-08-06 17:59:48 -06:00
TimeSyncController.cs Apply fixes from review 2020-08-06 08:17:45 -06:00
TrailersController.cs Fix all route for base url support 2020-08-04 12:48:53 -06:00
TvShowsController.cs Apply fixes from review 2020-08-06 08:17:45 -06:00
UniversalAudioController.cs Fix conflicting audio routes 2020-08-19 15:08:28 -06:00
UserController.cs Apply suggestions from code review 2020-08-17 17:13:11 -05:00
UserLibraryController.cs Fix all route for base url support 2020-08-04 12:48:53 -06:00
UserViewsController.cs Fix all route for base url support 2020-08-04 12:48:53 -06:00
VideoAttachmentsController.cs Apply fixes from review 2020-08-06 08:17:45 -06:00
VideoHlsController.cs Fix all route for base url support 2020-08-04 12:48:53 -06:00
VideosController.cs Make some methods async 2020-08-21 22:01:19 +02:00
YearsController.cs Apply fixes from review 2020-08-06 08:17:45 -06:00