jellyfin/Jellyfin.Api/Controllers
Bond_009 2dcb2f8a9f Ban the usage of Task.Result
If the calling function can't be made async easily you can still use
.GetAwaiter().GetResult(), which is way easier to find in the future
2022-01-22 16:48:31 +01:00
..
ActivityLogController.cs Add PaginatedQuery abstract class, change startIndex to skip 2021-05-20 20:48:41 -04:00
ApiKeyController.cs Properly populate QueryResult 2022-01-20 08:53:06 -07:00
ArtistsController.cs Properly populate QueryResult 2022-01-20 08:53:06 -07: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
ClientLogController.cs Remove ClientLog endpoints 2021-11-20 08:47:05 -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 nullability on DisplayPreferencesDto 2021-11-11 07:34:36 -07:00
DlnaController.cs Use correct id when finding existing dlna profile 2021-10-31 08:49:24 -06:00
DlnaServerController.cs Remove incorrect mime type image/jpg 2022-01-04 10:40:16 +01:00
DynamicHlsController.cs Merge pull request #6600 from cvium/keyframe_extraction_v1 2022-01-20 08:54:40 -07:00
EnvironmentController.cs Fix Environment authorization policy 2020-11-17 13:44:51 -07:00
FilterController.cs Remove more warnings 2021-12-27 07:38:06 -07:00
GenresController.cs Use BaseItemKind where possible 2021-12-12 06:11:27 -07:00
HlsSegmentController.cs Fix and disable new dotnet6 warnings 2021-11-08 12:40:52 -07:00
ImageByNameController.cs Fix and disable new dotnet6 warnings 2021-11-08 12:40:52 -07:00
ImageController.cs Remove incorrect mime type image/jpg 2022-01-04 10:40:16 +01:00
InstantMixController.cs Properly populate QueryResult 2022-01-20 08:53:06 -07:00
ItemLookupController.cs Make identify flag describe purpose, not source 2022-01-08 14:03:59 +01: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 Properly populate QueryResult 2022-01-20 08:53:06 -07:00
LibraryController.cs Properly populate QueryResult 2022-01-20 08:53:06 -07:00
LibraryStructureController.cs Enable nullable for more files 2021-08-28 17:32:09 +02:00
LiveTvController.cs Ban the usage of Task.Result 2022-01-22 16:48:31 +01: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 Use our own Contains extension 2021-12-20 13:31:07 +01:00
MusicGenresController.cs Use BaseItemKind where possible 2021-12-12 06:11:27 -07: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 Properly populate QueryResult 2022-01-20 08:53:06 -07:00
PlaylistsController.cs Properly populate QueryResult 2022-01-20 08:53:06 -07:00
PlaystateController.cs Migrate authentication db to EF Core 2021-05-20 23:56:59 -04:00
PluginsController.cs Use our own Contains extension 2021-12-20 13:31:07 +01:00
QuickConnectController.cs Fix issues with QuickConnect and AuthenticationDb 2021-06-23 21:07:08 -06:00
RemoteImageController.cs Update StyleCop 2021-12-24 18:28:27 +01:00
ScheduledTasksController.cs Fix GET ScheduledTasks return value 2020-10-26 11:21:32 +01:00
SearchController.cs Use our own Contains extension 2021-12-20 13:31:07 +01:00
SessionController.cs Use BaseItemKind where possible 2021-12-12 06:11:27 -07:00
StartupController.cs Create a store key constant for network 2021-11-24 13:42:14 +01:00
StudiosController.cs Use BaseItemKind where possible 2021-12-12 06:11:27 -07:00
SubtitleController.cs Fix some warnings 2021-11-09 13:14:31 +01:00
SuggestionsController.cs Properly populate QueryResult 2022-01-20 08:53:06 -07:00
SyncPlayController.cs merge branch 'master' into syncplay-clear-queue 2021-09-06 13:35:58 +09:00
SystemController.cs Use our own Contains extension 2021-12-20 13:31:07 +01: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 Properly populate QueryResult 2022-01-20 08:53:06 -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 Properly populate QueryResult 2022-01-20 08:53:06 -07:00
UserViewsController.cs Properly populate QueryResult 2022-01-20 08:53:06 -07:00
VideoAttachmentsController.cs Remove api client generator errors 2020-11-15 10:58:39 -07:00
VideosController.cs Properly populate QueryResult 2022-01-20 08:53:06 -07:00
YearsController.cs Properly populate QueryResult 2022-01-20 08:53:06 -07:00