jellyfin/Jellyfin.Api/Controllers
Claus Vium 1156699481
Merge pull request #6657 from Bond-009/dotnetbug
2021-10-09 12:19:44 +02:00
..
ActivityLogController.cs Add PaginatedQuery abstract class, change startIndex to skip 2021-05-20 20:48:41 -04:00
ApiKeyController.cs Remove all unused usings 2021-09-06 21:15:30 +02:00
ArtistsController.cs Allow sorting for AlbumArtist 2021-05-23 08:38:05 -06:00
AudioController.cs Disambiguate vpx to vp8 or vp9 2021-09-04 07:36:17 -04: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 Migrate authentication db to EF Core 2021-05-20 23:56:59 -04:00
ConfigurationController.cs Move non-jellyfin extensions to separate project 2021-06-19 18:04:46 +02:00
DashboardController.cs Fix warning: The nullable warning suppression expression is redundant (#2149) 2021-10-03 10:43:41 +07:00
DevicesController.cs Remove old response code documentation 2021-08-13 21:08:49 -04:00
DisplayPreferencesController.cs Fix warning: Type cast is redundant (#2149) 2021-10-03 11:05:18 +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 Fix warning: The nullable warning suppression expression is redundant (#2149) 2021-10-03 10:43:41 +07: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 Fix warning: The nullable warning suppression expression is redundant (#2149) 2021-10-03 10:43:41 +07:00
ImageByNameController.cs Use async FileStreams where it makes sense 2021-09-02 14:02:04 +02:00
ImageController.cs Remove all instances of en-US culture 2021-09-26 09:11:25 -06:00
InstantMixController.cs Fix warning: The nullable warning suppression expression is redundant (#2149) 2021-10-03 10:43:41 +07:00
ItemLookupController.cs Remove all unused usings 2021-09-06 21:15:30 +02:00
ItemRefreshController.cs merge all attributes 2020-09-06 09:07:27 -06:00
ItemUpdateController.cs Fix warning: Type cast is redundant (#2149) 2021-10-03 11:05:18 +07:00
ItemsController.cs Fix warning: The nullable warning suppression expression is redundant (#2149) 2021-10-03 10:43:41 +07:00
LibraryController.cs Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore 2021-09-03 11:01:55 -06:00
LibraryStructureController.cs Enable nullable for more files 2021-08-28 17:32:09 +02:00
LiveTvController.cs Replace GetDirectStreamProviderByUniqueId with GetLiveStreamInfoByUniqueId 2021-09-10 12:53:45 +02:00
LocalizationController.cs Remove UTF8 bom from some files 2020-11-21 14:26:03 +01:00
MediaInfoController.cs Use new Random.Shared instead of creating new instances 2021-10-08 15:40:13 +02:00
MoviesController.cs Remove all unused usings 2021-09-06 21:15:30 +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 Migrate authentication db to EF Core 2021-05-20 23:56:59 -04:00
PluginsController.cs Move non-jellyfin extensions to separate project 2021-06-19 18:04:46 +02:00
QuickConnectController.cs Fix issues with QuickConnect and AuthenticationDb 2021-06-23 21:07:08 -06:00
RemoteImageController.cs Remove workaround for dotnet/runtime#42790 2021-10-03 19:52:38 +02: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 Migrate authentication db to EF Core 2021-05-20 23:56:59 -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 Queue refresh after subtitle upload + minor fixes 2021-10-04 21:12:09 +02:00
SuggestionsController.cs Remove all unused usings 2021-09-06 21:15:30 +02:00
SyncPlayController.cs merge branch 'master' into syncplay-clear-queue 2021-09-06 13:35:58 +09:00
SystemController.cs Remove sync FileStream hack 2021-09-25 19:44:40 +02:00
TimeSyncController.cs Specify DateTimeStyles when possible 2021-09-21 01:21:45 +02:00
TrailersController.cs Change userId to required in operations that would otherwise throw exceptions 2021-06-12 16:19:34 +02:00
TvShowsController.cs Fix warning: The nullable warning suppression expression is redundant (#2149) 2021-10-03 10:43:41 +07:00
UniversalAudioController.cs Fix warning: The nullable warning suppression expression is redundant (#2149) 2021-10-03 10:43:41 +07:00
UserController.cs Fix issues with QuickConnect and AuthenticationDb 2021-06-23 21:07:08 -06:00
UserLibraryController.cs Move non-jellyfin extensions to separate project 2021-06-19 18:04:46 +02:00
UserViewsController.cs Migrate authentication db to EF Core 2021-05-20 23:56:59 -04:00
VideoAttachmentsController.cs Remove api client generator errors 2020-11-15 10:58:39 -07:00
VideoHlsController.cs Merge pull request #6523 from cvium/fix_livetv_cts_disposed 2021-09-09 13:46:26 +02:00
VideosController.cs Fix warning: The nullable warning suppression expression is redundant (#2149) 2021-10-03 10:43:41 +07:00
YearsController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00