aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers
AgeCommit message (Collapse)Author
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-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 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
Use async FileStreams where it makes sense
2021-09-06merge branch 'master' into syncplay-clear-queuedkanada
2021-09-04Merge pull request #6456 from GodTamIt/vp8-vp9Bond-009
Disambiguate vpx to vp8 or vp9
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
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-23Merge pull request #6296 from Bond-009/oscheckClaus Vium
Improve platform checks
2021-07-20Merge pull request #6281 from crobibero/controller-warn-04Bond-009
2021-07-17Merge pull request #5864 from DeeJayBro/return-on-errorBond-009
Fix ArgumentOutOfRangeException when getting PostedPlaybackInfo
2021-07-16Remove obsolete attribute, clean controller nameCody Robibero
2021-07-16Fix ArgumentOutOfRangeException when getting PostedPlaybackInfoDeeJayBro
2021-07-13Add dto for device optionsPatrick Barron
2021-07-12Remove extra endpointCody Robibero
2021-07-12Improve platform checksBond_009
2021-07-10[CA1801] Parameter is never used. Remove the parameter or use it in the ↵Cody Robibero
method body.
2021-07-10Fix error message, use range parametersCody Robibero
2021-07-09Use asp validation and increase max sizeCody Robibero
2021-07-08Restore max width and height paramsBill Thornton
2021-06-27GetDeviceOptions always returns an instance of DeviceOptionsPatrick Barron
2021-06-23Fix issues with QuickConnect and AuthenticationDbcrobibero
2021-06-23Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/QuickConnect/QuickConnectManager.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
2021-06-22Merge pull request #6200 from nielsvanvelzen/fix-quickconnectClaus Vium
Refactor Quick Connect
2021-06-22Refactor Quick ConnectNiels van Velzen
2021-06-19Add missing ConfigureAwait callPatrick Barron
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Devices/DeviceManager.cs # Emby.Server.Implementations/HttpServer/Security/SessionContext.cs # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Net/ISessionContext.cs
2021-06-18Re-add support for API keysPatrick Barron
2021-06-13Merge pull request #6176 from nielsvanvelzen/userid-requiredBond-009
Require userId in getItems and getTrailers endpoints
2021-06-12Change userId to required in operations that would otherwise throw exceptionsNiels van Velzen