summaryrefslogtreecommitdiff
path: root/lib/gitlab/path_regex.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-2/+2
|
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-1/+0
|
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-0/+4
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-0/+4
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eeGitLab Bot2021-07-081-2/+2
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-4/+0
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-8/+8
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-0/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-061-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-021-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-131-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-051-0/+24
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
|
* Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda2019-09-041-3/+3
|
* Limit the size of issuable description and commentsAlexandru Croitor2019-08-221-1/+1
| | | | | | | | | | | | | Limiting the size of issuable description and comments to 1_000_000, which is close to ~1MB of ASCII characters, which represents 99.9% of all descriptions and comments we have in DB at the moment. This should help prevent DoS attacks when comments contain refference strings. Also this change updates regexp matching the namespaces paths by limiting the namespaces paths to Namespace::NUMBER_OF_ANCESTORS_ALLOWED, as we allow 20 levels deep groups. see https://gitlab.com/gitlab-org/gitlab-ce/issues/61974#note_191274234
* Redirect project.wiki.git to project wiki home19186-redirect-wiki-git-route-to-wikiLuke Duncalfe2019-07-261-0/+4
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/19186
* Remove deprecated /u/:username routesdz-remove-deprecated-user-routesDmitriy Zaporozhets2019-06-261-1/+0
| | | | | | Also release `u` from TOP_LEVEL_ROUTES Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Build visual_review_toolbar with webpackSarah Groff Hennigh-Palermo2019-05-291-1/+0
| | | | It takes a lot of lines to move a script
* Add new version of scriptSarah Groff Hennigh-Palermo2019-05-171-0/+1
| | | | More aligned design. More functionality.
* Add v2 to reserved top level routesdz-reserve-v2-root-pathDmitriy Zaporozhets2019-04-041-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix slow project reference pattern regexHeinrich Lee Yu2019-01-311-1/+2
|
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
|
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
|
* Remove Koding integration and documentationStan Hu2018-10-121-1/+0
| | | | | | This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
* Backport of gitlab-org/gitlab-ee!6876ce-6752-jira-branchesMario de la Ossa2018-08-201-0/+1
|
* Redirect favicon.(png|ico) to actual favicon asset or uploaddm-favicon-redirectDouwe Maan2018-06-181-0/+1
|
* remove all .ico favicon variations, use png alwaysAlexis Reigel2018-06-051-1/+1
| | | | | the ci status icons are generated client side, wo we don't need the static files anymore.
* Merge branch 'master' into '26388-push-to-create-a-new-project'Douwe Maan2018-02-061-12/+0
|\ | | | | | | # Conflicts: # lib/gitlab/path_regex.rb
| * Validate User username only on Namespace, and bubble up appropriatelyDouwe Maan2018-02-061-12/+0
| |
* | Moves project creationg to git access check for git pushTiago Botelho2018-02-061-1/+1
| |
* | Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho2018-02-061-1/+1
| |
* | Move new project on push logic to a serviceTiago Botelho2018-02-061-0/+4
|/
* Speed up Unicorn specs by using a dummy Rack application instead of GitLabNick Thomas2017-11-221-1/+0
|
* Remove EE-specific group pathsbvl-free-pathsBob Van Landuyt2017-11-071-7/+0
|
* Free up some group reserved wordsBob Van Landuyt2017-11-071-5/+0
|
* Free up `avatar`, `group_members` and `milestones` as pathsBob Van Landuyt2017-11-071-3/+0
|
* Free up `labels` as a group nameBob Van Landuyt2017-11-071-1/+0
|
* Merge branch 'bvl-group-trees' into 'master'Douwe Maan2017-10-171-1/+0
|\ | | | | | | | | | | | | Show collapsible tree on the project show page Closes #30343 See merge request gitlab-org/gitlab-ce!14055
| * Merge branch 'master' into bvl-group-treesBob Van Landuyt2017-10-101-0/+1
| |\
| * | Update `children` route to handle projects and groupsBob Van Landuyt2017-10-041-1/+0
| | |
* | | Remove boards from the list of reserved top pathsValery Sizov2017-10-131-1/+0
| | |
* | | Remove unnecessary TOLLEVEL routes from path_regex.rbfix/sm/move-callback-route-google_api-auth-callback-for-oauth-underShinya Maeda2017-10-111-1/+0
| |/ |/|
* | Add google_api to TOP_LEVEL_ROUTES. Import/Export model failure fix. Fix ↵Shinya Maeda2017-10-041-0/+1
|/ | | | static analysys.
* Fix specs BACKPORTFelipe Artur2017-09-041-0/+1
|
* Add contents of `public` as forbidden top-level routesBob Van Landuyt2017-07-251-0/+10
|
* Remove a bunch of reserved top level routesBob Van Landuyt2017-07-251-10/+0
| | | | These don't seem to be used anywhere, so can be removed.