summaryrefslogtreecommitdiff
path: root/lib/gitlab/lfs_token.rb
Commit message (Expand)AuthorAgeFilesLines
* 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