summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Add support for Webhook note eventsStan Hu2015-05-211-2/+4
* Allow to configure gitlab_shell_secret locationJakub Jirutka2015-05-161-1/+1
* Add order option for projects APIValery Sizov2015-05-141-1/+6
* Improve Git access error messages.Douwe Maan2015-05-131-19/+7
* Added X-GitLab-Event header for web hooksbugagazavr2015-05-081-1/+1
* Add current_sign_in_at to api UserSven Selberg2015-05-041-1/+1
* Merge branch 'api-iid' of https://github.com/jubianchi/gitlabhq into jubianch...Dmitriy Zaporozhets2015-05-033-5/+18
|\
| * Query issues, merge requests and milestones with their IID through APIjubianchi2015-05-023-5/+18
* | Merge pull request #9066 from jirutka/fix-6417Dmitriy Zaporozhets2015-05-031-2/+2
|\ \ | |/ |/|
| * Fix #6417: users with group permission should be able to create groups via APIRobert Schilling2015-03-311-2/+2
* | 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