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) #17373

Merged
merged 3 commits into from
Oct 20, 2021

Commits on Oct 20, 2021

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

    …go-gitea#17370)
    
    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 authored and 6543 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    36a8ce6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09c8419 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4615cf8 View commit details
    Browse the repository at this point in the history