You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers
KN4CK3R 7c11a73833
Fix package access for admins and inactive users (#21580)
I noticed an admin is not allowed to upload packages for other users
because `ctx.IsSigned` was not set.
I added a check for `user.IsActive` and `user.ProhibitLogin` too because
both was not checked. Tests enforce this now.

Co-authored-by: Lauris BH <lauris@nix.lv>
2 years ago
..
api Fix package access for admins and inactive users (#21580) 2 years ago
common Rework raw file http header logic (#20484) 2 years ago
install Fix read system configuration bug when installing (#21489) 2 years ago
private Refactor git command arguments and make all arguments to be safe to be used (#21535) 2 years ago
utils refactor webhook *NewPost (#20729) 2 years ago
web Record OAuth client type at registration (#21316) 2 years ago
init.go Add link to user profile in markdown mention only if user exists (#21533) 2 years ago