gitea/routers/web/repo
KN4CK3R 44b8b07631
Add tag protection (#15629)
* Added tag protection in hook.

* Prevent UI tag creation if protected.

* Added settings page.

* Added tests.

* Added suggestions.

* Moved tests.

* Use individual errors.

* Removed unneeded methods.

* Switched delete selector.

* Changed method names.

* No reason to be unique.

* Allow editing of protected tags.

* Removed unique key from migration.

* Added docs page.

* Changed date.

* Respond with 404 to not found tags.

* Replaced glob with regex pattern.

* Added support for glob and regex pattern.

* Updated documentation.

* Changed white* to allow*.

* Fixed edit button link.

* Added cancel button.

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-06-25 16:28:55 +02:00
..
activity.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
attachment.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
blame.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
branch.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
commit.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
compare.go Fix diff expansion is missing final line in a file (#16222) 2021-06-24 17:47:46 +02:00
download.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
editor.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
editor_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
http.go Fix http path bug (#16117) 2021-06-09 14:53:12 +02:00
http_test.go Fix http path bug (#16117) 2021-06-09 14:53:12 +02:00
issue.go Small refactoring of modules/private (#15947) 2021-06-23 15:38:19 -04:00
issue_dependency.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
issue_label.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
issue_label_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
issue_lock.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
issue_stopwatch.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
issue_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
issue_timetrack.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
issue_watch.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
lfs.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
main_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
middlewares.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
migrate.go Add push to remote mirror repository (#15157) 2021-06-14 19:20:43 +02:00
milestone.go More efficiently parse shas for shaPostProcessor (#16101) 2021-06-21 00:39:12 +02:00
projects.go More efficiently parse shas for shaPostProcessor (#16101) 2021-06-21 00:39:12 +02:00
projects_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
pull.go Add attachments for PR reviews (#16075) 2021-06-14 21:12:33 -04:00
pull_review.go Add attachments for PR reviews (#16075) 2021-06-14 21:12:33 -04:00
release.go Add tag protection (#15629) 2021-06-25 16:28:55 +02:00
release_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
repo.go Rework repository archive (#14723) 2021-06-23 17:12:38 -04:00
search.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
setting.go Add tag protection (#15629) 2021-06-25 16:28:55 +02:00
setting_protected_branch.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
settings_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
tag.go Add tag protection (#15629) 2021-06-25 16:28:55 +02:00
topic.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
view.go More efficiently parse shas for shaPostProcessor (#16101) 2021-06-21 00:39:12 +02:00
webhook.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
wiki.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
wiki_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00