Commit Graph

324 Commits (e7b8d45bbb0f2b832245dae7ac0d401c56cb10a4)

Author SHA1 Message Date
Cody Robibero e7b8d45bbb
Use helper function to compare guid (#10825)
5 months ago
Cody Robibero 033cfa59c4 Convert CollectionType to use lowercase enum names
6 months ago
Cody Robibero 906f701fa8
Convert CollectionType, SpecialFolderType to enum (#9764)
7 months ago
Cody Robibero c7a94d48ae
Convert ItemSortBy to enum (#9765)
7 months ago
Stepan Goremykin 8d7e4229ca Merge branch 'master' into fix-resharper-warnings
8 months ago
Bond-009 406c5df8a3
Merge pull request #10345 from Bond-009/getperson
8 months ago
Stepan Goremykin f84469d500 Remove redundant using directives
8 months ago
Stepan Goremykin a37dc3da96 Use async overload
8 months ago
Bond_009 b176beb88e Reduce string allocations
8 months ago
Bond_009 852f1dc0c1 Don't create non existent persons in LibraryManager.GetPerson
8 months ago
Bond_009 767a42fbdb Minor LibraryMonitor improvements
9 months ago
Stepan Goremykin 0ed2aa6f06 Fix a few multiple enumerations
9 months ago
cvium 2e32e335ac refactor: use ConcurrentDictionary when IMemoryCache isn't needed
10 months ago
Claus Vium bfb7c60f72
Merge pull request #9447 from Bond-009/disablerealtimemonitor
11 months ago
Shadowghost 81746666de Fix TotalRecordCount calculation
1 year ago
JPVenson 3c22d5c970
#7626 Added handling for common FormatExceptions with Skia loading sv… (#9581)
1 year ago
Stepan Goremykin b6cfdb8b92 Simplify conditional expression
1 year ago
elmuffo bb5bf0277a
Implement check to hide all libraries when user has no access (#9536)
1 year ago
Bond_009 891e2495c9 Disable real time monitoring by default
1 year ago
Joe Rogers 1c3a97bf6a
Inject IDirectoryService where needed instead of passing it through ItemResolveArgs
1 year ago
Joe Rogers 160baa02fd
Remove some BaseItem references to make ItemResolveArgs more usable for testing.
1 year ago
Bond_009 4b01aaa0f7 Allocate less Lists
1 year ago
Bond-009 497d8c4957
Use Order() introduced in .NET 7 (#8923)
1 year ago
Joe Rogers e4040ab812
Allow video extras to use owner library options
2 years ago
Bond_009 9bb1bc5a3e Remove dependency on OptimizedPriorityQueue
2 years ago
Bond_009 b366dc2e6e Use ArgumentException.ThrowIfNullOrEmpty
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
Shadowghost 072651c4be Add xmldocs for TMDb provider, correct provider spelling
2 years ago
Joe Rogers c38052a753
Skip missing symlink instead of breaking out of directory scan
2 years ago
Bond_009 a9a5fcde81 Use ArgumentNullException.ThrowIfNull helper method
2 years ago
Hannes Braun 4edeccc5e0
Remove redundant using directives
2 years ago
LogicalPhallacy e8893f3d41 Backport pull request #8399 from jellyfin/release-10.8.z
2 years ago
luz paz 9ec2870b10 Fix various typos
2 years ago
Joshua Boniface e251f1483f Backport pull request #8167 from jellyfin/release-10.8.z
2 years ago
Cody Robibero 7f1223016d Merge pull request #7946 from cvium/svg
2 years ago
Cody Robibero e086eebb71 Merge pull request #7525 from 1337joe/fix-duplicate-library-media-paths
2 years ago
Claus Vium 53209830e7
Merge pull request #7346 from Bond-009/guid
2 years ago
Bond_009 f50a250cd9 Optimize Guid comparisons
2 years ago
Stanislav Ionascu 554d1b2ca8 Fix #7100 by catching the exception on opening invalid UDF images
2 years ago
Bond_009 adad13b865 Remove some dead code
2 years ago
Bond_009 5732e6188c Fix some warnings
2 years ago
Cody Robibero b6489e73ab
Merge pull request #7241 from Bond-009/async5
2 years ago
Claus Vium 488ce51032
Remove some allocations (#7246)
2 years ago
Bond_009 e7be01d7a5 Flush to disk async where possible
2 years ago
Cody Robibero a60cb280a3 Properly populate QueryResult
2 years ago
Joe Rogers a26509a98a
Keep from serializing trailers into database
2 years ago
Bond_009 77c615ba42 Error on SA1316
2 years ago
Bond-009 11d0c6827f
Merge pull request #7058 from cvium/the_most_important_feature
2 years ago
cvium 28c2ac9cc0 Remove file extension filter and fix build
2 years ago