summaryrefslogtreecommitdiff
path: root/app/controllers/profiles/personal_access_tokens_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-03-071-1/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-03-061-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-11-141-27/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-10-141-0/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-09-131-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-07-251-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-07-211-4/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-07-061-0/+29
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-06-131-24/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-05-231-9/+24
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-05-051-2/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-301-1/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-111-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-251-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-11-091-2/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-081-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-071-6/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-181-3/+7
* Added write_repository scope for personal access tokenHoratiu Eugen Vlad2019-04-151-1/+1
* Externalize strings in flash messagesMartin 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