summaryrefslogtreecommitdiff
path: root/spec/controllers/profiles
Commit message (Expand)AuthorAgeFilesLines
* Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray2017-02-151-4/+2
* Merge branch '27480_deploy_keys_should_not_show_up_in_users_keys_list' into '...Douwe Maan2017-02-131-10/+9
|\
| * Make deploy key not show in User's keys listPawel Chojnacki2017-02-131-10/+9
* | Use `let` in Profiles::NotificationsController specRichard Macklin2017-02-031-12/+9
* | Add missing newline in Profiles::NotificationsController specRichard Macklin2017-02-011-0/+1
* | Add notified_of_own_activity to permitted attributesRichard Macklin2017-02-011-1/+2
* | Add controller spec for Profiles::NotificationsControllerRichard Macklin2017-02-011-0/+46
|/
* Add a controller spec for personal access tokens.Timothy Andrew2016-12-161-0/+49
* fixes part1 of files to start using active tensetiagonbotelho2016-08-092-10/+10
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-1/+1
* Added CHANGELOG item and fixed Rubocop errorsdisable-saml-account-unlinkPatricio Cano2016-06-141-4/+2
* Disable the unlink feature for SAML connected accounts (social login).Patricio Cano2016-06-141-0/+28
* Implement U2F registration.Timothy Andrew2016-06-061-7/+7
* Make /profile/keys/new redirects to /profile/keys for back-compatRémy Coutable2016-04-151-1/+11
* Revert "Merge branch 'avatar-cropping' into 'master' "revert-avatar-croppingRémy Coutable2016-03-151-1/+1
* Add `:with_avatar` trait to User factoryRobert Speicher2016-02-241-1/+1
* Move a few controller specs to their correct locationsrs-move-controller-specsRobert Speicher2016-02-181-0/+70
* Bump devise-two-factor to 2.0.0rs-bump-two-factorRobert Speicher2015-09-191-2/+2
* Add User#disable_two_factor!rs-disable-2faRobert Speicher2015-07-101-10/+3
* Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher2015-06-221-1/+1
* Use User#two_factor_enabled instead of otp_required_for_loginrs-dev-issue-2415Robert Speicher2015-06-191-4/+4
* Spec the failure cases for PreferencesController#updateRobert Speicher2015-06-131-2/+18
* Add `dashboard` attribute to User modelRobert Speicher2015-06-131-0/+2
* Add Profiles::PreferencesControllerRobert Speicher2015-06-131-0/+70
* Bump secret key length to 32rs-manual-2fa-entryRobert Speicher2015-05-231-1/+1
* Add support for manually entering 2FA detailsRobert Speicher2015-05-231-2/+5
* Merge branch 'fix-avatar-removal' into 'master'Hannes Rosenögger2015-05-121-0/+17
|\
| * Fix bug where avatar filenames were not actually deleted from the database du...Stan Hu2015-05-071-0/+17
* Clear all 2FA-related fields when user disables the featureRobert Speicher2015-05-091-0/+126