summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into drop-satellitesDmitriy Zaporozhets2015-08-043-7/+133
|\
| * Fix indentationDouwe Maan2015-07-311-11/+11
| * Merge branch 'master' into api-useremailsDouwe Maan2015-07-311-0/+10
| |\
| | * No more web urlDouwe Maan2015-07-301-2/+10
| | * Add project star and fork count, group avatar URL and user/group web URL attr...Douwe Maan2015-07-281-1/+3
| * | Add ability to manage user email addresses via the API.Douwe Maan2015-07-292-0/+115
| |/
| * Return comments in created order in merge request APIStan Hu2015-07-161-1/+1
| * Merge branch 'merge-request-wip-information' into 'master'Stan Hu2015-07-151-0/+1
| |\
| | * api: expose work_in_progress flagBen Boeckel2015-07-101-0/+1
* | | Fix merge api and specDmitriy Zaporozhets2015-08-041-1/+1
* | | Huge refactoring for accepting merge requestsDmitriy Zaporozhets2015-07-161-1/+5
|/ /
* | Fix transferring of project to another group using the API.Douwe Maan2015-07-111-2/+2
|/
* Revert "api: add 'system', 'upvote', and 'downvote' fields to note queries"Stan Hu2015-07-091-3/+0
* api: add 'system', 'upvote', and 'downvote' fields to note queriesBen Boeckel2015-07-091-0/+3
* Merge branch 'settings-via-api' into 'master'Dmitriy Zaporozhets2015-07-073-0/+58
|\
| * Add tests and improve logicDmitriy Zaporozhets2015-07-061-1/+2
| * Add docs and empty specs for applicaiton settings APIDmitriy Zaporozhets2015-07-061-2/+1
| * API to set application settings for adminDmitriy Zaporozhets2015-07-033-0/+58
* | Allow user to be blocked and unblocked via the APISteve Norman2015-07-031-0/+30
|/
* Merge branch 'rename-abilities' into 'master'Dmitriy Zaporozhets2015-06-263-6/+6
|\
| * Rename abilities to correspond contoller/model action namesrename-abilitiesDmitriy Zaporozhets2015-06-263-6/+6
* | Only people who can manage issue can assign labels to itpermission-improvementsDmitriy Zaporozhets2015-06-261-1/+1
|/
* Add 2FA status to user admin APIStan Hu2015-06-231-0/+1
* Fix error when deleting a user who has projectsStan Hu2015-06-231-1/+1
* Fix editing files via APIDmitriy Zaporozhets2015-06-051-24/+26
* Merge branch 'maser/gitlab-ce-order-commit-comments-in-api' into 'master'Dmitriy Zaporozhets2015-06-051-1/+1
|\
| * Order commit comments in API chronologicallyMartin Luder2015-05-081-1/+1
* | Merge branch 'make-namespaces-api-available-to-all-users' into 'master'Dmitriy Zaporozhets2015-06-041-5/+6
|\ \
| * | Make namespace API available to all usersStan Hu2015-05-281-5/+6
* | | Wrap group removal into serviceDmitriy Zaporozhets2015-06-031-1/+1
* | | Disable changing of the source branch in merge request update APIStan Hu2015-05-291-2/+6
* | | You can not remove user if he/she is an only owner of groupDmitriy Zaporozhets2015-05-281-1/+1
|/ /
* | Add support for Webhook note eventsStan Hu2015-05-211-2/+4
* | Allow to configure gitlab_shell_secret locationJakub Jirutka2015-05-161-1/+1
* | Add order option for projects APIValery Sizov2015-05-141-1/+6
* | Improve Git access error messages.Douwe Maan2015-05-131-19/+7
* | Added X-GitLab-Event header for web hooksbugagazavr2015-05-081-1/+1
|/
* Add current_sign_in_at to api UserSven Selberg2015-05-041-1/+1
* Merge branch 'api-iid' of https://github.com/jubianchi/gitlabhq into jubianch...Dmitriy Zaporozhets2015-05-033-5/+18
|\
| * Query issues, merge requests and milestones with their IID through APIjubianchi2015-05-023-5/+18
* | 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
* | Don't allow a merge request to be merged when its title starts with "WIP".Douwe Maan2015-04-301-2/+2
* | Send 500 errors as JSON in the APIjubianchi2015-04-271-1/+1
* | Revert "Added X-GitLab-Event header for web hooks"Valery Sizov2015-04-271-1/+1
* | Added X-GitLab-Event header for web hooksbugagazavr2015-04-251-1/+1
* | Use project.commit convenience method.Douwe Maan2015-04-243-6/+6
* | Let commit model know about its project.Douwe Maan2015-04-241-2/+2
* | Track who created a group or project member.Douwe Maan2015-04-141-1/+1
* | Use through-relation instead of manually mapping.Douwe Maan2015-04-141-2/+1