summaryrefslogtreecommitdiff
path: root/features/profile
Commit message (Collapse)AuthorAgeFilesLines
* Replace the profile/emails.feature spinach test with an rspec analogVitaliy @blackst0ne Klachkov2017-09-101-26/+0
|
* Replace 'profile/notifications.feature' spinach test with an rspec analogblackst0ne2017-06-221-15/+0
|
* Rename Personal Audit LogTim Zallmann2017-05-162-4/+4
|
* Except where necessary, use `sign_in` over `login_as` in featuresRobert Speicher2017-04-191-1/+3
|
* implements reset incoming email token on issues modal and account page,use-separate-token-for-incoming-emailtiagonbotelho2016-11-071-5/+0
| | | | reactivates all tests and writes more tests for it
* Convert "SSH Keys" Spinach features to RSpecrs-convert-ssh-key-featuresRobert Speicher2016-10-031-20/+0
|
* Test changing notification settings per project fron notificaitons pageDmitriy Zaporozhets2016-03-301-0/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed failing application settings testsPhil Hughes2016-03-041-2/+1
|
* Fixed failing ssh key testsPhil Hughes2016-03-031-1/+1
|
* Fix testsDmitriy Zaporozhets2015-11-031-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* ink to configured gravatar host on profile pageBen Bodenmiller2015-08-051-0/+2
|
* Audit log for user authenticationValery Sizov2015-07-062-4/+4
|
* Move the "Design" templates and logic to PreferencesRobert Speicher2015-06-131-13/+0
|
* Add Profiles::PreferencesControllerRobert Speicher2015-06-131-3/+3
|
* Move Profile groups tests to Dashboard group testsDmitriy Zaporozhets2015-03-081-48/+0
|
* Remove password strength indicatorJacob Vosmaer2015-01-151-19/+0
| | | | | | | | We were having the following issues: - the indicator would sometimes stay red even if the password that was entered was long enough; - the indicator had a middle yellow signal: what does that mean? - the red/green backgrounds were not color-blind-friendly.
* Fix tests and add message if no oauth appsDmitriy Zaporozhets2014-12-251-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Doorkeeper integrationValery Sizov2014-12-241-0/+14
|
* Moved require from application.js to password_strength.jsPatricio Cano2014-10-241-0/+19
| | | | | Corrected div id for profile password/edit Added first spinach tests
* Make Spinach test names consistentCiro Santilli2014-10-051-1/+1
| | | | | | | - do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path
* Splitted the Spinach tests to prevent time-outsJeroen van Baarsen2014-06-046-0/+6
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Add email aliases for usersJason Hollingsworth2014-02-131-0/+25
| | | | | | | | Emails are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis. Notifications are sent when an email is added.
* User can leave group from group page.Ciro Santillli2014-02-121-0/+47
|
* Add tests for groups avatars check on user pagerobertd2014-02-071-0/+7
|
* Add website url to userJerome Dalbert2014-01-181-2/+2
|
* Issue 5716 - Allow removal of avatarDrew Blessing2013-12-021-0/+8
| | | | | | | | | | Add class and style Add spinach tests Add entry to CHANGELOG Add entry to CHANGELOG
* Fix spinach profile testsDmitriy Zaporozhets2013-10-091-5/+5
|
* avatar upload on profile pageSteven Thonus2013-10-091-0/+5
|
* Force user to provide old password in order to change itDmitriy Zaporozhets2013-09-241-0/+6
|
* Don't show users password change page if ldap usersIzaak Alpert2013-09-171-0/+1
|
* Test user page with spinachDmitriy Zaporozhets2013-06-261-0/+5
|
* Add scenario for expired passwordDmitriy Zaporozhets2013-06-261-0/+7
|
* Add profile notification spinachDmitriy Zaporozhets2013-06-261-0/+8
|
* Improve user feedback on the Profile > Design pageRobert Speicher2012-11-211-0/+13
| | | | - Header changes immediately without a page reload - Lets the user know that we actually saved their setting when changed
* Fix rendered action for password change failureRobert Speicher2012-11-041-0/+5
| | | | Closes #1912
* tests for: Profile -> Historyrandx2012-09-271-0/+5
|
* Add features for checking the "Active Tab" across various pagesRobert Speicher2012-09-261-0/+28
|
* Fixed token featurerandx2012-09-141-1/+1
|
* Refactored profile areaDmitriy Zaporozhets2012-09-141-1/+1
|
* rewrite profile feature steps using spinachNihad Abbasov2012-09-102-10/+7
|
* Fix test i broke with ssk key validation. Added Key.user_id as attr_protectedDmitriy Zaporozhets2012-08-291-2/+2
|
* Remove duplicate coverage in spec requests. All features should be covered ↵Dmitriy Zaporozhets2012-08-031-1/+5
| | | | in cucumber
* Cucumber features: Team, SSH keysrandx2012-06-181-0/+22
|
* Cucumber:Dmitriy Zaporozhets2012-06-152-0/+18
* Profile * Browse code * Sceleton for main features * Wiki * Commits