aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
AgeCommit message (Expand)Author
2021-04-29Merge pull request #5893 from Bond-009/dbBond-009
2021-04-24add UpdatePeopleAsync and add people to both tablescvium
2021-04-22SqliteItemRepository: remove redundant operationsBond_009
2021-04-12Fix possible ArgumentNullExceptionBond_009
2021-04-09catch ioexception and include stack tracecvium
2021-04-09fetching images should not kill the scannerClaus Vium
2021-03-24Fix possible null ref exceptionBond-009
2021-03-08Merge pull request #5407 from Bond-009/hackClaus Vium
2021-03-08Call ToLower on CollectionTypeOptions.ToStringBond_009
2021-03-06Remove redundant checkcvium
2021-03-06Remove redundant checkscvium
2021-03-05make sure network path substitution matches correctlycvium
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
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
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
2020-07-22Simplify logicBill Thornton
2020-07-22Review usage of string.Substring (part 1)Bond_009
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