]> source.dussan.org Git - gitea.git/commit
Ensure validation occurs on clone addresses too (#14994)
authorzeripath <art27@cantab.net>
Mon, 15 Mar 2021 21:52:11 +0000 (21:52 +0000)
committerGitHub <noreply@github.com>
Mon, 15 Mar 2021 21:52:11 +0000 (17:52 -0400)
commit6e423d5573c20b78d6e21cb044e8f4d5de5b288a
tree61d2e282bc652b8254271fdd9e19b87a386b5dc7
parentf268b4896b1030761b28f1f8923d77d87adb8f0b
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>
integrations/api_repo_test.go
models/error.go
models/user.go
modules/forms/repo_form.go
modules/migrations/migrate.go
modules/migrations/migrate_test.go
options/locale/locale_en-US.ini
routers/api/v1/repo/migrate.go
routers/repo/migrate.go
routers/repo/setting.go