Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Update user api documentation | Marin Jankovski | 2013-10-01 | 1 | -2/+4 | |
|/ | ||||||
* | Fixed typo in groups.md | Tobias Bieniek | 2013-09-30 | 1 | -1/+1 | |
| | ||||||
* | Extended User API to expose admin and can_create_group for user ↵ | Boyan Tabakov | 2013-09-29 | 1 | -15/+24 | |
| | | | | | | | creation/updating. Also, is_admin and can_create_group are exposed in the user information. Fixed attributes_for_keys to process properly keys with boolean values (since false.present? is false). | |||||
* | Used pagnation function from api helpers | Izaak Alpert | 2013-09-24 | 1 | -2/+2 | |
| | | | | Change-Id: I1bdd3608d3b46924b5da3ae282c99f85ee4e0dab | |||||
* | Added missing API documentation | Izaak Alpert | 2013-09-23 | 1 | -0/+15 | |
| | | | | Change-Id: I1337ee7ff51d018d6f62d447345032597e84269f | |||||
* | API: admin users can sudo commands as other users | Izaak Alpert | 2013-09-09 | 1 | -0/+36 | |
| | | | | -Specifying a header of SUDO or adding a :sudo with either user id, or username of the user will set the current_user to be that user if your identifying private_token/PRIVATE_TOKEN is an administrator token | |||||
* | Add group membership api | Izaak Alpert | 2013-09-04 | 1 | -0/+62 | |
| | | | | Change-Id: I5b174bba02856ede788dcb51ec9b0d598ea7d0df | |||||
* | add missing comma(s) in api examples | Johannes Schleifenbaum | 2013-08-30 | 3 | -12/+12 | |
| | ||||||
* | Standardize commit diff api url, change blob api url, add get single commit | Alex Van't Hof | 2013-08-27 | 1 | -2/+27 | |
| | | | | | | | | | | | | Use "/commits/:sha/diff" as opposed to "/commit/:sha", keeping in line with existing api urls (e.g. "/projects/:id", etc.) Fix 500 error resulting from a diff api call with an invalid commit hash Move "/commits/:sha/blob" to "/blobs/:sha", leaving the old path for backwards compatibility. Add ability to get a single commit via "/commits/:sha" | |||||
* | Adds feature: get a diff via API. | Gabor Nagy | 2013-08-25 | 1 | -0/+28 | |
| | ||||||
* | add link on realisation api for java client | MegaDiablo | 2013-08-20 | 1 | -0/+1 | |
| | ||||||
* | added python api wrapper | Itxaka Serrano | 2013-08-07 | 1 | -0/+1 | |
| | ||||||
* | Fix typos | Johannes Schleifenbaum | 2013-07-29 | 3 | -3/+3 | |
| | ||||||
* | Adding links to the merge requests and group documentation. | TJ Biddle | 2013-07-26 | 1 | -0/+1 | |
| | ||||||
* | Update README.md | Sean Zicari | 2013-07-17 | 1 | -12/+12 | |
| | | | Updated the relative links in ## Contents to point to the correct documents. | |||||
* | Update docs | Dmitriy Zaporozhets | 2013-07-16 | 1 | -1/+4 | |
| | ||||||
* | enhance project creation apis to allow setting of public attribute | Angus MacArthur | 2013-07-12 | 1 | -0/+2 | |
| | | | | Change-Id: Ib71ce8cf993627eada63d7d596fb302ec702f36e | |||||
* | Merge pull request #3993 from bke-drewb/3599 | Dmitriy Zaporozhets | 2013-07-11 | 1 | -9/+13 | |
|\ | | | | | Issue 3599: Add snippets_enabled flag to projects for API | |||||
| * | Issue 3599: Add snippets_enabled flag to projects for API | Drew Blessing | 2013-06-11 | 1 | -8/+12 | |
| | | | | | | | | | | | | s 3599: Add snippets_enabled flag to projects for API Replace missing comma | |||||
* | | Additon of apis for fork administration. | Angus MacArthur | 2013-07-08 | 1 | -0/+25 | |
| | | | | | | | | | | Added ability to add and remove the forked from/to relatioinship between existing repos. | |||||
* | | Fix broken API links, fixes #4463 | Robert Schilling | 2013-07-07 | 1 | -12/+12 | |
| | | ||||||
* | | Added client list to API doc | Matt Humphrey | 2013-07-06 | 1 | -0/+5 | |
| | | ||||||
* | | Fix paths to the Contents Markdown pages | Greg Barendt | 2013-06-11 | 1 | -12/+12 | |
|/ | ||||||
* | API: project events | Dmitriy Zaporozhets | 2013-06-06 | 1 | -0/+69 | |
| | ||||||
* | API: Add last_activity_at date to project entity | Dmitriy Zaporozhets | 2013-06-06 | 1 | -3/+6 | |
| | ||||||
* | API: implement retrieve of repository tree | Dmitriy Zaporozhets | 2013-06-06 | 1 | -0/+50 | |
| | ||||||
* | Fix api readme links | Dmitriy Zaporozhets | 2013-06-06 | 1 | -2/+3 | |
| | ||||||
* | Improve api docs | Dmitriy Zaporozhets | 2013-06-06 | 3 | -123/+87 | |
| | ||||||
* | Fix milestone api docs: invalid param for close | Dmitriy Zaporozhets | 2013-06-06 | 1 | -1/+1 | |
| | ||||||
* | Fix wrong documentation for issue close api. Fixes #3548 | Dmitriy Zaporozhets | 2013-06-06 | 1 | -6/+6 | |
| | ||||||
* | Merge pull request #4115 from bke-drewb/apidocs | Dmitriy Zaporozhets | 2013-05-29 | 1 | -8/+8 | |
|\ | | | | | Update api docs and remove old attribute from User entity. | |||||
| * | Update api docs and remove old attribute from User entity. | Drew Blessing | 2013-05-29 | 1 | -8/+8 | |
| | | | | | | | | | | | | The API docs incorrectly referenced a few attributes associated with users. The 'blocked' attribute has been replaced with 'state'. Also, 'dark_scheme' seems to no longer be available in the User model so it should be removed from the exposed attributes in the API User entity. Add color scheme ID to API User entity | |||||
* | | Merge branch 'feature_teams_api' of https://github.com/former03/gitlabhq ↵ | Dmitriy Zaporozhets | 2013-05-27 | 2 | -0/+210 | |
|\ \ | | | | | | | | | | | | | | | | | | | into former03-feature_teams_api Conflicts: doc/api/README.md | |||||
| * | | [FEATURE] Basic user_teams api | Christian Simon | 2013-05-21 | 2 | -0/+210 | |
| |/ | | | | | | | | | * Closing #3066 * Closing #3609 | |||||
* | | remove branch dependencies where not necessary | Ben Bodenmiller | 2013-05-27 | 1 | -10/+10 | |
|/ | ||||||
* | Fixed typo in project hook documentation | Mathew Winstone | 2013-04-25 | 1 | -1/+1 | |
| | ||||||
* | Paginate users in users api | Dmitriy Zaporozhets | 2013-04-16 | 1 | -0/+1 | |
| | ||||||
* | API docs updated | Alex Denisov | 2013-03-19 | 2 | -1/+16 | |
| | ||||||
* | Result of misspellings run. | Kevin Lyda | 2013-03-17 | 1 | -1/+1 | |
| | | | | | | | | | Most of these are comments but a few are strings for users. Might be an idea to run this from time to time: https://github.com/lyda/misspell-check It runs mostly clean now. | |||||
* | Merge pull request #3170 from Asquera/api/system_hooks_adjustments | Dmitriy Zaporozhets | 2013-03-10 | 1 | -5/+7 | |
|\ | | | | | API: system hook request functions and documentation updated | |||||
| * | API: system hooks API functions and documentation updated | Sebastian Ziebell | 2013-03-07 | 1 | -5/+7 | |
| | | | | | | | | | | | | * updated system hooks documentation and code comments * fixed access to system hooks if no user given resulting in a `500 Server Error` * added tests | |||||
* | | Added system hooks link to doc index | Matt Humphrey | 2013-03-08 | 1 | -0/+1 | |
|/ | ||||||
* | API: fixes project creation and removed redundant info | Sebastian Ziebell | 2013-03-07 | 1 | -2/+0 | |
| | ||||||
* | Merge branch 'master' into fixes/api, code clean up and tests fixed | Sebastian Ziebell | 2013-03-07 | 6 | -60/+160 | |
|\ | | | | | | | | | | | Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb | |||||
| * | Merge pull request #3146 from amacarthur/AdminAPIs | Dmitriy Zaporozhets | 2013-03-06 | 3 | -1/+51 | |
| |\ | | | | | | | Additional Admin APIs | |||||
| | * | Updated documentation for added Admin APIs | Angus MacArthur | 2013-03-05 | 3 | -0/+50 | |
| | | | ||||||
| * | | Merge pull request #3149 from m4tthumphrey/api-deploy-keys | Dmitriy Zaporozhets | 2013-03-06 | 1 | -0/+79 | |
| |\ \ | | | | | | | | | Added methods to manage project deploy keys via API | |||||
| | * | | Project deploy keys API | Matt Humphrey | 2013-03-05 | 1 | -0/+79 | |
| | |/ | ||||||
| * | | System hooks API. | Matt Humphrey | 2013-03-06 | 1 | -0/+47 | |
| |/ | ||||||
* | | API: documentation contains infos to status codes in README file. | Sebastian Ziebell | 2013-03-07 | 11 | -475/+36 | |
| | | | | | | | | All the info to return codes from the API functions are available in the `README.md` file as suggested. |