| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-19 | Fix SyncPlay WebSocket OpenAPI schemas (#13946) | Niels van Velzen | |
| 2025-03-27 | Fix consumer count off by one when closing a browser tab with a livestream ↵ | timminator | |
| that is transcoding (#13220) Rework Implementation Fix review issues Add missing nullorempty check Fix closely related #13721 | |||
| 2025-03-25 | Fixed namespaces | JPVenson | |
| 2025-01-28 | Fix spelling (#13444) | Josh Soref | |
| * spelling: anamorphic Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: associated Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: channelinfo Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: eagerly Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: enumerable Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: greater than/less than Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: greater Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: lineup Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: logs out Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: names Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: paging Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: playlist Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: sanitized Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: saving Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --------- Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | |||
| 2024-12-12 | move to new System.Threading.Lock type for better performance | Daniyar Alpyspayev | |
| 2024-09-24 | Fix get sessions with api key (#12696) | gnattu | |
| 2024-09-18 | Add SessionInfoDto, DeviceInfoDto and implement ↵ | Shadowghost | |
| JsonDelimitedArrayConverter.Write | |||
| 2024-04-30 | More efficient array creation (#11468) | Bond-009 | |
| 2024-03-31 | Remove SessionInfo.FullNowPlayingItem from API responses (#11268) | Niels van Velzen | |
| 2024-01-14 | Fixed disposable not being called (#10613) | JPVenson | |
| * Fixed disposable not being called * PulledUp usage of IAsyncDisposable for sessioninfo Co-authored-by: Patrick Barron <barronpm@gmail.com> | |||
| 2023-11-09 | Merge branch 'master' into media-type | Cody Robibero | |
| 2023-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-10-07 | integrate development from v1 | herby2212 | |
| 2023-09-23 | Use IHostLifetime to handle restarting and shutting down | Patrick Barron | |
| 2023-05-01 | close inactive sessions after 10 minutes | herby2212 | |
| 2023-04-06 | Remove unused using directives | Stepan Goremykin | |
| 2023-02-15 | Enable nullable for more files | Bond_009 | |
| 2023-01-07 | Use EventManager for AuthenticationSuccess, AuthenticationFailure (#8960) | Cody Robibero | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-07-24 | Backport pull request #7732 from jellyfin/release-10.8.z | Joshua Boniface | |
| Fix to make web sockets close gracefully on server shutdown Authored-by: luke brown <luke92brown@gmail.com> Merged-by: Cody Robibero <cody@robibe.ro> Original-merge: ee22feb89a34632a4cc3a350733dd57c6be863ec | |||
| 2022-06-06 | Merge pull request #7781 from crobibero/live-tv-infinite | Cody Robibero | |
| (cherry picked from commit 77c73e241fe1705528e3ffbb42f074c46240b9fb) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-01-14 | Fix build and clean up | Cody Robibero | |
| 2022-01-14 | Add FullNowPlayingQueue property | Fernando Fernández | |
| 2021-09-10 | Merge pull request #5648 from OancaAndrei/syncplay-sessions-fix | Claus Vium | |
| Fix session references in SyncPlay | |||
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 2021-09-06 | merge branch 'master' into syncplay-sessions-fix | dkanada | |
| 2021-09-03 | Fix some warnings | Bond_009 | |
| 2021-08-13 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Security/IAuthenticationRepository.cs # MediaBrowser.Controller/Session/ISessionManager.cs | |||
| 2021-08-09 | Fix warnings in MediaBrowser.Controller/Session | Rich Lander | |
| 2021-06-23 | Fix issues with QuickConnect and AuthenticationDb | crobibero | |
| 2021-06-23 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/QuickConnect/QuickConnectManager.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs | |||
| 2021-05-20 | Migrate authentication db to EF Core | Patrick Barron | |
| 2021-05-18 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs | |||
| 2021-05-11 | Reduce warnings in MediaBrowser.Controller (#6006) | Cody Robibero | |
| Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-05-07 | Enable nullable reference types for MediaBrowser.Controller | Bond_009 | |
| 2021-04-22 | Mark PasswordSha1 as obsolete | crobibero | |
| 2021-04-10 | Make device/session code async | Patrick Barron | |
| 2021-04-01 | Remove unused SessionManager methods | Patrick Barron | |
| 2021-03-28 | Fix storing outdated sessions in SyncPlay | Ionut Andrei Oanca | |
| 2020-12-07 | Add SessionControllerConnected event | Ionut Andrei Oanca | |
| 2020-11-27 | Merge branch 'master' into syncplay-enhanced | Joshua M. Boniface | |
| 2020-11-21 | Convert ClientCapabilities to a Dto with JsonConverters | crobibero | |
| 2020-10-16 | Add playlist-sync and group-wait to SyncPlay | Ionut Andrei Oanca | |
| 2020-10-05 | Merge pull request #4210 from nielsvanvelzen/typed-websocket-message | Bond-009 | |
| Use enum for WebSocket message types | |||
| 2020-10-01 | feat: convert supportedCommands strings to enums | github@esslinger.dev | |
| 2020-09-28 | Fix SA1513, SA1514, SA1507, and SA1508 | Matt Montgomery | |
| 2020-09-27 | Use SessionMessageType for WebSocket messages | Niels van Velzen | |
| 2020-08-26 | Merge remote-tracking branch 'upstream/master' into quickconnect | Matt Montgomery | |
| 2020-08-24 | Merge branch 'master' into event-rewrite-1 | Patrick Barron | |
| # Conflicts: # Emby.Dlna/Emby.Dlna.csproj # Emby.Dlna/Eventing/DlnaEventManager.cs # Emby.Dlna/Service/BaseService.cs # Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs # MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs | |||
