aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Session
AgeCommit message (Expand)Author
2025-07-20Use RequestHelpers.GetSession in SessionWebSocketListener (#14494)Niels van Velzen
2025-06-23RemoveNowPlayingItem should also set FullNowPlayingItem to null (#14360) bbMason Weigand
2025-06-09fix(Session): don't query DB if queue hasn't changed (#14244)Sid K
2025-06-06Fixing race condition in GetSessionInfo (#14131)Mohammed Alhaddar
2025-03-31Cleanup ItemFields (#13818)Tim Eisele
2025-03-27Fix consumer count off by one when closing a browser tab with a livestream th...timminator
2025-03-25Fixed namespacesJPVenson
2025-03-25WIP fixed namespacesJPVenson
2025-03-25Merge branch 'master' into feature/DatabaseRefactorJPVenson
2025-03-20Fix OnPlaybackStopped task erroring out (#13226)timminator
2025-02-19Merge remote-tracking branch 'jellyfinorigin/master' into feature/DatabaseRef...JPVenson
2025-02-09Backport pull request #13459 from jellyfin/release-10.10.zJPVenson
2025-02-02Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_providerJPVenson
2025-01-28Merge pull request #12925 from Bond-009/awaitBond-009
2025-01-26Prepared Seperation of Database components for future multi provider supportJPVenson
2025-01-25chore: fix spellingJosh Soref
2024-12-12move to new System.Threading.Lock type for better performanceDaniyar Alpyspayev
2024-11-03Backport pull request #12915 from jellyfin/release-10.10.zJPVenson
2024-10-31Always await instead of directly returning TaskBond_009
2024-09-24Fix get sessions with api key (#12696)gnattu
2024-09-18Fix permission checksShadowghost
2024-09-18Add SessionInfoDto, DeviceInfoDto and implement JsonDelimitedArrayConverter.W...Shadowghost
2024-08-30Remove passwordSha1 param from AuthenticateUser functionBond_009
2024-08-05Backport pull request #11901 from jellyfin/release-10.9.zgnattu
2024-06-01Backport pull request #11806 from jellyfin/release-10.9.zShadowghost
2024-04-30More efficient array creation (#11468)Bond-009
2024-04-17Changes SessionWebSocketListener to (re)use a timer (#11358)Bond-009
2024-04-12Enable more warnings as errors (#11288)Bond-009
2024-03-18refactor: use Channels as queueing mechanism for periodic websocket messages ...Claus Vium
2024-02-09Add PlaybackOrder to Session stateDamian Kacperski
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2024-01-14Fixed disposable not being called (#10613)JPVenson
2024-01-06Remove some unused client capabilities and sync code (#10812)Niels van Velzen
2023-10-30Don't remove all tokens if invalid header (#10490)Cody Robibero
2023-10-09optimize checkForInactiveStreams logicherby2212
2023-10-08fix formatting for build processherby2212
2023-10-07integrate development from v1herby2212
2023-10-07Switch to named placeholdersherby2212
2023-10-03Reduce nesting in SessionManager.OnPlaybackStoppedPatrick Barron
2023-09-29Clear active sessions on application stoppingPatrick Barron
2023-09-23Use IHostLifetime to handle restarting and shutting downPatrick Barron
2023-09-11Remove existing sessions for a user on the same device on loginBill Thornton
2023-09-06Remove unused variableBill Thornton
2023-09-05Remove one session per device id limitationBill Thornton
2023-07-29Apply review suggestionsShadowghost
2023-07-07Add wrapper object for authentication event informationShadowghost
2023-07-02Fix sending websocket messages (#9948)Cody Robibero
2023-06-29Fix Websocket OpenApi (#9935)Cody Robibero
2023-05-14fix formatting and update summaryherby2212
2023-05-01option to disable and configure inactive session thresholdherby2212