Commit History

Author SHA1 Message Date
  Tommaso Stocchi 2b232df07f Merge branch 'master' into bug/authorization-header-issue 4 years ago
  Tommaso Stocchi dc261b815f -fix AuthorizationHeader parameter name 4 years ago
  Tommaso Stocchi d86964eb6a Merge branch 'bug/authorization-header-issue' of https://github.com/tommasodotNET/jellyfin into bug/authorization-header-issue 4 years ago
  Tommaso Stocchi 3c019d1324 Using for instead of while 4 years ago
  Tommaso Stocchi 3951546b1f Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs 4 years ago
  Bond_009 7e8428e588 Enable nullable reference types for Emby.Server.Implementations 4 years ago
  Claus Vium 652909e8a5 Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs 4 years ago
  cvium 1b49435a0e Reduce some allocations 4 years ago
  BaronGreenback 414e918c01 Optimized and added test 4 years ago
  Tommaso Stocchi 452af30511 Added UrlDecode for authorization parts 4 years ago
  Tommaso Stocchi a03880b687 Improve get auth header parts using substring 4 years ago
  Tommaso Stocchi 7c7f2316fa Added comments 5 years ago
  Tommaso Stocchi c6eefaac09 Added function to split the authorization header parts 5 years ago
  Tommaso Stocchi 6e2cfc6569 Url decode for auth value 5 years ago
  Tommaso Stocchi b611a108f8 -fix split on comma and double quotes 5 years ago
  Tommaso Stocchi 305e5ebaf4 Allow commas in auth values when wappred in a double quote 5 years ago
  Tommaso Stocchi 13bc57ecc3 No need to double check param length 5 years ago
  Tommaso Stocchi 064a9cedbd No htlml encoding on server side 5 years ago
  crobibero 2478c8fa64 Fix inverted condition when authenticating with an ApiKey 5 years ago
  crobibero cd459c51f3 Return NoResult only when request doesn't have a token. 5 years ago
  Bond_009 9041389f65 Use string.Trim(char) instead of string.Trim(char[]) where possible 5 years ago
  Bond_009 bc7359f87d Use string.Split(char) where possible instead of string.Split(char[]) 5 years ago
  cvium e78c63c4dc Remove OriginalAuthenticationInfo and add IsAuthenticated property 5 years ago
  Claus Vium c17f84ae48 Merge pull request #4330 from crobibero/api-key-auth 5 years ago
  crobibero 981f000437 Use proper IsApiKey flag 5 years ago
  crobibero eee95336b5 Fix setting duplicate keys from auth header 5 years ago
  crobibero d5c226b1c3 Move SecurityException 5 years ago
  crobibero 39924f9992 Allow apikey to authenticate as admin 5 years ago
  Claus Vium 12710cdf42 More fixes 5 years ago
  Claus Vium e337756428 Remove ServiceStack and related stuff 5 years ago