aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/MediaInfoController.cs
AgeCommit message (Collapse)Author
2021-10-03Fix warning: The nullable warning suppression expression is redundant (#2149)KonH
2021-08-13Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Security/IAuthenticationRepository.cs # MediaBrowser.Controller/Session/ISessionManager.cs
2021-07-17Merge pull request #5864 from DeeJayBro/return-on-errorBond-009
Fix ArgumentOutOfRangeException when getting PostedPlaybackInfo
2021-07-16Fix ArgumentOutOfRangeException when getting PostedPlaybackInfoDeeJayBro
2021-07-10Fix error message, use range parametersCody Robibero
2021-07-09Use asp validation and increase max sizeCody Robibero
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-01-20Add ability to mark query parameter as obsolete.crobibero
2020-12-19Add request parameters to OpenLiveStreamDtocrobibero
2020-12-10Fix empty body for PlaybackInfocrobibero
2020-11-23Don't nest DeviceProfilecrobibero
2020-11-23Add TODO noticecrobibero
2020-11-23Fix sending PlaybackInfocrobibero
2020-11-21Remove UTF8 bom from some filesBond_009
2020-10-31respect music quality settings when transcodingnyanmisaka
2020-09-11Merge pull request #4093 from crobibero/bad-routeBond-009
Fix api routes
2020-09-10Merge pull request #4116 from cvium/add_known_proxiesBond-009
Add Known Proxies to system configuration
2020-09-10Standardize use of IsLocal and RemoteIpcvium
2020-09-09Remove nullable from requiredcrobibero
2020-09-06Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-06merge all attributescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-09-01Set openapi schema type to file where possiblecrobibero
2020-08-21Make method asyncBond_009
2020-08-09convert dependent controller functions to di helper classcrobibero
2020-08-06Apply fixes from reviewcrobibero
2020-08-04Fix all route for base url supportcrobibero
2020-08-03Fix some request parameterscrobibero
2020-08-03Specify Logger typecrobibero
2020-07-29Fix PlaybackInfo endpointcrobibero
2020-07-07Make query parameters nullable or set default valuecrobibero
2020-06-27Move MediaInfoService to Jellyfin.ApiDavid