jellyfin/Jellyfin.Api/Controllers
2024-10-03 08:18:40 -06:00
..
ActivityLogController.cs Move API policies to MediaBrowser.Common 2023-11-12 10:24:35 -05:00
ApiKeyController.cs Move API policies to MediaBrowser.Common 2023-11-12 10:24:35 -05:00
ArtistsController.cs Use helper function to compare guid (#10825) 2024-01-17 08:51:39 -07:00
AudioController.cs Update api doc to remove outdated info 2024-08-12 00:06:31 +08:00
BrandingController.cs Migrate to file-scoped namespaces 2023-02-02 18:50:33 +01:00
ChannelsController.cs Use helper function to compare guid (#10825) 2024-01-17 08:51:39 -07:00
ClientLogController.cs Remove BOM from UTF-8 files 2024-08-30 15:29:48 +02:00
CollectionController.cs Move API policies to MediaBrowser.Common 2023-11-12 10:24:35 -05:00
ConfigurationController.cs fix: disable api endpoint for ffmpeg path for security (#11225) 2024-03-28 13:57:55 -06:00
DashboardController.cs Require elevation for plugin related endpoints 2024-04-26 19:00:53 +02:00
DevicesController.cs Add SessionInfoDto, DeviceInfoDto and implement JsonDelimitedArrayConverter.Write 2024-09-18 15:42:15 +02:00
DisplayPreferencesController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
DynamicHlsController.cs Clean up deprecated -vsync option (#12765) 2024-10-03 08:18:40 -06:00
EnvironmentController.cs Revert "Use System.Net.IPNetwork" 2023-11-14 21:16:33 +01:00
FilterController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
GenresController.cs Use helper function to compare guid (#10825) 2024-01-17 08:51:39 -07:00
HlsSegmentController.cs Add ITranscodeManager service 2023-12-21 12:53:50 -05:00
ImageController.cs Merge pull request #11665 from Bond-009/getuserbyid 2024-08-28 12:39:48 -06:00
InstantMixController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
ItemLookupController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
ItemRefreshController.cs Backport pull request #12028 from jellyfin/release-10.9.z 2024-06-23 11:40:42 -04:00
ItemsController.cs Change arguments AssertCanUpdateUser to take a user 2024-08-05 17:17:57 +02:00
ItemUpdateController.cs Backport pull request #11743 from jellyfin/release-10.9.z 2024-06-01 18:40:56 -04:00
LibraryController.cs Add missing lyric fetcher settings from library options 2024-08-05 15:59:55 -06:00
LibraryStructureController.cs Fix build 2024-06-06 21:07:22 +02:00
LiveTvController.cs Remove BOM from UTF-8 files 2024-08-30 15:29:48 +02:00
LocalizationController.cs Move API policies to MediaBrowser.Common 2023-11-12 10:24:35 -05:00
LyricsController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
MediaInfoController.cs Add option to always burn in subtitles if transcoding is triggered (#12430) 2024-09-12 09:53:21 -06:00
MediaSegmentsController.cs Fix media segment operation name (#12682) 2024-09-22 10:25:25 -06:00
MoviesController.cs Use helper function to compare guid (#10825) 2024-01-17 08:51:39 -07:00
MusicGenresController.cs Use helper function to compare guid (#10825) 2024-01-17 08:51:39 -07:00
PackageController.cs Require elevation for plugin related endpoints 2024-04-26 19:00:53 +02:00
PersonsController.cs Use helper function to compare guid (#10825) 2024-01-17 08:51:39 -07:00
PlaylistsController.cs Add endpoint for getting playlists by id (#12697) 2024-09-26 07:45:08 -06:00
PlaystateController.cs Allow explicitly set userId for RequestHelpers.GetSession (#11505) 2024-05-07 09:43:54 -06:00
PluginsController.cs Backport pull request #12490 from jellyfin/release-10.9.z 2024-08-25 02:46:38 -04:00
QuickConnectController.cs Remove unused using directives 2023-04-06 19:17:28 +02:00
RemoteImageController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
ScheduledTasksController.cs Move API policies to MediaBrowser.Common 2023-11-12 10:24:35 -05:00
SearchController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
SessionController.cs Fix get sessions with api key (#12696) 2024-09-24 08:15:53 -06:00
StartupController.cs Move API policies to MediaBrowser.Common 2023-11-12 10:24:35 -05:00
StudiosController.cs Use helper function to compare guid (#10825) 2024-01-17 08:51:39 -07:00
SubtitleController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
SuggestionsController.cs Move userId in API from route to optional query parameter (#11074) 2024-03-03 13:51:31 -07:00
SyncPlayController.cs Move API policies to MediaBrowser.Common 2023-11-12 10:24:35 -05:00
SystemController.cs Return 404 if log file does not exist 2024-02-03 14:25:44 -07:00
TimeSyncController.cs Migrate to file-scoped namespaces 2023-02-02 18:50:33 +01:00
TrailersController.cs Support filter by index number in ItemsController 2024-06-07 22:38:46 +02:00
TrickplayController.cs Fix GetTrickplayTileImage operation name (#12681) 2024-09-22 10:25:43 -06:00
TvShowsController.cs Replace UserId with User in NextUpQuery 2024-08-05 17:17:57 +02:00
UniversalAudioController.cs Add option to always burn in subtitles if transcoding is triggered (#12430) 2024-09-12 09:53:21 -06:00
UserController.cs Remove passwordSha1 param from AuthenticateUser function 2024-08-30 14:27:30 +02:00
UserLibraryController.cs Pass User instead of UserId inside LatestItemsQuery 2024-08-05 17:17:57 +02:00
UserViewsController.cs Replace UserId with User in UserViewQuery 2024-08-05 17:17:57 +02:00
VideoAttachmentsController.cs Validate item access (#11171) 2024-04-14 08:18:36 -06:00
VideosController.cs Use enums for encoding options (#12561) 2024-09-09 08:43:37 -06:00
YearsController.cs Use helper function to compare guid (#10825) 2024-01-17 08:51:39 -07:00