aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers
AgeCommit message (Expand)Author
2021-11-13Merge pull request #6836 from cvium/apphost_light_cleanupCody Robibero
2021-11-13Very light cleanup in applicationhostcvium
2021-11-11Fix nullability on DisplayPreferencesDtoCody Robibero
2021-11-09Fix some warningsBond_009
2021-11-09Fix some warningsBond_009
2021-11-08Fix and disable new dotnet6 warningsCody Robibero
2021-11-05Use client info from claimsCody Robibero
2021-11-02Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-10-31Use correct id when finding existing dlna profileCody Robibero
2021-10-29Use response dtoCody Robibero
2021-10-28Update documentation; use information from authorization; return generated fi...Cody Robibero
2021-10-27Suggestions from reviewCody Robibero
2021-10-26Add ability to upload entire fileCody Robibero
2021-10-26Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-10-26Merge pull request #5755 from BaronGreenback/NetworkAccessPolicyClaus Vium
2021-10-25Merge pull request #6486 from fredriklindberg/support-forwarded-headers-for-a...Claus Vium
2021-10-19Add IsAutomated to SubtitleSearchRequestMBR-0001
2021-10-09Merge pull request #6657 from Bond-009/dotnetbugClaus Vium
2021-10-08Use new Random.Shared instead of creating new instancesBond_009
2021-10-04Queue refresh after subtitle upload + minor fixescvium
2021-10-03Remove workaround for dotnet/runtime#42790Bond_009
2021-10-03Fix warning: Type cast is redundant (#2149)KonH
2021-10-03Fix warning: The nullable warning suppression expression is redundant (#2149)KonH
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-09-25Remove sync FileStream hackBond_009
2021-09-24Target net6.0Bond_009
2021-09-21Specify DateTimeStyles when possibleBond_009
2021-09-20Merge pull request #6538 from cvium/livetv_oh_noBond-009
2021-09-19Reduce allocationsBond_009
2021-09-14Dynamically populate LocalAddress based on HTTP requestFredrik Lindberg
2021-09-10Missing linebreaks that Rider apparently can't just do for me?cvium
2021-09-10Replace GetDirectStreamProviderByUniqueId with GetLiveStreamInfoByUniqueIdcvium
2021-09-10Don't throw when livestream file isn't foundcvium
2021-09-10Remove the dependency on BaseAuthorizationHandlercvium
2021-09-10Remove more unused argscvium
2021-09-10Kill ProgressiveFileCopier and seek to end for ongoing livetvcvium
2021-09-09Merge pull request #6523 from cvium/fix_livetv_cts_disposedBond-009
2021-09-07Fix disposed exception when ffmpeg exits early in GetLiveHlsStreamcvium
2021-09-06Remove all unused usingsFernando Fernández
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
2021-09-06merge branch 'master' into syncplay-clear-queuedkanada
2021-09-04Merge pull request #6456 from GodTamIt/vp8-vp9Bond-009
2021-09-04Disambiguate vpx to vp8 or vp9Chris Tam
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-09-03Merge remote-tracking branch 'upstream/master' into warn-259810Cody Robibero
2021-09-02Use async FileStreams where it makes senseBond_009
2021-08-28Remove more and more warningsCody Robibero
2021-08-28Enable nullable for more filesBond_009
2021-08-17Use ProgressiveFileStream for LiveRecordings endpointcvium
2021-08-13Remove old response code documentationPatrick Barron