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

Ensure correct SSH permissions check for private and restricted users #17370

Commits on Oct 20, 2021

  1. Ensure correct SSH permissions check for private and restricted users

    Repositories owned by private users and organisations and pulls by restricted users
    need to have permissions checked. Previously Serv would simply assumed that if the
    user could log in and the repository was not private then it would be visible.
    
    Fix go-gitea#17364
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    02836e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    196668a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75ec5b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf92792 View commit details
    Browse the repository at this point in the history