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
2019-02-15Include expires_in for LFS authentication payloadAsh McKenzie
2019-02-11Remove ability to specify expire_timeAsh McKenzie
2019-02-11Move LFS auth hash creation into GitLab::LfsTokenAsh McKenzie
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
2018-12-17Revert "Revert "LfsToken uses JSONWebToken::HMACToken by default""Ash McKenzie
2018-12-05Revert "LfsToken uses JSONWebToken::HMACToken by default"🤖 GitLab Bot 🤖
2018-12-05LfsToken uses JSONWebToken::HMACToken by defaultAsh McKenzie
2018-12-05Use user? insteadAsh McKenzie
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2017-11-08Fix Error 500 when pushing LFS objects with a write deploy keyStan Hu
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2016-09-29Fix race condition that can be triggered if the token expires right after we ...Patricio Cano
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-19Support pushing via SSHKamil Trzcinski
2016-09-15Refactored authentication code to make it a bit clearer, added test for wrong...Patricio Cano
2016-09-15Further refactoring of authentication code, and code style fixes.Patricio Cano
2016-09-15Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano
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