summaryrefslogtreecommitdiff
path: root/app/models/concerns/token_authenticatable_strategies
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-183-0/+16
* Add latest changes from gitlab-org/security/gitlab@14-8-stable-eeGitLab Bot2022-02-251-16/+30
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-1/+35
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-4/+8
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-202-12/+31
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+9
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-2/+8
* Externalize strings in app/modelsMartin Wortschack2019-04-122-4/+4
* Use encrypted runner tokensKamil TrzciƄski2019-03-062-38/+30
* Fix typo in encrypted token authenticatable strategyGrzegorz Bizon2018-12-041-1/+1
* Fix token_set? method by checking migration statusGrzegorz Bizon2018-12-041-1/+4
* Use plaintext token when migration is not completeGrzegorz Bizon2018-12-031-4/+6
* Refactor encrypted token strategy classGrzegorz Bizon2018-12-031-26/+31
* Fix token encrypted strategy when migrating dataGrzegorz Bizon2018-12-031-1/+7
* Implement migration strategy for token authenticatableGrzegorz Bizon2018-12-032-4/+25
* Expire application settings after encrypting tokensGrzegorz Bizon2018-11-281-0/+3
* Fix resetting old token when fallback strategy is providedGrzegorz Bizon2018-11-271-1/+1
* Improve token authenticable tests and exceptionsGrzegorz Bizon2018-11-272-5/+5
* Improve test cases description in token-related specsGrzegorz Bizon2018-11-231-5/+3
* Only allow valid options when configuring tokensGrzegorz Bizon2018-11-231-0/+4
* Improve token strategy fallback and add more specsGrzegorz Bizon2018-11-231-0/+4
* Reset insecure token when setting an encrypted oneGrzegorz Bizon2018-11-201-1/+5
* Use falback to set token if encrypted field is missingGrzegorz Bizon2018-11-201-2/+8
* Do not raise if encrypted tokens field does not existGrzegorz Bizon2018-11-201-1/+12
* Add specs for token authenticable strategy factory methodGrzegorz Bizon2018-11-161-3/+3
* Extract token authenticatable strategy fabricationGrzegorz Bizon2018-11-151-0/+10
* Encrypt new instance runners registration tokensGrzegorz Bizon2018-11-152-0/+2
* Add unit tests for encrypted token authenticatableGrzegorz Bizon2018-11-141-2/+2
* Add specs scaffold for encrypted token authenticatableGrzegorz Bizon2018-11-141-1/+2
* Remove text prepended to a class by a mistakeGrzegorz Bizon2018-11-141-2/+0
* Refactor token authenticatable encrypted strategyGrzegorz Bizon2018-11-142-13/+20
* Remove token_field_name method from base classGrzegorz Bizon2018-11-142-7/+3
* Do not use cleartext approach for encrypted tokensGrzegorz Bizon2018-11-131-8/+8
* Add `encrypted` strategy to persist encrypted tokensGrzegorz Bizon2018-11-131-0/+51
* TokenAuthenticatable allows non-unique tokensce-jej/group-saml-discovery-tokenJames Edwards-Jones2018-10-311-1/+5
* [master] Persist only SHA digest of PersonalAccessToken#tokenImre Farkas2018-10-293-0/+142