Commit Graph

14 Commits

Author SHA1 Message Date
GitLab Bot c2a6cc8675 Add latest changes from gitlab-org/gitlab@master 2020-12-03 18:10:10 +00:00
GitLab Bot c19dce027b Add latest changes from gitlab-org/gitlab@master 2020-11-13 21:09:31 +00:00
GitLab Bot 15229b03e0 Add latest changes from gitlab-org/gitlab@master 2020-09-30 21:10:09 +00:00
GitLab Bot c52b72f577 Add latest changes from gitlab-org/gitlab@master 2020-07-08 12:09:33 +00:00
GitLab Bot fa7ac2663b Add latest changes from gitlab-org/gitlab@master 2020-06-24 06:09:01 +00:00
GitLab Bot acdf997e1a Add latest changes from gitlab-org/gitlab@master 2019-10-29 06:06:14 +00:00
Dmitriy Zaporozhets 9259ab7dec Remove deprecated group routes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-06-14 20:36:19 +03:00
Małgorzata Ksionek c948babf70 Add specs to group routing spec 2019-04-26 22:19:56 +02:00
Gilbert Roulot 6ab102a2f8 Security Dashboard as default view for groups
Add a supporting code to separate groups#show
and groups#details which is required for the
proper implementation of the Group Overview
content and Security Dashboard option for it
2019-03-14 12:55:46 +00:00
Sean McGivern 9f921b73f2 Don't add a trailing slash in group redirects
Because we ignored the format, a request to `/groups/foo/labels.json` would
redirect to `/groups/foo/-/labels/.json`. But really, it's worse than that,
because unless the request contained a trailing slash, we shouldn't add one.

Now, we only _keep_ a trailing slash, but don't _add_ one.
2017-11-16 17:13:40 +00:00
Bob Van Landuyt 2414c69ee9 Check redirecting with a querystring 2017-11-07 19:52:10 +01:00
Bob Van Landuyt 58d1d6a5c7 Free up some group reserved words 2017-11-07 19:52:09 +01:00
Bob Van Landuyt 5dde0536c3 Free up `avatar`, `group_members` and `milestones` as paths 2017-11-07 19:52:09 +01:00
Bob Van Landuyt 5d14337baf Free up `labels` as a group name 2017-11-07 19:52:09 +01:00