jellyfin-server/Jellyfin.Api/Controllers
Erwin de Haan f61d18612b Fix directory traversal in the HlsSegmentController in a fairly rudimentary but working way.
GHSL-2021-050: Issue 1,2,3 Arbitrary file read and directory traversal.
The segment id's can probably just be verified to be an actual ID or to not contain any forward or backward slashes
2021-03-20 01:14:59 +01:00
..
ActivityLogController.cs Rewrite activity log backend to use a query class. 2020-10-04 20:29:28 -04:00
ApiKeyController.cs Remove UTF8 bom from some files 2020-11-21 14:26:03 +01:00
ArtistsController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
AudioController.cs Specify defaults or set query parameter to nullable 2021-03-04 18:25:52 -07: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
CollectionController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
ConfigurationController.cs FxCop -> Net Analyzers (part 2) 2021-03-13 22:33:28 +01:00
DashboardController.cs 100% branch coverage for DashboardController 2021-03-05 11:15:14 +01:00
DevicesController.cs Fix endpoint auth 2020-11-01 20:37:03 -07:00
DisplayPreferencesController.cs Return dashboardTheme when requesting DisplayPreferences 2020-12-20 12:59:44 -07:00
DlnaController.cs merge all attributes 2020-09-06 09:07:27 -06:00
DlnaServerController.cs changed to constants 2020-12-22 15:33:25 +00:00
DynamicHlsController.cs Specify defaults or set query parameter to nullable 2021-03-04 18:25:52 -07:00
EnvironmentController.cs Fix Environment authorization policy 2020-11-17 13:44:51 -07:00
FilterController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
GenresController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
HlsSegmentController.cs Fix directory traversal in the HlsSegmentController in a fairly rudimentary but working way. 2021-03-20 01:14:59 +01:00
ImageByNameController.cs Fix nullability errors in Jellyfin.Api (part 1) 2020-11-13 09:04:31 -07:00
ImageController.cs Merge branch 'master' into ef-cleanup 2021-03-14 10:19:35 -04:00
InstantMixController.cs Add missing InstantMix endpoints 2021-03-13 09:09:22 -07:00
ItemLookupController.cs Use FileShare.None when creating files 2021-03-07 14:43:28 +01:00
ItemRefreshController.cs merge all attributes 2020-09-06 09:07:27 -06:00
ItemsController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
ItemUpdateController.cs Specify defaults or set query parameter to nullable 2021-03-04 18:25:52 -07:00
LibraryController.cs Merge pull request #5515 from jellyfin/fix-refresh-endpoint 2021-03-13 15:07:42 +01:00
LibraryStructureController.cs Fix UpdateMediaPath model binding (#5378) 2021-03-05 16:56:21 +01:00
LiveTvController.cs Use ArrayModelBinder for sortBy and sortOrder 2021-01-23 17:32:13 -07:00
LocalizationController.cs Remove UTF8 bom from some files 2020-11-21 14:26:03 +01:00
MediaInfoController.cs Add ability to mark query parameter as obsolete. 2021-01-20 16:24:15 -07:00
MoviesController.cs Use Guid as API parameter type where possible 2020-12-01 11:07:41 -07:00
MusicGenresController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -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 Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
PlaylistsController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
PlaystateController.cs Specify defaults or set query parameter to nullable 2021-03-04 18:25:52 -07:00
PluginsController.cs FxCop -> Net Analyzers (part 2) 2021-03-13 22:33:28 +01:00
QuickConnectController.cs Fix API forbidden response 2020-12-07 08:55:42 -07:00
RemoteImageController.cs Use FileShare.None when creating files 2021-03-07 14:43:28 +01:00
ScheduledTasksController.cs Fix GET ScheduledTasks return value 2020-10-26 11:21:32 +01:00
SearchController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
SessionController.cs Convert ClientCapabilities to a Dto with JsonConverters 2020-11-21 11:37:22 -07:00
StartupController.cs Enable nullable for Jellyfin.Data and remove unnecessary attributes 2021-03-06 17:43:01 -05:00
StudiosController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
SubtitleController.cs Require elevated auth to upload subtitles 2021-01-10 10:48:37 -07:00
SuggestionsController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
SyncPlayController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
SystemController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
TimeSyncController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
TrailersController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
TvShowsController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
UniversalAudioController.cs Specify defaults or set query parameter to nullable 2021-03-04 18:25:52 -07:00
UserController.cs Update Jellyfin.Api/Controllers/UserController.cs 2021-02-06 18:36:18 +01:00
UserLibraryController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
UserViewsController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00
VideoAttachmentsController.cs Remove api client generator errors 2020-11-15 10:58:39 -07:00
VideoHlsController.cs Specify defaults or set query parameter to nullable 2021-03-04 18:25:52 -07:00
VideosController.cs Merge pull request #5383 from cvium/fix-mergeversions-overflow 2021-03-05 21:57:22 +01:00
YearsController.cs Create BaseItemKind enum 2021-02-10 17:09:23 -07:00