aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer
AgeCommit message (Expand)Author
2021-06-03Merge branch 'master' into bug/authorization-header-issueTommaso Stocchi
2021-06-03-fix AuthorizationHeader parameter nameTommaso Stocchi
2021-06-03Merge branch 'bug/authorization-header-issue' of https://github.com/tommasodo...Tommaso Stocchi
2021-06-03Using for instead of whileTommaso Stocchi
2021-06-03Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.csTommaso Stocchi
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-16Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.csClaus Vium
2021-05-16Reduce some allocationscvium
2021-04-17Remove unused using directivesBaronGreenback
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-02-26Optimized and added testBaronGreenback
2021-01-13Improve WebSocket DeserializationBond_009
2021-01-03Added UrlDecode for authorization partsTommaso Stocchi
2021-01-02Improve get auth header parts using substringTommaso Stocchi
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-15Added commentsTommaso Stocchi
2020-12-15Added function to split the authorization header partsTommaso Stocchi
2020-12-14Url decode for auth valueTommaso Stocchi
2020-12-14-fix split on comma and double quotesTommaso Stocchi
2020-12-14Allow commas in auth values when wappred in a double quoteTommaso Stocchi
2020-12-14No need to double check param lengthTommaso Stocchi
2020-12-14No htlml encoding on server sideTommaso Stocchi
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
2020-09-02Remove ServiceStack and related stuffClaus Vium
2020-08-26Merge pull request #3984 from crobibero/json-prereleaseBond-009
2020-08-26Apply suggestions from code reviewcrobibero
2020-08-25fix buildcrobibero