| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removing the two factor check when the user sets a new password | Francisco Javier López | 2018-03-01 | 1 | -0/+1 |
| | | |||||
| * | Fix new personal access token showing up in a flash message40754-fix-flash-usage-with-personal-access-token | Eric Eastwood | 2017-12-07 | 1 | -1/+3 |
| | | |||||
| * | Allow password authentication to be disabled entirely | Markus Koller | 2017-11-23 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'refactor-services-for-audit-events-ce' into 'master' | Grzegorz Bizon | 2017-11-03 | 1 | -8/+2 |
| |\ | | | | | | | | | | | | | [CE] Refactor controller calls into services Closes gitlab-ee#3544 See merge request gitlab-org/gitlab-ce!15023 | ||||
| | * | uypdated keys controller logic | James Lopez | 2017-10-31 | 1 | -8/+2 |
| | | | |||||
| * | | Add sudo API scope | Douwe Maan | 2017-11-02 | 1 | -1/+1 |
| |/ | |||||
| * | Render GPG subkeys on index page | Rubén Dávila | 2017-10-05 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into ↵ | Douwe Maan | 2017-10-05 | 8 | -14/+20 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | digitalmoksha/gitlab-ce-feature/verify_secondary_emails # Conflicts: # app/controllers/admin/users_controller.rb # app/controllers/confirmations_controller.rb # app/controllers/profiles/emails_controller.rb # app/models/user.rb # app/services/emails/base_service.rb # app/services/emails/destroy_service.rb # app/views/devise/mailer/confirmation_instructions.html.haml # lib/api/users.rb # spec/services/emails/destroy_service_spec.rb | ||||
| | * | 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 |
| | | | |||||
| * | | spacing and small optimisations | Alexandra | 2017-10-01 | 1 | -1/+2 |
| | | | |||||
| * | | fixes for rubocop | Brett Walker | 2017-09-23 | 1 | -2/+1 |
| | | | |||||
| * | | optimized the email services | Brett Walker | 2017-09-23 | 1 | -5/+9 |
| | | | |||||
| * | | tweaks for rubocop | Brett Walker | 2017-09-23 | 1 | -1/+1 |
| | | | |||||
| * | | add verified/unverified labels to profile emails. | Brett Walker | 2017-09-23 | 1 | -0/+10 |
| | | | | | | | | | added "Resend confirmation email" for unverified emails | ||||
| * | | Send a confirmation email when the user adds a secondary email address. ↵ | Brett Walker | 2017-09-23 | 1 | -4/+1 |
| |/ | | | | Utilizes the Devise `confirmable` capabilities. Issue #37385 | ||||
| * | 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 |
| | | |||||
