Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add API method for get user by ID of an SSH key | Artem V. Navrotskiy | 2015-09-03 | 1 | -0/+4 |
| | |||||
* | Merge pull request #9567 from bigsurge/bigsurge-patch-1 | Stan Hu | 2015-08-19 | 1 | -0/+1 |
|\ | | | | | add CommitNote field expose :created_at | ||||
| * | add CommitNote field expose :created_at | bigsurge | 2015-08-19 | 1 | -0/+1 |
| | | | | | | add CommitNote field expose :created_at | ||||
* | | api: add 'system', 'upvote', and 'downvote' fields to note queries | Ben Boeckel | 2015-08-12 | 1 | -0/+3 |
| | | | | | | | | This reverts commit 4c586dc7c217b3e43956919fa752a8fa4e16acb9. | ||||
* | | Merge branch 'master' into api-useremails | Douwe Maan | 2015-07-31 | 1 | -0/+10 |
|\ \ | |||||
| * | | No more web url | Douwe Maan | 2015-07-30 | 1 | -2/+10 |
| | | | |||||
| * | | Add project star and fork count, group avatar URL and user/group web URL ↵ | Douwe Maan | 2015-07-28 | 1 | -1/+3 |
| | | | | | | | | | | | | attributes to API | ||||
* | | | Add ability to manage user email addresses via the API. | Douwe Maan | 2015-07-29 | 1 | -0/+4 |
|/ / | |||||
* | | api: expose work_in_progress flag | Ben Boeckel | 2015-07-10 | 1 | -0/+1 |
| | | |||||
* | | Revert "api: add 'system', 'upvote', and 'downvote' fields to note queries" | Stan Hu | 2015-07-09 | 1 | -3/+0 |
| | | | | | | | | This reverts commit dd4fee5fdbda07fbc09234c4b043c3c9939a6a9b. | ||||
* | | api: add 'system', 'upvote', and 'downvote' fields to note queries | Ben Boeckel | 2015-07-09 | 1 | -0/+3 |
|/ | |||||
* | API to set application settings for admin | Dmitriy Zaporozhets | 2015-07-03 | 1 | -0/+22 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add 2FA status to user admin API | Stan Hu | 2015-06-23 | 1 | -0/+1 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9391 | ||||
* | Add current_sign_in_at to api User | Sven Selberg | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | Let commit model know about its project. | Douwe Maan | 2015-04-24 | 1 | -2/+2 |
| | |||||
* | Include creator_id in project info of API | Christoph Dreis | 2015-04-10 | 1 | -0/+1 |
| | |||||
* | Modified lib/api/entities.rb to expose Project class tag_list property to ↵ | Cristian Medina | 2015-04-03 | 1 | -1/+1 |
| | | | | | | | | the API Updated projects.md to show tag_list field when performing GETs Updated projects_spec.rb to include check for tag_list key in project list Added changes to the CHANGELOG | ||||
* | Enable ParenthesesAsGroupedExpression rule | Dmitriy Zaporozhets | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | Expose avatar_url in projects API | sue445 | 2015-03-01 | 1 | -0/+1 |
| | | | | | | * Impl Project#avatar_url * Refactor ApplicationHelper: Use Project#avatar_url * Update changelog | ||||
* | Remove Group#owner_id from API since it is not used any more | Dmitriy Zaporozhets | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | Add internal broadcast message API. | Douwe Maan | 2015-02-07 | 1 | -0/+4 |
| | |||||
* | Merge pull request #8712 from jvanbaarsen/add-merge-request-files-endpoint | Dmitriy Zaporozhets | 2015-02-04 | 1 | -5/+11 |
|\ | | | | | Added a way to retrieve MR files | ||||
| * | Added a way to retrieve MR files | Jeroen van Baarsen | 2015-02-04 | 1 | -5/+11 |
| | | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | | Convert hashes to ruby 1.9 style | Dmitriy Zaporozhets | 2015-02-02 | 1 | -1/+1 |
|/ | |||||
* | Add description attribute to group API (GET and POST) | Daniel Serodio | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | Supporting for multiple omniauth provider for the same user | Valery Sizov | 2014-12-04 | 1 | -2/+6 |
| | |||||
* | Merge branch 'commit-comments' of https://gitlab.com/jeroenj/gitlab-ce into ↵ | Dmitriy Zaporozhets | 2014-11-12 | 1 | -0/+8 |
|\ | | | | | | | | | | | | | | | | | jeroenj/gitlab-ce-commit-comments Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG | ||||
| * | Adds comments to commits in the API | Jeroen Jacobs | 2014-09-26 | 1 | -0/+8 |
| | | |||||
* | | Merge pull request #8224 from liammonahan/master | Valeriy Sizov | 2014-11-04 | 1 | -1/+2 |
|\ \ | | | | | | | Expose projects_limit through users API if UserFull. | ||||
| * | | Expose projects_limit through users API if UserFull. | Liam Monahan | 2014-11-02 | 1 | -1/+2 |
| | | | |||||
* | | | Expose author username in project events API | Dmitriy Zaporozhets | 2014-10-31 | 1 | -0/+6 |
|/ / | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Create RepoTag Grape entity and present it when doing stuff with tags via ↵ | Sean Edge | 2014-10-30 | 1 | -0/+19 |
| | | | | | | | | API. Update API doc for repositories. Add tag message to tag list page in UI. Update Changelog. Update spec to set .gitconfig identity, required for annotated tags. | ||||
* | | Add tag_push_events to project hook api | Kirill Zaitsev | 2014-10-03 | 1 | -1/+2 |
|/ | |||||
* | Fix finder and tests for new membership models | Dmitriy Zaporozhets | 2014-09-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix access_level api | Dmitriy Zaporozhets | 2014-09-15 | 1 | -5/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Huge replace of old users_project and users_group references | Dmitriy Zaporozhets | 2014-09-14 | 1 | -4/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge pull request #7479 from Razer6/feature/labels_api | Dmitriy Zaporozhets | 2014-08-15 | 1 | -1/+1 |
|\ | | | | | Implement complete labels API (create/delete/update) | ||||
| * | Add, delete labels via API | Robert Schilling | 2014-08-13 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #6788 from CingleVue/master | Dmitriy Zaporozhets | 2014-08-13 | 1 | -0/+2 |
|\ \ | |/ |/| | Patched `MergeRequest` to return more data. | ||||
| * | Patched `MergeRequest` to return more data. | mabdullah-cinglevue | 2014-08-01 | 1 | -1/+2 |
| | | | | | | | | Added milestone to merge_requests instead of milestone id. | ||||
| * | # This is a combination of 2 commits. | mabdullah-cinglevue | 2014-08-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # The first commit's message is: Patched `MergeRequest` to return more data. Patched `MergeRequest` to return the `description` & `milestone` Conflicts: lib/api/entities.rb # This is the 2nd commit message: Update merge_requests.md Update documentation for merge request endpoint adding support for description. | ||||
* | | Merge branch 'add_complete_commit_message_to_api' of ↵ | Dmitriy Zaporozhets | 2014-08-11 | 1 | -0/+1 |
|\ \ | |/ |/| | | | | | | | | | | | | | https://gitlab.com/christian.taedcke/gitlab-ce into christian.taedcke/gitlab-ce-add_complete_commit_message_to_api Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG | ||||
| * | Add full commit message to commit api as field message. | Christian Taedcke | 2014-07-25 | 1 | -0/+1 |
| | | |||||
* | | Fix old api compatibility and tests | Dmitriy Zaporozhets | 2014-07-30 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Git::Compare does not have limit param any more | Dmitriy Zaporozhets | 2014-07-29 | 1 | -4/+4 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use Contributor class instead of hash | Dmitriy Zaporozhets | 2014-07-02 | 1 | -0/+4 |
| | |||||
* | Dont expose user email via API | Dmitriy Zaporozhets | 2014-06-13 | 1 | -16/+15 |
| | | | | | | | | | | | | | To prevent leaking of users info we reduce amount of user information retrieved via API for normal users. What user can get via API: * if not admin: only id, state, name, username and avatar_url * if admin: all user information * about himself: all informaion Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Wipe wall notes feature | Dmitriy Zaporozhets | 2014-06-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Better specs for Compare API | Dmitriy Zaporozhets | 2014-05-27 | 1 | -1/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Expose timeout and same_ref compare fields | Dmitriy Zaporozhets | 2014-05-27 | 1 | -0/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |