summaryrefslogtreecommitdiff
path: root/features/profile/profile.feature
Commit message (Collapse)AuthorAgeFilesLines
* Fixed failing application settings testsPhil Hughes2016-03-041-2/+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-061-1/+1
|
* Move the "Design" templates and logic to PreferencesRobert Speicher2015-06-131-13/+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
* Splitted the Spinach tests to prevent time-outsJeroen van Baarsen2014-06-041-0/+1
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* 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
|
* 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
|
* Fixed token featurerandx2012-09-141-1/+1
|
* Refactored profile areaDmitriy Zaporozhets2012-09-141-1/+1
|
* rewrite profile feature steps using spinachNihad Abbasov2012-09-101-2/+2
|
* Remove duplicate coverage in spec requests. All features should be covered ↵Dmitriy Zaporozhets2012-08-031-1/+5
| | | | in cucumber
* Cucumber:Dmitriy Zaporozhets2012-06-151-0/+18
* Profile * Browse code * Sceleton for main features * Wiki * Commits