aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Auth/CustomAuthenticationHandler.cs
AgeCommit message (Collapse)Author
2025-03-25WIP fixed namespacesJPVenson
2025-02-05Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_providerJPVenson
2025-02-04Enable nullable for AuthorizationInfo (#13485)Bond-009
2025-02-02Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_providerJPVenson
2025-01-26Prepared Seperation of Database components for future multi provider supportJPVenson
2025-01-22Remove useless checks and dead codeBond_009
2023-11-14Fix warningsBond_009
2021-11-13Don't throw exception on unauthenticated requestsCody Robibero
2021-05-20Migrate authentication db to EF CorePatrick Barron
2020-12-01Return NoResult only when request doesn't have a token.crobibero
2020-12-01Provide NoResult instead of Fail in CustomAuthenticationHandlercrobibero
2020-11-08Remove OriginalAuthenticationInfo and add IsAuthenticated propertycvium
2020-10-28Use proper IsApiKey flagcrobibero
2020-10-14Allow apikey to authenticate as admincrobibero
2020-07-20Merge remote-tracking branch 'upstream/master' into api-migration-mergecrobibero
2020-06-20Use authorization code from api-migration to fix startup wizardDavid
2020-06-19Remove #nullable enableDavid Ullmer
2020-06-16Fix tests.crobibero
2020-06-15Add more authorization handlers, actually authorize requestscrobibero
2020-06-14Merge remote-tracking branch 'upstream/master' into HEADcrobibero
2020-06-13merge master into api-migrationcrobibero
2020-06-01Remove log spam when using legacy apicrobibero
2020-05-26Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs
2020-05-17Fix 500 error causing first-time setup wizard to hangNathan Kessler
2020-05-12Initial migration codePatrick Barron
2019-11-24Fix more review commentsClaus Vium
2019-11-24Fix review commentsClaus Vium
2019-11-23Add style rules and fix it allClaus Vium
2019-11-23Add authentication and remove versioningClaus Vium