summaryrefslogtreecommitdiff
path: root/lib/api/internal.rb
Commit message (Expand)AuthorAgeFilesLines
* Renamed Gitaly servicesAndrew Newdigate2017-07-181-1/+1
* Handle case when BroadcastMessage.current is nilStan Hu2017-07-131-1/+1
* Send Gitaly Repository with /api/internal/allowedgitaly-internal-allowed-send-repoKim "BKC" Carlbäcker2017-07-071-1/+2
* update code based on feedbackJames Lopez2017-06-231-2/+4
* refactor update user service not to do auth checksJames Lopez2017-06-231-1/+1
* more refactoring based on feedbackJames Lopez2017-06-231-3/+4
* added service in the rest of controllers and classesJames Lopez2017-06-231-1/+1
* Allow discover by userid - issue 28517Matt Walsh2017-06-201-3/+8
* Add “Project moved” error to Git-over-SSHMichael Kozono2017-06-161-1/+1
* #13336 - display multiple messages in both the UI and git outputMike Ricketts2017-06-151-1/+9
* Remove unnecessary variablemk-fix-git-over-http-rejectionsMichael Kozono2017-06-051-3/+1
* Refactor construction of responseMichael Kozono2017-06-051-14/+6
* Refactor to let GitAccess errors bubble upMichael Kozono2017-06-051-18/+20
* Prevent errors from non-functional notify_post_receive endpointfix-notify-post-receiveAlejandro Rodríguez2017-05-181-8/+9
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Pass GL_REPOSITORY in Workhorse responses29925-gitlab-shell-hooks-can-no-longer-send-absolute-paths-to-gitlab-ceAlejandro Rodríguez2017-05-051-1/+1
* Generate and handle a gl_repository param to pass around componentsAlejandro Rodríguez2017-05-031-4/+6
* Wrong method call on notify_post_receive.Luigi Leoni2017-04-271-1/+1
* Remove unused user activities codeSean McGivern2017-04-141-10/+0
* Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez2017-04-141-0/+12
* Set Git-specific env in /api/internal/allowedRémy Coutable2017-04-101-15/+9
* Use Gitlab::Git::Repository#gitaly_... moreJacob Vosmaer2017-04-071-1/+1
* Incorporate Gitaly client for refs serviceAlejandro Rodríguez2017-04-041-1/+4
* Separate GRPC channels per repository storageJacob Vosmaer2017-03-291-1/+1
* Add internal endpoint to notify post-receive to Gitalygitaly-post-receiveAlejandro Rodríguez2017-03-011-0/+12
* Record and show last used date of SSH KeysVincent Wong2017-01-091-1/+7
* Accept environment variables from the `pre-receive` script.Timothy Andrew2016-12-161-1/+5
* Fix POST /internal/allowed to cope with gitlab-shell v4.0.0 project pathsNick Thomas2016-11-161-36/+2
* Refactor storage path extraction from full repo pathdz-internal-api-fullpathDmitriy Zaporozhets2016-10-281-6/+1
* Make internal api work with full repo path instead of nameDmitriy Zaporozhets2016-10-271-4/+14
* Handle LFS token creation and retrieval in the same method, and in the same R...lfs-ssh-authorization-fixPatricio Cano2016-09-281-1/+1
* Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...lfs-supportKamil Trzcinski2016-09-191-0/+13
* Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski2016-09-191-13/+0
* Rename capabilities to authentication_abilitiesKamil Trzcinski2016-09-161-3/+3
* Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski2016-09-151-0/+13
|\
| * Better authentication handling, syntax fixes and better actor handling for LF...Patricio Cano2016-09-151-8/+1
| * Refactored handling of the `LfsToken` and added functionality to it to simpli...Patricio Cano2016-09-151-9/+11
| * Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_au...Patricio Cano2016-09-151-12/+18
| * Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano2016-09-151-4/+5
| * Added LFS support to SSHPatricio Cano2016-09-151-1/+12
* | Fix existing authorization specsKamil Trzcinski2016-09-151-10/+8
* | Add access specsKamil Trzcinski2016-09-151-2/+12
|/
* Minor edits to two_factor_recovery_codes API error catchingDrew Blessing2016-08-311-5/+9
* Add two factor recovery endpoint to internal APIDrew Blessing2016-08-241-0/+25
* api for generating new merge requestScott Le2016-08-111-0/+4
* Fix a bug where the project's repository path was returned instead of the wik...19842-cloning-a-gitlab-wiki-returns-the-repo-not-the-repo-s-wikiAlejandro Rodríguez2016-07-151-1/+6
* Only allow Git Access on the allowed protocolPatricio Cano2016-07-051-2/+5
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-11/+25
* Remove explicit Gitlab::Metrics.action assignments, are already automatic.18760-remove-explicate-assignment-on-metrics-actionPaco Guzman2016-06-181-2/+0
* Fix setting of "action" for Grape transactionsYorick Peterse2016-04-201-1/+1