dependabot[bot]
|
47c54166e1
|
Bump prometheus-net.DotNetRuntime from 3.4.1 to 4.0.0
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>
|
4 years ago |
Bond-009
|
b54f799121
|
Merge pull request #5916 from jellyfin/dependabot/nuget/sharpcompress-0.28.2
Bump sharpcompress from 0.28.1 to 0.28.2
|
4 years ago |
dependabot[bot]
|
e409d89138
|
Bump alex-page/github-project-automation-plus from v0.5.1 to v0.6.0
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>
|
4 years ago |
dependabot[bot]
|
24a05bc9f8
|
Bump sharpcompress from 0.28.1 to 0.28.2
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>
|
4 years ago |
dependabot[bot]
|
d5037a8988
|
Bump Swashbuckle.AspNetCore from 6.0.7 to 6.1.3
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>
|
4 years ago |
dependabot[bot]
|
eee3b385da
|
Bump AutoFixture from 4.16.0 to 4.17.0
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>
|
4 years ago |
Bond-009
|
5df87b3e0d
|
Merge pull request #5904 from cvium/fix-updatepeople-questionmark
add UpdatePeopleAsync and add people to both tables
|
4 years ago |
Bond-009
|
f4a59c92e6
|
Merge pull request #5826 from BaronGreenback/ssdpFix
PlayTo Fix: Use external ip not internal interface
|
4 years ago |
Claus Vium
|
12496677bd
|
Merge pull request #5861 from BaronGreenback/ProfileMatch
Change profile matching to match what the web interface says.
|
4 years ago |
cvium
|
77261a8445
|
add UpdatePeopleAsync and add people to both tables
|
4 years ago |
Ian Walton
|
e4691d45f5
|
Leave SyncPlay group on session disconnect.
|
4 years ago |
Bond-009
|
224c48821e
|
Merge pull request #5887 from Bond-009/perf
Improve perf of db save and query
|
4 years ago |
Bond-009
|
1a54338e38
|
Merge pull request #5892 from crobibero/password-obsolete
|
4 years ago |
Bond-009
|
184e05aeb6
|
Merge pull request #5681 from BaronGreenback/ContentFeatureOptimization
Various DLNA Optimizations
|
4 years ago |
Bond-009
|
d83b2b1b2e
|
Merge pull request #5889 from Bond-009/di
Remove unused/duplicate services
|
4 years ago |
Bond_009
|
a02e37daa0
|
SqliteItemRepository: remove redundant operations
removed:
* nameof -> FullName lookup
* IndexOf before Replace
* Enum.GetNames -> Enum.Parse roundtrip
|
4 years ago |
crobibero
|
940c30081e
|
Mark PasswordSha1 as obsolete
|
4 years ago |
crobibero
|
856819e58f
|
Don't use obsolete Password property
|
4 years ago |
Bond_009
|
33327aa1a9
|
Improve fast path of ManagedFileSystem.GetValidFilename
| 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 |
|
4 years ago |
crobibero
|
5b0dc21c64
|
Mark password property as obsolete
|
4 years ago |
Bond_009
|
81209258ab
|
ManagedFileSystem: Rewrite GetValidFilename and more improvements
|
4 years ago |
Bond_009
|
b323044139
|
Reduce string allocations/fs lookups in resolve code
|
4 years ago |
Bond_009
|
b0914f9f2c
|
Remove unused/duplicate services
|
4 years ago |
Bond_009
|
f46195899e
|
Improve perf of db save and query
|
4 years ago |
Bond-009
|
95ab603a40
|
Merge pull request #5878 from Artiume/patch-2
|
4 years ago |
Bond-009
|
e19d89bb4f
|
Merge pull request #5881 from cvium/tmdb-episode-externalids
Add tvrage and imdb ids for episodes
|
4 years ago |
Bond-009
|
aa992efd31
|
Update MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.cs
|
4 years ago |
Bond-009
|
d5163b4167
|
Merge pull request #5877 from Bond-009/circ1
EncodingHelper: Fix circular dependency
|
4 years ago |
Bond-009
|
24103d0953
|
Merge pull request #5876 from Bond-009/nullref5
DeepCopy: Throw ArgumentNullException if one of the args is null
|
4 years ago |
Bond-009
|
86a2e6eeda
|
Merge pull request #5867 from Bond-009/provider
ProviderManager: fix discard and 2 warnings
|
4 years ago |
Bond-009
|
6b103f7ab2
|
Merge pull request #5870 from cvium/fix-tmdbpersonprovider
|
4 years ago |
Bond-009
|
18cf030c77
|
Merge pull request #5866 from Bond-009/httpmsghandler
Switch from HttpClientHandler to SocketsHttpHandler
|
4 years ago |
Bond-009
|
48ed4b016c
|
Merge pull request #5808 from cvium/semi-fix-collection-perf
|
4 years ago |
Bond-009
|
da78a96312
|
Merge pull request #5807 from Bond-009/refreshdelay
Remove throttle in refresh code
|
4 years ago |
artiume
|
005ae80b31
|
Update var names
|
4 years ago |
BaronGreenback
|
20e19ae9b3
|
Moved Assert
|
4 years ago |
BaronGreenback
|
53e1b302cc
|
Changes as requested
|
4 years ago |
BaronGreenback
|
39eb5da44f
|
Update tests/Jellyfin.Dlna.Tests/ProfileTester.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
740e5ec167
|
Update tests/Jellyfin.Dlna.Tests/ProfileTester.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
2559ceffab
|
Update tests/Jellyfin.Dlna.Tests/ProfileTester.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
cvium
|
96348ed744
|
Add tvrage and imdb ids for episodes
|
4 years ago |
artiume
|
dcd96909cd
|
Fix Audiobook Resume
https://github.com/jellyfin/jellyfin/issues/5703
|
4 years ago |
Bond_009
|
499bac5185
|
EncodingHelper: Fix circular dependency
|
4 years ago |
Bond_009
|
63e9b1ae2d
|
DeepCopy: Throw ArgumentNullException if one of the args is null
|
4 years ago |
BaronGreenback
|
522d5a7158
|
Fixed indent
|
4 years ago |
BaronGreenback
|
41246909dc
|
fixed merge
|
4 years ago |
BaronGreenback
|
f8b717e7c5
|
Merge branch 'master' into ProfileMatch
|
4 years ago |
BaronGreenback
|
7848ea1484
|
missed one.
|
4 years ago |
BaronGreenback
|
a99caa0daa
|
Changed testing
|
4 years ago |
Bond-009
|
5a6e60b414
|
Merge pull request #5859 from cvium/fix-streambuilder-permissions
Respect user settings for transcode and remux
|
4 years ago |