Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-05fix group links 404barthc
2016-09-19Allow to set request_access_enabled for groups and projects using APIFelipe Artur
2016-09-15Added group-specific setting for LFS.Patricio Cano
2016-09-01Project tools visibility levelFelipe Artur
2016-08-30use a nil subject when we want to check global abilitieshttp://jneen.net/
2016-05-25Fix groups API to list only user's accessible projectsStan Hu
2016-04-12Fix minor issues according development guidelinesRobert Schilling
2016-04-12API: Ability to update a groupRobert Schilling
2016-03-20Tweaks, refactoring, and specsDouwe Maan
2015-12-07Add API group projects endpoint.Douwe Maan
2015-07-11Fix transferring of project to another group using the API.Douwe Maan
2015-06-03Wrap group removal into serviceDmitriy Zaporozhets
2015-05-03Merge pull request #9066 from jirutka/fix-6417Dmitriy Zaporozhets
2015-04-14Rename manage_group ability to admin_group for consistency with project.Douwe Maan
2015-03-31Fix #6417: users with group permission should be able to create groups via APIRobert Schilling
2015-02-18Remove Group#owner_id from API since it is not used any moreDmitriy Zaporozhets
2015-02-03Acces groups with their path in APIjubianchi
2015-01-16Add description attribute to group API (GET and POST)Daniel Serodio
2015-01-07Add a message when unable to save an object through api.Marin Jankovski
2014-12-30Message for api files and groups.Marin Jankovski
2014-12-30Add group filtering by name for APIDmitriy Zaporozhets
2014-10-29Split group members apiDmitriy Zaporozhets
2014-09-14Huge replace of old users_project and users_group referencesDmitriy Zaporozhets
2014-05-28Use new Projects::TransferService classDmitriy Zaporozhets
2014-01-19Remove deprecated findersskv
2013-10-09API: new feature - remove project[DDmitriy Zaporozhets
2013-10-07API: new feature - remove groupDmitriy Zaporozhets
2013-09-05Fixes for @randxIzaak Alpert
2013-09-04Add group membership apiIzaak Alpert
2013-05-14Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets
2013-05-05remove trailing spacesAndrey Kumanyaev
2013-03-07API: fixes project creation and removed redundant infoSebastian Ziebell
2013-03-07Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell
2013-03-05Additional Admin APIsAngus MacArthur
2013-02-27API: extracted helper method to validate required parameters, code clean upSebastian Ziebell
2013-02-27API: groups documentation updated, functions return different status codesSebastian Ziebell
2013-02-01Fix groups api: differ between users and adminChristian Simon
2013-02-01Add api for creating/listing/viewing groupsChristian Simon