0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-08 14:48:16 -05:00
forgejo/services/pull
Gusted b5a058ef00
[MODERATION] user blocking
- Add the ability to block a user via their profile page.
- This will unstar their repositories and visa versa.
- Blocked users cannot create issues or pull requests on your the doer's repositories (mind that this is not the case for organizations).
- Blocked users cannot comment on the doer's opened issues or pull requests.
- Blocked users cannot add reactions to doer's comments.
- Blocked users cannot cause a notification trough mentioning the doer.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/540
(cherry picked from commit 687d852480)
(cherry picked from commit 0c32a4fde5)
(cherry picked from commit 1791130e3c)
(cherry picked from commit 00f411819f)
(cherry picked from commit e0c039b0e8)
2023-06-23 17:05:15 +02:00
..
check.go Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
check_test.go Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
comment.go
commit_status.go
edits.go
lfs.go
main_test.go
merge.go Merge message template support for rebase without merge commit (#22669) 2023-05-22 09:01:46 +08:00
merge_merge.go
merge_prepare.go
merge_rebase.go Merge message template support for rebase without merge commit (#22669) 2023-05-22 09:01:46 +08:00
merge_squash.go
merge_test.go
patch.go
patch_unmerged.go
pull.go [MODERATION] user blocking 2023-06-23 17:05:15 +02:00
pull_test.go
review.go
temp_repo.go
update.go
update_rebase.go