summaryrefslogtreecommitdiffstats
path: root/modules/validation/helpers.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
| | | | | * Fix various doc, user-facing, and source comment typos Found via `codespell -q 3 -S ./options/locale,./vendor -L ba,pullrequest,pullrequests,readby`
* Added support for gopher URLs. (#14749)ayb2021-06-251-0/+19
| | | | | | | | | * Added support for gopher URLs. * Add setting and make this user settable instead Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Andrew Thornton <art27@cantab.net>
* Validate External Tracker URL Format (#7089)mrsdizzie2019-05-311-0/+19
| | | | | | | | | | | | | | | | | | * Validate External Tracker URL Format Add some validation checks for external tracker URL format. Fixes #7068 * Don't make {index} a hard requirement * Fix Description * make fmt * move regex to package level * fix copyright date
* Improve URL validation for external wiki and external issues (#4710)Lauris BH2018-08-151-0/+77
* Improve URL validation for external wiki and external issues * Do not allow also localhost address for external URLs