summaryrefslogtreecommitdiff
path: root/app/controllers/profiles
Commit message (Collapse)AuthorAgeFilesLines
* Removing the two factor check when the user sets a new passwordFrancisco Javier López2018-03-011-0/+1
|
* Fix new personal access token showing up in a flash message40754-fix-flash-usage-with-personal-access-tokenEric Eastwood2017-12-071-1/+3
|
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+1
|
* Merge branch 'refactor-services-for-audit-events-ce' into 'master'Grzegorz Bizon2017-11-031-8/+2
|\ | | | | | | | | | | | | [CE] Refactor controller calls into services Closes gitlab-ee#3544 See merge request gitlab-org/gitlab-ce!15023
| * uypdated keys controller logicJames Lopez2017-10-311-8/+2
| |
* | Add sudo API scopeDouwe Maan2017-11-021-1/+1
|/
* Render GPG subkeys on index pageRubén Dávila2017-10-051-1/+1
|
* Merge branch 'master' into ↵Douwe Maan2017-10-058-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-revokeDouwe Maan2017-10-031-1/+1
| |
| * refactor emails servicerefactor-servicesJames Lopez2017-09-281-2/+2
| |
| * refactor users update serviceJames Lopez2017-09-285-9/+9
| |
| * refactor keys controllerJames Lopez2017-09-281-1/+7
| |
| * refactor services to match EE signatureJames Lopez2017-09-286-11/+11
| |
* | spacing and small optimisationsAlexandra2017-10-011-1/+2
| |
* | fixes for rubocopBrett Walker2017-09-231-2/+1
| |
* | optimized the email servicesBrett Walker2017-09-231-5/+9
| |
* | tweaks for rubocopBrett Walker2017-09-231-1/+1
| |
* | add verified/unverified labels to profile emails.Brett Walker2017-09-231-0/+10
| | | | | | | | added "Resend confirmation email" for unverified emails
* | Send a confirmation email when the user adds a secondary email address. ↵Brett Walker2017-09-231-4/+1
|/ | | | Utilizes the Devise `confirmable` capabilities. Issue #37385
* Merge branch '37789-followup-for-read-registry-change' into 'master'Rémy Coutable2017-09-181-1/+1
|\ | | | | | | | | | | | | Clean up read_registry scope changes Closes #37789 See merge request gitlab-org/gitlab-ce!14307
| * Clean up read_registry scope changesRobin Bobbitt2017-09-181-1/+1
| | | | | | | | Closes #37789
* | created services for keyshaseeb2017-09-152-4/+4
|/
* Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8Annabel Dunstone Gray2017-09-111-1/+2
| | | This reverts merge request !14148
* Revert "Merge branch ↵revert-f2421b2bRubén Dávila2017-09-081-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 Maan2017-09-072-2/+2
|\ | | | | | | | | | | | | Removes default scope from sortable Closes #23079 See merge request !13558
| * Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-072-2/+2
| |
* | Restore some changes from !9199Rubén Dávila2017-09-061-1/+2
|/
* Rollsback changes made to signing_enabled.Tiago Botelho2017-09-011-1/+1
|
* extract setter as before_actionAlexis Reigel2017-07-271-4/+8
|
* user may now revoke a gpg keyAlexis Reigel2017-07-271-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 keysAlexis Reigel2017-07-271-0/+33
|
* Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-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 failuresJames Lopez2017-06-251-2/+2
|
* fix spec failuresJames Lopez2017-06-231-3/+1
|
* update code based on feedbackJames Lopez2017-06-231-1/+3
|
* refactor update user service not to do auth checksJames Lopez2017-06-235-9/+9
|
* more refactoringJames Lopez2017-06-233-7/+5
|
* more refactoring based on feedbackJames Lopez2017-06-232-7/+10
|
* refactor emails serviceJames Lopez2017-06-231-3/+1
|
* update missing email actionsJames Lopez2017-06-231-1/+1
|
* update to use emails destroy serviceJames Lopez2017-06-231-1/+1
|
* added service in the rest of controllers and classesJames Lopez2017-06-232-4/+4
|
* update preferences controllerJames Lopez2017-06-231-1/+3
|
* updated emails, notifications and passwords controllerJames Lopez2017-06-233-12/+16
|
* Merge branch 'zj-read-registry-pat' into 'master'Kamil Trzciński2017-06-071-1/+1
|\ | | | | | | | | | | | | Allow pulling container images using personal access tokens Closes #19219 See merge request !11845
| * Create read_registry scope with JWT authZ.J. van de Weg2017-06-051-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-statusblackst0ne2017-06-076-6/+6
|/ | | | explicitly set 'status' in 'destroy' actions of controllers
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-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 2faAlexis Reigel2017-04-061-4/+17
|
* Rename skip_tfa session variable to skip_two_factorMarkus Koller2017-04-061-1/+1
|