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/modules/repository
wxiaoguang 013fb73068
Use `hostmatcher` to replace `matchlist`, improve security (#17605)
Use hostmacher to replace matchlist.

And we introduce a better DialContext to do a full host/IP check, otherwise the attackers can still bypass the allow/block list by a 302 redirection.
3 years ago
..
branch.go Move some functions into services/repository (#17677) 3 years ago
check.go Move user functions into user.go (#17659) 3 years ago
commits.go Multiple Escaping Improvements (#17551) 3 years ago
commits_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
create.go Ensure that git daemon export ok is created for mirrors (#17243) 3 years ago
create_test.go Use a standalone struct name for Organization (#17632) 3 years ago
generate.go Ensure that git daemon export ok is created for mirrors (#17243) 3 years ago
hooks.go Move some functions into services/repository (#17677) 3 years ago
init.go Move some functions into services/repository (#17660) 3 years ago
main_test.go Decouple unit test code from business code (#17623) 3 years ago
push.go Fix a bug on refactoring (#13373) 4 years ago
repo.go Use `hostmatcher` to replace `matchlist`, improve security (#17605) 3 years ago