aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data
AgeCommit message (Collapse)Author
2020-08-02Merge pull request #3790 from cvium/fewer_string_allocsBond-009
Remove some unnecessary string allocations (cherry picked from commit 43fa983414073c8d57447435b903dcc24e27ac87) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
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
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
2020-04-01Merge branch 'master' into usingsBond-009
2020-03-26Make variables binding correspond with column namesVasily
2020-03-24Remove extra ;Bond_009
2020-03-24Remove unused usingsBond_009
2020-03-23Merge pull request #2478 from JustAMan/fix-search-orderdkanada
Fix ordering of search results
2020-03-23add code suggestionsdkanada
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
2020-03-11Merge branch 'master' into warn17Bond-009