aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers
AgeCommit message (Expand)Author
2021-06-23Fix issues with QuickConnect and AuthenticationDbcrobibero
2021-06-23Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-06-22Merge pull request #6200 from nielsvanvelzen/fix-quickconnectClaus Vium
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-19Merge branch 'master' into comparisonsBaronGreenback
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-06-18Re-add support for API keysPatrick Barron
2021-06-13Merge pull request #6176 from nielsvanvelzen/userid-requiredBond-009
2021-06-12Change userId to required in operations that would otherwise throw exceptionsNiels van Velzen
2021-06-12Fix routeMediaSourceId route parameter in SubtitleController GetSubtitleNiels van Velzen
2021-06-04Don't dispose managed CancellationTokenSource (#6139)Cody Robibero
2021-05-27Merge pull request #6094 from crobibero/album-artist-sortClaus Vium
2021-05-27Merge pull request #5828 from jackrvan/issue-5813Claus Vium
2021-05-26Add optional backJack
2021-05-25Review notes to set value to Datetime min value instead of nullJack
2021-05-23Allow sorting for AlbumArtistcrobibero
2021-05-21Merge pull request #6083 from Bond-009/nullable4Bond-009
2021-05-21Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-20Add PaginatedQuery abstract class, change startIndex to skipPatrick Barron
2021-05-20Remove unnecessary query classPatrick Barron
2021-05-21Merge pull request #6013 from Bond-009/minor13Bond-009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-05-17Add optional to nextUpDateCutoff help textJack
2021-05-11Merge pull request #5929 from crobibero/sortBond-009
2021-05-11Reduce warnings in MediaBrowser.Controller (#6006)Cody Robibero
2021-05-08Merge branch 'master' into comparisonsBaronGreenback
2021-05-08Minor improvementsBond_009
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-05-06Merge pull request #5982 from Bond-009/nullableBond-009
2021-05-05Merge branch 'master' into comparisonsBaronGreenback
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
2021-05-05Enable nullable reference types for MediaBrowser.CommonBond_009
2021-05-05Merge pull request #5943 from Maxr1998/device-profile-defaultsBond-009
2021-05-04Require Authorization for the ClientLogControllercrobibero
2021-05-02Merge pull request from GHSA-rgjw-4fwc-9v96Joshua M. Boniface
2021-05-02Remove /Items/RemoteSearch/Image API endpointJoshua M. Boniface
2021-05-02Remove /Images/Remote API endpointJoshua M. Boniface
2021-05-01Nullability handling for device profile classesMaxr1998
2021-04-30Remove extraneous 'stream' parameterMaxr1998
2021-04-29Update Jellyfin.Api/Controllers/GenresController.csCody Robibero
2021-04-28Add ability to sort on Genre, MusicGenre, Artistcrobibero
2021-04-26Add endpoint to log client eventscrobibero
2021-04-24Merge pull request #5887 from Bond-009/perfBond-009
2021-04-22Don't use obsolete Password propertycrobibero
2021-04-21Improve perf of db save and queryBond_009
2021-04-20EncodingHelper: Fix circular dependencyBond_009