aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library
AgeCommit message (Collapse)Author
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-27Merge pull request #3684 from Bond-009/warn22Joshua M. Boniface
Fix warnings
2020-07-26.Odd Stråbø
2020-07-26Add more tests, update commentOdd Stråbø
2020-07-26CommentOdd Stråbø
2020-07-26Yep. I failed at copy-pasting.Odd Stråbø
2020-07-25Don't ignore dot directories.Odd Stråbø
Use `.ignore` file to hide directory from library scan. Also, please tell me we handle sample matching somewhere else? This is a mess.
2020-07-24Fix warningsBond_009
2020-07-24Merge branch 'master' into readonlyspanBond-009
2020-07-23Remove unused dependencies.Patrick Barron
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-27Add support for ReadOnlySpan<char> in IgnorePatternsBond-009
2020-06-26Add more ignorepatterns and testscrobibero
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-25Never ignore application foldersClaus Vium
2020-06-22Fix scan crashedBond-009
2020-06-20brace multiline if statementstelans
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-15fix SA1510telans
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-11Fix build errorsPatrick Barron
2020-06-11Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs
2020-06-09Merge pull request #3258 from aled/2149-fix-a-small-number-of-compile-warnings-1Bond-009
Fix a small number of compile warnings
2020-06-07Force configuration paths to not be ignored.crobibero
2020-06-06Fix a small number of compile warningsaled
2020-06-06Make books resumable and have duration of 1 secondDaniyar Itegulov