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
AgeCommit message (Expand)Author
2017-05-18Prevent errors from non-functional notify_post_receive endpointAlejandro Rodríguez
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
2017-05-05Pass GL_REPOSITORY in Workhorse responsesAlejandro Rodríguez
2017-05-03Generate and handle a gl_repository param to pass around componentsAlejandro Rodríguez
2017-04-27Wrong method call on notify_post_receive.Luigi Leoni
2017-04-14Remove unused user activities codeSean McGivern
2017-04-14Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez
2017-04-10Set Git-specific env in /api/internal/allowedRémy Coutable
2017-04-07Use Gitlab::Git::Repository#gitaly_... moreJacob Vosmaer
2017-04-04Incorporate Gitaly client for refs serviceAlejandro Rodríguez
2017-03-29Separate GRPC channels per repository storageJacob Vosmaer
2017-03-02Add internal endpoint to notify post-receive to GitalyAlejandro Rodríguez
2017-01-08Record and show last used date of SSH KeysVincent Wong
2016-12-16Accept environment variables from the `pre-receive` script.Timothy Andrew
2016-11-16Fix POST /internal/allowed to cope with gitlab-shell v4.0.0 project pathsNick Thomas
2016-10-28Refactor storage path extraction from full repo pathDmitriy Zaporozhets
2016-10-27Make internal api work with full repo path instead of nameDmitriy Zaporozhets
2016-09-28Handle LFS token creation and retrieval in the same method, and in the same R...Patricio Cano
2016-09-19Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...Kamil Trzcinski
2016-09-19Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski
2016-09-16Rename capabilities to authentication_abilitiesKamil Trzcinski
2016-09-15Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski
2016-09-15Better authentication handling, syntax fixes and better actor handling for LF...Patricio Cano
2016-09-15Refactored handling of the `LfsToken` and added functionality to it to simpli...Patricio Cano
2016-09-15Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_au...Patricio Cano
2016-09-15Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano
2016-09-15Added LFS support to SSHPatricio Cano
2016-09-15Fix existing authorization specsKamil Trzcinski
2016-09-15Add access specsKamil Trzcinski
2016-09-01Minor edits to two_factor_recovery_codes API error catchingDrew Blessing
2016-08-25Add two factor recovery endpoint to internal APIDrew Blessing
2016-08-11api for generating new merge requestScott Le
2016-07-16Fix a bug where the project's repository path was returned instead of the wik...Alejandro Rodríguez
2016-07-06Only allow Git Access on the allowed protocolPatricio Cano
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-06-18Remove explicit Gitlab::Metrics.action assignments, are already automatic.Paco Guzman
2016-04-20Fix setting of "action" for Grape transactionsYorick Peterse
2016-04-18Add "action" tag to /internal/allowed APIYorick Peterse
2016-02-26updated internal.rb and spec based on MR feedbackJames Lopez
2016-02-24fix for projects ending in .wikiJames Lopez
2015-05-13Improve Git access error messages.Douwe Maan
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-02Don't leak information about private project existence via Git-over-SSH/HTTP.Douwe Maan
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-07Add internal broadcast message API.Douwe Maan
2015-02-03Avoid using {...} for multi-line blocksDmitriy Zaporozhets
2014-12-29Replace regex methods by string ones since fasterCiro Santilli
2014-12-01Fix internal API for missing project or keyDmitriy Zaporozhets