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 (Collapse)Author
2017-12-08Fix new personal access token showing up in a flash messageEric Eastwood
2017-08-22Hide read_registry scope when registry is disabled on instanceRobin Bobbitt
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-05Create read_registry scope with JWT authZ.J. van de Weg
This is the first commit doing mainly 3 things: 1. create a new scope and allow users to use it 2. Have the JWTController respond correctly on this 3. Updates documentation to suggest usage of PATs There is one gotcha, there will be no support for impersonation tokens, as this seems not needed. Fixes gitlab-org/gitlab-ce#19219
2017-03-07Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern
2017-03-07Require explicit scopes on personal access tokensMarkus Koller
Gitlab::Auth and API::APIGuard already check for at least one valid scope on personal access tokens, so if the scopes are empty the token will always fail validation.
2017-03-07Only use API scopes for personal access tokensMarkus Koller
2017-03-06apply codestyle and implementation changes to the respective feature codeTiago Botelho
2017-03-01refactors finder and correlated codeTiago Botelho
2017-03-01applies relevant changes to the code and code structureTiago Botelho
2017-03-01manage personal_access_tokens through apiSimon Vocella
2016-06-03Fix rubocop spec.Timothy Andrew
2016-04-28Address @DouweM's feedback on !3749.Timothy Andrew
- Use `TokenAuthenticatable` to generate the personal access token - Remove a check for `authenticity_token` in application controller; this should've been `authentication_token`, maybe, and doesn't make any sense now. - Have the datepicker appear inline