summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* extract server-side git commands to constantsJakub Zienkiewicz2013-07-301-3/+7
* allow all git-upload-* commands for deploy keysJakub Zienkiewicz2013-07-301-1/+1
* Add LDAP support to /api/sessionDmitriy Zaporozhets2013-07-161-8/+9
* enhance project creation apis to allow setting of public attributeAngus MacArthur2013-07-122-3/+7
* Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-07-122-10/+14
|\
| * Merge pull request #3993 from bke-drewb/3599Dmitriy Zaporozhets2013-07-112-10/+14
| |\
| | * Issue 3599: Add snippets_enabled flag to projects for APIDrew Blessing2013-06-112-10/+14
* | | Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-07-103-3/+46
|\ \ \ | |/ /
| * | Additon of apis for fork administration.Angus MacArthur2013-07-083-3/+46
| |/
* | Remove all team resources except models. Move models to deprecated directoryDmitriy Zaporozhets2013-06-183-281/+0
|/
* cattr_accessor is not threadsafe!Dmitriy Zaporozhets2013-06-112-3/+3
* API: project eventsDmitriy Zaporozhets2013-06-062-0/+20
* API: Add last_activity_at date to project entityDmitriy Zaporozhets2013-06-061-1/+1
* API: implement retrieve of repository treeDmitriy Zaporozhets2013-06-061-0/+25
* API: Fix repository commits paginationDmitriy Zaporozhets2013-06-061-1/+1
* Fix snippet raw content being escapedDmitriy Zaporozhets2013-06-061-0/+2
* Split Project api on several parts: deploy_keys, hooks, snippets etcDmitriy Zaporozhets2013-06-065-261/+316
* Fix milestone api docs: invalid param for closeDmitriy Zaporozhets2013-06-061-1/+1
* Fix wrong documentation for issue close api. Fixes #3548Dmitriy Zaporozhets2013-06-061-1/+1
* Selectable deploy keys contain master projectsbabatakao2013-06-051-1/+1
* Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8...Dmitriy Zaporozhets2013-06-041-3/+3
|\
| * Tests fixedAndrew8xx82013-03-251-3/+3
* | Fix deploy key api 500 if key is emptyDmitriy Zaporozhets2013-06-031-14/+16
* | Add api to collect owned user projects. Api deploy_key.create: Enable deploy ...Dmitriy Zaporozhets2013-06-032-2/+32
* | Merge pull request #4115 from bke-drewb/apidocsDmitriy Zaporozhets2013-05-291-1/+1
|\ \
| * | Update api docs and remove old attribute from User entity.Drew Blessing2013-05-291-1/+1
* | | Up grape version. Fix issue with raw content being escapedDmitriy Zaporozhets2013-05-271-0/+2
* | | Merge branch 'feature_teams_api' of https://github.com/former03/gitlabhq into...Dmitriy Zaporozhets2013-05-273-0/+293
|\ \ \ | |/ / |/| |
| * | [FEATURE] Basic user_teams apiChristian Simon2013-05-213-0/+293
* | | split repositories and projects apiDmitriy Zaporozhets2013-05-233-115/+134
|/ /
* | Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-1413-13/+51
* | Merge pull request #3275 from Undev/feature/code_cleanup_remove_old_hashesDmitriy Zaporozhets2013-05-072-71/+71
|\ \
| * | remove trailing spacesAndrey Kumanyaev2013-05-052-71/+71
* | | fix API route to delete project hookNihad Abbasov2013-05-071-1/+1
* | | modify api to work with new deploy keysDmitriy Zaporozhets2013-05-063-7/+6
|/ /
* | Add support for git-archive in gitlab internal apiDmitriy Zaporozhets2013-04-201-1/+1
* | Merge pull request #3209 from tsl0922/masterDmitriy Zaporozhets2013-04-181-0/+1
|\ \
| * | Fix: API 500 error when project does not existstsl09222013-03-141-0/+1
* | | Paginate users in users apiDmitriy Zaporozhets2013-04-161-0/+1
* | | Fixed API file raw functionality, Fixed tree controller tests. Added BlobCont...Dmitriy Zaporozhets2013-04-031-5/+7
* | | Project.repository should never be nil so you can call repository.exists? or ...Dmitriy Zaporozhets2013-04-011-1/+1
* | | Fix notify specs. Fix merge request close via apiDmitriy Zaporozhets2013-03-281-0/+2
| |/ |/|
* | Dont show blocked users in autocompleteDmitriy Zaporozhets2013-03-191-0/+1
* | add attachemnts support for wallDmitriy Zaporozhets2013-03-191-0/+1
* | load notes for wall via apiDmitriy Zaporozhets2013-03-191-0/+4
* | API docs updatedAlex Denisov2013-03-191-1/+1
* | Abilities added to /user and /sign_in requestsAlex Denisov2013-03-183-4/+8
* | Result of misspellings run.Kevin Lyda2013-03-171-1/+1
* | Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into D...Dmitriy Zaporozhets2013-03-151-1/+9
|\ \
| * | Replace current Wiki system with Gollum Wikis.Dan Knox2013-03-091-1/+9