aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session
AgeCommit message (Expand)Author
2025-04-19Fix SyncPlay WebSocket OpenAPI schemas (#13946)Niels van Velzen
2025-03-27Fix consumer count off by one when closing a browser tab with a livestream th...timminator
2025-03-25Fixed namespacesJPVenson
2025-01-28Fix spelling (#13444)Josh Soref
2024-12-12move to new System.Threading.Lock type for better performanceDaniyar Alpyspayev
2024-09-24Fix get sessions with api key (#12696)gnattu
2024-09-18Add SessionInfoDto, DeviceInfoDto and implement JsonDelimitedArrayConverter.W...Shadowghost
2024-04-30More efficient array creation (#11468)Bond-009
2024-03-31Remove SessionInfo.FullNowPlayingItem from API responses (#11268)Niels van Velzen
2024-01-14Fixed disposable not being called (#10613)JPVenson
2023-11-09Merge branch 'master' into media-typeCody Robibero
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2023-10-07integrate development from v1herby2212
2023-09-23Use IHostLifetime to handle restarting and shutting downPatrick Barron
2023-05-01close inactive sessions after 10 minutesherby2212
2023-04-06Remove unused using directivesStepan Goremykin
2023-02-15Enable nullable for more filesBond_009
2023-01-07Use EventManager for AuthenticationSuccess, AuthenticationFailure (#8960)Cody Robibero
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-07-24Backport pull request #7732 from jellyfin/release-10.8.zJoshua Boniface
2022-06-06Merge pull request #7781 from crobibero/live-tv-infiniteCody Robibero
2022-01-14Fix build and clean upCody Robibero
2022-01-14Add FullNowPlayingQueue propertyFernando Fernández
2021-09-10Merge pull request #5648 from OancaAndrei/syncplay-sessions-fixClaus Vium
2021-09-06Remove all unused usingsFernando Fernández
2021-09-06merge branch 'master' into syncplay-sessions-fixdkanada
2021-09-03Fix some warningsBond_009
2021-08-13Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-08-09Fix warnings in MediaBrowser.Controller/SessionRich Lander
2021-06-23Fix issues with QuickConnect and AuthenticationDbcrobibero
2021-06-23Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-05-11Reduce warnings in MediaBrowser.Controller (#6006)Cody Robibero
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-04-22Mark PasswordSha1 as obsoletecrobibero
2021-04-10Make device/session code asyncPatrick Barron
2021-04-01Remove unused SessionManager methodsPatrick Barron
2021-03-28Fix storing outdated sessions in SyncPlayIonut Andrei Oanca
2020-12-07Add SessionControllerConnected eventIonut Andrei Oanca
2020-11-27Merge branch 'master' into syncplay-enhancedJoshua M. Boniface
2020-11-21Convert ClientCapabilities to a Dto with JsonConverterscrobibero
2020-10-16Add playlist-sync and group-wait to SyncPlayIonut Andrei Oanca
2020-10-05Merge pull request #4210 from nielsvanvelzen/typed-websocket-messageBond-009
2020-10-01feat: convert supportedCommands strings to enumsgithub@esslinger.dev
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-09-27Use SessionMessageType for WebSocket messagesNiels van Velzen
2020-08-26Merge remote-tracking branch 'upstream/master' into quickconnectMatt Montgomery
2020-08-24Merge branch 'master' into event-rewrite-1Patrick Barron