aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data/SqliteItemRepository.cs
AgeCommit message (Collapse)Author
2020-10-17Use nameof where possibleBond_009
2020-10-12Fix SA 1116 warningsJan-Pieter Baert
2020-10-12Fix SA1012 and SA1013 warningsJan-Pieter Baert
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-09-09Fix buildBond_009
2020-09-09Minor performance improvements to item savingBond_009
2020-08-25bump System.Text.Jsoncrobibero
2020-08-23Ignore null json valuescrobibero
2020-08-20Make MediaBrowser.MediaEncoding warnings freeBond_009
2020-08-19Fix warningsBond_009
2020-08-03Fix spellingBond_009
2020-08-03Minor improvementsBond_009
OFC I reduced some allocations
2020-08-02Update Emby.Server.Implementations/Data/SqliteItemRepository.csClaus Vium
2020-08-02Update Emby.Server.Implementations/Data/SqliteItemRepository.csClaus Vium
Co-authored-by: Bond-009 <bond.009@outlook.com>
2020-08-02Remove some unnecessary string allocations.cvium
2020-08-01Merge pull request #3578 from barronpm/displaypreferences-efcoreBond-009
Migrate Display Preferences to EF Core
2020-07-24Fix warningsBond_009
2020-07-23Merge branch 'master' into displaypreferences-efcorePatrick Barron
2020-07-22Optimize StringBuilder.Append callsBond_009
2020-07-17Migrate Display Preferences to EF CorePatrick Barron
2020-06-20fix SA1503 for one line 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-09Fix a small number of compile warningsaled
2020-06-06Fix a small number of compile warningsaled
2020-06-03Merge pull request #3203 from Bond-009/warn18Vasily
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-05-28Fix naming per code reviewVasily
2020-05-21Rename Hash to BlurHash in all properties and methods for clarityVasily
2020-05-19Compute hash only when one is not computed in DB, small optimizations here ↵Vasily
and there
2020-05-18Add BlurHash support to backendJesús Higueras
2020-04-23Merge branch 'master' into nullable4Bond_009
2020-04-15Log exceptionBond_009
2020-04-11Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-10Merge pull request #2755 from Bond-009/dbcleanupVasily
Clean up SqliteItemRepository
2020-04-09Address commentsBond_009
2020-04-05Enable nullabe reference types for Emby.Drawing and Jellyfin.Drawing.SkiaBond_009
2020-04-05Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-04Convert properties in ApplicationHost to private readonly fields, where possibleMark Monteiro
2020-04-04Register and construct IImageProcessor, SqliteItemRepository and ↵Mark Monteiro
IImageEncoder correctly
2020-04-03Update Emby.Server.Implementations/Data/SqliteItemRepository.csBond-009
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-04-03Update SqliteItemRepository.csBond-009
2020-04-03Clean up SqliteItemRepositoryBond_009
2020-04-03Address commentsBond_009
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-01Merge branch 'master' into minorBond_009