summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Don't allow a merge request to be merged when its title starts with "WIP".Douwe Maan2015-04-301-2/+2
* Send 500 errors as JSON in the APIjubianchi2015-04-271-1/+1
* Revert "Added X-GitLab-Event header for web hooks"Valery Sizov2015-04-271-1/+1
* Added X-GitLab-Event header for web hooksbugagazavr2015-04-251-1/+1
* Use project.commit convenience method.Douwe Maan2015-04-243-6/+6
* Let commit model know about its project.Douwe Maan2015-04-241-2/+2
* Track who created a group or project member.Douwe Maan2015-04-141-1/+1
* Use through-relation instead of manually mapping.Douwe Maan2015-04-141-2/+1
* Rename manage_group ability to admin_group for consistency with project.Douwe Maan2015-04-142-4/+4
* Include creator_id in project info of APIChristoph Dreis2015-04-101-0/+1
* Modified lib/api/entities.rb to expose Project class tag_list property to the...Cristian Medina2015-04-031-1/+1
* Merge branch 'repository-archive-worker' into 'master'Dmitriy Zaporozhets2015-04-021-5/+6
|\
| * Archive repositories in background worker.Douwe Maan2015-03-311-5/+6
* | Merge pull request #9023 from dantudor/patch-1Dmitriy Zaporozhets2015-03-311-3/+3
|\ \ | |/ |/|
| * Added the missing commaDan Tudor2015-03-311-1/+1
| * Allow ability to delete branches with '/` in nameDan Tudor2015-03-251-3/+3
* | Merge branch 'events-paginate' into 'master'Douwe Maan2015-03-301-1/+1
|\ \
| * | Updated api method GET /projects/:id/events to use paginate instead of a self...Stephan van Leeuwen2015-03-241-5/+2
* | | properly paginate project events in APINihad Abbasov2015-03-291-4/+1
* | | Merge branch 'master' into 'master'Dmitriy Zaporozhets2015-03-261-2/+2
|\ \ \
| * | | Change ordering so that confirm is removed from attrs before attempting to Us...RICKETTM@uk.ibm.com2015-03-241-2/+2
| |/ /
* | | Merge branch 'more-rubocop-styles' into 'master'Dmitriy Zaporozhets2015-03-251-2/+2
|\ \ \ | |_|/ |/| |
| * | Enable more rubocop style checksDmitriy Zaporozhets2015-03-241-2/+2
* | | Merge branch 'api-internal-errors' into 'master'Dmitriy Zaporozhets2015-03-252-21/+20
|\ \ \ | |/ / |/| |
| * | Respond with full GitAccess error if user has project read access.api-internal-errorsDouwe Maan2015-03-241-1/+1
| * | Refactor GitAccess to use instance variables.Douwe Maan2015-03-242-20/+19
| |/
* | Unescape branch param to deleteDan Tudor2015-03-241-1/+2
|/
* Merge branch 'fix-restricted-visibility' into 'master'Dmitriy Zaporozhets2015-03-163-15/+19
|\
| * Merge branch 'master' into fix-restricted-visibilityVinnie Okada2015-03-141-1/+4
| |\
| * | More restricted visibility changesVinnie Okada2015-03-101-4/+4
| * | Enforce restricted visibilities for snippetsVinnie Okada2015-03-081-9/+13
| * | Allow admins to override restricted visibilityVinnie Okada2015-03-082-4/+4
* | | Use `project_member` instead of `team_member`.Douwe Maan2015-03-151-14/+14
* | | Use `group_member` instead of `users_group` or `membership`.Douwe Maan2015-03-151-5/+5
| |/ |/|
* | use constant-time string compare for internal api authenticationJörg Thalheim2015-03-061-1/+4
|/
* Merge branch 'project-existence-leak' into 'master'Dmitriy Zaporozhets2015-03-031-17/+22
|\
| * Don't leak information about private project existence via Git-over-SSH/HTTP.Douwe Maan2015-03-021-17/+22
* | Enable ParenthesesAsGroupedExpression ruleDmitriy Zaporozhets2015-03-021-1/+1
* | Merge pull request #8890 from sue445/feature/project_api_avatar_urlJeroen van Baarsen2015-03-011-0/+1
|\ \ | |/ |/|
| * Expose avatar_url in projects APIsue4452015-03-011-0/+1
* | Merge branch 'master' into mmonaco/gitlab-ce-api-user-noconfirmDmitriy Zaporozhets2015-02-2721-151/+614
|\ \ | |/
| * Improve error messages when file editing failsVinnie Okada2015-02-221-1/+2
| * Improve broadcast message APIDmitriy Zaporozhets2015-02-182-2/+4
| * Dont send 404 if no broadcast messages now because it flood gitlab-shell logs...Dmitriy Zaporozhets2015-02-181-2/+0
| * Remove Group#owner_id from API since it is not used any moreDmitriy Zaporozhets2015-02-172-2/+2
| * Edit group members via APIVinnie Okada2015-02-113-10/+31
| * Add internal broadcast message API.Douwe Maan2015-02-072-0/+12
| * Refactor and improve sorting objects in API for projects, issues and merge re...Dmitriy Zaporozhets2015-02-054-58/+72
| * Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-2/+0
| * Merge pull request #8712 from jvanbaarsen/add-merge-request-files-endpointDmitriy Zaporozhets2015-02-042-5/+27
| |\