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 (Expand)Author
2014-03-14Change project lookup order for apiDmitriy Zaporozhets
2014-01-19Remove deprecated findersskv
2013-11-08Make sure private_token for API is a stringDmitriy Zaporozhets
2013-10-17Merge pull request #5344 from amacarthur/thread-variable-fixDmitriy Zaporozhets
2013-10-16refactor by_username_or_idNihad Abbasov
2013-10-16fix variable nameNihad Abbasov
2013-10-16Fixing unsafe use of Thread.current variable :current_userAngus MacArthur
2013-09-30Merge pull request #5213 from bladealslayer/feature/user_api_extendedDmitriy Zaporozhets
2013-09-29Respect authorization in Repository APIDmitriy Zaporozhets
2013-09-29Extended User API to expose admin and can_create_group for user creation/upda...Boyan Tabakov
2013-09-09Some of the requested updates, rebase on masterIzaak Alpert
2013-09-09API: admin users can sudo commands as other usersIzaak Alpert
2013-07-09Additon of apis for fork administration.Angus MacArthur
2013-05-14Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets
2013-02-27API: extracted helper method to validate required parameters, code clean upSebastian Ziebell
2013-02-13API: extracted helper method to provide 400 bad request error with descriptionSebastian Ziebell
2012-12-12Fix namespace api autocompleteDmitriy Zaporozhets
2012-11-23Deprecate code for Project. Use title and pathDmitriy Zaporozhets
2012-10-02API: private token via headerValeriy Sizov
2012-10-02#1606 FixesValeriy Sizov
2012-10-02#1606 API private token via the headerValeriy Sizov
2012-10-02#1585 Api for user creation: base implementationValeriy Sizov
2012-09-21APi for commits. Better api docsDmitriy Zaporozhets
2012-09-16Method name changedAlex Denisov
2012-09-16API attributes refactoredAlex Denisov
2012-09-10Common errors method addedAlex Denisov
2012-09-10Error throwing moved to api_helperAlex Denisov
2012-09-10Auth for APIrandx
2012-09-03add pagination to APINihad Abbasov
2012-07-25return 404 if project not foundNihad Abbasov
2012-07-25API: ability to get project by idNihad Abbasov
2012-07-06refactor projects APINihad Abbasov
2012-06-29return errors in json formatNihad Abbasov
2012-06-28add users APINihad Abbasov