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.
gitea/routers/web/repo/setting
Lunny Xiao f88dbf86b3
Refactor repository transfer (#33211)
- Both have `RejectTransfer` and `CancelTransfer` because the permission
checks are not the same. `CancelTransfer` can be done by the doer or
those who have admin permission to access this repository.
`RejectTransfer` can be done by the receiver user if it's an individual
or those who can create repositories if it's an organization.

- Some tests are wrong, this PR corrects them.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
4 weeks ago
..
avatar.go Move context from modules to services (#29440) 1 year ago
collaboration.go Move RepoTransfer from models to models/repo sub package (#32506) 2 months ago
default_branch.go Move context from modules to services (#29440) 1 year ago
deploy_key.go Move delete deploy keys into service layer (#32201) 2 months ago
git_hooks.go Clarify path param naming (#32969) 2 months ago
lfs.go Refactor template & test related code (#32938) 2 months ago
main_test.go make writing main test easier (#27270) 1 year ago
protected_branch.go Only allow admins to rename default/protected branches (#33276) 1 month ago
protected_tag.go Clarify path param naming (#32969) 2 months ago
runners.go Clarify path param naming (#32969) 2 months ago
secrets.go Refactor template & test related code (#32938) 2 months ago
setting.go Refactor repository transfer (#33211) 4 weeks ago
settings_test.go Remove duplicate "ResponseWriter.Status" method (#33346) 1 month ago
variables.go Refactor template & test related code (#32938) 2 months ago
webhook.go Refactor webhook events (#33337) 1 month ago