| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-11 | (Hopefully) fix concurrency exceptions. | Patrick Barron | |
| 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-05-29 | Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode | Bond_009 | |
| 2020-05-28 | Fix bug when migrating user db with users that have never logged in. | Patrick Barron | |
| 2020-05-26 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs | |||
| 2020-05-20 | Migrate User DB to EF Core | Patrick Barron | |
| 2020-05-15 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/Devices/DeviceManager.cs # Jellyfin.Server/Jellyfin.Server.csproj # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs | |||
| 2020-05-15 | Merge remote-tracking branch 'upstream/master' into syncplay | gion | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-05-09 | Rename Syncplay to SyncPlay | gion | |
| 2020-05-02 | Merge branch 'master' into websocket | Bond_009 | |
| 2020-04-27 | Check that client is playing the right item | gion | |
| Send date when playback command is emitted Rename some classes | |||
| 2020-04-27 | Implement syncplay backend | gion | |
| 2020-04-13 | Return correct status codes for authentication and authorization errors | Mark Monteiro | |
| - Use AuthenticatonException to return 401 - Use SecurityException to return 403 - Update existing throws to throw the correct exception for the circumstance | |||
| 2020-03-29 | Revert #2146 ordering change | Joshua M. Boniface | |
| 2020-02-19 | Merge branch 'master' into sessionmanager | Bond-009 | |
| 2020-02-11 | Merge pull request #2363 from dkanada/view | Anthony Lavado | |
| Add session view endpoint | |||
| 2020-02-06 | Update Emby.Server.Implementations/Session/SessionManager.cs | Bond-009 | |
| Co-Authored-By: dkanada <dkanada@users.noreply.github.com> | |||
| 2020-02-06 | Merge branch 'master' into sessionmanager | Bond-009 | |
| 2020-02-06 | Apply suggestions from code review | Bond-009 | |
| Co-Authored-By: dkanada <dkanada@users.noreply.github.com> | |||
| 2020-02-04 | add code suggestions | dkanada | |
| 2020-02-02 | add session view endpoint | dkanada | |
| 2020-02-02 | change authentication flow | dkanada | |
| 2020-02-02 | fix a few warnings | dkanada | |
| 2020-02-01 | update error message | dkanada | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2020-02-01 | improve scan progress and fix a few bugs | dkanada | |
| 2020-02-01 | Apply suggestions from code review | Bond-009 | |
| Co-Authored-By: dkanada <dkanada@users.noreply.github.com> | |||
| 2020-01-17 | Fix warnings in SessionManager | Bond_009 | |
| 2020-01-13 | Fix nullref exception and added logging | Bond_009 | |
| 2020-01-13 | Rewrite WebSocket handling code | Bond_009 | |
| 2019-12-15 | Merge pull request #2146 from cromefire/patch-1 | Bond-009 | |
| Fix invalid username handling | |||
| 2019-12-14 | track progress for any item that supports the feature | dkanada | |
| 2019-12-13 | Remove whitespace | Cromefire_ | |
| Co-Authored-By: Claus Vium <cvium@users.noreply.github.com> | |||
| 2019-12-13 | Fixed invalid username handling | Cromefire_ | |
| 2019-12-06 | Merge remote-tracking branch 'upstream/master' into random | Bond-009 | |
| 2019-10-20 | Add clearer exceptions, warnings and docs | Bond_009 | |
| 2019-10-20 | Don't shuffle some types by default | Bond_009 | |
| 2019-08-16 | Improvements to UserManager | Bond_009 | |
| 2019-08-09 | Fix build | Bond_009 | |
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-03-27 | Move messageId out of outer loop | Bond_009 | |
| 2019-03-27 | Even more duplicate code removed | Bond_009 | |
| 2019-03-27 | Remove duplicate code | Bond_009 | |
| 2019-03-25 | Seperate changes from #1023 | Bond-009 | |
| The unrelated changes from #1023 (and more) | |||
| 2019-03-13 | More warning fixes | Bond-009 | |
| 2019-02-26 | Remove ordering items | Bond-009 | |
| 2019-02-05 | Remove custom Threading | Claus Vium | |
| 2019-01-20 | Replaced injections of ILogger with ILoggerFactory | William Taylor | |
| This makes resolving dependencies from the container much easier as you cannot resolve with primitives parameters in a way that is any more readable. The aim of this commit is to change as little as possible with the end result, loggers that were newed up for the parent object were given the same name. Objects that used the base or app loggers, were given a new logger with an appropriate name. Also removed some unused dependencies. | |||
