aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Auth
AgeCommit message (Collapse)Author
2021-11-13Don't throw exception on unauthenticated requestsCody Robibero
2021-10-26Merge pull request #5755 from BaronGreenback/NetworkAccessPolicyClaus Vium
2021-10-03Fix warning: The nullable warning suppression expression is redundant (#2149)KonH
2021-09-24Target net6.0Bond_009
2021-09-10Fix xmldoccvium
2021-09-10Remove the dependency on BaseAuthorizationHandlercvium
2021-09-10Merge branch 'master' into NetworkAccessPolicycvium
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-05Enable nullable reference types for MediaBrowser.CommonBond_009
2021-04-11RenamedBaronGreenback
2021-04-10Network Access PolicyBaronGreenback
2020-12-07Minor code style related changeIonut Andrei Oanca
2020-12-07Update authorization policies for SyncPlayIonut Andrei Oanca
2020-12-04Merge pull request #3194 from OancaAndrei/syncplay-enhancedJoshua M. Boniface
SyncPlay for TV series (and Music)
2020-12-04Fix access policies to SyncPlayIonut Andrei Oanca
2020-12-03Move request validation to auth policiescvium
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-14clean up authorization handlerscrobibero
2020-10-14Allow apikey to authenticate as admincrobibero
2020-09-10Standardize use of IsLocal and RemoteIpcvium
2020-08-09Fix Requirement assigned to Handlercrobibero
2020-08-06Apply fixes from reviewcrobibero
2020-08-06Apply fixes from reviewcrobibero
2020-08-03Fix some request parameterscrobibero
2020-07-31Move DynamicHlsService to Jellyfin.Apicrobibero
2020-07-20changes from mergecrobibero
2020-07-20Merge remote-tracking branch 'upstream/master' into api-migration-mergecrobibero
2020-07-07Make query parameters nullable or set default valuecrobibero
2020-06-21Merge remote-tracking branch 'upstream/api-migration' into api-librarycrobibero
2020-06-20Use authorization code from api-migration to fix startup wizardDavid
2020-06-19Move LibraryService.cs to Jellyfin.Apicrobibero
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-26Update ↵Claus Vium
Jellyfin.Api/Auth/FirstTimeSetupOrElevatedPolicy/FirstTimeSetupOrElevatedRequirement.cs Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
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