Commit graph

5 commits

Author SHA1 Message Date
Małgorzata Ksionek
211c4e5985 Change policy regarding group visibility 2019-02-20 11:08:13 +01:00
blackst0ne
b44a2c801a Update specs to rails5 format
Updates specs to use new rails5 format.

The old format:
`get :show, { some: params }, { some: headers }`

The new format:
`get :show, params: { some: params }, headers: { some: headers }`
2018-12-19 10:04:31 +11:00
Bob Van Landuyt
2f50b206f2 Hide archived projects from shared_projects
Since we don't show the archived projects, we shouldnot  load them and
pass them to the fronted to be filtered out again.
2018-06-04 17:43:13 +02:00
Toon Claes
1298fbe18d Fix small typos 2018-05-29 11:45:17 +02:00
Bob Van Landuyt
6072259230 Add shared_projects endpoint
This endpoint lists projects shared with a group visible to the
current user.

The `filter` and `sort` params are supported like on the `children` endpoint.
2018-05-29 11:45:17 +02:00