Commit Graph

468 Commits (7f38b19238a7e49619fc13abfd7197a95f203583)

Author SHA1 Message Date
Bond_009 277830855d Clean up UserDataManager
5 months ago
Shadowghost 81e38e772b Backport pull request #12134 from jellyfin/release-10.9.z
7 months ago
Shadowghost bb0c234984 Backport pull request #11959 from jellyfin/release-10.9.z
8 months ago
crobibero 3564b00fc0 Backport pull request #11569 from jellyfin/release-10.9.z
9 months ago
Joshua M. Boniface 47b79df136
Update MediaBrowser.Controller/Entities/Folder.cs
9 months ago
gnattu 588fb9e82b Don't assume library change only on item count
9 months ago
gnattu 3ae0fb90cb
Validate Collection Folders on adding and removal (#11444)
9 months ago
gnattu 1b567efeb5 fix: correctly pass parameters in overrides
10 months ago
gnattu e4d66f35fd chore: use proper way to override remove root
10 months ago
Cody Robibero 31e0756c0c
Only update if actively refreshing (#11341)
10 months ago
Claus Vium 239727e896
fix: skip library folders that are inaccessible or empty (#9291)
11 months ago
Patrick Barron 505c09c85b Fix tests
1 year ago
Patrick Barron 0960438065 Remove ActionableProgress
1 year ago
Patrick Barron 8698b90594 Remove SimpleProgress
1 year ago
Cody Robibero e7b8d45bbb
Use helper function to compare guid (#10825)
1 year ago
Stepan Goremykin 6512f85ccb Pass cancellation token
1 year ago
Bond-009 3982b0e057
Reduce bottlenecks scan code (#9863)
2 years ago
Shadowghost 81746666de Fix TotalRecordCount calculation
2 years ago
Egor Bakanov 46e9f5ad2e
Fix recursive children lookup of folders (#8678)
2 years ago
Bond_009 52194f56b5 Replace != null with is not null
2 years ago
Bond_009 c7d50d640e Replace == null with is null
2 years ago
Bond_009 a9a5fcde81 Use ArgumentNullException.ThrowIfNull helper method
2 years ago
Luke F e579b4d42d Backport pull request #8189 from jellyfin/release-10.8.z
2 years ago
Niels van Velzen 61afd029df Check for empty guid
3 years ago
Niels van Velzen 0f91244239 Use Guid for adjacentTo API parameter
3 years ago
Bond_009 7fdc0e3c3d BaseItem: remove unused function
3 years ago
Claus Vium 53209830e7
Merge pull request #7346 from Bond-009/guid
3 years ago
Joe Rogers 354f22d065
Add post filtering for theme song and video
3 years ago
Bond_009 f50a250cd9 Optimize Guid comparisons
3 years ago
Claus Vium 488ce51032
Remove some allocations (#7246)
3 years ago
Bond_009 2dcb2f8a9f Ban the usage of Task.Result
3 years ago
Cody Robibero a60cb280a3 Properly populate QueryResult
3 years ago
Cody Robibero 32629cd7da Use BaseItemKind where possible
3 years ago
Bond_009 1d19a5be61 Fix some warnings
3 years ago
Bond_009 5726535a26 Fix some warnings
3 years ago
Cody Robibero 64652b6392 Fix and disable new dotnet6 warnings
3 years ago
Bond_009 0d16c48998 Fix some warnings
3 years ago
Cody Robibero cba07b1ca6 Remove more and more warnings
3 years ago
Rich Lander e3df4dcaae Fix warnings in MediaBrowser.Controller
4 years ago
Rich Lander ad6f27143f
Update MediaBrowser.Controller/Entities/Folder.cs
4 years ago
Rich Lander 0ce7a15534 Fix more warnings
4 years ago
Rich Lander a7cc77e7fa Fix partial set of MediaBrowser.Controller/Entities warnings
4 years ago
Cody Robibero 65f8d8c0cd [CA1801] Parameter is never used. Remove the parameter or use it in the method body.
4 years ago
Claus Vium f17d43c564
Merge pull request #6071 from BaronGreenback/DLNAFolderFixPart1
4 years ago
Cody Robibero d461e3912a
Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)
4 years ago
BaronGreenback 48bb338352 Enable child items to be returned if a musicAlbum
4 years ago
crobibero 6bcbc2b88a Reduce warnings in MediaBrowser.Controller
4 years ago
Bond_009 fb090df0b5 Enable nullable reference types for MediaBrowser.Controller
4 years ago
cvium 608cba817c Reduce some allocations with the magic of spans etc.
4 years ago
Bond-009 48ed4b016c
Merge pull request #5808 from cvium/semi-fix-collection-perf
4 years ago