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
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>
22 hours ago
..
api Refactor repository transfer (#33211) 22 hours ago
common Support performance trace (#32973) 1 week ago
install Refactor request context (#32956) 1 month ago
private User facing messages for AGit errors (#33012) 4 days ago
utils Refactor older tests to use testify (#33140) 3 weeks ago
web Refactor repository transfer (#33211) 22 hours ago
init.go Prepare for support performance trace (#33286) 2 weeks ago