| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-05 | Code 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-05 | Merge pull request #5938 from cvium/allocationz | Bond-009 | |
| 2021-05-05 | Merge pull request #5738 from cvium/resolve-from-path | Bill Thornton | |
| Resolve name from episode folder | |||
| 2021-05-04 | changed to first | BaronGreenback | |
| 2021-05-03 | rename to SplitEnumerator and fix test | cvium | |
| 2021-05-03 | Merge branch 'master' into allocationz | Claus Vium | |
| 2021-05-03 | Renamed | BaronGreenback | |
| 2021-05-03 | Changed selection method | BaronGreenback | |
| 2021-05-03 | Bump SQLitePCL.pretty.netstandard from 2.1.0 to 2.2.0 | dependabot[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-03 | Merge pull request #5956 from BaronGreenback/MultipleInstanciations | Bond-009 | |
| Minor optimization. | |||
| 2021-05-02 | minor optimization. | BaronGreenback | |
| 2021-05-02 | Add tests for SqliteItemRepository.(De)SerializeProviderIds | Bond_009 | |
| 2021-05-02 | Add tests for SqliteItemRepository.(De)SerializeImages | Bond_009 | |
| 2021-05-01 | Update LiveTvMediaSourceProvider.cs | BaronGreenback | |
| 2021-05-01 | Update ApplicationHost.cs | BaronGreenback | |
| Renamed method | |||
| 2021-05-01 | Fix scanning | Bond_009 | |
| 2021-04-30 | remove span based setproviderid | cvium | |
| 2021-04-30 | Merge pull request #5890 from Bond-009/filesystem | Bond-009 | |
| Reduce string allocations/fs lookups in resolve code | |||
| 2021-04-30 | prevent cancellationtoken leakage | cvium | |
| 2021-04-30 | revert the last bits of the getcount experiment | cvium | |
| 2021-04-30 | Reduce some allocations with the magic of spans etc. | cvium | |
| 2021-04-30 | Update Emby.Server.Implementations/ApplicationHost.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-04-29 | Merge pull request #5842 from BaronGreenback/optimization | Bond-009 | |
| Code Clean up: Group Methods | |||
| 2021-04-29 | Merge pull request #5891 from Bond-009/filesystem2 | Bond-009 | |
| 2021-04-29 | Merge pull request #5893 from Bond-009/db | Bond-009 | |
| SqliteItemRepository: remove redundant operations | |||
| 2021-04-29 | SqliteItemRepository: Parse ChannelId directly from utf-8 data | Bond_009 | |
| 2021-04-29 | Merge pull request #5903 from iwalton3/auto-leave-syncplay | Bond-009 | |
| Leave SyncPlay group on session disconnect. | |||
| 2021-04-28 | Add ability to sort on Genre, MusicGenre, Artist | crobibero | |
| 2021-04-26 | Changed other method to match for consistency. | BaronGreenback | |
| 2021-04-26 | updated comment | BaronGreenback | |
| 2021-04-26 | Fix url for LiveTV | BaronGreenback | |
| 2021-04-26 | Bump prometheus-net.DotNetRuntime from 3.4.1 to 4.0.0 | dependabot[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-26 | Add endpoint to log client events | crobibero | |
| 2021-04-26 | Bump sharpcompress from 0.28.1 to 0.28.2 | dependabot[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-24 | add UpdatePeopleAsync and add people to both tables | cvium | |
| 2021-04-24 | Leave SyncPlay group on session disconnect. | Ian Walton | |
| 2021-04-23 | Merge pull request #5892 from crobibero/password-obsolete | Bond-009 | |
| 2021-04-22 | SqliteItemRepository: remove redundant operations | Bond_009 | |
| removed: * nameof -> FullName lookup * IndexOf before Replace * Enum.GetNames -> Enum.Parse roundtrip | |||
| 2021-04-22 | Mark PasswordSha1 as obsolete | crobibero | |
| 2021-04-22 | Improve fast path of ManagedFileSystem.GetValidFilename | Bond_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-22 | ManagedFileSystem: Rewrite GetValidFilename and more improvements | Bond_009 | |
| 2021-04-22 | Reduce string allocations/fs lookups in resolve code | Bond_009 | |
| 2021-04-22 | Remove unused/duplicate services | Bond_009 | |
| 2021-04-21 | Merge pull request #5878 from Artiume/patch-2 | Bond-009 | |
| 2021-04-21 | Merge pull request #5877 from Bond-009/circ1 | Bond-009 | |
| EncodingHelper: Fix circular dependency | |||
| 2021-04-21 | Merge pull request #5808 from cvium/semi-fix-collection-perf | Bond-009 | |
| 2021-04-21 | Update var names | artiume | |
| 2021-04-20 | Fix Audiobook Resume | artiume | |
| https://github.com/jellyfin/jellyfin/issues/5703 | |||
| 2021-04-20 | EncodingHelper: Fix circular dependency | Bond_009 | |
| 2021-04-19 | Respect user settings for transcode and remux | cvium | |
