summaryrefslogtreecommitdiff
path: root/app/validators/url_validator.rb
Commit message (Expand)AuthorAgeFilesLines
* Comment why we can't use Gitlab::CurrentSettingsThong Kuah2019-02-201-0/+6
* Revert "Merge branch 'use_gitlab_current_settings' into 'master'"Bob Van Landuyt2019-02-191-1/+1
* Use Gitlab::CurrentSettings in UrlValidatorThong Kuah2019-02-191-1/+1
* Add table and model for error tracking settingsReuben Pereira2019-01-071-1/+3
* Allow URLs to be validated as ascii_onlyJames Edwards-Jones2018-12-061-0/+1
* Allow UrlValidator to work with attr_encryptedNick Thomas2018-09-171-3/+11
* Enable frozen string in apps/validators/*.rbgfyoung2018-06-271-0/+2
* Avoid checking the user format in every url validationFrancisco Javier López2018-06-111-3/+11
* Add validation to webhook and service URLs to ensure they are not blocked bec...Francisco Javier López2018-06-011-7/+45
* Allow webhooks URL to have leading and trailing spacesevuez/gitlab-ce-webhook-url-spacesevuez2016-02-261-0/+3
* Add custom UrlValidatorRobert Speicher2015-12-071-0/+36