aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
AgeCommit message (Collapse)Author
2020-08-20Make MediaBrowser.MediaEncoding warnings freeBond_009
2020-08-07Use MemoryCache.Set since SetValue does not flush to cache automatically.cvium
2020-08-01Merge pull request #3578 from barronpm/displaypreferences-efcoreBond-009
Migrate Display Preferences to EF Core
2020-08-01remove useless order step for introsdkanada
2020-07-29Use MemoryCache in LibraryManagerPatrick Barron
2020-07-24Merge branch 'master' into readonlyspanBond-009
2020-07-23Merge branch 'master' into displaypreferences-efcorePatrick Barron
2020-07-23Merge pull request #3609 from Bond-009/warn21Joshua M. Boniface
Fix warnings
2020-07-22Simplify logicBill Thornton
2020-07-22Review usage of string.Substring (part 1)Bond_009
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
2020-07-21Skip image processing for live tv sourcesBill Thornton
2020-07-20Fix warningsBond_009
2020-07-18Remove obsolete network path codePatrick Barron
2020-07-17Increase delete loggingcrobibero
2020-07-17Migrate Display Preferences to EF CorePatrick Barron
2020-06-26Merge pull request #3439 from cvium/ignore_application_foldersdkanada
Never ignore application folders
2020-06-25catch skia errors when getting image dimensionscrobibero
2020-06-25Remove AllowIgnorePathClaus Vium
2020-06-22Fix scan crashedBond-009
2020-06-20fix some documentation periodstelans
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
Use typed logger where possible
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-05Use typed logger where possiblecrobibero
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-06-03Fix buildBond-009
2020-06-03Merge pull request #3203 from Bond-009/warn18Vasily
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
2020-06-01Move logic of computing Blurhash components to ImageProcessorVasily
Also rename last few instances of GetImageHash to GetImageBlurHash for clarity
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-05-28Convert non-local image to local before computing blurhashVasily
2020-05-28Do not compute dimensions or blurhash for remote imagesVasily
2020-05-27Make sure blurhash is recomputed if image changed or metadata refresh toggledVasily
2020-05-27Handle errors during blurhash generation so it does not fail the scanVasily
2020-05-26Apply suggestions from code reviewVasily
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2020-05-21Rename Hash to BlurHash in all properties and methods for clarityVasily
2020-05-21Fix nullref for imageProcessor in LibraryManagerVasily
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-19More small optimizationsVasily
2020-05-19Compute hash only when one is not computed in DB, small optimizations here ↵Vasily
and there
2020-05-19Fix nullref exceptionVasily
2020-05-19Fix compilation after rebaseVasily
2020-05-18Add endpoint to update all items in libraryJesús Higueras
2020-05-18Add BlurHash support to backendJesús Higueras
2020-05-12Initial migration codePatrick Barron