forgejo/release-notes/8.0.0/fix
Earl Warren 09f3518069
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
2024-06-02 21:16:46 +02:00
..
3363.md
3430.md
3442.md
3729.md
3864.md
3904.md fix(services): set SendNotificationEmailOnNewUser 2024-05-25 16:27:44 +02:00
3922.md Update module github.com/alecthomas/chroma/v2 to v2.14.0 (take 2) 2024-05-30 22:52:26 +02:00
3935.md migrations: Map non-existant external users to Ghost 2024-05-28 12:40:11 +02:00
3976.md fix(hook): repo admins are wrongly denied the right to force merge 2024-06-02 21:16:46 +02:00