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/api/v1
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>
2 days ago
..
activitypub Remove SHA1 for support for ssh rsa signing (#31857) 5 months ago
admin Let API create and edit system webhooks, attempt 2 (#33180) 3 weeks ago
misc Fix markup render regression and fix some tests (#32640) 2 months ago
notify Clarify path param naming (#32969) 1 month ago
org Clarify path param naming (#32969) 1 month ago
packages remove util.OptionalBool and related functions (#29513) 11 months ago
repo Refactor repository transfer (#33211) 2 days ago
settings Move context from modules to services (#29440) 11 months ago
shared Refactor names (#31405) 8 months ago
swagger Fix sync fork for consistency (#33147) 3 weeks ago
user Clarify path param naming (#32969) 1 month ago
utils Add tests for webhook and fix some webhook bugs (#33396) 2 days ago
api.go Fix sync fork for consistency (#33147) 3 weeks ago