forgejo/services
Earl Warren 2df082393e
fix(hook): repo admins are wrongly denied the right to force merge
The right to force merge is uses the wrong predicate and
applies to instance admins:

  ctx.user.IsAdmin

It must apply to repository admins and use the following predicate:

 ctx.userPerm.IsAdmin()

This regression is from the ApplyToAdmins implementation in
79b7089360.

Fixes: https://codeberg.org/forgejo/forgejo/issues/3780
(cherry picked from commit 09f3518069)
2024-06-02 22:05:16 +02:00
..
actions fix: hook post-receive for sha256 repos 2024-05-15 21:08:15 +00:00
agit
asymkey
attachment
auth fix: Fix to delete cookie when AppSubURL is non-empty (#30375) (#30469) 2024-04-21 17:39:14 +02:00
automerge
context Ignore useless error message "broken pipe" (#30801) (#30842) 2024-05-07 08:15:36 +01:00
contexttest Move database operations of merging a pull request to post receive hook and add a transaction (#30805) 2024-05-14 15:37:32 +02:00
convert services/convert: Convert a Repository's ObjectFormatName too 2024-04-26 08:55:40 +00:00
cron
doctor
externalaccount
feed
forgejo
forms [I18N] Improve English locale 2024-04-15 17:50:01 +00:00
gitdiff
indexer Update issue indexer after merging a PR (#30715) 2024-05-14 16:00:57 +02:00
issue
lfs
mailer Replace reply with a forked version to fix the cut-off of the incoming mail text (#3747) 2024-05-13 23:51:40 +02:00
markup
migrations migrations: Map non-existant external users to Ghost 2024-05-28 16:44:23 +00:00
mirror test(mock): DeletePushMirrors & AddPushMirrorRemote 2024-06-02 15:45:31 +00:00
notify Clean up log messages (#30313) 2024-04-15 16:11:14 +02:00
org
packages
pull fix(hook): repo admins are wrongly denied the right to force merge 2024-06-02 22:05:16 +02:00
release Fix release published actions not triggering for releases created from existing tags 2024-04-16 18:28:53 +00:00
repository mysql: use inner join for hook_task deletion 2024-05-24 12:46:33 +00:00
secrets
task
uinotification
user Check the token's owner and repository when registering a runner (#30406) 2024-04-16 11:43:08 +02:00
webhook refactor: sourcehut_builds ignore unused fields 2024-05-24 00:26:19 +00:00
wiki Clean up log messages (#30313) 2024-04-15 16:11:14 +02:00