aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library
AgeCommit message (Expand)Author
2025-05-04Recognize file changes and remove data on change (#13839)Tim Eisele
2025-03-26Fix only returning one item from /Item/Latest api. (#12492)JQ
2025-03-25Fixed namespacesJPVenson
2025-03-25WIP fixed namespacesJPVenson
2025-03-23Rework season folder parsing (#11748)Tim Eisele
2025-03-18Add fast-path to getting just the SeriesPresentationUniqueKey for NextUp (#13...Cody Robibero
2025-02-09Rename CreateOrUpdateItems back to CreateItemsBond_009
2025-01-25chore: fix spellingJosh Soref
2024-11-17Applied coding styleJPVenson
2024-11-11Fixed TopParent not beeing migratedJPVenson
2024-10-09Ported new Item Repository architectureJPVenson
2024-10-09WIP porting new Repository structureJPVenson
2024-09-07Migrated UserData from library sqlite db to jellyfin.dbJPVenson
2024-09-06Merge pull request #12545 from Bond-009/sha1Niels van Velzen
2024-09-06Merge pull request #12547 from Bond-009/userdatamanagerNiels van Velzen
2024-08-30Remove BOM from UTF-8 filesBond_009
2024-08-30Clean up UserDataManagerBond_009
2024-08-30Remove passwordSha1 param from AuthenticateUser functionBond_009
2024-06-06Backport pull request #11963 from jellyfin/release-10.9.zgnattu
2024-04-30More efficient array creation (#11468)Bond-009
2024-04-17Enable nullable for LibraryManager (#11191)Bond-009
2024-04-14Validate item access (#11171)Cody Robibero
2024-04-03Fix some spelling mistakesShadowghost
2024-03-13Enable nullable for more filesBond_009
2024-03-03Precache livetv program images (#11083)Cody Robibero
2024-02-26Store lyrics in the database as media streams (#9951)Cody Robibero
2024-02-07Use IHostApplicationLifetime to start library monitorPatrick Barron
2024-01-09Move GetRecordingStreamMediaSources to IMediaSourceManagerPatrick Barron
2023-12-18Merge pull request #10682 from barronpm/livetv-warningsBond-009
2023-12-05Make ILiveStream an IDisposablePatrick Barron
2023-11-15Updated the summary and the Dto name.ArabCoders
2023-11-13Refactored api call logic handling.ArabCoders
2023-11-09Convert CollectionType, SpecialFolderType to enum (#9764)Cody Robibero
2023-11-09Convert ItemSortBy to enum (#9765)Cody Robibero
2023-08-22== null -> is nullBond_009
2023-06-21Reduce bottlenecks scan code (#9863)Bond-009
2023-05-26chore: deprecate EasyPassword as it isn't very securecvium
2023-03-06Inject IDirectoryService where needed instead of passing it through ItemResol...Joe Rogers
2023-03-06Remove some BaseItem references to make ItemResolveArgs more usable for testing.Joe Rogers
2023-02-04Return NotFound when itemId isn't foundBond_009
2022-12-19Use DistinctBy introduced in .NET 6Bond_009
2022-12-08Allow video extras to use owner library optionsJoe Rogers
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-25Remove unnecessary IsPathLocked functionjgriff6
2022-08-01Backport pull request #8167 from jellyfin/release-10.8.zJoshua Boniface
2022-05-20Merge pull request #7604 from Jellifi007/fixes-diactriticsBond-009
2022-02-17Remove some dead codeBond_009
2022-02-15Fix some warningsBond_009