summaryrefslogtreecommitdiff
path: root/lib/api/projects.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * API: fixes visibility of project hookSebastian Ziebell2013-02-161-0/+1
* | API: tests that check status codes for project branches and hooksSebastian Ziebell2013-02-141-3/+11
* | API: status code 403 returned if new project would exceed limitSebastian Ziebell2013-02-141-0/+3
* | API: extracted helper method to provide 400 bad request error with descriptionSebastian Ziebell2013-02-131-12/+12
* | API: return status code 400 if filepath of raw file blob not givenSebastian Ziebell2013-02-131-0/+2
* | API: fixes a few return codes for project snippetsSebastian Ziebell2013-02-131-4/+10
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-131-0/+1
|\ \ | |/
| * Changed function to `not_found`.Sebastian Ziebell2013-02-091-1/+1
| * Status code 404 returned when retrieving non existent branch (issue #2922)Sebastian Ziebell2013-02-081-0/+1
* | API: changed status codes for project hooks functionsSebastian Ziebell2013-02-121-4/+12
* | Adding a project hook returns status code 400 if url is not givenSebastian Ziebell2013-02-081-9/+15
* | API: refined status code handling when adding or updating a project memberSebastian Ziebell2013-02-081-9/+26
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-081-2/+38
|\ \ | |/
| * Added methods to protect and unprotect branchesMatt Humphrey2013-01-311-2/+38
* | Don't crash when removing a user that's not project memberFelix Gilcher2013-02-011-1/+5
|/
* Improve CreateContext call. Fixed testDmitriy Zaporozhets2013-01-181-1/+1
* Refactor project creation. Added logout link to profile pageGitLab2013-01-171-1/+1
* Rspec fixesDmitriy Zaporozhets2013-01-041-3/+3
* Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets2013-01-021-1/+1
* Remove path parameter from projects APIRiyad Preukschas2012-12-221-1/+0
* Remove all references tp the project code parameter from the APIRiyad Preukschas2012-12-211-22/+22
* Remove the code parameter from the projects APIRiyad Preukschas2012-12-211-1/+0
* refactoring gfm_autocompleteValeriy Sizov2012-12-201-1/+6
* Fixing requests after namespaces. Fixed admin bug with access to projectDmitriy Zaporozhets2012-11-231-4/+1
* Fixed some tests and snippet colorizeDmitriy Zaporozhets2012-11-231-2/+1
* linguist will take care of thisSaito2012-11-101-10/+4
* Update lib/api/projects.rbjozefvaclavik2012-10-121-0/+34
* API: add project snippets listingNihad Abbasov2012-10-081-0/+10
* projects API should return info about deleted hookNihad Abbasov2012-10-081-1/+0
* API: commits belong to project repositoryNihad Abbasov2012-09-211-0/+18
* Merge pull request #1521 from NARKOZ/apiDmitriy Zaporozhets2012-09-211-25/+52
|\
| * add API for project team membersNihad Abbasov2012-09-211-33/+60
* | APi for commits. Better api docsDmitriy Zaporozhets2012-09-211-8/+12
|/
* Method name changedAlex Denisov2012-09-161-3/+3
* API attributes refactoredAlex Denisov2012-09-161-20/+18
* Add authorization to hooks requestsmiks2012-09-101-0/+3
* Merge branch 'master' into project_hooks_apimiks2012-09-101-5/+12
|\
| * Error throwing moved to api_helperAlex Denisov2012-09-101-5/+5
| * Auth for APIrandx2012-09-101-0/+7
* | Projects hooks API implementedmiks2012-09-081-0/+40
|/
* Return empty bodymiks2012-09-081-0/+3
* Merge branch 'master' into project_users_apimiks2012-09-081-5/+15
|\
| * Unnecessary code removedAlex Denisov2012-09-051-11/+9
| * Create project via API: fixes addedAlex Denisov2012-09-031-5/+17
* | Make project users API more RESTfulmiks2012-09-061-2/+36
* | convert params hash to arraymiks2012-09-061-1/+1
* | API on adding users to project implementedmiks2012-09-051-0/+12
|/
* add pagination to APINihad Abbasov2012-09-031-1/+1
* Typo and mistakes fixedAlex Denisov2012-08-311-2/+2
* API on Projects creation implementedAlex Denisov2012-08-311-0/+21