Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Send notifications to group-specific email address | Wei-Meng Lee | 2019-05-31 | 1 | -0/+24 |
| | | | | | | - Select notification email by walking up group/subgroup path - Add settings UI to set group email notification address - Add tests | ||||
* | Merge branch 'i18n-Two_Factor_Authentication-of-user-profile' into 'master' | Bob Van Landuyt | 2019-05-31 | 2 | -4/+4 |
|\ | | | | | | | | | Externalize strings of Two-Factor Authentication page in user profile See merge request gitlab-org/gitlab-ce!28749 | ||||
| * | Externalize strings of Two-Factor Authentication page in user profile | antonyliu | 2019-05-31 | 2 | -4/+4 |
| | | |||||
* | | Externalize strings of password page in user profile | antonyliu | 2019-05-29 | 1 | -5/+5 |
|/ | |||||
* | Externalize strings of notifications page in user profile | antony liu | 2019-05-28 | 1 | -2/+2 |
| | |||||
* | Added user time settings fields to profile | Ezekiel Kigbo | 2019-05-07 | 1 | -1/+3 |
| | | | | | | Udpated user_edit_profile_spec with time preferences Minor update form fields | ||||
* | Merge branch 'forbid-the-usage-of-reload' into 'master' | Lin Jen-Shin | 2019-04-15 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Forbid the usage of reload Closes #60218 See merge request gitlab-org/gitlab-ce!27125 | ||||
| * | Forbid the use of `#reload` and prefer `#reset`forbid-the-usage-of-reload | Kamil Trzciński | 2019-04-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The `#reload` makes to load all objects into memory, and the main purpose of `#reload` is to drop the association cache. The `#reset` seems to solve exactly that case. | ||||
* | | Added write_repository scope for personal access token | Horatiu Eugen Vlad | 2019-04-15 | 1 | -1/+1 |
|/ | |||||
* | Externalize strings in flash messages | Martin Wortschack | 2019-04-08 | 4 | -12/+12 |
| | | | | | - Externalize strings in controllers - Update PO file | ||||
* | Merge branch 'create-identity-provider-policy' into 'master' | Nick Thomas | 2019-03-20 | 1 | -1/+1 |
|\ | | | | | | | | | Move out link\unlink ability checks to a policy See merge request gitlab-org/gitlab-ce!26278 | ||||
| * | Move out link\unlink ability checks to a policy | Pavel Shutsin | 2019-03-19 | 1 | -1/+1 |
| | | | | | | | | We can extend the policy in EE for additional behavior | ||||
* | | Add additional link to 2fa page | Gosia Ksionek | 2019-03-20 | 1 | -11/+14 |
|/ | |||||
* | Remove ability to revoke active session | Imre Farkas | 2019-02-27 | 1 | -9/+0 |
| | | | | | | Session ID is used as a parameter for the revoke session endpoint but it should never be included in the HTML as an attacker could obtain it via XSS. | ||||
* | Filter active sessions belonging to an admin impersonating the user | Imre Farkas | 2019-02-27 | 1 | -1/+1 |
| | |||||
* | Move language setting to preferences | Fabian Schneider | 2019-02-20 | 1 | -1/+9 |
| | |||||
* | Add setting for first day of the week | Fabian Schneider | 2019-02-06 | 1 | -1/+1 |
| | |||||
* | Make parameters list more easily changeable | Gilbert Roulot | 2019-02-05 | 1 | -7/+5 |
| | |||||
* | Remove content disposition attachment displaying all ssh keys | Francisco Javier López | 2018-12-18 | 1 | -1/+0 |
| | |||||
* | Merge branch 'ce-jej/group-saml-unlink-from-account' into 'master' | Stan Hu | 2018-12-04 | 1 | -1/+7 |
|\ | | | | | | | | | [CE] Backport GroupSAML unlink changes See merge request gitlab-org/gitlab-ce!23536 | ||||
| * | Replace @user with current_user on Account page | James Edwards-Jones | 2018-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Previously we used @user, but this changed to local_assigns[:user] so we could pass a second variable to the view from an EE module Since we were already using current_user librally there it makes sense to replace the remaining usages. See: https://docs.gitlab.com/ee/development/module_with_instance_variables.html | ||||
| * | Backport GroupSAML unlink changes | James Edwards-Jones | 2018-12-04 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | - Improves spacing between account buttons on Profile - AccountsController#show uses locals instead of instance variables - New `display_providers_on_profile?` helper method - Adds `render_if_exists` for GroupSAMl unlink buttons See: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8682 | ||||
* | | Fix deprecation: render :text is deprecated because it does not actually ↵ | Jasper Maes | 2018-11-29 | 1 | -2/+2 |
|/ | | | | render a text/plain response | ||||
* | Set content disposition attachment to several endpoints | Francisco Javier López | 2018-11-23 | 1 | -1/+2 |
| | |||||
* | Make getting a user by the username case insensitive | William George | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | Enable more frozen string in app/controllers/ | gfyoung | 2018-09-23 | 14 | -1/+29 |
| | | | | | | | | | | | | | | | | Enables frozen string for the following: * app/controllers/dashboard/**/*.rb * app/controllers/explore/**/*.rb * app/controllers/google_api/**/*.rb * app/controllers/groups/**/*.rb * app/controllers/import/**/*.rb * app/controllers/instance_statistics/**/*.rb * app/controllers/ldap/**/*.rb * app/controllers/oauth/**/*.rb * app/controllers/profiles/**/*.rb Partially addresses #47424. | ||||
* | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 3 | -0/+6 |
| | | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop. | ||||
* | Updates from `rubocop -a` | Lin Jen-Shin | 2018-07-09 | 7 | -8/+8 |
| | |||||
* | Introduce a new Keys::DestroyService service | Rémy Coutable | 2018-05-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Display and revoke active sessions | Alexis Reigel ( 🌴 may 2nd - may 9th 🌴 ) | 2018-05-02 | 1 | -0/+14 |
| | |||||
* | 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 |