summaryrefslogtreecommitdiff
path: root/app/models/personal_access_token.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern2017-03-071-0/+11
|\
| * Require explicit scopes on personal access tokensMarkus Koller2017-03-071-3/+4
| | | | | | | | | | | | 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/+10
| |
* | refactors finder and correlated codeTiago Botelho2017-03-011-4/+3
| |
* | applies relevant changes to the code and code structureTiago Botelho2017-02-281-11/+4
| |
* | add impersonation tokenSimon Vocella2017-02-281-4/+10
| |
* | manage personal_access_tokens through apiSimon Vocella2017-02-281-0/+5
|/
* Add a `scopes` column to the `personal_access_tokens` tableTimothy Andrew2016-12-161-0/+2
|
* Address @DouweM's feedback on !3749.Timothy Andrew2016-04-281-1/+4
| | | | | | | | - 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
* Make fixes based on @vsizov's comments on MR !3749Timothy Andrew2016-04-281-2/+2
|
* Add an "Inactive Personal Access Tokens" section.Timothy Andrew2016-04-281-1/+2
| | | | | | - Show the count for each section in parens - Remove the `revoked?` check, because everything in the active section is guaranteed to not be revoked.
* Allow expiration of personal access tokens.Timothy Andrew2016-04-281-1/+1
|
* Allow revoking personal access tokens.Timothy Andrew2016-04-281-0/+7
|
* Allow creating Personal Access Tokens through the website.Timothy Andrew2016-04-281-0/+9