aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer
AgeCommit message (Expand)Author
2025-06-26Fix modification checks and make sure to use UTC (#14347)Tim Eisele
2025-03-25WIP fixed namespacesJPVenson
2025-02-02Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_providerJPVenson
2025-01-26Prepared Seperation of Database components for future multi provider supportJPVenson
2024-10-31Always await instead of directly returning TaskBond_009
2024-04-21Fix WebSocket disconnecting when exception is thrown during processing (#11395)Niels van Velzen
2024-04-17Changes SessionWebSocketListener to (re)use a timer (#11358)Bond-009
2024-03-30fix: use a reentrant lock when accessing active connections (#11256)Claus Vium
2023-10-08Remove redundant using directivesStepan Goremykin
2023-07-07Enforce permissions on websocket connectionsShadowghost
2023-07-03Merge pull request #8147 from Shadowghost/network-rewriteJoshua M. Boniface
2023-07-02Fix sending websocket messages (#9948)Cody Robibero
2023-06-29Fix Websocket OpenApi (#9935)Cody Robibero
2023-02-17Consistently write IP in upercaseShadowghost
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-07-24Backport pull request #7732 from jellyfin/release-10.8.zJoshua Boniface
2022-02-21Optimize Guid comparisonsBond_009
2022-01-01Use IAuthorizationContext for websocketCody Robibero
2021-12-27More cleanupBond_009
2021-12-24Update StyleCopBond_009
2021-12-24Merge branch 'master' into comparisonsCody Robibero
2021-12-20Use our own Contains extensioncvium
2021-11-13Don't throw exception on unauthenticated requestsCody Robibero
2021-10-03Fix warnings in WebSocketConnectionPatrick Barron
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-08-28Remove more and more warningsCody Robibero
2021-07-06Minor fixesBond_009
2021-06-23Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-19Merge branch 'master' into comparisonsBaronGreenback
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
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-16Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.csClaus Vium
2021-05-16Reduce some allocationscvium
2021-05-05Merge branch 'master' into comparisonsBaronGreenback
2021-04-17Remove unused using directivesBaronGreenback
2021-04-17Cleaned up "value assigned is not used in any execution path"BaronGreenback
2021-04-10Make device/session code asyncPatrick Barron
2021-04-05add simple auth handling to websocketmanagercvium
2021-03-23Remove conversion from IPAddress to string to IPAddressDavid
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-01-13Improve WebSocket DeserializationBond_009
2020-12-15This is only used in one place and therefore will always be HttpRequest.Ryan Petris
2020-12-15If requestContext is HttpRequest, get the context from it properly.Ryan Petris
2020-12-09Fix inverted condition when authenticating with an ApiKeycrobibero
2020-12-04Merge pull request #3194 from OancaAndrei/syncplay-enhancedJoshua M. Boniface