aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
AgeCommit message (Collapse)Author
2021-02-24CollectionType can be nullBond_009
2021-02-24Fix buildBond_009
2021-02-24Fix unchecked inputBond_009
2020-12-10Simplifycvium
2020-12-10Remove ImageFetcherPostScanTaskcvium
2020-12-01Use GetParentItem where applicablecrobibero
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-11-21Merge branch 'master' into defer_image_fetchingJoshua M. Boniface
2020-11-20Merge pull request #4499 from crobibero/more-paramJoshua M. Boniface
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-11-16Merge branch 'master' into emby-namig-nullableBaronGreenback
2020-11-15Merge remote-tracking branch 'upstream/master' into http-exceptioncrobibero
2020-11-14remove custom HttpExceptioncrobibero
2020-11-14Missed some stuffBond_009
2020-11-10Merge remote-tracking branch 'jellyfin/master' into emby-namig-nullableStepan
2020-11-05Fix Persons, Genres and Studios endpointscvium
2020-11-01Re-Sharper inspection issuesStepan
2020-11-01Enable nullable in Emby.NamingStepan
2020-10-03Defer image pre-fetching until the end of a refresh/scancvium
2020-09-11Remove extra return statementBond_009
2020-09-11FixBond_009
2020-09-09Minor performance improvements to item savingBond_009
2020-08-21Make some methods asyncBond_009
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