Forgejo/release-notes/8.0.0
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
..
feat Add an immutable tarball link to archive download headers for Nix 2024-05-29 18:50:14 +00:00
fix fix(hook): repo admins are wrongly denied the right to force merge 2024-06-02 22:05:16 +02:00
perf mysql: use inner join for hook_task deletion 2024-05-24 12:46:33 +00:00
3730.md Port "Fix project name wrapping, remove horizontal margin on header" 2024-05-12 17:37:36 +05:00