summaryrefslogtreecommitdiff
path: root/app/models/personal_access_token.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-5/+3
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-1/+19
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-2/+1
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-33/+0
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-1/+8
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-0/+2
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-4/+6
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-4/+0
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-0/+1
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-0/+5
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-0/+4
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-2/+2
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-0/+5
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+12
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+1
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-3/+5
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-3/+18
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-0/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-101-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-061-0/+2
* OAuth2 support for GitLab personal access tokensSteve Abrams2019-07-221-0/+1
* Added write_repository scope for personal access tokenHoratiu Eugen Vlad2019-04-151-1/+1
* Remove ignore column for PersonalAccessToken#tokenImre Farkas2019-04-021-2/+0
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Remove undigested token column from personal_access_tokens tableImre Farkas2019-02-201-1/+4
* [master] Persist only SHA digest of PersonalAccessToken#tokenImre Farkas2018-10-291-5/+11
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Fix new personal access token showing up in a flash message40754-fix-flash-usage-with-personal-access-tokenEric Eastwood2017-12-071-0/+21
* Set default scope on PATs that don't have one set to allow them to be revokeddm-pat-revokeDouwe Maan2017-10-031-0/+6
* Clean up read_registry scope changesRobin Bobbitt2017-09-181-1/+1
* Hide read_registry scope when registry is disabled on instanceRobin Bobbitt2017-08-211-1/+1
* Rename ActiverecordSerialize copYorick Peterse2017-07-061-1/+1
* Merge branch 'zj-read-registry-pat' into 'master'Kamil TrzciƄski2017-06-071-6/+5
|\
| * Create read_registry scope with JWT authZ.J. van de Weg2017-06-051-6/+5
* | Added Cop to blacklist the use of serializedocument-not-using-serializeYorick Peterse2017-05-311-1/+1
|/
* 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