| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-21 | Merge pull request #4935 from ConfusedPolarBear/quickconnect-cleanup | dkanada | |
| Remove used quick connect tokens (cherry picked from commit 158e69c6f0efafd5157e39e7c2de80919090cec2) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2021-01-23 | Merge pull request #4962 from thornbill/fix-playstate-name | Bond-009 | |
| Fix capitalization of Playstate message (cherry picked from commit 07650d91dafbd55c3b4b7d29b01d47c2cde29712) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-13 | Merge pull request #4710 from OancaAndrei/syncplay-fix-session-restore | Claus Vium | |
| Restore sessions in SyncPlay groups upon reconnection (cherry picked from commit a57e465de9c34c15fb6981b752bb5ad4121a2ab5) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-11-28 | Remove circular dependency between websocket listeners and manager | cvium | |
| 2020-11-28 | Revert "Removed Lazy implementation." | cvium | |
| 2020-11-28 | Removed Lazy implementation. | Greenback | |
| 2020-11-27 | Merge branch 'master' into syncplay-enhanced | Joshua M. Boniface | |
| 2020-11-19 | Clean up DeviceManager and don't store capabilities on disk | Patrick Barron | |
| 2020-11-13 | Updated based on review feedback | crobibero | |
| 2020-11-13 | Use null coalescing when possible | crobibero | |
| 2020-11-13 | Convert NullReferenceException to ResourceNotFoundException | crobibero | |
| 2020-11-13 | Fix nullability errors in Emby.Server.Implementations | crobibero | |
| 2020-10-16 | Add playlist-sync and group-wait to SyncPlay | Ionut Andrei Oanca | |
| 2020-10-06 | Fix playbackstart not triggering in the new eventmanager | cvium | |
| 2020-10-05 | Merge pull request #4210 from nielsvanvelzen/typed-websocket-message | Bond-009 | |
| Use enum for WebSocket message types | |||
| 2020-10-04 | Use nicer count comparitor | Joshua M. Boniface | |
| 2020-10-04 | Revert "Implement better count method" | Joshua M. Boniface | |
| This reverts commit 5aa519fd399d8b09a360f6448acc992225f8c219. | |||
| 2020-10-04 | Implement better count method | Joshua M. Boniface | |
| 2020-10-04 | Make the count an int for cleanliness | Joshua M. Boniface | |
| 2020-10-04 | Increase count check to 1 | Joshua M. Boniface | |
| There's another way to disable a user anyways. | |||
| 2020-10-04 | Make log entry informational | Joshua M. Boniface | |
| 2020-10-04 | Remove variables from SecurityException | Joshua M. Boniface | |
| 2020-10-04 | Fix syntax error | Joshua M. Boniface | |
| 2020-10-04 | Add active session tracking | Joshua M. Boniface | |
| Adds a flag for a maximum number of user sessions, as well as an authentication check to ensure that the user is not above this level. | |||
| 2020-09-27 | Use SessionMessageType for WebSocket messages | Niels van Velzen | |
| 2020-09-21 | Use GeneralCommandType enum in GeneralCommand name | Niels van Velzen | |
| 2020-09-03 | Kill HttpListenerHost | Claus Vium | |
| 2020-08-26 | Merge remote-tracking branch 'upstream/master' into quickconnect | Matt Montgomery | |
| 2020-08-17 | Apply suggestions from code review | Matt Montgomery | |
| 2020-08-15 | Use IEventManager in SessionManager | Patrick Barron | |
| 2020-08-13 | Move GenericEventArgs to Jellyfin.Data.Events | Patrick Barron | |
| 2020-08-12 | Merge remote-tracking branch 'upstream/master' into quickconnect | Matt Montgomery | |
| 2020-07-26 | Merge remote-tracking branch 'upstream/master' into quickconnect | Matt Montgomery | |
| 2020-07-24 | Fix warnings | Bond_009 | |
| 2020-07-07 | Fix log spam from EF Core | Patrick Barron | |
| 2020-06-24 | revert missing session fields | crobibero | |
| 2020-06-19 | Merge remote-tracking branch 'upstream/master' into quickconnect | ConfusedPolarBear | |
| 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-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-09 | Apply suggestions from code review | ConfusedPolarBear | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-06-08 | Merge remote-tracking branch 'upstream/master' into quickconnect | ConfusedPolarBear | |
| 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 | Merge remote-tracking branch 'upstream/master' into quickconnect | ConfusedPolarBear | |
| 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 | |||
