jellyfin/Jellyfin.Api/Controllers
Bond-009 aaa9cc604f
Merge pull request #6176 from nielsvanvelzen/userid-required
Require userId in getItems and getTrailers endpoints
2021-06-13 15:06:30 +02:00
..
ActivityLogController.cs Rewrite activity log backend to use a query class. 2020-10-04 20:29:28 -04:00
ApiKeyController.cs Remove UTF8 bom from some files 2020-11-21 14:26:03 +01:00
ArtistsController.cs Allow sorting for AlbumArtist 2021-05-23 08:38:05 -06:00
AudioController.cs change HLS endpoint defaults to false 2021-03-22 20:53:55 +01:00
BrandingController.cs Remove UTF8 bom from some files 2020-11-21 14:26:03 +01:00
ChannelsController.cs Use ArrayModelBinder for sortBy and sortOrder 2021-01-23 17:32:13 -07:00
CollectionController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
ConfigurationController.cs Enable nullable reference types for MediaBrowser.Common 2021-05-05 12:57:01 +02:00
DashboardController.cs 100% branch coverage for DashboardController 2021-03-05 11:15:14 +01:00
DevicesController.cs Fix endpoint auth 2020-11-01 20:37:03 -07:00
DisplayPreferencesController.cs Return dashboardTheme when requesting DisplayPreferences 2020-12-20 12:59:44 -07:00
DlnaController.cs merge all attributes 2020-09-06 09:07:27 -06:00
DlnaServerController.cs changed to constants 2020-12-22 15:33:25 +00:00
DynamicHlsController.cs Don't dispose managed CancellationTokenSource (#6139) 2021-06-04 14:36:58 +02:00
EnvironmentController.cs Fix Environment authorization policy 2020-11-17 13:44:51 -07:00
FilterController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
GenresController.cs Update Jellyfin.Api/Controllers/GenresController.cs 2021-04-29 04:10:26 -06:00
HlsSegmentController.cs Apply review suggestions 2021-03-20 01:28:14 +01:00
ImageByNameController.cs Fix arbitrary image file reads in ImageByNameController 2021-03-20 01:14:59 +01:00
ImageController.cs fix webp compatibility testing (#5787) 2021-04-12 19:54:32 +02:00
InstantMixController.cs Add missing InstantMix endpoints 2021-03-13 09:09:22 -07:00
ItemLookupController.cs Remove /Items/RemoteSearch/Image API endpoint 2021-05-02 01:22:52 -04:00
ItemRefreshController.cs merge all attributes 2020-09-06 09:07:27 -06:00
ItemUpdateController.cs Specify defaults or set query parameter to nullable 2021-03-04 18:25:52 -07:00
ItemsController.cs Change userId to required in operations that would otherwise throw exceptions 2021-06-12 16:19:34 +02:00
LibraryController.cs Enable nullable reference types for MediaBrowser.Controller 2021-05-07 00:39:20 +02:00
LibraryStructureController.cs Fix UpdateMediaPath model binding (#5378) 2021-03-05 16:56:21 +01:00
LiveTvController.cs Use ArrayModelBinder for sortBy and sortOrder 2021-01-23 17:32:13 -07:00
LocalizationController.cs Remove UTF8 bom from some files 2020-11-21 14:26:03 +01:00
MediaInfoController.cs Add ability to mark query parameter as obsolete. 2021-01-20 16:24:15 -07:00
MoviesController.cs Reduce warnings in MediaBrowser.Controller (#6006) 2021-05-11 13:55:46 +02:00
MusicGenresController.cs Add ability to sort on Genre, MusicGenre, Artist 2021-04-28 18:33:30 -06:00
NotificationsController.cs Fix third part integration 2021-03-11 22:45:58 -07:00
PackageController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
PersonsController.cs Reduce warnings in MediaBrowser.Controller (#6006) 2021-05-11 13:55:46 +02:00
PlaylistsController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
PlaystateController.cs Specify defaults or set query parameter to nullable 2021-03-04 18:25:52 -07:00
PluginsController.cs Code Clean up: Convert to null-coalescing operator ?? (#5845) 2021-05-05 13:51:14 +02:00
QuickConnectController.cs Fix API forbidden response 2020-12-07 08:55:42 -07:00
RemoteImageController.cs Remove /Images/Remote API endpoint 2021-05-02 01:20:58 -04:00
ScheduledTasksController.cs Fix GET ScheduledTasks return value 2020-10-26 11:21:32 +01:00
SearchController.cs Code Clean up: Convert to null-coalescing operator ?? (#5845) 2021-05-05 13:51:14 +02:00
SessionController.cs Apply suggestions from code review 2021-03-31 01:24:38 -04:00
StartupController.cs Enable nullable for Jellyfin.Data and remove unnecessary attributes 2021-03-06 17:43:01 -05:00
StudiosController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
SubtitleController.cs Fix routeMediaSourceId route parameter in SubtitleController GetSubtitle 2021-06-12 15:38:13 +02:00
SuggestionsController.cs Improve perf of db save and query 2021-04-21 22:25:08 +02:00
SyncPlayController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
SystemController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
TimeSyncController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
TrailersController.cs Change userId to required in operations that would otherwise throw exceptions 2021-06-12 16:19:34 +02:00
TvShowsController.cs Merge pull request #5828 from jackrvan/issue-5813 2021-05-27 07:22:06 +02:00
UniversalAudioController.cs Nullability handling for device profile classes 2021-05-01 13:06:10 +02:00
UserController.cs Don't use obsolete Password property 2021-04-22 06:49:42 -06:00
UserLibraryController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
UserViewsController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
VideoAttachmentsController.cs Remove api client generator errors 2020-11-15 10:58:39 -07:00
VideoHlsController.cs Don't dispose managed CancellationTokenSource (#6139) 2021-06-04 14:36:58 +02:00
VideosController.cs Don't dispose managed CancellationTokenSource (#6139) 2021-06-04 14:36:58 +02:00
YearsController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00