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/services/repository
KN4CK3R 383ffcfa34
Small refactoring of modules/private (#15947)
* Use correct variable name.

* doer is never nil here.

* Use status code constants.

* Replaced generic map with concrete struct.

* Fixed windows lint.

* Removed unused method.

* Changed error codes.

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
3 years ago
..
branch.go Small refactoring of modules/private (#15947) 3 years ago
generate.go add permission check for ``GenerateRepository`` (#15946) 3 years ago
main_test.go Move transfer repository and rename repository on a service package and start action notification (#8573) 5 years ago
push.go Make commit info cancelable (#16032) 3 years ago
repository.go Fix repository create/delete event webhooks (#13008) 4 years ago
transfer.go Fix private repo permission problem (#16142) 3 years ago
transfer_test.go Fix private repo permission problem (#16142) 3 years ago