summaryrefslogtreecommitdiff
path: root/app/controllers/profiles
Commit message (Expand)AuthorAgeFilesLines
* Allow user to specify content he wants to see on project pageproject-default-viewDmitriy Zaporozhets2015-07-131-0/+1
* Add User#disable_two_factor!rs-disable-2faRobert Speicher2015-07-101-7/+1
* Use User#two_factor_enabled instead of otp_required_for_loginrs-dev-issue-2415Robert Speicher2015-06-191-2/+2
* Prefix 2FA issuer with the GitLab host (e.g., 'dev.gitlab.org')rs-dev-issue-2373Robert Speicher2015-06-161-1/+5
* Spec the failure cases for PreferencesController#updateRobert Speicher2015-06-131-4/+9
* Add `dashboard` attribute to User modelRobert Speicher2015-06-131-0/+1
* Move the "Design" templates and logic to PreferencesRobert Speicher2015-06-131-1/+4
* Add Profiles::PreferencesControllerRobert Speicher2015-06-131-0/+29
* Bump secret key length to 32rs-manual-2fa-entryRobert Speicher2015-05-231-1/+1
* Add support for manually entering 2FA detailsRobert Speicher2015-05-231-1/+2
* Clear all 2FA-related fields when user disables the featureRobert Speicher2015-05-091-2/+7
* Fix nav and layout for TwoFactorAuthsControllerRobert Speicher2015-05-091-1/+1
* Render 2fa recovery codes instead of downloading itDmitriy Zaporozhets2015-05-091-3/+3
* Add support for backup codesDmitriy Zaporozhets2015-05-091-0/+6
* Fix rubocop complainDmitriy Zaporozhets2015-05-091-1/+0
* Make 2 factor authentication workDmitriy Zaporozhets2015-05-091-7/+24
* Create Two-factor authentication resource for userDmitriy Zaporozhets2015-05-091-0/+22
* Merge branch 'change-primary-email' into 'master'Dmitriy Zaporozhets2015-05-031-5/+6
|\
| * Allow primary email to be set to an email that you've already added.change-primary-emailDouwe Maan2015-04-301-5/+6
* | Add helpers for header title and sidebar, and move setting those from control...Douwe Maan2015-05-012-13/+6
* | Fix Profiles::PasswordsController.Douwe Maan2015-04-301-1/+1
* | Add a page title to every page.Douwe Maan2015-04-307-22/+18
|/
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-202-5/+5
* Allow user to choose which email to be publicSenorsen2015-04-141-1/+3
* Restyle oauth accounts at profile page and add ability to unlink accountimprove-profileDmitriy Zaporozhets2015-03-211-0/+6
* Use `group_member` instead of `users_group` or `membership`.Douwe Maan2015-03-151-3/+3
* Move profile groups page to dashboardDmitriy Zaporozhets2015-03-081-23/+0
* Allow users that signed up via OAuth to set their password in order to use Gi...Douwe Maan2015-02-131-3/+5
* Merge branch 'notification_email'Dmitriy Zaporozhets2015-02-072-2/+23
|\
| * Allow notification email to be set separately from primary email.Douwe Maan2015-02-072-2/+23
* | Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-1/+1
|/
* Fix adminarea and emails for new membership logicDmitriy Zaporozhets2014-09-151-3/+3
* Replace old references of users_project & users_groupDmitriy Zaporozhets2014-09-141-2/+2
* Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-142-6/+6
* Require current password even if password was expiredDmitriy Zaporozhets2014-07-291-0/+5
* Fix password change. Fix test settingsDmitriy Zaporozhets2014-06-261-1/+1
* Make app works with strong paramsDmitriy Zaporozhets2014-06-261-1/+7
* Key strong paramsDmitriy Zaporozhets2014-06-261-1/+6
* User model to strong params. Comment other attr_accessible to let tests runDmitriy Zaporozhets2014-06-261-4/+8
* Allow oauth signup without emailDmitriy Zaporozhets2014-04-071-1/+1
* Fix `/:username.keys` response content typeDmitry Medvinsky2014-03-201-1/+1
* Add email aliases for usersJason Hollingsworth2014-02-131-0/+26
* User can leave group from group page.Ciro Santillli2014-02-121-4/+3
* Split the user ssh keys by newline, not the characters "\n"Johannes Schleifenbaum2014-02-111-1/+1
* code refactor as per standardsGitLab2014-02-111-4/+7
* sync with upstream for ease to mergeGitLab2014-02-065-4/+63
|\
| * merge with upstream masterGitLab2014-02-065-4/+63
| |\
| | * Remove deprecated findersskv2014-01-191-1/+1
| | * fix most of warningsskv2013-12-151-1/+1
| | * Expire event cache on avatar creation/removalDrew Blessing2013-12-111-0/+2