index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Emby.Server.Implementations
/
Library
/
LibraryManager.cs
Age
Commit message (
Expand
)
Author
2024-07-15
Improve LibraryManager.Sort when using "Random" order (#12165)
ItsAllAboutTheCode
2024-06-24
Backport pull request #12025 from jellyfin/release-10.9.z
Shadowghost
2024-06-06
Backport pull request #11963 from jellyfin/release-10.9.z
gnattu
2024-06-01
Backport pull request #11743 from jellyfin/release-10.9.z
Shadowghost
2024-05-05
Validate Collection Folders on adding and removal (#11444)
gnattu
2024-04-30
More efficient array creation (#11468)
Bond-009
2024-04-25
Fix multiple intro providers and remove unneeded ToLists (#11431)
Bond-009
2024-04-18
Merge pull request #11352 from jellyfin/fix-library-removal
Bond-009
2024-04-17
Enable nullable for LibraryManager (#11191)
Bond-009
2024-04-17
chore: use proper way to override remove root
gnattu
2024-04-14
Validate item access (#11171)
Cody Robibero
2024-04-13
fix: code style
gnattu
2024-04-13
fix: typo
gnattu
2024-04-13
fix: mark UserRoot as non-root when performing removal
gnattu
2024-04-12
Enable more warnings as errors (#11288)
Bond-009
2024-04-12
Don't throw if file was already removed (#11286)
Tim Eisele
2024-03-31
Fix FindExtras overwriting current extra type (#11260)
Niels van Velzen
2024-03-03
Precache livetv program images (#11083)
Cody Robibero
2024-02-26
Store lyrics in the database as media streams (#9951)
Cody Robibero
2024-02-06
Remove ActionableProgress
Patrick Barron
2024-02-06
Remove SimpleProgress
Patrick Barron
2024-01-17
Use helper function to compare guid (#10825)
Cody Robibero
2023-12-08
Convert CollectionType to use lowercase enum names
Cody Robibero
2023-11-09
Convert CollectionType, SpecialFolderType to enum (#9764)
Cody Robibero
2023-11-09
Convert ItemSortBy to enum (#9765)
Cody Robibero
2023-10-12
Merge branch 'master' into fix-resharper-warnings
Stepan Goremykin
2023-10-08
Merge pull request #10345 from Bond-009/getperson
Bond-009
2023-10-08
Remove redundant using directives
Stepan Goremykin
2023-10-08
Use async overload
Stepan Goremykin
2023-10-06
Reduce string allocations
Bond_009
2023-10-05
Don't create non existent persons in LibraryManager.GetPerson
Bond_009
2023-09-13
Minor LibraryMonitor improvements
Bond_009
2023-08-26
Fix a few multiple enumerations
Stepan Goremykin
2023-08-18
refactor: use ConcurrentDictionary when IMemoryCache isn't needed
cvium
2023-07-01
Merge pull request #9447 from Bond-009/disablerealtimemonitor
Claus Vium
2023-05-26
Fix TotalRecordCount calculation
Shadowghost
2023-04-10
#7626 Added handling for common FormatExceptions with Skia loading sv… (#9581)
JPVenson
2023-04-06
Simplify conditional expression
Stepan Goremykin
2023-04-01
Implement check to hide all libraries when user has no access (#9536)
elmuffo
2023-03-07
Disable real time monitoring by default
Bond_009
2023-03-06
Inject IDirectoryService where needed instead of passing it through ItemResol...
Joe Rogers
2023-03-06
Remove some BaseItem references to make ItemResolveArgs more usable for testing.
Joe Rogers
2023-03-01
Allocate less Lists
Bond_009
2022-12-19
Use Order() introduced in .NET 7 (#8923)
Bond-009
2022-12-08
Allow video extras to use owner library options
Joe Rogers
2022-12-07
Remove dependency on OptimizedPriorityQueue
Bond_009
2022-12-07
Use ArgumentException.ThrowIfNullOrEmpty
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-11-17
Add xmldocs for TMDb provider, correct provider spelling
Shadowghost
[next]