index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Emby.Server.Implementations
/
Session
/
SessionManager.cs
Age
Commit message (
Expand
)
Author
2025-06-23
RemoveNowPlayingItem should also set FullNowPlayingItem to null (#14360) bb
Mason Weigand
2025-06-09
fix(Session): don't query DB if queue hasn't changed (#14244)
Sid K
2025-06-06
Fixing race condition in GetSessionInfo (#14131)
Mohammed Alhaddar
2025-03-31
Cleanup ItemFields (#13818)
Tim Eisele
2025-03-27
Fix consumer count off by one when closing a browser tab with a livestream th...
timminator
2025-03-25
Fixed namespaces
JPVenson
2025-03-25
WIP fixed namespaces
JPVenson
2025-03-25
Merge branch 'master' into feature/DatabaseRefactor
JPVenson
2025-03-20
Fix OnPlaybackStopped task erroring out (#13226)
timminator
2025-02-02
Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_provider
JPVenson
2025-01-26
Prepared Seperation of Database components for future multi provider support
JPVenson
2025-01-25
chore: fix spelling
Josh Soref
2024-11-03
Backport pull request #12915 from jellyfin/release-10.10.z
JPVenson
2024-09-24
Fix get sessions with api key (#12696)
gnattu
2024-09-18
Fix permission checks
Shadowghost
2024-09-18
Add SessionInfoDto, DeviceInfoDto and implement JsonDelimitedArrayConverter.W...
Shadowghost
2024-08-30
Remove passwordSha1 param from AuthenticateUser function
Bond_009
2024-08-05
Backport pull request #11901 from jellyfin/release-10.9.z
gnattu
2024-06-01
Backport pull request #11806 from jellyfin/release-10.9.z
Shadowghost
2024-04-30
More efficient array creation (#11468)
Bond-009
2024-04-12
Enable more warnings as errors (#11288)
Bond-009
2024-03-18
refactor: use Channels as queueing mechanism for periodic websocket messages ...
Claus Vium
2024-02-09
Add PlaybackOrder to Session state
Damian Kacperski
2024-01-17
Use helper function to compare guid (#10825)
Cody Robibero
2024-01-14
Fixed disposable not being called (#10613)
JPVenson
2024-01-06
Remove some unused client capabilities and sync code (#10812)
Niels van Velzen
2023-10-30
Don't remove all tokens if invalid header (#10490)
Cody Robibero
2023-10-09
optimize checkForInactiveStreams logic
herby2212
2023-10-08
fix formatting for build process
herby2212
2023-10-07
integrate development from v1
herby2212
2023-10-07
Switch to named placeholders
herby2212
2023-10-03
Reduce nesting in SessionManager.OnPlaybackStopped
Patrick Barron
2023-09-29
Clear active sessions on application stopping
Patrick Barron
2023-09-23
Use IHostLifetime to handle restarting and shutting down
Patrick Barron
2023-09-11
Remove existing sessions for a user on the same device on login
Bill Thornton
2023-09-06
Remove unused variable
Bill Thornton
2023-09-05
Remove one session per device id limitation
Bill Thornton
2023-07-29
Apply review suggestions
Shadowghost
2023-07-07
Add wrapper object for authentication event information
Shadowghost
2023-05-14
fix formatting and update summary
herby2212
2023-05-01
option to disable and configure inactive session threshold
herby2212
2023-05-01
close inactive sessions after 10 minutes
herby2212
2023-04-06
Fix argument is not used in message template warning
Stepan Goremykin
2023-01-07
Use EventManager for AuthenticationSuccess, AuthenticationFailure (#8960)
Cody Robibero
2022-12-07
Use ArgumentException.ThrowIfNullOrEmpty
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-10-06
Use ArgumentNullException.ThrowIfNull helper method
Bond_009
2022-08-15
Fix various typos
luz paz
2022-06-06
Merge pull request #7781 from crobibero/live-tv-infinite
Cody Robibero
[next]