summaryrefslogtreecommitdiff
path: root/app/controllers/namespaces_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Prevent projects to have higher visibility than groupsFelipe Artur2016-03-101-1/+1
| | | | | | Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements
* Allow access to group from root urlDmitriy Zaporozhets2015-09-141-1/+1
|
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-1/+1
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Don't leak private group existence by redirecting from namespace controller ↵Douwe Maan2015-03-241-5/+13
| | | | to group controller.
* Rubocop: no trailing newlinesDmitriy Zaporozhets2015-02-021-1/+0
|
* Add users to /:id routeDmitriy Zaporozhets2014-06-071-0/+18
So now when you type site/:username it redirects you to users page. And if you type site/:groupname it redirects you to group page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>