| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-02 | Merge pull request #3790 from cvium/fewer_string_allocs | Bond-009 | |
| Remove some unnecessary string allocations (cherry picked from commit 43fa983414073c8d57447435b903dcc24e27ac87) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-06-20 | fix SA1503 for one line if statements | telans | |
| 2020-06-20 | fix some documentation periods | telans | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-13 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj | |||
| 2020-06-13 | Merge pull request #3254 from crobibero/ilogger | dkanada | |
| Use typed logger where possible | |||
| 2020-06-11 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs | |||
| 2020-06-09 | Fix a small number of compile warnings | aled | |
| 2020-06-06 | Fix a small number of compile warnings | aled | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-06-04 | Merge branch 'master' into userdb-efcore | Patrick 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-03 | Merge pull request #3203 from Bond-009/warn18 | Vasily | |
| Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode | |||
| 2020-05-29 | Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode | Bond_009 | |
| 2020-05-28 | Fix naming per code review | Vasily | |
| 2020-05-21 | Rename Hash to BlurHash in all properties and methods for clarity | Vasily | |
| 2020-05-20 | Migrate User DB to EF Core | Patrick Barron | |
| 2020-05-19 | Compute hash only when one is not computed in DB, small optimizations here ↵ | Vasily | |
| and there | |||
| 2020-05-18 | Add BlurHash support to backend | Jesús Higueras | |
| 2020-05-13 | 2nd half of changes | Patrick Barron | |
| 2020-05-12 | Merge branch 'master' into userdb-efcore | Patrick 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-12 | Initial migration code | Patrick Barron | |
| 2020-05-02 | Do not double dispose write lock and connection in user data repository | Mark Monteiro | |
| 2020-04-23 | Merge branch 'master' into nullable4 | Bond_009 | |
| 2020-04-20 | Merge remote-tracking branch 'upstream/master' into register-services-correctly | Mark Monteiro | |
| 2020-04-15 | Remove dead function | Bond_009 | |
| 2020-04-15 | Log exception | Bond_009 | |
| 2020-04-11 | Merge remote-tracking branch 'upstream/master' into register-services-correctly | Mark Monteiro | |
| 2020-04-10 | Merge pull request #2755 from Bond-009/dbcleanup | Vasily | |
| Clean up SqliteItemRepository | |||
| 2020-04-09 | Address comments | Bond_009 | |
| 2020-04-05 | Enable nullabe reference types for Emby.Drawing and Jellyfin.Drawing.Skia | Bond_009 | |
| 2020-04-05 | Merge remote-tracking branch 'upstream/master' into register-services-correctly | Mark Monteiro | |
| 2020-04-04 | Convert properties in ApplicationHost to private readonly fields, where possible | Mark Monteiro | |
| 2020-04-04 | Register and construct IImageProcessor, SqliteItemRepository and ↵ | Mark Monteiro | |
| IImageEncoder correctly | |||
| 2020-04-03 | Update Emby.Server.Implementations/Data/SqliteItemRepository.cs | Bond-009 | |
| Co-Authored-By: Vasily <JustAMan@users.noreply.github.com> | |||
| 2020-04-03 | Update SqliteItemRepository.cs | Bond-009 | |
| 2020-04-03 | Clean up SqliteItemRepository | Bond_009 | |
| 2020-04-03 | Address comments | Bond_009 | |
| 2020-04-01 | Merge branch 'master' into usings | Bond-009 | |
| 2020-04-01 | Merge branch 'master' into minor | Bond_009 | |
| 2020-04-01 | Merge branch 'master' into usings | Bond-009 | |
| 2020-03-26 | Make variables binding correspond with column names | Vasily | |
| 2020-03-24 | Remove extra ; | Bond_009 | |
| 2020-03-24 | Remove unused usings | Bond_009 | |
| 2020-03-23 | Merge pull request #2478 from JustAMan/fix-search-order | dkanada | |
| Fix ordering of search results | |||
| 2020-03-23 | add code suggestions | dkanada | |
| Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com> | |||
| 2020-03-11 | Merge branch 'master' into warn17 | Bond-009 | |
