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-07-18Renamed Gitaly servicesAndrew Newdigate
2017-07-14Handle case when BroadcastMessage.current is nilStan Hu
2017-07-07Send Gitaly Repository with /api/internal/allowedKim "BKC" Carlbäcker
2017-06-23update code based on feedbackJames Lopez
2017-06-23refactor update user service not to do auth checksJames Lopez
2017-06-23more refactoring based on feedbackJames Lopez
2017-06-23added service in the rest of controllers and classesJames Lopez
2017-06-20Allow discover by userid - issue 28517Matt Walsh
2017-06-17Add “Project moved” error to Git-over-SSHMichael Kozono
2017-06-15#13336 - display multiple messages in both the UI and git outputMike Ricketts
2017-06-05Remove unnecessary variableMichael Kozono
2017-06-05Refactor construction of responseMichael Kozono
2017-06-05Refactor to let GitAccess errors bubble upMichael Kozono
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