You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers
zeripath c1110b8671
Ensure correct SSH permissions check for private and restricted users (#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 #17364

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
3 years ago
..
api/v1 Update documents for Gitea behind reverse proxy. Fix some small bugs (some URLs are generated without sub-path) (#17320) 3 years ago
common Use a variable but a function for IsProd because of a slight performance increment (#17368) 3 years ago
install Use a variable but a function for IsProd because of a slight performance increment (#17368) 3 years ago
private Ensure correct SSH permissions check for private and restricted users (#17370) 3 years ago
utils just add some unit tests (#16291) 3 years ago
web Use a variable but a function for IsProd because of a slight performance increment (#17368) 3 years ago
init.go Always emit the configuration path (#17036) 3 years ago