| Commit message (Expand) | Author | Age | Files | Lines |
* | Validate User username only on Namespace, and bubble up appropriately | Douwe Maan | 2018-02-06 | 1 | -38/+0 |
* | Reallow project paths ending in periodsdm-reallow-project-path-ending-in-period | Douwe Maan | 2017-11-06 | 4 | -97/+114 |
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 1 | -2/+2 |
* | Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanup | Robert Speicher | 2017-08-01 | 1 | -1/+1 |
* | Rebuild the dynamic path before validating itbvl-validate-path-update | Bob Van Landuyt | 2017-06-21 | 1 | -0/+9 |
* | Avoid crash when trying to parse string with invalid UTF-8 sequence | Bob Van Landuyt | 2017-05-30 | 1 | -0/+22 |
* | Revert "Remove changes that are not absolutely necessary" | Douwe Maan | 2017-05-24 | 1 | -7/+7 |
* | Remove changes that are not absolutely necessarydm-fix-routes | Douwe Maan | 2017-05-23 | 1 | -7/+7 |
* | Fix ambiguous routing issues by teaching router about reserved words | Douwe Maan | 2017-05-23 | 1 | -225/+25 |
* | Add a better error message when a certain path is missing | Bob Van Landuyt | 2017-05-02 | 1 | -3/+34 |
* | Update path validation & specs | Bob Van Landuyt | 2017-05-02 | 1 | -3/+40 |
* | Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidator | Bob Van Landuyt | 2017-05-02 | 1 | -1/+10 |
* | Reject group-routes as names of child namespaces | Bob Van Landuyt | 2017-05-01 | 1 | -25/+51 |
* | Reject paths following namespace for paths including 2 `*` | Bob Van Landuyt | 2017-05-01 | 1 | -12/+14 |
* | Use `%r{}` regexes to avoid having to escape `/` | Bob Van Landuyt | 2017-05-01 | 1 | -5/+5 |
* | The dynamic path validator can block out partial paths | Bob Van Landuyt | 2017-05-01 | 1 | -60/+80 |
* | Make path validation case-insensitive | Bob Van Landuyt | 2017-05-01 | 1 | -1/+7 |
* | Rename `NamespaceValidator` to `DynamicPathValidator` | Bob Van Landuyt | 2017-05-01 | 1 | -1/+1 |
* | Split off validating full paths | Bob Van Landuyt | 2017-05-01 | 1 | -0/+20 |
* | Improve detection of reserved words from routes | Bob Van Landuyt | 2017-05-01 | 1 | -14/+67 |
* | Streamline the path validation in groups & projects | Bob Van Landuyt | 2017-05-01 | 1 | -0/+33 |
* | Add forbidden paths to the namespace validator | Bob Van Landuyt | 2017-05-01 | 1 | -0/+29 |