1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-22 07:34:26 +00:00
mrsdizzie e57f763937 Add migration to sanitize repository original_url (#9423)
* Add migration to sanitize repository original_url

During a large code move in #6200 the OriginalURL field was
accidentially changed to be populated with the CloneAddr field which
will contain the username and/or password provided during a migration.

This behavior was fixed in previous PR #9097 and this migration will
remove any authentication details that were stored in the database
between those two.

* use net/url to rebuild URL instead of strings.Replace

* Update models/migrations/migrations.go

* changes per lunny

* make fmt
2019-12-19 17:49:48 +08:00
..
2019-12-15 08:11:31 +00:00
2019-08-23 12:40:29 -04:00
2017-05-04 13:54:56 +08:00
2019-06-12 15:41:28 -04:00
2019-09-24 21:22:39 +08:00
2019-12-15 16:57:34 -05:00
2019-10-17 11:26:49 +02:00
2019-12-15 11:06:31 +00:00
2019-11-11 23:15:29 +08:00
2019-12-15 11:06:31 +00:00
2019-10-17 11:26:49 +02:00
2019-06-12 15:41:28 -04:00
2019-10-17 11:26:49 +02:00
2019-08-23 12:40:29 -04:00
2019-06-12 15:41:28 -04:00
2019-06-12 15:41:28 -04:00
2018-10-20 18:19:21 -04:00