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

Lock goth/gothic and Re-attempt OAuth2 registration on login if registration failed at startup #16564

Commits on Jul 27, 2021

  1. Add locking to goth and gothic calls with a RWMutex

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

Commits on Jul 28, 2021

  1. Reattempt oauth2 registration on login if registration failed

    If OAuth2 registration fails at startup we currently disable the
    login_source however an alternative approach could be to reattempt
    registration on login attempt.
    
    Fix go-gitea#16096
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    da50ede View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

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