aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-26Clean client filename generationcrobibero
2021-04-26Merge pull request #5915 from ↵Bond-009
jellyfin/dependabot/nuget/Swashbuckle.AspNetCore.ReDoc-6.1.3 Bump Swashbuckle.AspNetCore.ReDoc from 6.0.7 to 6.1.3
2021-04-26Bump Swashbuckle.AspNetCore.ReDoc from 6.0.7 to 6.1.3dependabot[bot]
Bumps [Swashbuckle.AspNetCore.ReDoc](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.0.7 to 6.1.3. - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.0.7...v6.1.3) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26Merge pull request #5917 from ↵Bond-009
jellyfin/dependabot/github_actions/alex-page/github-project-automation-plus-v0.6.0 Bump alex-page/github-project-automation-plus from v0.5.1 to v0.6.0
2021-04-26Merge pull request #5914 from ↵Bond-009
jellyfin/dependabot/nuget/Swashbuckle.AspNetCore-6.1.3 Bump Swashbuckle.AspNetCore from 6.0.7 to 6.1.3
2021-04-26Changed other method to match for consistency.BaronGreenback
2021-04-26updated commentBaronGreenback
2021-04-26Fixed testBaronGreenback
2021-04-26removed unused usingsBaronGreenback
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-26Merge pull request #5916 from jellyfin/dependabot/nuget/sharpcompress-0.28.2Bond-009
Bump sharpcompress from 0.28.1 to 0.28.2
2021-04-26Add endpoint to log client eventscrobibero
2021-04-26Bump alex-page/github-project-automation-plus from v0.5.1 to v0.6.0dependabot[bot]
Bumps [alex-page/github-project-automation-plus](https://github.com/alex-page/github-project-automation-plus) from v0.5.1 to v0.6.0. - [Release notes](https://github.com/alex-page/github-project-automation-plus/releases) - [Commits](https://github.com/alex-page/github-project-automation-plus/compare/v0.5.1...4230e39aec629f1b622666350cdbdf29ff149aca) Signed-off-by: dependabot[bot] <support@github.com>
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-26Bump Swashbuckle.AspNetCore from 6.0.7 to 6.1.3dependabot[bot]
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.0.7 to 6.1.3. - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.0.7...v6.1.3) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26Bump AutoFixture from 4.16.0 to 4.17.0dependabot[bot]
Bumps [AutoFixture](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-25Merge pull request #5904 from cvium/fix-updatepeople-questionmarkBond-009
add UpdatePeopleAsync and add people to both tables
2021-04-25Merge pull request #5826 from BaronGreenback/ssdpFixBond-009
PlayTo Fix: Use external ip not internal interface
2021-04-25Merge pull request #5861 from BaronGreenback/ProfileMatchClaus Vium
Change profile matching to match what the web interface says.
2021-04-24add UpdatePeopleAsync and add people to both tablescvium
2021-04-24Leave SyncPlay group on session disconnect.Ian Walton
2021-04-24Merge pull request #5887 from Bond-009/perfBond-009
Improve perf of db save and query
2021-04-23Merge pull request #5892 from crobibero/password-obsoleteBond-009
2021-04-22Merge pull request #5681 from BaronGreenback/ContentFeatureOptimizationBond-009
Various DLNA Optimizations
2021-04-22Merge pull request #5889 from Bond-009/diBond-009
Remove unused/duplicate services
2021-04-22Allow to bind to priveleged ports (i.e. 80/443)Brian J. Murrell
Add "AmbientCapabilities=CAP_NET_BIND_SERVICE" to the "[Service]" section of the unit file to allow the server to bind to ports 80 and 443. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
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-22Don't use obsolete Password propertycrobibero
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-21Mark password property as obsoletecrobibero
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-21Improve perf of db save and queryBond_009
2021-04-21Merge pull request #5878 from Artiume/patch-2Bond-009
2021-04-21Request more logsartiume
2021-04-21Merge pull request #5881 from cvium/tmdb-episode-externalidsBond-009
Add tvrage and imdb ids for episodes
2021-04-21Update MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.csBond-009
2021-04-21Merge pull request #5877 from Bond-009/circ1Bond-009
EncodingHelper: Fix circular dependency
2021-04-21Merge pull request #5876 from Bond-009/nullref5Bond-009
DeepCopy: Throw ArgumentNullException if one of the args is null
2021-04-21Merge pull request #5867 from Bond-009/providerBond-009
ProviderManager: fix discard and 2 warnings
2021-04-21Merge pull request #5870 from cvium/fix-tmdbpersonproviderBond-009
2021-04-21Merge pull request #5866 from Bond-009/httpmsghandlerBond-009
Switch from HttpClientHandler to SocketsHttpHandler
2021-04-21Merge pull request #5808 from cvium/semi-fix-collection-perfBond-009
2021-04-21Merge pull request #5807 from Bond-009/refreshdelayBond-009
Remove throttle in refresh code
2021-04-21Update var namesartiume
2021-04-21Moved AssertBaronGreenback
2021-04-21Changes as requestedBaronGreenback