aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Net
AgeCommit message (Expand)Author
2025-04-19Fix SyncPlay WebSocket OpenAPI schemas (#13946)Niels van Velzen
2025-03-25Fixed namespacesJPVenson
2025-02-04Enable nullable for AuthorizationInfo (#13485)Bond-009
2025-01-25chore: fix spellingJosh Soref
2024-12-12move to new System.Threading.Lock type for better performanceDaniyar Alpyspayev
2024-09-18Add SessionInfoDto, DeviceInfoDto and implement JsonDelimitedArrayConverter.W...Shadowghost
2024-08-30Remove BOM from UTF-8 filesBond_009
2024-04-30More efficient array creation (#11468)Bond-009
2024-03-30fix: use a reentrant lock when accessing active connections (#11256)Claus Vium
2024-03-18refactor: use Channels as queueing mechanism for periodic websocket messages ...Claus Vium
2023-10-08Make files readonlyStepan Goremykin
2023-07-15Apply review suggestionsShadowghost
2023-07-07Enforce permissions on websocket connectionsShadowghost
2023-07-02Fix sending websocket messages (#9948)Cody Robibero
2023-06-29Fix Websocket OpenApi (#9935)Cody Robibero
2023-06-10Add all websocket messages to generated openapi spec (#9682)Cody Robibero
2023-02-24Update MediaBrowser.Controller/Net/BasePeriodicWebSocketListener.csipitio
2023-02-15Catch Exception when disposing connectionipitio
2022-12-05Replace != null with is not nullBond_009
2022-11-27Investigate some TODO commentsBond_009
2022-10-07Merge pull request #8503 from Bond-009/ThrowIfNullClaus Vium
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-09-28Remove redundant using directivesHannes Braun
2022-07-24Backport pull request #7732 from jellyfin/release-10.8.zJoshua Boniface
2022-01-01Use IAuthorizationContext for websocketCody Robibero
2021-12-24Update StyleCopBond_009
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-08-13Fix warnings in MediaBrowser.ControllerRich Lander
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-06-11Remove useless nullable directivesBond_009
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
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-10Make device/session code asyncPatrick Barron
2020-12-04Merge pull request #3194 from OancaAndrei/syncplay-enhancedJoshua M. Boniface
2020-12-01Return NoResult only when request doesn't have a token.crobibero
2020-11-28Add missing inheritdoccvium
2020-11-28Remove circular dependency between websocket listeners and managercvium
2020-11-28Revert "Removed Lazy implementation."cvium
2020-11-28Removed Lazy implementation.Greenback
2020-11-08Remove OriginalAuthenticationInfo and add IsAuthenticated propertycvium
2020-11-08Merge pull request #4330 from crobibero/api-key-authClaus Vium
2020-10-28Use proper IsApiKey flagcrobibero
2020-10-06Fix IWebSocketListener service registrationcvium
2020-09-27Use SessionMessageType for WebSocket messagesNiels van Velzen
2020-09-03Kill HttpListenerHostClaus Vium