summaryrefslogtreecommitdiff
path: root/app/models/personal_access_token.rb
Commit message (Expand)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
| * 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
* 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
* 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