aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
AgeCommit message (Collapse)Author
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
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-11Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs
2020-06-07Force configuration paths to not be ignored.crobibero
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
2020-05-27Make sure blurhash is recomputed if image changed or metadata refresh toggledVasily
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-19Compute hash only when one is not computed in DB, small optimizations here ↵Vasily
and there
2020-05-18Add endpoint to update all items in libraryJesús Higueras
2020-05-12Initial migration codePatrick Barron
2020-02-19Minor improvementsBond_009