You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jellyfin/Jellyfin.Api/Controllers
Cody Robibero abffd160c3
Remove ability to add a played indicator to images (#9186)
1 year ago
..
ActivityLogController.cs Add PaginatedQuery abstract class, change startIndex to skip 3 years ago
ApiKeyController.cs Fix all warnings in Jellyfin.Api (#9003) 1 year ago
ArtistsController.cs Replace != null with is not null 1 year ago
AudioController.cs Fix various typos 2 years ago
BrandingController.cs Remove UTF8 bom from some files 4 years ago
ChannelsController.cs Optimize Guid comparisons 2 years ago
ClientLogController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2 years ago
CollectionController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2 years ago
ConfigurationController.cs Replace == null with is null 1 year ago
DashboardController.cs Replace == null with is null 1 year ago
DevicesController.cs Replace == null with is null 1 year ago
DisplayPreferencesController.cs Fix build errors 1 year ago
DlnaController.cs Replace == null with is null 1 year ago
DlnaServerController.cs Replace == null with is null 1 year ago
DynamicHlsController.cs Backport pull request #9049 from jellyfin/release-10.8.z 1 year ago
EnvironmentController.cs Replace == null with is null 1 year ago
FilterController.cs Use Order() introduced in .NET 7 (#8923) 1 year ago
GenresController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2 years ago
HlsSegmentController.cs Replace != null with is not null 1 year ago
ImageController.cs Remove ability to add a played indicator to images (#9186) 1 year ago
InstantMixController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2 years ago
ItemLookupController.cs Minor improvements (#9156) 1 year ago
ItemRefreshController.cs Replace == null with is null 1 year ago
ItemUpdateController.cs Replace != null with is not null 1 year ago
ItemsController.cs Replace != null with is not null 1 year ago
LibraryController.cs Use DistinctBy introduced in .NET 6 1 year ago
LibraryStructureController.cs Replace != null with is not null 1 year ago
LiveTvController.cs Fix all warnings in Jellyfin.Api (#9003) 1 year ago
LocalizationController.cs Remove UTF8 bom from some files 4 years ago
MediaInfoController.cs Replace != null with is not null 1 year ago
MoviesController.cs Use DistinctBy introduced in .NET 6 1 year ago
MusicGenresController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2 years ago
NotificationsController.cs Remove unused notification endpoints (#8952) 1 year ago
PackageController.cs Fix all warnings in Jellyfin.Api (#9003) 1 year ago
PersonsController.cs Replace == null with is null 1 year ago
PlaylistsController.cs Replace == null with is null 1 year ago
PlaystateController.cs Replace == null with is null 1 year ago
PluginsController.cs Fix all warnings in Jellyfin.Api (#9003) 1 year ago
QuickConnectController.cs Change InitiateQuickConnect to use POST request 1 year ago
RemoteImageController.cs Replace == null with is null 1 year ago
ScheduledTasksController.cs Replace == null with is null 1 year ago
SearchController.cs Replace != null with is not null 1 year ago
SessionController.cs Fix wrong usage of ArgumentNullException.ThrowIfNull 1 year ago
StartupController.cs Replace != null with is not null 1 year ago
StudiosController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2 years ago
SubtitleController.cs Fix all warnings in Jellyfin.Api (#9003) 1 year ago
SuggestionsController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2 years ago
SyncPlayController.cs Fix all warnings in Jellyfin.Api (#9003) 1 year ago
SystemController.cs Fix all warnings in Jellyfin.Api (#9003) 1 year ago
TimeSyncController.cs Specify DateTimeStyles when possible 3 years ago
TrailersController.cs Add xmldocs for TMDb provider, correct provider spelling 2 years ago
TvShowsController.cs Replace == null with is null 1 year ago
UniversalAudioController.cs Fix some things that slipped through the cracks 2 years ago
UserController.cs Deprecate user id based authentication endpoint 1 year ago
UserLibraryController.cs Fix all warnings in Jellyfin.Api (#9003) 1 year ago
UserViewsController.cs Replace == null with is null 1 year ago
VideoAttachmentsController.cs Replace == null with is null 1 year ago
VideosController.cs Replace != null with is not null 1 year ago
YearsController.cs Replace != null with is not null 1 year ago