Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent projects to have higher visibility than groups | Felipe Artur | 2016-03-10 | 1 | -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 url | Dmitriy Zaporozhets | 2015-09-14 | 1 | -1/+1 |
| | |||||
* | Fixed the Rails/ActionFilter cop | Jeroen van Baarsen | 2015-04-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Don't leak private group existence by redirecting from namespace controller ↵ | Douwe Maan | 2015-03-24 | 1 | -5/+13 |
| | | | | to group controller. | ||||
* | Rubocop: no trailing newlines | Dmitriy Zaporozhets | 2015-02-02 | 1 | -1/+0 |
| | |||||
* | Add users to /:id route | Dmitriy Zaporozhets | 2014-06-07 | 1 | -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> |