summaryrefslogtreecommitdiff
path: root/app/validators/namespace_validator.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt2017-05-011-131/+0
* Check `has_parent?` for determining validation typeBob Van Landuyt2017-05-011-3/+3
* Split off validating full pathsBob Van Landuyt2017-05-011-6/+8
* Improve detection of reserved words from routesBob Van Landuyt2017-05-011-13/+2
* Streamline the path validation in groups & projectsBob Van Landuyt2017-05-011-27/+66
* Add forbidden paths to the namespace validatorBob Van Landuyt2017-05-011-1/+13
* Disallow some more namespacesBob Van Landuyt2017-05-011-0/+16
* Reserve few project and nested group pathsDmitriy Zaporozhets2017-03-131-1/+2
* Restrict nested group names to prevent ambiguous routesdz-nested-groups-restrictionsDmitriy Zaporozhets2017-03-071-3/+14
* Add nested groups support to the routingdz-allow-nested-group-routingDmitriy Zaporozhets2016-11-231-7/+15
* Add `robots.txt` to the list of reserved namespacesNick Thomas2016-10-111-0/+1
* Add '.well-known' to the list of reserved namespacesrs-blacklist-well-knownRobert Speicher2016-09-291-2/+3
* Blacklist 'new'blacklist-newRobert Schilling2016-01-081-0/+1
* Inline Gitlab::Blacklist in NamespaceValidatorrs-validatorsRobert Speicher2015-12-071-4/+32
* Add custom NamespaceValidatorRobert Speicher2015-12-071-0/+22