aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data
AgeCommit message (Collapse)Author
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-09-16Minor improvementsBond_009
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-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-11Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs
2020-06-09Fix a small number of compile warningsaled
2020-06-06Fix a small number of compile warningsaled
2020-06-05Use typed logger where possiblecrobibero
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
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-20Migrate User DB to EF CorePatrick Barron
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-05-132nd half of changesPatrick Barron
2020-05-12Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Data/SqliteUserDataRepository.cs # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Entities/User.cs # Jellyfin.Data/ISavingChanges.cs # Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj # Jellyfin.Server.Implementations/JellyfinDb.cs # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Model/Notifications/NotificationOptions.cs # MediaBrowser.sln
2020-05-12Initial migration codePatrick Barron
2020-05-02Do not double dispose write lock and connection in user data repositoryMark Monteiro
2020-04-23Merge branch 'master' into nullable4Bond_009
2020-04-20Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-15Remove dead functionBond_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