aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Session/SessionManager.cs
AgeCommit message (Expand)Author
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-02Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_providerJPVenson
2025-01-26Prepared Seperation of Database components for future multi provider supportJPVenson
2025-01-25chore: fix spellingJosh Soref
2024-11-03Backport pull request #12915 from jellyfin/release-10.10.zJPVenson
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-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-05-14fix formatting and update summaryherby2212
2023-05-01option to disable and configure inactive session thresholdherby2212
2023-05-01close inactive sessions after 10 minutesherby2212
2023-04-06Fix argument is not used in message template warningStepan Goremykin
2023-01-07Use EventManager for AuthenticationSuccess, AuthenticationFailure (#8960)Cody Robibero
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
2022-08-15Fix various typos luz paz
2022-06-06Merge pull request #7781 from crobibero/live-tv-infiniteCody Robibero