aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2021-05-05Code Clean up: Use Pattern Matching (#5838)BaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-05-05Merge pull request #5938 from cvium/allocationzBond-009
2021-05-05Merge pull request #5738 from cvium/resolve-from-pathBill Thornton
Resolve name from episode folder
2021-05-04changed to firstBaronGreenback
2021-05-03rename to SplitEnumerator and fix testcvium
2021-05-03Merge branch 'master' into allocationzClaus Vium
2021-05-03RenamedBaronGreenback
2021-05-03Changed selection methodBaronGreenback
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-03Merge pull request #5956 from BaronGreenback/MultipleInstanciationsBond-009
Minor optimization.
2021-05-02minor optimization.BaronGreenback
2021-05-02Add tests for SqliteItemRepository.(De)SerializeProviderIdsBond_009
2021-05-02Add tests for SqliteItemRepository.(De)SerializeImagesBond_009
2021-05-01Update LiveTvMediaSourceProvider.csBaronGreenback
2021-05-01Update ApplicationHost.csBaronGreenback
Renamed method
2021-05-01Fix scanningBond_009
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-30Update Emby.Server.Implementations/ApplicationHost.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
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-28Add ability to sort on Genre, MusicGenre, Artistcrobibero
2021-04-26Changed other method to match for consistency.BaronGreenback
2021-04-26updated commentBaronGreenback
2021-04-26Fix url for LiveTVBaronGreenback
2021-04-26Bump prometheus-net.DotNetRuntime from 3.4.1 to 4.0.0dependabot[bot]
Bumps [prometheus-net.DotNetRuntime](https://github.com/djluck/prometheus-net.DotNetRuntime) from 3.4.1 to 4.0.0. - [Release notes](https://github.com/djluck/prometheus-net.DotNetRuntime/releases) - [Commits](https://github.com/djluck/prometheus-net.DotNetRuntime/compare/3.4.1...4.0.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26Add endpoint to log client eventscrobibero
2021-04-26Bump sharpcompress from 0.28.1 to 0.28.2dependabot[bot]
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress) from 0.28.1 to 0.28.2. - [Release notes](https://github.com/adamhathcock/sharpcompress/releases) - [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.28.1...0.28.2) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-24add UpdatePeopleAsync and add people to both tablescvium
2021-04-24Leave SyncPlay group on session disconnect.Ian Walton
2021-04-23Merge pull request #5892 from crobibero/password-obsoleteBond-009
2021-04-22SqliteItemRepository: remove redundant operationsBond_009
removed: * nameof -> FullName lookup * IndexOf before Replace * Enum.GetNames -> Enum.Parse roundtrip
2021-04-22Mark PasswordSha1 as obsoletecrobibero
2021-04-22Improve fast path of ManagedFileSystem.GetValidFilenameBond_009
| Method | Data | Mean | Error | StdDev | Median | Gen 0 | Gen 1 | Gen 2 | Allocated | |---------------------------- |-------------- |------------:|----------:|----------:|------------:|-------:|------:|------:|----------:| | GetValidFilenameBench | AC/DCKD/A | 52.29 ns | 0.537 ns | 0.448 ns | 52.35 ns | 0.0255 | - | - | 80 B | | GetValidFilenameOldBench | AC/DCKD/A | 86.68 ns | 1.205 ns | 1.127 ns | 86.33 ns | 0.0587 | - | - | 184 B | | GetValidFilenameWinBench | AC/DCKD/A | 448.55 ns | 1.228 ns | 1.088 ns | 448.33 ns | 0.0505 | - | - | 160 B | | GetValidFilenameOldWinBench | AC/DCKD/A | 865.21 ns | 5.734 ns | 5.083 ns | 866.60 ns | 0.0839 | - | - | 264 B | | GetValidFilenameBench | ValidFileName | 16.00 ns | 0.234 ns | 0.207 ns | 16.02 ns | 0.0102 | - | - | 32 B | | GetValidFilenameOldBench | ValidFileName | 100.66 ns | 1.255 ns | 1.174 ns | 101.21 ns | 0.0587 | - | - | 184 B | | GetValidFilenameWinBench | ValidFileName | 116.60 ns | 1.624 ns | 1.519 ns | 116.88 ns | 0.0356 | - | - | 112 B | | GetValidFilenameOldWinBench | ValidFileName | 1,052.66 ns | 18.077 ns | 33.056 ns | 1,037.25 ns | 0.0839 | - | - | 264 B |
2021-04-22ManagedFileSystem: Rewrite GetValidFilename and more improvementsBond_009
2021-04-22Reduce string allocations/fs lookups in resolve codeBond_009
2021-04-22Remove unused/duplicate servicesBond_009
2021-04-21Merge pull request #5878 from Artiume/patch-2Bond-009
2021-04-21Merge pull request #5877 from Bond-009/circ1Bond-009
EncodingHelper: Fix circular dependency
2021-04-21Merge pull request #5808 from cvium/semi-fix-collection-perfBond-009
2021-04-21Update var namesartiume
2021-04-20Fix Audiobook Resumeartiume
https://github.com/jellyfin/jellyfin/issues/5703
2021-04-20EncodingHelper: Fix circular dependencyBond_009
2021-04-19Respect user settings for transcode and remuxcvium