aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
AgeCommit message (Collapse)Author
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
2019-02-12Don't clone listsBond_009
2019-02-12Tuple -> ValueTupleBond_009
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-25update library changed notifierLuke Pulverenti
2017-10-22update image aspect ratio detectionLuke Pulverenti
2017-10-03remove unneeded async signaturesLuke Pulverenti
2017-09-09improve queries from scheduled tasksLuke Pulverenti
2017-09-04update query objectsLuke Pulverenti
2017-08-26remove async when there's nothing to awaitLuke Pulverenti
2017-08-20update m3u tunerLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-08-07consolidate interfacesLuke Pulverenti
2017-06-23support individual library refreshingLuke Pulverenti
2017-06-03update live tv startupLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-22update query fieldsLuke Pulverenti
2017-05-18add GenreItems propertyLuke Pulverenti
2017-05-04improve smb supportLuke Pulverenti
2017-02-17add db startup error handlingLuke Pulverenti
2017-01-29restore localized guids switchLuke Pulverenti
2016-12-13update series queriesLuke Pulverenti
2016-12-12update next up queriesLuke Pulverenti
2016-11-21reduce library queriesLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-09-24add network share configLuke Pulverenti
2016-09-23stub out storage for new path substitutionLuke Pulverenti
2016-09-12encapsulate path substitutionLuke Pulverenti