summaryrefslogtreecommitdiff
path: root/app/models/concerns/token_authenticatable.rb
Commit message (Expand)AuthorAgeFilesLines
* Update TokenAuthenticatable so methods can be overriddenLin Jen-Shin2019-03-191-6/+13
* Merge branch 'fix/gb/encrypt-runners-tokens' into 'master'Nick Thomas2018-12-041-11/+9
|\
| * Refactor and simplify token authenticatable concernGrzegorz Bizon2018-11-151-6/+7
| * Extract token authenticatable strategy fabricationGrzegorz Bizon2018-11-151-7/+2
| * Encrypt new instance runners registration tokensGrzegorz Bizon2018-11-151-1/+3
* | TokenAuthenticatable provides comparison methodJames Edwards-Jones2018-12-031-0/+5
|/
* TokenAuthenticatable allows non-unique tokensce-jej/group-saml-discovery-tokenJames Edwards-Jones2018-10-311-2/+5
* [master] Persist only SHA digest of PersonalAccessToken#tokenImre Farkas2018-10-291-31/+24
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-1/+3
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-1/+2
* Allow users to seed the initial runner registration token using an environmen...DJ Mountney2016-12-011-0/+4
* Use separate email-friendly token for incoming email and let incomingDouwe Maan2016-11-071-3/+7
* Enable Rubocop cops for invalid access modifiersrubocop/enable-access-modifiers-copsGrzegorz Bizon2016-07-191-1/+1
* Fix some useless access modifiers in the codeGrzegorz Bizon2016-07-191-14/+14
* Use method that creates runners registration tokenGrzegorz Bizon2015-12-231-1/+0
* Add method that persist ensured token in `TokenAuthenticatable`Grzegorz Bizon2015-12-231-2/+13
* Fix method that ensures authentication tokenGrzegorz Bizon2015-12-231-6/+2
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-2/+2
* Make sure that token `ensure_*` method always returns a tokenGrzegorz Bizon2015-12-111-2/+6
* Use `save!` when generating new token in `TokenAuthenticatable`Grzegorz Bizon2015-12-111-1/+1
* Refactor `TokenAuthenticatable` to improve reusabilityGrzegorz Bizon2015-12-111-16/+24
* Try to keep token authenticable compatibilityMarin Jankovski2014-07-091-0/+31