0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-04 20:35:26 +01:00
gitea/routers/repo
zeripath 6e423d5573
Ensure validation occurs on clone addresses too (#14994)
* Ensure validation occurs on clone addresses too

Fix #14984

Signed-off-by: Andrew Thornton <art27@cantab.net>

* fix lint

Signed-off-by: Andrew Thornton <art27@cantab.net>

* fix test

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Fix api tests

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-03-15 17:52:11 -04:00
..
activity.go
attachment.go
blame.go
branch.go
commit.go
compare.go Make manual merge autodetection optional and add manual merge as merge method (#12543) 2021-03-03 22:41:23 -05:00
download.go
editor_test.go
editor.go Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
http.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_lock.go
issue_stopwatch.go
issue_test.go Fix bug when combine label comments (#14894) 2021-03-05 16:17:32 +01:00
issue_timetrack.go
issue_watch.go
issue.go Fix bug when combine label comments (#14894) 2021-03-05 16:17:32 +01:00
lfs.go
main_test.go
middlewares.go
migrate.go Ensure validation occurs on clone addresses too (#14994) 2021-03-15 17:52:11 -04:00
milestone.go
projects_test.go
projects.go
pull_review.go
pull.go Make manual merge autodetection optional and add manual merge as merge method (#12543) 2021-03-03 22:41:23 -05:00
release_test.go
release.go
repo.go Repository transfer has to be confirmed, if user can not create repo for new owner (#14792) 2021-03-01 01:47:30 +01:00
search.go
setting_protected_branch.go
setting.go Ensure validation occurs on clone addresses too (#14994) 2021-03-15 17:52:11 -04:00
settings_test.go
topic.go
view.go Repository transfer has to be confirmed, if user can not create repo for new owner (#14792) 2021-03-01 01:47:30 +01:00
webhook.go Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
wiki_test.go
wiki.go