summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* | add api users filter and integrate users select2Dmitriy Zaporozhets2013-03-131-1/+2
* | Reduce amount of user info provided with internal apiDmitriy Zaporozhets2013-03-112-1/+5
* | Merge branch 'master' into api/system_hooks_adjustmentsSebastian Ziebell2013-03-071-0/+3
|\ \ | |/
| * Merge pull request #2835 from Asquera/fixes/apiDmitriy Zaporozhets2013-03-078-33/+129
| |\
| * | block user should not be able to pushDmitriy Zaporozhets2013-03-071-0/+3
* | | API: system hooks API functions and documentation updatedSebastian Ziebell2013-03-071-5/+15
| |/ |/|
* | API: fixes project creation and removed redundant infoSebastian Ziebell2013-03-072-6/+3
* | Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell2013-03-075-0/+175
|\ \ | |/
| * Merge pull request #3146 from amacarthur/AdminAPIsDmitriy Zaporozhets2013-03-063-0/+70
| |\
| | * Additional Admin APIsAngus MacArthur2013-03-053-0/+70
| * | Merge pull request #3149 from m4tthumphrey/api-deploy-keysDmitriy Zaporozhets2013-03-061-0/+43
| |\ \
| | * | Project deploy keys APIMatt Humphrey2013-03-051-0/+43
| | |/
| * | System hooks API.Matt Humphrey2013-03-061-0/+60
| |/
* | API: refactored and simplified error handling in merge requests APISebastian Ziebell2013-03-052-18/+8
* | Fixes apiSebastian Ziebell2013-03-051-2/+1
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-03-052-4/+4
|\ \ | |/
| * User's blocked field refactored to use state machineAndrew8xx82013-03-041-2/+2
| * Missed comma.Matt Humphrey2013-03-011-1/+1
| * Added namespace_id to project creation via APIMatt Humphrey2013-03-011-1/+2
* | API: fixed adding a noteSebastian Ziebell2013-02-271-1/+1
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-271-1/+1
|\ \ | |/
| * proper fix for #2300Nihad Abbasov2013-02-271-1/+1
* | API: extracted helper method to validate required parameters, code clean upSebastian Ziebell2013-02-278-38/+29
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-271-1/+1
|\ \ | |/
| * API: fix commits paginationNihad Abbasov2013-02-271-1/+1
* | API: merge request documentation updated, added return codes to functionsSebastian Ziebell2013-02-271-3/+6
* | API: issues documentation and API functions updatedSebastian Ziebell2013-02-271-0/+1
* | API: groups documentation updated, functions return different status codesSebastian Ziebell2013-02-271-2/+9
* | API repository documentation updated, includes infos to return codesSebastian Ziebell2013-02-271-1/+3
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-271-0/+6
|\ \ | |/
| * specs for api/internalDmitriy Zaporozhets2013-02-261-0/+6
* | API documentation update for milestonesSebastian Ziebell2013-02-201-16/+2
* | API: fixes return codes for notes, documentation updatedSebastian Ziebell2013-02-201-0/+5
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-201-2/+2
|\ \ | |/
| * Fix RESTfulness of project hook deletions by APIMatt Humphrey2013-02-201-2/+2
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-206-13/+15
|\ \ | |/
| * Merge pull request #3011 from Asquera/fix_access_to_nonvisible_hookDmitriy Zaporozhets2013-02-201-0/+1
| |\
| | * API: fixes visibility of project hookSebastian Ziebell2013-02-161-0/+1
| * | Fix private flag for projectDmitriy Zaporozhets2013-02-191-1/+1