aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer
AgeCommit message (Expand)Author
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
2020-12-01Return NoResult only when request doesn't have a token.crobibero
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-14Use string.Trim(char) instead of string.Trim(char[]) where possibleBond_009
2020-11-14Use string.Split(char) where possible instead of string.Split(char[])Bond_009
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-26Fix setting duplicate keys from auth headercrobibero
2020-10-15Move SecurityExceptioncrobibero
2020-10-14Allow apikey to authenticate as admincrobibero
2020-10-06Fix IWebSocketListener service registrationcvium
2020-09-27Use SessionMessageType for WebSocket messagesNiels van Velzen
2020-09-10Standardize use of IsLocal and RemoteIpcvium
2020-09-03Kill HttpListenerHostClaus Vium
2020-09-03Move HttpListenerHost middleware up the pipelineClaus Vium
2020-09-02Fix xml docClaus Vium
2020-09-02More fixesClaus Vium