aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Session/SessionWebSocketListener.cs
AgeCommit message (Expand)Author
2025-07-20Use RequestHelpers.GetSession in SessionWebSocketListener (#14494)Niels van Velzen
2025-01-28Merge pull request #12925 from Bond-009/awaitBond-009
2024-12-12move to new System.Threading.Lock type for better performanceDaniyar Alpyspayev
2024-10-31Always await instead of directly returning TaskBond_009
2024-04-17Changes SessionWebSocketListener to (re)use a timer (#11358)Bond-009
2023-07-02Fix sending websocket messages (#9948)Cody Robibero
2023-02-15Enable nullable for more filesBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-09-28Remove redundant using directivesHannes Braun
2022-08-15Fix various typos luz paz
2022-01-01Use IAuthorizationContext for websocketCody Robibero
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-04-10Make device/session code asyncPatrick Barron
2020-12-07Add SessionControllerConnected eventIonut Andrei Oanca
2020-11-28Remove circular dependency between websocket listeners and managercvium
2020-11-28Revert "Removed Lazy implementation."cvium
2020-11-28Removed Lazy implementation.Greenback
2020-09-27Use SessionMessageType for WebSocket messagesNiels van Velzen
2020-09-03Kill HttpListenerHostClaus Vium
2020-08-13Move GenericEventArgs to Jellyfin.Data.EventsPatrick Barron
2020-07-24Fix warningsBond_009
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-05Use typed logger where possiblecrobibero
2020-05-26Fix code issuesgion
2020-05-15Fix some code smellsgion
2020-05-15Merge remote-tracking branch 'upstream/master' into syncplaygion
2020-05-09Fix code issuesgion
2020-05-09Fix code issuesgion
2020-04-28Synchronize access to datagion
2020-04-27Refactor and other minor changesgion
2020-04-27Implement KeepAlive for WebSocketsgion
2020-01-13Fix nullref exception and added loggingBond_009
2020-01-13Rewrite WebSocket handling codeBond_009
2019-11-24Move appbuilder and service collection to Jellyfin.ServerClaus Vium
2019-03-25Lower the amount of running tasksBond_009
2019-02-27Replace some usage of QueryParamCollectionClaus Vium
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part S-SErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-09-053.2.30.8Luke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-04-17update playback progress reportingLuke Pulverenti
2016-11-03move classes to portableLuke Pulverenti