aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer/Security
AgeCommit message (Collapse)Author
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-16Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.csClaus Vium
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-05-16Reduce some allocationscvium
2021-04-17Remove unused using directivesBaronGreenback
2021-03-23Remove conversion from IPAddress to string to IPAddressDavid
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-01Return NoResult only when request doesn't have a token.crobibero
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
Fix ApiKey authentication
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-09-10Standardize use of IsLocal and RemoteIpcvium
2020-09-02More fixesClaus Vium
2020-09-02Remove ServiceStack and related stuffClaus Vium
2020-08-03Merge remote-tracking branch 'upstream/master' into api-migrationcrobibero
2020-07-23Remove unused dependencies.Patrick Barron
2020-06-20Use authorization code from api-migration to fix startup wizardDavid
2020-06-17revert adding Jellyfin to auth headercrobibero
2020-06-16Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.csCody Robibero
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-06-16fix SA1513/SA1516telans
2020-06-15Add GetAuthorizationInfo for netcore HttpRequestcrobibero
2020-06-15Add more authorization handlers, actually authorize requestscrobibero
2020-06-14Merge remote-tracking branch 'upstream/master' into HEADcrobibero
2020-06-15fix SA1005telans
2020-06-15fix SA1510telans
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
2020-06-13merge master into api-migrationcrobibero
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
Use typed logger where possible
2020-06-11Use the "legacy" AuthenticationExceptionClaus Vium
2020-06-05Use typed logger where possiblecrobibero
2020-06-01Remove log spam when using legacy apicrobibero
2020-05-26Make SonarCloud less angryPatrick Barron
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-20Fix more issuesPatrick Barron
2020-05-12Initial migration codePatrick Barron
2020-04-13Return correct status codes for authentication and authorization errorsMark Monteiro
- Use AuthenticatonException to return 401 - Use SecurityException to return 403 - Update existing throws to throw the correct exception for the circumstance
2020-04-13Clean up SecurityExceptionMark Monteiro
- Remove unused SecurityExceptionType - Add missing constructor for InnerException - Add missing documentation
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2019-12-11More warnings (removed)Bond_009
2019-11-27Fix more warningsBond_009
2019-11-24Fix review commentsClaus Vium
2019-11-23Add authentication and remove versioningClaus Vium
2019-09-23Fix multiple mistakes and warningsBond_009