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-02-07lfs: do not require auth for public repositoriesBen Boeckel
2016-11-01Allow owners to fetch source code in CI buildsKamil Trzcinski
2016-09-28Handle LFS token creation and retrieval in the same method, and in the same R...Patricio Cano
2016-09-27Do not regenerate the `lfs_token` every time `git-lfs-authenticate` is called...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-16Simplify checking of allowed abilities in git_http_client_controllerKamil Trzcinski
2016-09-16Added missing LFS specsKamil Trzcinski
2016-09-15Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski
2016-09-15Use special characters for `lfs+deploy-key` to prevent a someone from creatin...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-15Verify permission of build in context of dependent projectKamil Trzcinski
2016-09-15Fix LFS specsKamil Trzcinski
2016-09-15Fix most of specsKamil Trzcinski
2016-09-05Verify JWT messages from gitlab-workhorseJacob Vosmaer
2016-08-31Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.Patricio Cano
2016-08-31Added project specific enable/disable setting for LFSPatricio Cano
2016-08-11Fix typoJacob Vosmaer
2016-08-10Improve validation of X-Gitlab-Lfs-Tmp headerJacob Vosmaer
2016-07-22Handle custom Git LFS content typeJacob Vosmaer
2016-07-22Remove obsolete codeJacob Vosmaer
2016-07-22Add LFS controllersJacob Vosmaer
2016-07-15Fix LFS specsKamil Trzcinski
2016-07-15Fix fetching LFS objects for private CI projectsKamil Trzcinski
2016-07-15Refactor LFS specs to use requests instead of LfsRouterKamil Trzcinski