Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes #16766

Merged
merged 29 commits into from
Dec 14, 2021

Commits on Aug 21, 2021

  1. Add setting to OAuth handlers to override local 2FA settings

    This PR adds a setting to OAuth and OpenID login sources to allow the source to
    override local 2FA requirements.
    
    Fix go-gitea#13939
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    ceaf11c View commit details
    Browse the repository at this point in the history
  2. Fix regression from go-gitea#16544

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    ddc1966 View commit details
    Browse the repository at this point in the history
  3. Add scopes settings

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    ca74f82 View commit details
    Browse the repository at this point in the history
  4. fix trace logging in auth_openid

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    c282f85 View commit details
    Browse the repository at this point in the history
  5. add required claim options

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    0d4874f View commit details
    Browse the repository at this point in the history
  6. Move UpdateExternalUser to externalaccount

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    bd86307 View commit details
    Browse the repository at this point in the history
  7. Allow OAuth2/OIDC to set Admin/Restricted status

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    0e27070 View commit details
    Browse the repository at this point in the history
  8. Allow use of the same group claim name for the prohibit login value

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    b51c09c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11791e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Configuration menu
    Copy the full SHA
    de07c25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea37fd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Configuration menu
    Copy the full SHA
    a730e6b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    4818a72 View commit details
    Browse the repository at this point in the history
  2. as per wxiaoguang

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    8b8abaa View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. add label back in

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    7a88d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f0d1a0 View commit details
    Browse the repository at this point in the history
  3. adjust localisation

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    7cd84d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    d119bc8 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Configuration menu
    Copy the full SHA
    125747a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. Configuration menu
    Copy the full SHA
    a5d3887 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    7545100 View commit details
    Browse the repository at this point in the history
  2. placate lint

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    47ae8f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    3f4df7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc558ed View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    36da1a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6041ea8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    706532a View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    33e3af2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    323782f View commit details
    Browse the repository at this point in the history