gitea/services/notify
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>
2025-01-30 05:40:44 +00:00
..
notifier.go Add new event commit status creation and webhook implementation (#27151) 2024-11-07 06:41:49 +00:00
notify.go Refactor repository transfer (#33211) 2025-01-30 05:40:44 +00:00
null.go Add new event commit status creation and webhook implementation (#27151) 2024-11-07 06:41:49 +00:00