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
2021-09-11 16:21:17 +02:00
..
admin.go Add Visible modes function from Organisation to Users too (#16069) 2021-06-26 20:53:14 +01:00
auth_form.go Add setting to OAuth handlers to skip local 2FA authentication (#16594) 2021-09-10 18:37:57 +02:00
org.go Move modules/forms to services/forms (#15305) 2021-04-06 20:44:05 +01:00
repo_branch_form.go Move modules/forms to services/forms (#15305) 2021-04-06 20:44:05 +01:00
repo_form.go Support unprotected file patterns (#16395) 2021-09-11 16:21:17 +02:00
repo_form_test.go Move modules/forms to services/forms (#15305) 2021-04-06 20:44:05 +01:00
repo_tag_form.go Add tag protection (#15629) 2021-06-25 16:28:55 +02:00
user_form.go Added introspection endpoint. (#16752) 2021-08-20 22:16:45 -04:00
user_form_auth_openid.go Move modules/forms to services/forms (#15305) 2021-04-06 20:44:05 +01:00
user_form_test.go Move modules/forms to services/forms (#15305) 2021-04-06 20:44:05 +01:00