1
0
Fork 0
gitea/modules/context
a1012112796 4f267ef643
Allow access to the Public Organization Member lists with minimal permissions (#20330)
Examining Organization membership should not necessarily require sign-in if the organization is public and the members are public. Therefore we should adjust `/org/{org}/members` to not require login.

Fix #7501

Signed-off-by: a1012112796 <1012112796@qq.com>
Co-authored-by: zeripath <art27@cantab.net>
2022-07-15 15:21:54 +01:00
..
access_log.go
api.go
api_org.go
api_test.go
auth.go
captcha.go
context.go
csrf.go
form.go
org.go Allow access to the Public Organization Member lists with minimal permissions (#20330) 2022-07-15 15:21:54 +01:00
package.go
pagination.go
permission.go
private.go
repo.go
response.go
utils.go
xsrf.go
xsrf_test.go