aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Session/SessionWebSocketListener.cs
AgeCommit message (Collapse)Author
2025-07-20Use RequestHelpers.GetSession in SessionWebSocketListener (#14494)Niels van Velzen
2025-01-28Merge pull request #12925 from Bond-009/awaitBond-009
Always await instead of directly returning Task
2024-12-12move to new System.Threading.Lock type for better performanceDaniyar Alpyspayev
2024-10-31Always await instead of directly returning TaskBond_009
https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#prefer-asyncawait-over-directly-returning-task The performance impact is negligible (and it's me saying that!)
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
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2022-01-01Use IAuthorizationContext for websocketCody Robibero
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Devices/DeviceManager.cs # Emby.Server.Implementations/HttpServer/Security/SessionContext.cs # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Net/ISessionContext.cs
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
Add full stop at end of comments (SA1629)
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
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
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