summaryrefslogtreecommitdiff
path: root/app/controllers/profiles
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Rename check_2fa_requirement to check_two_factor_requirementMarkus Koller2017-04-061-1/+1
|
* Prevent users from disconnecting gitlab account from CASTiago Botelho2017-03-311-1/+12
|
* Revert "Merge branch '8836-mr-revert' into 'master'Stan Hu2017-03-161-1/+1
| | | | | This reverts commit 68e40bd49fde7b790bb31b9ac85a249bedd817d2, reversing changes made to 2d1f823b4c8b60cee525384cb52e547d2be8925a.
* Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'Stan Hu2017-03-151-1/+1
| | | | | This reverts commit 5e9666880376b3f53edb95cba77b5642d3cc1810, reversing changes made to b35378a938e22f745b6c6ea32b53cb50f9b6c627.
* Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern2017-03-071-1/+1
|\
| * Only use API scopes for personal access tokensMarkus Koller2017-03-071-1/+1
| |
* | Merge remote-tracking branch ↵Douwe Maan2017-03-071-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_tokenTiago Botelho2017-03-061-12/+8
| |
| * refactors finder and correlated codeTiago Botelho2017-03-011-5/+14
| |
| * applies relevant changes to the code and code structureTiago Botelho2017-02-281-1/+1
| |
* | Remove remnants of git annexPawel Chojnacki2017-03-031-5/+0
|/
* Enable Style/ColonMethodCallDouwe Maan2017-02-231-1/+1
|
* No more and/orDouwe Maan2017-02-211-2/+2
|
* Drop theme ID from users tableAnnabel Dunstone Gray2017-02-151-1/+0
|