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 (Collapse)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
Groups can enable/disable LFS, but this setting can be overridden at the project level. Admin only
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
Closes #17496
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
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-03Merge pull request #9066 from jirutka/fix-6417Dmitriy Zaporozhets
Fix #6417: users with group permission should be able to create groups via API
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
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-29Split group members apiDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-14Huge replace of old users_project and users_group referencesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-28Use new Projects::TransferService classDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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
Change-Id: I3b15ae34c0957a0f4026e1886c92a9770e9d170e
2013-09-04Add group membership apiIzaak Alpert
Change-Id: I5b174bba02856ede788dcb51ec9b0d598ea7d0df
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
Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb
2013-03-05Additional Admin APIsAngus MacArthur
2013-02-27API: extracted helper method to validate required parameters, code clean upSebastian Ziebell
Added a helper method to check if required parameters are given in an API call. Can be used to return a `400 Bad Request` return code if a required attribute is missing. Code clean up and fixed tests.
2013-02-27API: groups documentation updated, functions return different status codesSebastian Ziebell
Updates the API documentation of groups with infos to return codes. The function calls in the groups API have updated documentation and return `400 Bad Request` status code if a required attribute is missing.
2013-02-01Fix groups api: differ between users and adminChristian Simon
2013-02-01Add api for creating/listing/viewing groupsChristian Simon