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/models
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
..
actions Refactor RefName (#33234) 1 month ago
activities Add missed auto merge feed message on dashboard (#33309) 4 weeks ago
admin
asymkey Use ProtonMail/go-crypto to replace keybase/go-crypto (#33402) 4 weeks ago
auth Refactor tests (#33021) 2 months ago
avatars
db Refactor context flash msg and global variables (#33375) 1 month ago
dbfs
fixtures Only allow admins to rename default/protected branches (#33276) 1 month ago
git Improve sync fork behavior (#33319) 1 month ago
issues Refactor user package (#33423) 4 weeks ago
migrations Automerge supports deleting branch automatically after merging (#32343) 2 months ago
organization Refactor older tests to use testify (#33140) 2 months ago
packages Refactor maven package registry (#33049) 2 months ago
perm Support public code/issue access for private repositories (#33127) 1 month ago
project Use project's redirect url instead of composing url (#33058) 2 months ago
pull Automerge supports deleting branch automatically after merging (#32343) 2 months ago
renderhelper
repo Refactor repository transfer (#33211) 4 weeks ago
secret
shared/types
system
unit
unittest Refactor ref type (#33242) 1 month ago
user Support choose email when creating a commit via web UI (#33432) 4 weeks ago
webhook Refactor webhook events (#33337) 1 month ago
main_test.go
repo.go Fix issue comment number (#30556) 2 months ago
repo_test.go Fix issue comment number (#30556) 2 months ago