Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/api
AgeCommit message (Expand)Author
2015-05-04Add current_sign_in_at to api UserSven Selberg
2015-05-03Merge branch 'api-iid' of https://github.com/jubianchi/gitlabhq into jubianch...Dmitriy Zaporozhets
2015-05-03Merge pull request #9066 from jirutka/fix-6417Dmitriy Zaporozhets
2015-05-02Query issues, merge requests and milestones with their IID through APIjubianchi
2015-04-30Don't allow a merge request to be merged when its title starts with "WIP".Douwe Maan
2015-04-27Send 500 errors as JSON in the APIjubianchi
2015-04-27Revert "Added X-GitLab-Event header for web hooks"Valery Sizov
2015-04-25Added X-GitLab-Event header for web hooksbugagazavr
2015-04-24Use project.commit convenience method.Douwe Maan
2015-04-24Let commit model know about its project.Douwe Maan
2015-04-14Track who created a group or project member.Douwe Maan
2015-04-14Use through-relation instead of manually mapping.Douwe Maan
2015-04-14Rename manage_group ability to admin_group for consistency with project.Douwe Maan
2015-04-10Include creator_id in project info of APIChristoph Dreis
2015-04-03Modified lib/api/entities.rb to expose Project class tag_list property to the...Cristian Medina
2015-04-02Merge branch 'repository-archive-worker' into 'master'Dmitriy Zaporozhets
2015-03-31Fix #6417: users with group permission should be able to create groups via APIRobert Schilling
2015-03-31Merge pull request #9023 from dantudor/patch-1Dmitriy Zaporozhets
2015-03-31Added the missing commaDan Tudor
2015-03-31Archive repositories in background worker.Douwe Maan
2015-03-30Merge branch 'events-paginate' into 'master'Douwe Maan
2015-03-29properly paginate project events in APINihad Abbasov
2015-03-26Merge branch 'master' into 'master'Dmitriy Zaporozhets
2015-03-25Merge branch 'more-rubocop-styles' into 'master'Dmitriy Zaporozhets
2015-03-25Allow ability to delete branches with '/` in nameDan Tudor
2015-03-25Merge branch 'api-internal-errors' into 'master'Dmitriy Zaporozhets
2015-03-25Enable more rubocop style checksDmitriy Zaporozhets
2015-03-24Updated api method GET /projects/:id/events to use paginate instead of a self...Stephan van Leeuwen
2015-03-24Change ordering so that confirm is removed from attrs before attempting to Us...RICKETTM@uk.ibm.com
2015-03-24Respond with full GitAccess error if user has project read access.Douwe Maan
2015-03-24Refactor GitAccess to use instance variables.Douwe Maan
2015-03-24Unescape branch param to deleteDan Tudor
2015-03-16Merge branch 'fix-restricted-visibility' into 'master'Dmitriy Zaporozhets
2015-03-15Use `project_member` instead of `team_member`.Douwe Maan
2015-03-15Use `group_member` instead of `users_group` or `membership`.Douwe Maan
2015-03-14Merge branch 'master' into fix-restricted-visibilityVinnie Okada
2015-03-11More restricted visibility changesVinnie Okada
2015-03-09Enforce restricted visibilities for snippetsVinnie Okada
2015-03-09Allow admins to override restricted visibilityVinnie Okada
2015-03-06use constant-time string compare for internal api authenticationJörg Thalheim
2015-03-03Merge branch 'project-existence-leak' into 'master'Dmitriy Zaporozhets
2015-03-03Enable ParenthesesAsGroupedExpression ruleDmitriy Zaporozhets
2015-03-02Don't leak information about private project existence via Git-over-SSH/HTTP.Douwe Maan
2015-03-01Merge pull request #8890 from sue445/feature/project_api_avatar_urlJeroen van Baarsen
2015-03-01Expose avatar_url in projects APIsue445
2015-02-28Merge branch 'master' into mmonaco/gitlab-ce-api-user-noconfirmDmitriy Zaporozhets
2015-02-23Improve error messages when file editing failsVinnie Okada
2015-02-19Improve broadcast message APIDmitriy Zaporozhets
2015-02-19Dont send 404 if no broadcast messages now because it flood gitlab-shell logs...Dmitriy Zaporozhets
2015-02-18Remove Group#owner_id from API since it is not used any moreDmitriy Zaporozhets