aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-03Merge branch 'master' into allocationzClaus Vium
2021-05-03RenamedBaronGreenback
2021-05-03Changed selection methodBaronGreenback
2021-05-03Merge pull request #5962 from ↵Bond-009
jellyfin/dependabot/nuget/SQLitePCL.pretty.netstandard-2.2.0
2021-05-03Bump alex-page/github-project-automation-plus from v0.6.0 to v0.7.1dependabot[bot]
Bumps [alex-page/github-project-automation-plus](https://github.com/alex-page/github-project-automation-plus) from v0.6.0 to v0.7.1. - [Release notes](https://github.com/alex-page/github-project-automation-plus/releases) - [Commits](https://github.com/alex-page/github-project-automation-plus/compare/v0.6.0...50502d399cbb98cefe7ce1f99f93f78c6756562e) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03Bump SQLitePCL.pretty.netstandard from 2.1.0 to 2.2.0dependabot[bot]
Bumps [SQLitePCL.pretty.netstandard](https://github.com/jellyfin/SQLitePCL.pretty.netstandard) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/jellyfin/SQLitePCL.pretty.netstandard/releases) - [Commits](https://github.com/jellyfin/SQLitePCL.pretty.netstandard/commits) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03Bump Swashbuckle.AspNetCore from 6.1.3 to 6.1.4dependabot[bot]
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.1.3 to 6.1.4. - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.1.3...v6.1.4) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03Merge pull request #5956 from BaronGreenback/MultipleInstanciationsBond-009
Minor optimization.
2021-05-02Merge pull request from GHSA-rgjw-4fwc-9v96Joshua M. Boniface
Remove /Images/Remote API endpoint
2021-05-02Merge pull request #5954 from Bond-009/tests5Bond-009
Add tests for SqliteItemRepository.(De)SerializeProviderIds
2021-05-02minor optimization.BaronGreenback
2021-05-02Merge pull request #5955 from Bond-009/tests6Bond-009
Don't run integration tests in parallel
2021-05-02Don't run integration tests in parallelBond_009
* Easier to debug failing tests when the logs aren't scrambled * Static properties could cause issues
2021-05-02Add tests for SqliteItemRepository.(De)SerializeProviderIdsBond_009
2021-05-02Merge pull request #5952 from Bond-009/tests4Bond-009
2021-05-02Remove /Items/RemoteSearch/Image API endpointJoshua M. Boniface
2021-05-02Remove /Images/Remote API endpointJoshua M. Boniface
2021-05-02Merge pull request #5937 from Maxr1998/videoscontroller-api-fixBond-009
Remove extraneous 'stream' parameter
2021-05-02Add tests for SqliteItemRepository.(De)SerializeImagesBond_009
2021-05-01Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
Co-authored-by: David Ullmer <davidullmer@outlook.de>
2021-05-01Update LiveTvMediaSourceProvider.csBaronGreenback
2021-05-01Update ApplicationHost.csBaronGreenback
Renamed method
2021-05-01Merge pull request #5945 from Bond-009/fixBond-009
Fix scanning
2021-05-01Merge pull request #5946 from Bond-009/tmdbutilsBond-009
TmdbUtils: Use ordinal string compare
2021-05-01Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
Co-authored-by: David Ullmer <davidullmer@outlook.de>
2021-05-01Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
Co-authored-by: David Ullmer <davidullmer@outlook.de>
2021-05-01Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
Co-authored-by: David Ullmer <davidullmer@outlook.de>
2021-05-01TmdbUtils: Use ordinal string compareBond_009
2021-05-01Fix scanningBond_009
2021-05-01Nullability handling for device profile classesMaxr1998
2021-04-30remove span based setprovideridcvium
2021-04-30Merge pull request #5890 from Bond-009/filesystemBond-009
Reduce string allocations/fs lookups in resolve code
2021-04-30prevent cancellationtoken leakagecvium
2021-04-30revert the last bits of the getcount experimentcvium
2021-04-30Reduce some allocations with the magic of spans etc.cvium
2021-04-30Remove extraneous 'stream' parameterMaxr1998
The argument isn't passed to the method but causes the API generator to include an unnecessary parameter. Also fixes some typos in the documentation comments.
2021-04-30Merge pull request #5911 from ↵Bond-009
jellyfin/dependabot/nuget/AutoFixture.AutoMoq-4.17.0 Bump AutoFixture.AutoMoq from 4.16.0 to 4.17.0
2021-04-30Bump AutoFixture.AutoMoq from 4.16.0 to 4.17.0dependabot[bot]
Bumps [AutoFixture.AutoMoq](https://github.com/AutoFixture/AutoFixture) from 4.16.0 to 4.17.0. - [Release notes](https://github.com/AutoFixture/AutoFixture/releases) - [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.16.0...v4.17.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-30Merge pull request #5913 from ↵Bond-009
jellyfin/dependabot/nuget/AutoFixture.Xunit2-4.17.0 Bump AutoFixture.Xunit2 from 4.16.0 to 4.17.0
2021-04-30Update Emby.Server.Implementations/ApplicationHost.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-04-29Add ResumeBook sectionNathan Mascitelli
2021-04-29Merge pull request #5842 from BaronGreenback/optimizationBond-009
Code Clean up: Group Methods
2021-04-29Merge pull request #5891 from Bond-009/filesystem2Bond-009
2021-04-29Merge pull request #5893 from Bond-009/dbBond-009
SqliteItemRepository: remove redundant operations
2021-04-29SqliteItemRepository: Parse ChannelId directly from utf-8 dataBond_009
2021-04-29Merge pull request #5903 from iwalton3/auto-leave-syncplayBond-009
Leave SyncPlay group on session disconnect.
2021-04-29Update Jellyfin.Api/Controllers/GenresController.csCody Robibero
2021-04-28Add ability to sort on Genre, MusicGenre, Artistcrobibero
2021-04-27Bump AutoFixture.Xunit2 from 4.16.0 to 4.17.0dependabot[bot]
Bumps [AutoFixture.Xunit2](https://github.com/AutoFixture/AutoFixture) from 4.16.0 to 4.17.0. - [Release notes](https://github.com/AutoFixture/AutoFixture/releases) - [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.16.0...v4.17.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-27Merge pull request #5651 from ↵Bond-009
jellyfin/dependabot/nuget/prometheus-net.DotNetRuntime-4.0.0 Bump prometheus-net.DotNetRuntime from 3.4.1 to 4.0.0