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/tests
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
..
e2e Better repo API unit checks (#21130) 2 years ago
gitea-repositories-meta Kd/ci playwright go test (#20123) 2 years ago
integration Fix package access for admins and inactive users (#21580) 2 years ago
mssql.ini.tmpl Kd/ci playwright go test (#20123) 2 years ago
mysql.ini.tmpl Kd/ci playwright go test (#20123) 2 years ago
mysql8.ini.tmpl Kd/ci playwright go test (#20123) 2 years ago
pgsql.ini.tmpl Kd/ci playwright go test (#20123) 2 years ago
sqlite.ini.tmpl Kd/ci playwright go test (#20123) 2 years ago
test_utils.go Kd/ci playwright go test (#20123) 2 years ago
testlogger.go Kd/ci playwright go test (#20123) 2 years ago