Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-22OAuth2 support for GitLab personal access tokensSteve Abrams
2019-04-15Added write_repository scope for personal access tokenHoratiu Eugen Vlad
2019-04-02Remove ignore column for PersonalAccessToken#tokenImre Farkas
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2019-02-20Remove undigested token column from personal_access_tokens tableImre Farkas
2018-10-29[master] Persist only SHA digest of PersonalAccessToken#tokenImre Farkas
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2017-12-08Fix new personal access token showing up in a flash messageEric Eastwood
2017-10-03Set default scope on PATs that don't have one set to allow them to be revokedDouwe Maan
2017-09-18Clean up read_registry scope changesRobin Bobbitt
2017-08-22Hide read_registry scope when registry is disabled on instanceRobin Bobbitt
2017-07-06Rename ActiverecordSerialize copYorick Peterse
2017-06-07Merge branch 'zj-read-registry-pat' into 'master'Kamil TrzciƄski
2017-06-05Create read_registry scope with JWT authZ.J. van de Weg
2017-05-31Added Cop to blacklist the use of serializeYorick Peterse
2017-03-07Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern
2017-03-07Require explicit scopes on personal access tokensMarkus Koller
2017-03-07Only use API scopes for personal access tokensMarkus Koller
2017-03-01refactors finder and correlated codeTiago Botelho
2017-03-01applies relevant changes to the code and code structureTiago Botelho
2017-03-01add impersonation tokenSimon Vocella
2017-03-01manage personal_access_tokens through apiSimon Vocella
2016-12-16Add a `scopes` column to the `personal_access_tokens` tableTimothy Andrew
2016-04-28Address @DouweM's feedback on !3749.Timothy Andrew
2016-04-28Make fixes based on @vsizov's comments on MR !3749Timothy Andrew
2016-04-28Add an "Inactive Personal Access Tokens" section.Timothy Andrew
2016-04-28Allow expiration of personal access tokens.Timothy Andrew
2016-04-28Allow revoking personal access tokens.Timothy Andrew
2016-04-28Allow creating Personal Access Tokens through the website.Timothy Andrew