Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-12Externalize strings in app/modelsMartin Wortschack
- Update PO file
2019-03-06Use encrypted runner tokensKamil TrzciƄski
This makes code to support encrypted runner tokens. This code also finished previously started encryption process.
2018-12-03Implement migration strategy for token authenticatableGrzegorz Bizon
2018-11-27Improve token authenticable tests and exceptionsGrzegorz Bizon
2018-11-23Only allow valid options when configuring tokensGrzegorz Bizon
2018-11-23Improve token strategy fallback and add more specsGrzegorz Bizon
2018-11-16Add specs for token authenticable strategy factory methodGrzegorz Bizon
2018-11-15Extract token authenticatable strategy fabricationGrzegorz Bizon
2018-11-15Encrypt new instance runners registration tokensGrzegorz Bizon
2018-11-14Add unit tests for encrypted token authenticatableGrzegorz Bizon
2018-11-14Refactor token authenticatable encrypted strategyGrzegorz Bizon
2018-11-14Remove token_field_name method from base classGrzegorz Bizon
2018-10-31TokenAuthenticatable allows non-unique tokensJames Edwards-Jones
Avoids needing an index to repeatedly check that the token doesn't already exist when saving.
2018-10-29[master] Persist only SHA digest of PersonalAccessToken#tokenImre Farkas