summaryrefslogtreecommitdiff
path: root/app/controllers/profiles/personal_access_tokens_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Externalize strings in flash messagesmw-i18n-flashesMartin Wortschack2019-04-081-3/+3
* Enable more frozen string in app/controllers/gfyoung2018-09-231-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Fix new personal access token showing up in a flash message40754-fix-flash-usage-with-personal-access-tokenEric Eastwood2017-12-071-1/+3
* Add sudo API scopeDouwe Maan2017-11-021-1/+1
* Set default scope on PATs that don't have one set to allow them to be revokeddm-pat-revokeDouwe Maan2017-10-031-1/+1
* Clean up read_registry scope changesRobin Bobbitt2017-09-181-1/+1
* Create read_registry scope with JWT authZ.J. van de Weg2017-06-051-1/+1
* Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern2017-03-071-1/+1
|\
| * Only use API scopes for personal access tokensMarkus Koller2017-03-071-1/+1
* | apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-061-12/+8
* | refactors finder and correlated codeTiago Botelho2017-03-011-5/+14
* | applies relevant changes to the code and code structureTiago Botelho2017-02-281-1/+1
|/
* Allow creating personal access tokens / OAuth applications with scopes.Timothy Andrew2016-12-161-6/+6
* Implement @DouweM's feedback.Timothy Andrew2016-06-161-2/+4
* Implement @jschatz1's comments.Timothy Andrew2016-06-091-1/+1
* Display appropriate errors when personal access token creation/revocation fails.Timothy Andrew2016-06-031-3/+9
* Only show a personal access token right after its creation.Timothy Andrew2016-06-021-1/+2
* Fix minor issues with the personal access tokens implementation.Timothy Andrew2016-06-011-4/+2
* Make fixes based on @vsizov's comments on MR !3749Timothy Andrew2016-04-281-4/+0
* Change the root param while creating personal access tokens.Timothy Andrew2016-04-281-1/+3
* Add an "Inactive Personal Access Tokens" section.Timothy Andrew2016-04-281-1/+2
* Add an entry for Personal Access Tokens in the sidebar.Timothy Andrew2016-04-281-1/+1
* Allow expiration of personal access tokens.Timothy Andrew2016-04-281-1/+1
* Allow revoking personal access tokens.Timothy Andrew2016-04-281-1/+15
* Allow creating Personal Access Tokens through the website.Timothy Andrew2016-04-281-0/+22