| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage' | Dmitriy Zaporozhets | 2016-05-18 | 2 | -2/+2 |
|\ |
|
| * | Change deprecated usage of rendering without response body | Mehmet Emin İNAÇ | 2016-03-16 | 2 | -2/+2 |
* | | Make /profile/keys/new redirects to /profile/keys for back-compat | Rémy Coutable | 2016-04-15 | 1 | -0/+5 |
* | | Change how notification settings in profile are rendered and updated | Dmitriy Zaporozhets | 2016-03-30 | 1 | -22/+6 |
* | | Fix few bugs related to recent notifications refactoring | Dmitriy Zaporozhets | 2016-03-30 | 1 | -1/+0 |
* | | Introduce NotificationSetting to user interface | Dmitriy Zaporozhets | 2016-03-30 | 1 | -9/+5 |
|/ |
|
* | 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 |
* | Don't show any "2FA required" message if it's not actually requiredrs-improve-grace-period | Robert Speicher | 2016-02-29 | 1 | -5/+7 |
* | 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 |
* | 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 |
* | 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 |
* | Allow user to specify content he wants to see on project pageproject-default-view | Dmitriy Zaporozhets | 2015-07-13 | 1 | -0/+1 |
* | Add User#disable_two_factor!rs-disable-2fa | Robert Speicher | 2015-07-10 | 1 | -7/+1 |
* | 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.change-primary-email | Douwe Maan | 2015-04-30 | 1 | -5/+6 |
* | | Add helpers for header title and sidebar, and move setting those from control... | Douwe Maan | 2015-05-01 | 2 | -13/+6 |
* | | 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 |
* | Allow user to choose which email to be public | Senorsen | 2015-04-14 | 1 | -1/+3 |
* | 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 Gi... | Douwe Maan | 2015-02-13 | 1 | -3/+5 |
* | Merge branch 'notification_email' | Dmitriy Zaporozhets | 2015-02-07 | 2 | -2/+23 |
|\ |
|
| * | Allow notification email to be set separately from primary email. | Douwe Maan | 2015-02-07 | 2 | -2/+23 |
* | | Explicitly define ordering in models using default_scope | Dmitriy Zaporozhets | 2015-02-05 | 1 | -1/+1 |
|/ |
|