| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make /profile/keys/new redirects to /profile/keys for back-compat | Rémy Coutable | 2016-04-15 | 1 | -0/+5 |
| | | | | | | | Report: https://github.com/gitlabhq/gitlabhq/issues/10138 Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Change how notification settings in profile are rendered and updated | Dmitriy Zaporozhets | 2016-03-30 | 1 | -22/+6 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix few bugs related to recent notifications refactoring | Dmitriy Zaporozhets | 2016-03-30 | 1 | -1/+0 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Introduce NotificationSetting to user interface | Dmitriy Zaporozhets | 2016-03-30 | 1 | -9/+5 |
| | | | | | | | | | * visiting project will create notification setting if missing * change notification setting per project even without membership * use notification settings instead of membership on profile page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Don't abuse the flash store for displaying SSH Key form errors | Robert Speicher | 2016-03-03 | 1 | -2/+3 |
| | | |||||
| * | Remove `Profile::KeysController#new` action | Robert Speicher | 2016-03-03 | 1 | -4/+0 |
| | | |||||
| * | Fixed failing ssh key tests | Phil Hughes | 2016-03-03 | 1 | -1/+1 |
| | | |||||
| * | SSH keys settings | Phil Hughes | 2016-03-03 | 1 | -2/+3 |
| | | | | | Closes #13860 | ||||
| * | Don't show any "2FA required" message if it's not actually requiredrs-improve-grace-period | Robert Speicher | 2016-02-29 | 1 | -5/+7 |
| | | | | | | | | Prior, if the user had enabled and then disabled 2FA, they would be shown a "You must enable Two-factor Authentication for your account." message when going back to re-activate it, even if 2FA enforcement was disabled. | ||||
| * | Update wording for 2FA requirement noticers-2fa-requirement-wording | Robert Speicher | 2016-01-23 | 1 | -2/+2 |
| | | |||||
| * | Fixed codestyle and added 2FA documentationfeature/force-tfa | Gabriel Mazetto | 2015-12-24 | 1 | -1/+3 |
| | | |||||
| * | specs for forced two-factor authentication and grace period | Gabriel Mazetto | 2015-12-24 | 1 | -1/+8 |
| | | | | | simplified code and fixed stuffs | ||||
| * | Grace period support for TFA | Gabriel Mazetto | 2015-12-24 | 1 | -1/+13 |
| | | |||||
| * | WIP require two factor authentication | Gabriel Mazetto | 2015-12-24 | 1 | -0/+2 |
| | | |||||
| * | Redirect to a default path if HTTP_REFERER is not set | Stan Hu | 2015-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode, and it's possible load balancers/proxies strip the HTTP_REFERER from the request header. In these cases, default to some default path. Closes #3122 Closes https://github.com/gitlabhq/gitlabhq/issues/9731 | ||||
| * | added user preference to change layout width | Peter Göbel | 2015-10-05 | 1 | -0/+1 |
| | | |||||
| * | Bump devise-two-factor to 2.0.0rs-bump-two-factor | Robert Speicher | 2015-09-19 | 1 | -1/+1 |
| | | | | | | | Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2605 See https://github.com/tinfoil/devise-two-factor/pull/43 | ||||
| * | Allow user to specify content he wants to see on project pageproject-default-view | Dmitriy Zaporozhets | 2015-07-13 | 1 | -0/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add User#disable_two_factor!rs-disable-2fa | Robert Speicher | 2015-07-10 | 1 | -7/+1 |
| | | | | | | This method encapsulates all the logic for disabling 2FA on a specific User model. | ||||
| * | Use User#two_factor_enabled instead of otp_required_for_loginrs-dev-issue-2415 | Robert Speicher | 2015-06-19 | 1 | -2/+2 |
| | | |||||
| * | Prefix 2FA issuer with the GitLab host (e.g., 'dev.gitlab.org')rs-dev-issue-2373 | Robert Speicher | 2015-06-16 | 1 | -1/+5 |
| | | |||||
| * | Spec the failure cases for PreferencesController#update | Robert Speicher | 2015-06-13 | 1 | -4/+9 |
| | | |||||
| * | Add `dashboard` attribute to User model | Robert Speicher | 2015-06-13 | 1 | -0/+1 |
| | | |||||
| * | Move the "Design" templates and logic to Preferences | Robert Speicher | 2015-06-13 | 1 | -1/+4 |
| | | |||||
| * | Add Profiles::PreferencesController | Robert Speicher | 2015-06-13 | 1 | -0/+29 |
| | | |||||
| * | Bump secret key length to 32rs-manual-2fa-entry | Robert Speicher | 2015-05-23 | 1 | -1/+1 |
| | | |||||
| * | Add support for manually entering 2FA details | Robert Speicher | 2015-05-23 | 1 | -1/+2 |
| | | |||||
| * | Clear all 2FA-related fields when user disables the feature | Robert Speicher | 2015-05-09 | 1 | -2/+7 |
| | | |||||
| * | Fix nav and layout for TwoFactorAuthsController | Robert Speicher | 2015-05-09 | 1 | -1/+1 |
| | | |||||
| * | Render 2fa recovery codes instead of downloading it | Dmitriy Zaporozhets | 2015-05-09 | 1 | -3/+3 |
| | | |||||
| * | Add support for backup codes | Dmitriy Zaporozhets | 2015-05-09 | 1 | -0/+6 |
| | | |||||
| * | Fix rubocop complain | Dmitriy Zaporozhets | 2015-05-09 | 1 | -1/+0 |
| | | |||||
| * | Make 2 factor authentication work | Dmitriy Zaporozhets | 2015-05-09 | 1 | -7/+24 |
| | | |||||
| * | Create Two-factor authentication resource for user | Dmitriy Zaporozhets | 2015-05-09 | 1 | -0/+22 |
| | | |||||
| * | Merge branch 'change-primary-email' into 'master' | Dmitriy Zaporozhets | 2015-05-03 | 1 | -5/+6 |
| |\ | | | | | | | | | | | | | | | | | | | Allow primary email to be set to an email that you've already added. Fixes gitlab-com/support-forum#106. When the user sets their primary email to an email that they've already added to their account, this patch makes sure that secondary email record is destroyed, and a new email record is created for the old primary email. This is based on the assumption that in this case no email was meant to be deleted, but the user simply wanted to change which of their emails is primary. See merge request !591 | ||||
| | * | Allow primary email to be set to an email that you've already added.change-primary-email | Douwe Maan | 2015-04-30 | 1 | -5/+6 |
| | | | |||||
| * | | Add helpers for header title and sidebar, and move setting those from ↵ | Douwe Maan | 2015-05-01 | 2 | -13/+6 |
| | | | | | | | | | controllers to layouts. | ||||
| * | | Fix Profiles::PasswordsController. | Douwe Maan | 2015-04-30 | 1 | -1/+1 |
| | | | |||||
| * | | Add a page title to every page. | Douwe Maan | 2015-04-30 | 7 | -22/+18 |
| |/ | |||||
| * | Fixed the Rails/ActionFilter cop | Jeroen van Baarsen | 2015-04-20 | 2 | -5/+5 |
| | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
| * | Allow user to choose which email to be public | Senorsen | 2015-04-14 | 1 | -1/+3 |
| | | | | | | This commit allows user to show one of their emails in profile page, or don't show email in this page. | ||||
| * | Restyle oauth accounts at profile page and add ability to unlink accountimprove-profile | Dmitriy Zaporozhets | 2015-03-21 | 1 | -0/+6 |
| | | |||||
| * | Use `group_member` instead of `users_group` or `membership`. | Douwe Maan | 2015-03-15 | 1 | -3/+3 |
| | | |||||
| * | Move profile groups page to dashboard | Dmitriy Zaporozhets | 2015-03-08 | 1 | -23/+0 |
| | | |||||
| * | Allow users that signed up via OAuth to set their password in order to use ↵ | Douwe Maan | 2015-02-13 | 1 | -3/+5 |
| | | | | | Git over HTTP(S). | ||||
| * | Merge branch 'notification_email' | Dmitriy Zaporozhets | 2015-02-07 | 2 | -2/+23 |
| |\ | | | | | | | | | Conflicts: db/schema.rb | ||||
| | * | Allow notification email to be set separately from primary email. | Douwe Maan | 2015-02-07 | 2 | -2/+23 |
| | | | | | | | | | Closes #1932. | ||||
| * | | Explicitly define ordering in models using default_scope | Dmitriy Zaporozhets | 2015-02-05 | 1 | -1/+1 |
| |/ | |||||
| * | Fix adminarea and emails for new membership logic | Dmitriy Zaporozhets | 2014-09-15 | 1 | -3/+3 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Replace old references of users_project & users_group | Dmitriy Zaporozhets | 2014-09-14 | 1 | -2/+2 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
