summaryrefslogtreecommitdiff
path: root/spec/models/personal_access_token_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern2017-03-071-0/+24
|\
| * Require explicit scopes on personal access tokensMarkus Koller2017-03-071-3/+11
| | | | | | | | | | | | Gitlab::Auth and API::APIGuard already check for at least one valid scope on personal access tokens, so if the scopes are empty the token will always fail validation.
| * Only use API scopes for personal access tokensMarkus Koller2017-03-071-0/+16
| |
* | apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-061-3/+3
| |
* | refactors finder and correlated codeTiago Botelho2017-03-011-0/+1
| |
* | applies relevant changes to the code and code structureTiago Botelho2017-02-281-8/+11
| |
* | manage personal_access_tokens through apiSimon Vocella2017-02-281-0/+18
|/
* Fix rubocop spec.Timothy Andrew2016-06-031-1/+1
|
* Address @DouweM's feedback on !3749.Timothy Andrew2016-04-281-0/+15
- Use `TokenAuthenticatable` to generate the personal access token - Remove a check for `authenticity_token` in application controller; this should've been `authentication_token`, maybe, and doesn't make any sense now. - Have the datepicker appear inline