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
Jimmy Praet 3d6cb25e31
Support unprotected file patterns (#16395)
Fixes #16381

Note that changes to unprotected files via the web editor still cannot be pushed directly to the protected branch. I could easily add such support for edits and deletes if needed. But for adding, uploading or renaming unprotected files, it is not trivial.

* Extract & Move GetAffectedFiles to modules/git
3 years ago
..
admin.go
auth_form.go
org.go
repo_branch_form.go
repo_form.go Support unprotected file patterns (#16395) 3 years ago
repo_form_test.go
repo_tag_form.go
user_form.go
user_form_auth_openid.go
user_form_test.go