aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
AgeCommit message (Expand)Author
2021-07-11Fix some warningsBond_009
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-12Merge pull request #6096 from cvium/saving_private_ramBond-009
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
2021-05-24Remove some unnecessary allocationscvium
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
2021-05-05Merge pull request #5738 from cvium/resolve-from-pathBill Thornton
2021-05-01Fix scanningBond_009
2021-04-30Merge pull request #5890 from Bond-009/filesystemBond-009
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-22Reduce string allocations/fs lookups in resolve codeBond_009
2021-04-12Fix possible ArgumentNullExceptionBond_009
2021-04-09catch ioexception and include stack tracecvium
2021-04-09Remove unused importcvium
2021-04-09...cvium
2021-04-09Simplificationcvium
2021-04-09Copy paste errorcvium
2021-04-09Fix type checkcvium
2021-04-09Resolve name from episode foldercvium
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