| .. |
|
ActivityLogController.cs
|
4d7e7d6331
Rewrite activity log backend to use a query class.
|
5 years ago |
|
ApiKeyController.cs
|
f5973d57e8
Remove UTF8 bom from some files
|
5 years ago |
|
ArtistsController.cs
|
d27ca993a5
Add ability to sort on Genre, MusicGenre, Artist
|
4 years ago |
|
AudioController.cs
|
7dedeb6c79
change HLS endpoint defaults to false
|
4 years ago |
|
BrandingController.cs
|
f5973d57e8
Remove UTF8 bom from some files
|
5 years ago |
|
ChannelsController.cs
|
55670b91b2
Use ArrayModelBinder for sortBy and sortOrder
|
4 years ago |
|
CollectionController.cs
|
223b42aed3
Create BaseItemKind enum
|
4 years ago |
|
ConfigurationController.cs
|
91c2a57b28
Enable nullable reference types for MediaBrowser.Common
|
4 years ago |
|
DashboardController.cs
|
a6d0db5d04
100% branch coverage for DashboardController
|
4 years ago |
|
DevicesController.cs
|
6a07e93ddd
Fix endpoint auth
|
5 years ago |
|
DisplayPreferencesController.cs
|
a682fc4516
Return dashboardTheme when requesting DisplayPreferences
|
4 years ago |
|
DlnaController.cs
|
29fc882037
merge all attributes
|
5 years ago |
|
DlnaServerController.cs
|
bc9462981e
changed to constants
|
4 years ago |
|
DynamicHlsController.cs
|
499bac5185
EncodingHelper: Fix circular dependency
|
4 years ago |
|
EnvironmentController.cs
|
f6c6ee2008
Fix Environment authorization policy
|
5 years ago |
|
FilterController.cs
|
223b42aed3
Create BaseItemKind enum
|
4 years ago |
|
GenresController.cs
|
69e91c33d8
Update Jellyfin.Api/Controllers/GenresController.cs
|
4 years ago |
|
HlsSegmentController.cs
|
1f3aa3fe6f
Apply review suggestions
|
4 years ago |
|
ImageByNameController.cs
|
239a7156cc
Fix arbitrary image file reads in ImageByNameController
|
4 years ago |
|
ImageController.cs
|
dc4714fe40
fix webp compatibility testing (#5787)
|
4 years ago |
|
InstantMixController.cs
|
9ac9543ee2
Add missing InstantMix endpoints
|
4 years ago |
|
ItemLookupController.cs
|
3e4c860986
Remove /Items/RemoteSearch/Image API endpoint
|
4 years ago |
|
ItemRefreshController.cs
|
29fc882037
merge all attributes
|
5 years ago |
|
ItemUpdateController.cs
|
858c91ab48
Specify defaults or set query parameter to nullable
|
4 years ago |
|
ItemsController.cs
|
f2e7491755
Do not check permissions for Folders collectiontype
|
4 years ago |
|
LibraryController.cs
|
fb090df0b5
Enable nullable reference types for MediaBrowser.Controller
|
4 years ago |
|
LibraryStructureController.cs
|
d0a2d00b29
Fix UpdateMediaPath model binding (#5378)
|
4 years ago |
|
LiveTvController.cs
|
55670b91b2
Use ArrayModelBinder for sortBy and sortOrder
|
4 years ago |
|
LocalizationController.cs
|
f5973d57e8
Remove UTF8 bom from some files
|
5 years ago |
|
MediaInfoController.cs
|
59ff2c5b4b
Add ability to mark query parameter as obsolete.
|
4 years ago |
|
MoviesController.cs
|
e3f55a0c54
Reduce warnings in MediaBrowser.Controller (#6006)
|
4 years ago |
|
MusicGenresController.cs
|
d27ca993a5
Add ability to sort on Genre, MusicGenre, Artist
|
4 years ago |
|
NotificationsController.cs
|
eef15dc7ac
Fix third part integration
|
4 years ago |
|
PackageController.cs
|
223b42aed3
Create BaseItemKind enum
|
4 years ago |
|
PersonsController.cs
|
e3f55a0c54
Reduce warnings in MediaBrowser.Controller (#6006)
|
4 years ago |
|
PlaylistsController.cs
|
223b42aed3
Create BaseItemKind enum
|
4 years ago |
|
PlaystateController.cs
|
858c91ab48
Specify defaults or set query parameter to nullable
|
4 years ago |
|
PluginsController.cs
|
2e98de9062
Code Clean up: Convert to null-coalescing operator ?? (#5845)
|
4 years ago |
|
QuickConnectController.cs
|
5150598c6d
Fix API forbidden response
|
4 years ago |
|
RemoteImageController.cs
|
dc81d576ab
Remove /Images/Remote API endpoint
|
4 years ago |
|
ScheduledTasksController.cs
|
c11f19f090
Fix GET ScheduledTasks return value
|
5 years ago |
|
SearchController.cs
|
2e98de9062
Code Clean up: Convert to null-coalescing operator ?? (#5845)
|
4 years ago |
|
SessionController.cs
|
4fa2a32d81
Apply suggestions from code review
|
4 years ago |
|
StartupController.cs
|
f638ee6b09
Enable nullable for Jellyfin.Data and remove unnecessary attributes
|
4 years ago |
|
StudiosController.cs
|
223b42aed3
Create BaseItemKind enum
|
4 years ago |
|
SubtitleController.cs
|
afe3b5999e
Fix route naming
|
4 years ago |
|
SuggestionsController.cs
|
f46195899e
Improve perf of db save and query
|
4 years ago |
|
SyncPlayController.cs
|
223b42aed3
Create BaseItemKind enum
|
4 years ago |
|
SystemController.cs
|
223b42aed3
Create BaseItemKind enum
|
4 years ago |
|
TimeSyncController.cs
|
223b42aed3
Create BaseItemKind enum
|
4 years ago |
|
TrailersController.cs
|
223b42aed3
Create BaseItemKind enum
|
4 years ago |
|
TvShowsController.cs
|
f46195899e
Improve perf of db save and query
|
4 years ago |
|
UniversalAudioController.cs
|
70771fdcd6
Nullability handling for device profile classes
|
4 years ago |
|
UserController.cs
|
856819e58f
Don't use obsolete Password property
|
4 years ago |
|
UserLibraryController.cs
|
223b42aed3
Create BaseItemKind enum
|
4 years ago |
|
UserViewsController.cs
|
223b42aed3
Create BaseItemKind enum
|
4 years ago |
|
VideoAttachmentsController.cs
|
547ee88561
Remove api client generator errors
|
5 years ago |
|
VideoHlsController.cs
|
499bac5185
EncodingHelper: Fix circular dependency
|
4 years ago |
|
VideosController.cs
|
e90fbe90f9
Remove extraneous 'stream' parameter
|
4 years ago |
|
YearsController.cs
|
223b42aed3
Create BaseItemKind enum
|
4 years ago |