jellyfin/Jellyfin.Api/Controllers
Claus Vium e79f5d8226
fix: require current password when admin changes their own password (#9238)
Fixes https://github.com/jellyfin/jellyfin/issues/9208
2023-02-02 07:25:48 -07:00
..
ActivityLogController.cs Add PaginatedQuery abstract class, change startIndex to skip 2021-05-20 20:48:41 -04:00
ApiKeyController.cs Fix all warnings in Jellyfin.Api (#9003) 2023-01-04 08:01:31 -07:00
ArtistsController.cs Replace != null with is not null 2022-12-05 15:01:13 +01: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 Replace == null with is null 2022-12-05 15:00:20 +01:00
DashboardController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
DevicesController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
DisplayPreferencesController.cs Fix build errors 2022-12-07 16:42:28 +01:00
DlnaController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
DlnaServerController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
DynamicHlsController.cs Backport pull request #9049 from jellyfin/release-10.8.z 2023-01-22 14:03:54 -05:00
EnvironmentController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
FilterController.cs Use Order() introduced in .NET 7 (#8923) 2022-12-19 09:30:00 -07:00
GenresController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
HlsSegmentController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
ImageController.cs Remove ability to add a played indicator to images (#9186) 2023-01-28 07:43:13 -07:00
InstantMixController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
ItemLookupController.cs Minor improvements (#9156) 2023-01-23 19:39:10 +01:00
ItemRefreshController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
ItemUpdateController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
ItemsController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
LibraryController.cs Use DistinctBy introduced in .NET 6 2022-12-19 15:21:42 +01:00
LibraryStructureController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
LiveTvController.cs Fix all warnings in Jellyfin.Api (#9003) 2023-01-04 08:01:31 -07:00
LocalizationController.cs Remove UTF8 bom from some files 2020-11-21 14:26:03 +01:00
MediaInfoController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
MoviesController.cs Use DistinctBy introduced in .NET 6 2022-12-19 15:21:42 +01:00
MusicGenresController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
PackageController.cs Fix all warnings in Jellyfin.Api (#9003) 2023-01-04 08:01:31 -07:00
PersonsController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
PlaylistsController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
PlaystateController.cs Add 404 response to MarkPlayedItem/MarkUnplayedItem (#9211) 2023-02-01 11:17:18 -07:00
PluginsController.cs Fix all warnings in Jellyfin.Api (#9003) 2023-01-04 08:01:31 -07:00
QuickConnectController.cs Change InitiateQuickConnect to use POST request 2022-12-03 12:38:06 +01:00
RemoteImageController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
ScheduledTasksController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
SearchController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
SessionController.cs Fix wrong usage of ArgumentNullException.ThrowIfNull 2022-12-07 16:44:00 +01:00
StartupController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
StudiosController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
SubtitleController.cs Fix all warnings in Jellyfin.Api (#9003) 2023-01-04 08:01:31 -07:00
SuggestionsController.cs fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
SyncPlayController.cs Fix all warnings in Jellyfin.Api (#9003) 2023-01-04 08:01:31 -07:00
SystemController.cs Fix all warnings in Jellyfin.Api (#9003) 2023-01-04 08:01:31 -07:00
TimeSyncController.cs Specify DateTimeStyles when possible 2021-09-21 01:21:45 +02:00
TrailersController.cs Add xmldocs for TMDb provider, correct provider spelling 2022-11-17 11:16:20 +01:00
TvShowsController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
UniversalAudioController.cs Fix some things that slipped through the cracks 2022-10-11 23:37:29 +02:00
UserController.cs fix: require current password when admin changes their own password (#9238) 2023-02-02 07:25:48 -07:00
UserLibraryController.cs Fix all warnings in Jellyfin.Api (#9003) 2023-01-04 08:01:31 -07:00
UserViewsController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
VideoAttachmentsController.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
VideosController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
YearsController.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00