mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-02 08:09:21 +01:00
e388822e9d
We should be listing all repositories by default. Fixes #28483. (cherry picked from commit 9f0ef3621a3b63ccbe93f302a446b67dc54ad725) Conflict: - if ctx.IsSigned && ctx.Doer.IsAdmin || permission.UnitAccessMode(unit_model.TypeCode) >= perm.AccessModeRead { + if ctx.IsSigned && ctx.Doer.IsAdmin || permission.HasAccess() { because of https://codeberg.org/forgejo/forgejo/pulls/2001 |
||
---|---|---|
.. | ||
action.go | ||
app.go | ||
avatar.go | ||
email.go | ||
follower.go | ||
gpg_key.go | ||
helper.go | ||
hook.go | ||
key.go | ||
repo.go | ||
runners.go | ||
settings.go | ||
star.go | ||
user.go | ||
watch.go |