jellyfin/Jellyfin.Api/Controllers
2022-11-14 14:39:08 +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 fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
AudioController.cs Fix various typos 2022-08-15 06:48:34 -04:00
BrandingController.cs Remove UTF8 bom from some files 2020-11-21 14:26:03 +01:00
ChannelsController.cs Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
ClientLogController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
CollectionController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
ConfigurationController.cs Require properly typed ActionResult<T> (#8382) 2022-09-11 17:47:01 -06:00
DashboardController.cs Add authorization attribute to GetConfigurationPages 2022-03-18 21:54:25 +01:00
DevicesController.cs Remove old response code documentation 2021-08-13 21:08:49 -04:00
DisplayPreferencesController.cs Minor cleanup 2022-08-18 13:56:23 +02:00
DlnaController.cs Use correct id when finding existing dlna profile 2021-10-31 08:49:24 -06:00
DlnaServerController.cs Require properly typed ActionResult<T> (#8382) 2022-09-11 17:47:01 -06:00
DynamicHlsController.cs Remove segment wrapping 2022-11-14 14:39:08 +01:00
EnvironmentController.cs Fix Environment authorization policy 2020-11-17 13:44:51 -07:00
FilterController.cs Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
GenresController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
HlsSegmentController.cs Remove unused httpContext parameter 2022-01-08 19:53:53 -06:00
ImageByNameController.cs Fix and disable new dotnet6 warnings 2021-11-08 12:40:52 -07:00
ImageController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
InstantMixController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
ItemLookupController.cs Make identify flag describe purpose, not source 2022-01-08 14:03:59 +01:00
ItemRefreshController.cs Restrict item refreshing to administrators 2022-03-12 15:47:30 +01:00
ItemsController.cs Fix items endpoint not honoring library access control 2022-11-09 18:02:49 -05:00
ItemUpdateController.cs Fix warning: Type cast is redundant (#2149) 2021-10-03 11:05:18 +07:00
LibraryController.cs Use elevated access control for media folders endpoint 2022-11-10 01:04:16 -05:00
LibraryStructureController.cs Enable nullable for more files 2021-08-28 17:32:09 +02:00
LiveTvController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
LocalizationController.cs Remove UTF8 bom from some files 2020-11-21 14:26:03 +01:00
MediaInfoController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
MoviesController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
MusicGenresController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
NotificationsController.cs Fix third part integration 2021-03-11 22:45:58 -07:00
PackageController.cs Merge pull request #7569 from crobibero/repo-auth 2022-04-17 15:45:11 -04:00
PersonsController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
PlaylistsController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
PlaystateController.cs Fix some things that slipped through the cracks 2022-10-11 23:37:29 +02:00
PluginsController.cs Remove obsolete code for premium plugins 2022-02-28 00:46:34 +01:00
QuickConnectController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02: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 Merge pull request #8267 from luzpaz/typos 2022-08-22 17:50:42 +02:00
SessionController.cs Fix some things that slipped through the cracks 2022-10-11 23:37:29 +02:00
StartupController.cs Create a store key constant for network 2021-11-24 13:42:14 +01:00
StudiosController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
SubtitleController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
SuggestionsController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
SyncPlayController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02: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 fix Release build 2022-10-06 14:15:40 +02:00
TvShowsController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
UniversalAudioController.cs Fix some things that slipped through the cracks 2022-10-11 23:37:29 +02:00
UserController.cs fix Release build 2022-10-06 14:15:40 +02:00
UserLibraryController.cs Merge pull request #8381 from 1hitsong/lyric-lrc-file-support 2022-10-07 15:21:42 +02:00
UserViewsController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
VideoAttachmentsController.cs Remove api client generator errors 2020-11-15 10:58:39 -07:00
VideosController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
YearsController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00