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.
gitea/modules/context
KN4CK3R 0a9a86b943
Respect `REQUIRE_SIGNIN_VIEW` for packages (#20873)
Fix #20863

When REQUIRE_SIGNIN_VIEW = true, even with public repositories, you can only see them after you login. The packages should not be accessed without login.

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 years ago
..
access_log.go
api.go Add Cache-Control header to html and api responses, add no-transform (#20432) 3 years ago
api_org.go
api_test.go
auth.go
captcha.go
context.go Share HTML template renderers and create a watcher framework (#20218) 3 years ago
csrf.go
form.go
org.go
package.go Respect `REQUIRE_SIGNIN_VIEW` for packages (#20873) 2 years ago
pagination.go
permission.go
private.go
repo.go Support Issue forms and PR forms (#20987) 2 years ago
response.go
utils.go
xsrf.go
xsrf_test.go