summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/lfs_token_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Geo: Remove Gitlab::LfsToken::LegacyRedisDeviseToken implementationValery Sizov2019-05-221-76/+22
* Include expires_in for LFS authentication payload57353-git-push-fails-on-large-lfs-files-where-the-push-take-a-long-timeAsh McKenzie2019-02-151-11/+11
* Move LFS auth hash creation into GitLab::LfsTokenAsh McKenzie2019-02-111-0/+14
* Tidy up Gitlab::LfsToken specAsh McKenzie2019-02-111-18/+4
* Revert "Revert "LfsToken uses JSONWebToken::HMACToken by default""Ash McKenzie2018-12-171-15/+152
* Revert "LfsToken uses JSONWebToken::HMACToken by default"🤖 GitLab Bot 🤖2018-12-051-152/+15
* Add missing spec coverage for LfsTokenAsh McKenzie2018-12-051-0/+55
* LfsToken uses JSONWebToken::HMACToken by defaultAsh McKenzie2018-12-051-15/+152
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Handle LFS token creation and retrieval in the same method, and in the same R...lfs-ssh-authorization-fixPatricio Cano2016-09-281-4/+4
* Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...lfs-supportKamil Trzcinski2016-09-191-0/+51
* Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski2016-09-191-51/+0
* Refactored authentication code to make it a bit clearer, added test for wrong...Patricio Cano2016-09-151-1/+1
* Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano2016-09-151-1/+1
* Refactored handling of the `LfsToken` and added functionality to it to simpli...Patricio Cano2016-09-151-0/+16
* Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_au...Patricio Cano2016-09-151-3/+3
* Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano2016-09-151-0/+35