summaryrefslogtreecommitdiff
path: root/lib/api/groups.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix groups API to list only user's accessible projectsStan Hu2016-05-241-2/+1
* Fix minor issues according development guidelinesRobert Schilling2016-04-121-6/+4
* API: Ability to update a groupRobert Schilling2016-04-121-2/+28
* Tweaks, refactoring, and specsDouwe Maan2016-03-201-1/+1
* Add API group projects endpoint.Douwe Maan2015-12-071-0/+12
* Fix transferring of project to another group using the API.Douwe Maan2015-07-111-2/+2
* Wrap group removal into serviceDmitriy Zaporozhets2015-06-031-1/+1
* Merge pull request #9066 from jirutka/fix-6417Dmitriy Zaporozhets2015-05-031-2/+2
|\
| * Fix #6417: users with group permission should be able to create groups via APIRobert Schilling2015-03-311-2/+2
* | Rename manage_group ability to admin_group for consistency with project.Douwe Maan2015-04-141-1/+1
|/
* Remove Group#owner_id from API since it is not used any moreDmitriy Zaporozhets2015-02-171-1/+1
* Acces groups with their path in APIjubianchi2015-02-031-16/+0
* Add description attribute to group API (GET and POST)Daniel Serodio2015-01-161-1/+1
* Add a message when unable to save an object through api.Marin Jankovski2015-01-071-2/+2
* Message for api files and groups.Marin Jankovski2014-12-301-2/+2
* Add group filtering by name for APIDmitriy Zaporozhets2014-12-301-5/+8
* Split group members apiDmitriy Zaporozhets2014-10-291-51/+0
* Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-141-4/+4
* Use new Projects::TransferService classDmitriy Zaporozhets2014-05-281-3/+5
* Remove deprecated findersskv2014-01-191-3/+3
* API: new feature - remove project[DDmitriy Zaporozhets2013-10-091-1/+0
* API: new feature - remove groupDmitriy Zaporozhets2013-10-071-2/+16
* Fixes for @randxIzaak Alpert2013-09-051-3/+4
* Add group membership apiIzaak Alpert2013-09-041-6/+67
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
* remove trailing spacesAndrey Kumanyaev2013-05-051-1/+1
* API: fixes project creation and removed redundant infoSebastian Ziebell2013-03-071-3/+0
* Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell2013-03-071-0/+18
|\
| * Additional Admin APIsAngus MacArthur2013-03-051-0/+18
* | API: extracted helper method to validate required parameters, code clean upSebastian Ziebell2013-02-271-3/+1
* | API: groups documentation updated, functions return different status codesSebastian Ziebell2013-02-271-2/+9
|/
* Fix groups api: differ between users and adminChristian Simon2013-02-011-43/+49
* Add api for creating/listing/viewing groupsChristian Simon2013-02-011-0/+50