| .. |
|
ActivityLogController.cs
|
|
|
|
ApiKeyController.cs
|
Properly populate QueryResult
|
2022-01-20 08:53:06 -07:00 |
|
ArtistsController.cs
|
Optimize Guid comparisons
|
2022-02-21 14:15:09 +01:00 |
|
AudioController.cs
|
|
|
|
BrandingController.cs
|
|
|
|
ChannelsController.cs
|
Optimize Guid comparisons
|
2022-02-21 14:15:09 +01:00 |
|
ClientLogController.cs
|
Remove ClientLog endpoints
|
2021-11-20 08:47:05 -07:00 |
|
CollectionController.cs
|
|
|
|
ConfigurationController.cs
|
Merge pull request #7561 from DMouse10462/named-config-api-fix
|
2022-04-17 15:45:11 -04:00 |
|
DashboardController.cs
|
Add authorization attribute to GetConfigurationPages
|
2022-03-18 21:54:25 +01:00 |
|
DevicesController.cs
|
|
|
|
DisplayPreferencesController.cs
|
Add resume book as default home section
|
2022-02-28 16:33:17 -05:00 |
|
DlnaController.cs
|
Use correct id when finding existing dlna profile
|
2021-10-31 08:49:24 -06:00 |
|
DlnaServerController.cs
|
Merge pull request #7868 from cvium/disable_dlna
|
2022-06-10 23:43:18 -04:00 |
|
DynamicHlsController.cs
|
Merge pull request #7911 from cvium/fix_keyframe_transcode
|
2022-06-14 19:32:09 -04:00 |
|
EnvironmentController.cs
|
|
|
|
FilterController.cs
|
Optimize Guid comparisons
|
2022-02-21 14:15:09 +01:00 |
|
GenresController.cs
|
Optimize Guid comparisons
|
2022-02-21 14:15:09 +01:00 |
|
HlsSegmentController.cs
|
Remove unused httpContext parameter
|
2022-01-08 19:53:53 -06:00 |
|
ImageByNameController.cs
|
Fix and disable new dotnet6 warnings
|
2021-11-08 12:40:52 -07:00 |
|
ImageController.cs
|
Fix splashscreen (#7895)
|
2022-06-14 19:34:29 -04:00 |
|
InstantMixController.cs
|
Optimize Guid comparisons
|
2022-02-21 14:15:09 +01:00 |
|
ItemLookupController.cs
|
Make identify flag describe purpose, not source
|
2022-01-08 14:03:59 +01:00 |
|
ItemRefreshController.cs
|
Restrict item refreshing to administrators
|
2022-03-12 15:47:30 +01:00 |
|
ItemsController.cs
|
don't require a user id for items api call using api key
|
2022-06-18 13:10:50 -05:00 |
|
ItemUpdateController.cs
|
Fix warning: Type cast is redundant (#2149)
|
2021-10-03 11:05:18 +07:00 |
|
LibraryController.cs
|
Optimize Guid comparisons
|
2022-02-21 14:15:09 +01:00 |
|
LibraryStructureController.cs
|
|
|
|
LiveTvController.cs
|
Optimize Guid comparisons
|
2022-02-21 14:15:09 +01:00 |
|
LocalizationController.cs
|
|
|
|
MediaInfoController.cs
|
Series: issue-6450
|
2022-03-06 18:13:54 -07:00 |
|
MoviesController.cs
|
Optimize Guid comparisons
|
2022-02-21 14:15:09 +01:00 |
|
MusicGenresController.cs
|
Optimize Guid comparisons
|
2022-02-21 14:15:09 +01:00 |
|
NotificationsController.cs
|
|
|
|
PackageController.cs
|
Merge pull request #7569 from crobibero/repo-auth
|
2022-04-17 15:45:11 -04:00 |
|
PersonsController.cs
|
Optimize Guid comparisons
|
2022-02-21 14:15:09 +01:00 |
|
PlaylistsController.cs
|
Optimize Guid comparisons
|
2022-02-21 14:15:09 +01:00 |
|
PlaystateController.cs
|
|
|
|
PluginsController.cs
|
Remove obsolete code for premium plugins
|
2022-02-28 00:46:34 +01:00 |
|
QuickConnectController.cs
|
|
|
|
RemoteImageController.cs
|
Update StyleCop
|
2021-12-24 18:28:27 +01:00 |
|
ScheduledTasksController.cs
|
|
|
|
SearchController.cs
|
Merge pull request #7894 from crobibero/search-hints
|
2022-06-14 19:30:59 -04:00 |
|
SessionController.cs
|
Optimize Guid comparisons
|
2022-02-21 14:15:09 +01:00 |
|
StartupController.cs
|
Create a store key constant for network
|
2021-11-24 13:42:14 +01:00 |
|
StudiosController.cs
|
Optimize Guid comparisons
|
2022-02-21 14:15:09 +01:00 |
|
SubtitleController.cs
|
Fix some warnings
|
2021-11-09 13:14:31 +01:00 |
|
SuggestionsController.cs
|
Optimize Guid comparisons
|
2022-02-21 14:15:09 +01:00 |
|
SyncPlayController.cs
|
|
|
|
SystemController.cs
|
Use our own Contains extension
|
2021-12-20 13:31:07 +01:00 |
|
TimeSyncController.cs
|
Specify DateTimeStyles when possible
|
2021-09-21 01:21:45 +02:00 |
|
TrailersController.cs
|
don't require a user id for items api call using api key
|
2022-06-18 13:10:50 -05:00 |
|
TvShowsController.cs
|
Merge pull request #7346 from Bond-009/guid
|
2022-03-11 08:15:12 +01:00 |
|
UniversalAudioController.cs
|
Remove TranscodeReason.None, Add JsonFlagEnum tests
|
2022-03-06 18:13:54 -07:00 |
|
UserController.cs
|
Optimize Guid comparisons
|
2022-02-21 14:15:09 +01:00 |
|
UserLibraryController.cs
|
Optimize Guid comparisons
|
2022-02-21 14:15:09 +01:00 |
|
UserViewsController.cs
|
Merge pull request #7474 from nielsvanvelzen/api-secure
|
2022-03-18 16:52:59 -06:00 |
|
VideoAttachmentsController.cs
|
|
|
|
VideosController.cs
|
Merge pull request #7346 from Bond-009/guid
|
2022-03-11 08:15:12 +01:00 |
|
YearsController.cs
|
Optimize Guid comparisons
|
2022-02-21 14:15:09 +01:00 |