aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/MediaInfoController.cs
AgeCommit message (Collapse)Author
2024-09-12Add option to always burn in subtitles if transcoding is triggered (#12430)gnattu
2024-04-14Validate item access (#11171)Cody Robibero
2024-02-17Always make userId query parameter optionalNiels van Velzen
2023-02-20Merge branch 'master' into network-rewriteShadowghost
2023-02-17Validate requested user id (#8812)Cody Robibero
2023-02-17Consistently write IP in upercaseShadowghost
2023-02-09refactor: simplify authzcvium
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-09-11Require properly typed ActionResult<T> (#8382)Cody Robibero
2022-03-06Series: issue-6450Isaac Gordezky
Issue: https://github.com/jellyfin/jellyfin/issues/6450 Enable DirectPlay responses Rewrite DirectPlay and DirectStream resolution Prefer copy transcode video codec options Enhance condition processor Support DirectStream and Transcode with parity Rework audio stream selection and add tests for ExternalAudio Update MediaInfoHelper to only call StreamBuilder once
2021-10-08Use new Random.Shared instead of creating new instancesBond_009
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