summaryrefslogtreecommitdiff
path: root/lib/gitlab/lfs_token.rb
Commit message (Expand)AuthorAgeFilesLines
* Include expires_in for LFS authentication payload57353-git-push-fails-on-large-lfs-files-where-the-push-take-a-long-timeAsh McKenzie2019-02-151-2/+3
* Remove ability to specify expire_timeAsh McKenzie2019-02-111-2/+2
* Move LFS auth hash creation into GitLab::LfsTokenAsh McKenzie2019-02-111-0/+8
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-2/+2
* Revert "Revert "LfsToken uses JSONWebToken::HMACToken by default""Ash McKenzie2018-12-171-19/+102
* Revert "LfsToken uses JSONWebToken::HMACToken by default"🤖 GitLab Bot 🤖2018-12-051-102/+19
* LfsToken uses JSONWebToken::HMACToken by defaultAsh McKenzie2018-12-051-19/+102
* Use user? insteadAsh McKenzie2018-12-051-1/+1
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* Fix Error 500 when pushing LFS objects with a write deploy keyStan Hu2017-11-081-0/+4
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-4/+4
* Fix race condition that can be triggered if the token expires right after we ...lfs-token-race-condition-fixPatricio Cano2016-09-291-7/+2
* Handle LFS token creation and retrieval in the same method, and in the same R...lfs-ssh-authorization-fixPatricio Cano2016-09-281-12/+9
* Do not regenerate the `lfs_token` every time `git-lfs-authenticate` is called...Patricio Cano2016-09-271-0/+2
* Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...lfs-supportKamil Trzcinski2016-09-191-0/+54
* Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski2016-09-191-54/+0
* Support pushing via SSHKamil Trzcinski2016-09-191-0/+4
* Refactored authentication code to make it a bit clearer, added test for wrong...Patricio Cano2016-09-151-1/+1
* Further refactoring of authentication code, and code style fixes.Patricio Cano2016-09-151-13/+9
* Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano2016-09-151-1/+1
* Better authentication handling, syntax fixes and better actor handling for LF...Patricio Cano2016-09-151-3/+18
* Refactored handling of the `LfsToken` and added functionality to it to simpli...Patricio Cano2016-09-151-0/+8
* Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_au...Patricio Cano2016-09-151-3/+5
* Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano2016-09-151-0/+29