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/services/forms
wxiaoguang cddd19efc8
Add anonymous access support for private/unlisted repositories (#34051)
Follow #33127

Fix #8649, fix #639

This is a complete solution. A repo unit could be set to:

* Anonymous read (non-signed-in user)
* Everyone read (signed-in user)
* Everyone write (wiki-only)
2 weeks ago
..
admin.go Add option to set language in admin user view (#28449) 1 year ago
auth_form.go Move context from modules to services (#29440) 1 year ago
org.go Fix: Allow org team names of length 255 in create team form (#31564) 9 months ago
package_form.go Add Arch package registry (#32692) 4 months ago
repo_branch_form.go Move context from modules to services (#29440) 1 year ago
repo_form.go Add anonymous access support for private/unlisted repositories (#34051) 2 weeks ago
repo_form_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo_tag_form.go Move context from modules to services (#29440) 1 year ago
runner.go Move context from modules to services (#29440) 1 year ago
user_form.go Added Description Field for Secrets and Variables (#33526) 3 weeks ago
user_form_auth_openid.go Move context from modules to services (#29440) 1 year ago
user_form_hidden_comments.go Issue time estimate, meaningful time tracking (#23113) 4 months ago
user_form_test.go Improve "generate new access token" form (#33730) 1 month ago