forked from kevadesu/forgejo
feat: don't allow blocking the doer
- In the case of organization blocking users, disallow blocking the doer. - Resolves #5390 - Added integration test.
This commit is contained in:
parent
d071c09bf7
commit
e14f2d0c84
3 changed files with 21 additions and 0 deletions
|
@ -1042,6 +1042,7 @@ visibility.private_tooltip = Visible only to members of organizations you have j
|
|||
blocked_since = Blocked since %s
|
||||
user_unblock_success = The user has been unblocked successfully.
|
||||
user_block_success = The user has been blocked successfully.
|
||||
user_block_yourself = You cannot block yourself.
|
||||
|
||||
[repo]
|
||||
rss.must_be_on_branch = You must be on a branch to have an RSS feed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue