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 username check to doctor #20140

Merged
merged 6 commits into from
Jun 27, 2022

Commits on Jun 26, 2022

  1. Add username check to doctor

    - Add a new breaking change detector to Gitea's doctor, which checks if
    all users still have a valid username according to Gitea. Given from
    time-to-time we need to make changes, either due to new routes or due to
    security, it's for a instance's admin to check if all users still have a
    valid username.
    Gusted committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    cc966ff View commit details
    Browse the repository at this point in the history
  2. Fix extra argument

    Gusted committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    2c380e4 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Jimmy Praet <jimmy.praet@telenet.be>
    Gusted and jpraet committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    03d06f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    825a5b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9aa6d0 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: delvh <dev.lh@web.de>
    techknowlogick and delvh committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    b37187f View commit details
    Browse the repository at this point in the history