summaryrefslogtreecommitdiff
path: root/lib/api/helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Make sure private_token for API is a stringDmitriy Zaporozhets2013-11-081-1/+6
* Merge pull request #5344 from amacarthur/thread-variable-fixDmitriy Zaporozhets2013-10-161-0/+9
|\
| * Fixing unsafe use of Thread.current variable :current_userAngus MacArthur2013-10-161-0/+9
* | refactor by_username_or_idNihad Abbasov2013-10-161-5/+1
* | fix variable nameNihad Abbasov2013-10-161-1/+1
|/
* Merge pull request #5213 from bladealslayer/feature/user_api_extendedDmitriy Zaporozhets2013-09-291-1/+1
|\
| * Extended User API to expose admin and can_create_group for user creation/upda...Boyan Tabakov2013-09-291-1/+1
* | Respect authorization in Repository APIDmitriy Zaporozhets2013-09-291-0/+4
|/
* Some of the requested updates, rebase on masterIzaak Alpert2013-09-091-15/+8
* API: admin users can sudo commands as other usersIzaak Alpert2013-09-091-5/+39
* Additon of apis for fork administration.Angus MacArthur2013-07-081-3/+3
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
* API: extracted helper method to validate required parameters, code clean upSebastian Ziebell2013-02-271-0/+11
* API: extracted helper method to provide 400 bad request error with descriptionSebastian Ziebell2013-02-131-0/+6
* Fix namespace api autocompleteDmitriy Zaporozhets2012-12-121-5/+14
* Deprecate code for Project. Use title and pathDmitriy Zaporozhets2012-11-231-1/+1
* API: private token via headerValeriy Sizov2012-10-021-1/+1
* #1606 FixesValeriy Sizov2012-10-021-1/+1
* #1606 API private token via the headerValeriy Sizov2012-10-021-1/+1
* #1585 Api for user creation: base implementationValeriy Sizov2012-10-021-0/+4
* APi for commits. Better api docsDmitriy Zaporozhets2012-09-211-1/+1
* Method name changedAlex Denisov2012-09-161-1/+1
* API attributes refactoredAlex Denisov2012-09-161-0/+8
* Common errors method addedAlex Denisov2012-09-101-4/+8
* Error throwing moved to api_helperAlex Denisov2012-09-101-3/+24
* Auth for APIrandx2012-09-101-0/+16
* add pagination to APINihad Abbasov2012-09-031-0/+4
* return 404 if project not foundNihad Abbasov2012-07-251-2/+7
* API: ability to get project by idNihad Abbasov2012-07-251-1/+2
* refactor projects APINihad Abbasov2012-07-061-0/+4
* return errors in json formatNihad Abbasov2012-06-291-1/+1
* add users APINihad Abbasov2012-06-281-0/+11