aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
AgeCommit message (Collapse)Author
2025-02-09Rename CreateOrUpdateItems back to CreateItemsBond_009
Reverts the name change of this function made in the EFCore PR. This hopefully reduces the amount of merge conflicts while backporting and makes it consistent with the CreateItem function.
2024-11-17Applied coding styleJPVenson
2024-10-09WIP porting new Repository structureJPVenson
2024-06-06Backport pull request #11963 from jellyfin/release-10.9.zgnattu
Fix Library renaming Original-merge: b78efd6b1e90f925d85605132e337470065e7230 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-04-17Enable nullable for LibraryManager (#11191)Bond-009
2024-04-14Validate item access (#11171)Cody Robibero
2024-03-03Precache livetv program images (#11083)Cody Robibero
* Precache livetv program images * return if cache hit * use EnsureSuccessStatusCode * Read proper bytes
2024-02-26Store lyrics in the database as media streams (#9951)Cody Robibero
2023-11-09Convert CollectionType, SpecialFolderType to enum (#9764)Cody Robibero
* Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-11-09Convert ItemSortBy to enum (#9765)Cody Robibero
* Convert ItemSortBy to enum * Rename Unknown to Default
2022-12-08Allow video extras to use owner library optionsJoe Rogers
2022-08-01Backport pull request #8167 from jellyfin/release-10.8.zJoshua Boniface
Add back library scan from library manager Authored-by: Cody Robibero <cody@robibe.ro> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: f9dffa767f71f287e384282679a9af5e20bc370e
2022-02-17Remove some dead codeBond_009
2022-02-15Fix some warningsBond_009
2022-01-28Remove some allocations (#7246)Claus Vium
2021-12-27Remove more warningsCody Robibero
2021-12-20Fix extras folderscvium
2021-12-07Refactor extras parsingcvium
2021-11-15Remove ILibraryManager as a dependency in resolvers etc.cvium
2021-09-03Fix some warningsBond_009
2021-07-26Update ILibraryManager.csRich Lander
2021-07-26Update ILibraryManager.csRich Lander
2021-07-26Update ILibraryManager.csRich Lander
2021-07-26Update ILibraryManager.csRich Lander
2021-07-26Update ILibraryManager.csRich Lander
2021-07-26Update ILibraryManager.csRich Lander
2021-07-24Fix warnings in MediaBrowser.Controller/LibraryRich Lander
2021-06-12Merge pull request #6096 from cvium/saving_private_ramBond-009
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-05-24Remove some unnecessary allocationscvium
2021-05-15Fix suggestions from reviewcrobibero
2021-05-13Reduce warnings in MediaBrowser.Controllercrobibero
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-04-24add UpdatePeopleAsync and add people to both tablescvium
2021-02-24Fix unchecked inputBond_009
2020-12-10Simplifycvium
2020-12-10Remove ImageFetcherPostScanTaskcvium
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-11-21Merge branch 'master' into defer_image_fetchingJoshua M. Boniface
2020-11-05Fix Persons, Genres and Studios endpointscvium
2020-10-12Fix SA 1116 warningsJan-Pieter Baert
2020-10-03Defer image pre-fetching until the end of a refresh/scancvium
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-09-09Minor performance improvements to item savingBond_009
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-08-21Make some methods asyncBond_009
2020-07-23Merge branch 'master' into displaypreferences-efcorePatrick Barron
2020-07-20Fix warningsBond_009
2020-07-17Migrate Display Preferences to EF CorePatrick Barron
2020-06-25Remove AllowIgnorePathClaus Vium