Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set default scope on PATs that don't have one set to allow them to be revokeddm-pat-revoke | Douwe Maan | 2017-10-03 | 1 | -1/+1 |
| | |||||
* | refactor emails servicerefactor-services | James Lopez | 2017-09-28 | 1 | -2/+2 |
| | |||||
* | refactor users update service | James Lopez | 2017-09-28 | 5 | -9/+9 |
| | |||||
* | refactor keys controller | James Lopez | 2017-09-28 | 1 | -1/+7 |
| | |||||
* | refactor services to match EE signature | James Lopez | 2017-09-28 | 6 | -11/+11 |
| | |||||
* | Merge branch '37789-followup-for-read-registry-change' into 'master' | Rémy Coutable | 2017-09-18 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Clean up read_registry scope changes Closes #37789 See merge request gitlab-org/gitlab-ce!14307 | ||||
| * | Clean up read_registry scope changes | Robin Bobbitt | 2017-09-18 | 1 | -1/+1 |
| | | | | | | | | Closes #37789 | ||||
* | | created services for keys | haseeb | 2017-09-15 | 2 | -4/+4 |
|/ | |||||
* | Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8 | Annabel Dunstone Gray | 2017-09-11 | 1 | -1/+2 |
| | | | This reverts merge request !14148 | ||||
* | Revert "Merge branch ↵revert-f2421b2b | Rubén Dávila | 2017-09-08 | 1 | -2/+1 |
| | | | | | '35012-navigation-add-option-to-change-navigation-color-palette' into 'master'" This reverts merge request !13619 | ||||
* | Merge branch '23079-remove-default-scope-in-sortable' into 'master' | Douwe Maan | 2017-09-07 | 2 | -2/+2 |
|\ | | | | | | | | | | | | | Removes default scope from sortable Closes #23079 See merge request !13558 | ||||
| * | Removes default scope from sortable23079-remove-default-scope-in-sortable | Tiago Botelho | 2017-09-07 | 2 | -2/+2 |
| | | |||||
* | | Restore some changes from !9199 | Rubén Dávila | 2017-09-06 | 1 | -1/+2 |
|/ | |||||
* | Rollsback changes made to signing_enabled. | Tiago Botelho | 2017-09-01 | 1 | -1/+1 |
| | |||||
* | extract setter as before_action | Alexis Reigel | 2017-07-27 | 1 | -4/+8 |
| | |||||
* | user may now revoke a gpg key | Alexis Reigel | 2017-07-27 | 1 | -0/+10 |
| | | | | | other than just removing a key, which doesn't affect the verified state of a commit, revoking a key unverifies all signed commits. | ||||
* | add profile gpg key page to manage gpg keys | Alexis Reigel | 2017-07-27 | 1 | -0/+33 |
| | |||||
* | Fixes needed when GitLab sign-in is not enabled | Robin Bobbitt | 2017-07-13 | 1 | -1/+1 |
| | | | | | | | | | When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController | ||||
* | fix spec failures | James Lopez | 2017-06-25 | 1 | -2/+2 |
| | |||||
* | fix spec failures | James Lopez | 2017-06-23 | 1 | -3/+1 |
| | |||||
* | update code based on feedback | James Lopez | 2017-06-23 | 1 | -1/+3 |
| | |||||
* | refactor update user service not to do auth checks | James Lopez | 2017-06-23 | 5 | -9/+9 |
| | |||||
* | more refactoring | James Lopez | 2017-06-23 | 3 | -7/+5 |
| | |||||
* | more refactoring based on feedback | James Lopez | 2017-06-23 | 2 | -7/+10 |
| | |||||
* | refactor emails service | James Lopez | 2017-06-23 | 1 | -3/+1 |
| | |||||
* | update missing email actions | James Lopez | 2017-06-23 | 1 | -1/+1 |
| | |||||
* | update to use emails destroy service | James Lopez | 2017-06-23 | 1 | -1/+1 |
| | |||||
* | added service in the rest of controllers and classes | James Lopez | 2017-06-23 | 2 | -4/+4 |
| | |||||
* | update preferences controller | James Lopez | 2017-06-23 | 1 | -1/+3 |
| | |||||
* | updated emails, notifications and passwords controller | James Lopez | 2017-06-23 | 3 | -12/+16 |
| | |||||
* | Merge branch 'zj-read-registry-pat' into 'master' | Kamil Trzciński | 2017-06-07 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Allow pulling container images using personal access tokens Closes #19219 See merge request !11845 | ||||
| * | Create read_registry scope with JWT auth | Z.J. van de Weg | 2017-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Add a rubocop rule to check if a method 'redirect_to' is used without ↵31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-status | blackst0ne | 2017-06-07 | 6 | -6/+6 |
|/ | | | | explicitly set 'status' in 'destroy' actions of controllers | ||||
* | Enable the Style/TrailingCommaInArguments cop | Rémy Coutable | 2017-05-10 | 1 | -1/+1 |
| | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | state the reason to the user for the required 2fa | Alexis Reigel | 2017-04-06 | 1 | -4/+17 |
| | |||||
* | Rename skip_tfa session variable to skip_two_factor | Markus Koller | 2017-04-06 | 1 | -1/+1 |
| | |||||
* | Rename check_2fa_requirement to check_two_factor_requirement | Markus Koller | 2017-04-06 | 1 | -1/+1 |
| | |||||
* | Prevent users from disconnecting gitlab account from CAS | Tiago Botelho | 2017-03-31 | 1 | -1/+12 |
| | |||||
* | Revert "Merge branch '8836-mr-revert' into 'master' | Stan Hu | 2017-03-16 | 1 | -1/+1 |
| | | | | | This reverts commit 68e40bd49fde7b790bb31b9ac85a249bedd817d2, reversing changes made to 2d1f823b4c8b60cee525384cb52e547d2be8925a. | ||||
* | Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master' | Stan Hu | 2017-03-15 | 1 | -1/+1 |
| | | | | | This reverts commit 5e9666880376b3f53edb95cba77b5642d3cc1810, reversing changes made to b35378a938e22f745b6c6ea32b53cb50f9b6c627. | ||||
* | Merge branch 'siemens/gitlab-ce-feature/openid-connect' | Sean McGivern | 2017-03-07 | 1 | -1/+1 |
|\ | |||||
| * | Only use API scopes for personal access tokens | Markus Koller | 2017-03-07 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch ↵ | Douwe Maan | 2017-03-07 | 1 | -5/+10 |
|\ \ | |/ |/| | | | 'origin/personal_access_token_api_and_impersonation_token' | ||||
| * | apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_token | Tiago Botelho | 2017-03-06 | 1 | -12/+8 |
| | | |||||
| * | refactors finder and correlated code | Tiago Botelho | 2017-03-01 | 1 | -5/+14 |
| | | |||||
| * | applies relevant changes to the code and code structure | Tiago Botelho | 2017-02-28 | 1 | -1/+1 |
| | | |||||
* | | Remove remnants of git annex | Pawel Chojnacki | 2017-03-03 | 1 | -5/+0 |
|/ | |||||
* | Enable Style/ColonMethodCall | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | No more and/or | Douwe Maan | 2017-02-21 | 1 | -2/+2 |
| | |||||
* | Drop theme ID from users table | Annabel Dunstone Gray | 2017-02-15 | 1 | -1/+0 |
| |