summaryrefslogtreecommitdiff
path: root/features/steps/profile/profile.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix profile test to click on header user profile linkDmitriy Zaporozhets2016-07-051-2/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix profile testAnnabel Dunstone2016-06-101-0/+1
|
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-1/+1
|
* Merge branch 'revert-avatar-cropping' into 'master' Rémy Coutable2016-03-151-14/+6
|\ | | | | | | | | | | | | Revert the avatar cropping feature Reverts !2951 since the added 'mini_magick' dependency should be replaced by client-side croppping See merge request !3223
| * Revert "Merge branch 'avatar-cropping' into 'master' "revert-avatar-croppingRémy Coutable2016-03-151-14/+6
| | | | | | | | | | This reverts commit 01160fc06182de89c400af174861f6545ad6ceb8, reversing changes made to 4bff9daf8b6d85e9c78565e21cfaa3f6d36f0282.
* | Merge branch 'application-settings' into 'master' Robert Speicher2016-03-151-7/+3
|\ \ | |/ |/| | | | | | | | | Applications tab on profile settings Closes #13855 See merge request !3031
| * Fixed failing application settings testsPhil Hughes2016-03-041-7/+3
| |
* | Fixed failing testsPhil Hughes2016-03-111-2/+2
|/
* Fixed failing password testsPhil Hughes2016-03-021-3/+3
|
* Fixed failing profile testsPhil Hughes2016-03-021-2/+2
|
* Fix Profile Avatar feature stepsRobert Speicher2016-02-241-6/+14
|
* Update tests to match new wiki headerDmitriy Zaporozhets2016-02-091-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+1
|
* Fix testsDmitriy Zaporozhets2015-11-031-5/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* ink to configured gravatar host on profile pageBen Bodenmiller2015-08-051-0/+4
|
* Audit log for user authenticationValery Sizov2015-07-061-1/+1
|
* Fix avatar tests to use banana_sample.gif since SVG is not supportedStan Hu2015-06-221-3/+3
|
* Fix features syntaxRobert Speicher2015-06-221-4/+8
|
* Merge branch 'applications_form' into 'master'Douwe Maan2015-06-161-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix UI issues in Applications form @douwe Thanks for reviewing this small fix. --- Before: ![application_form_before](https://dev.gitlab.org/gitlab/gitlabhq/uploads/11fbee17ad6a4c9456cd7d6cba5ae429/application_form_before.png) --- After: ![application_form_after](https://dev.gitlab.org/gitlab/gitlabhq/uploads/0c64214ccda6c77095f468fcb8c748f3/application_form_after.png) See merge request !1859
| * Fix consistency issues on New Application page.Nicolas2015-06-151-1/+1
| |
* | Move the "Design" templates and logic to PreferencesRobert Speicher2015-06-131-21/+0
|/
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-121-8/+8
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-121-33/+33
|
* Properly click on user profile pictureimprove-navigationDmitriy Zaporozhets2015-06-081-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testsDmitriy Zaporozhets2015-06-081-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge pull request #9318 from jvanbaarsen/allow-special-chars-bioDmitriy Zaporozhets2015-05-291-11/+13
|\ | | | | Allow special characters in users bio
| * Allow special characters in users bioJeroen van Baarsen2015-05-281-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **What does this do?** It removes the very strict sanitation on the users bio field, so that people can have a bio like "I <3 GitLab" **Why is this needed?** Currently when you enter a bio with "I <3 GitLab", we only store "I ". This is unexpected behaviour, since we want users to have a normal profile, without having to worry what characters are allowed and which are not. **Related issues:** Fixes https://github.com/gitlabhq/gitlabhq/issues/5625 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* | Fix profile tests after header renameDmitriy Zaporozhets2015-05-281-1/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add location to user profileDmitriy Zaporozhets2015-03-201-0/+2
|
* Merge branch 'small_profile_changes' into 'master'Marin Jankovski2015-02-261-1/+1
|\ | | | | | | | | | | | | | | | | | | | | Fixes grammatical consistency and small changes This commit adds consistency to small things like periods, commas, and gives additional information to buttons and headers, etc. Fixes #2002, #2005, #2003. See merge request !1570
| * Fixed testsSabba Petri2015-02-241-1/+1
| | | | | | | | Tests expected specific string capitalization for headers.
* | Split up AttachmentUploader.Douwe Maan2015-02-201-1/+1
|/
* Revert "Fix broken access control and refactor avatar upload"Dmitriy Zaporozhets2015-02-191-1/+1
| | | | This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07.
* Fix broken access control and refactor avatar uploadHannes Rosenögger2015-02-161-1/+1
| | | | | | | | | | | This commit moves the note folder from /public/uploads/note to /uploads/note and changes the uploader accordingly. Now it's no longer possible to avoid the access control by modifing the url. The Avatar upload has been refactored to use an own uploader as well to cleanly seperate the two upload types.
* Remove password strength indicatorJacob Vosmaer2015-01-151-38/+4
| | | | | | | | 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.
* Doorkeeper integrationValery Sizov2014-12-241-0/+50
|
* Supporting for multiple omniauth provider for the same userValery Sizov2014-12-041-1/+1
|
* Moved require from application.js to password_strength.jsPatricio Cano2014-10-241-0/+34
| | | | | Corrected div id for profile password/edit Added first spinach tests
* Corrected the layout of the strength indicator to be more consistent ↵Patricio Cano2014-10-231-1/+1
| | | | | | throughout the application. Fixed a test that was looking for an outdated HTML ID
* Updated the IDs of the fields, so that it wouldn't mess with many testsPatricio Cano2014-10-221-3/+3
| | | | Updated some tests to match new IDs
* Prefix Spinach features with Spinach::Features::.Ciro Santilli2014-09-221-1/+1
|
* Require current password even if password was expiredDmitriy Zaporozhets2014-07-291-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add tests for groups avatars check on user pagerobertd2014-02-071-0/+13
|
* Add website url to userJerome Dalbert2014-01-181-2/+4
|
* fix profile testsDmitriy Zaporozhets2013-12-101-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix 404 on project page for unauthenticated userJason Hollingsworth2013-12-041-4/+0
| | | | | | | | Eliminate a 404 error when user is not logged in and attempts to visit a project page. The 404 page will still show up when user is logged in and the project doesn’t exist or the user doesn’t have access.
* Issue 5716 - Allow removal of avatarDrew Blessing2013-12-021-0/+23
| | | | | | | | | | Add class and style Add spinach tests Add entry to CHANGELOG Add entry to CHANGELOG
* Fix tests after user password length was changedDmitriy Zaporozhets2013-11-251-6/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix spinach profile testsDmitriy Zaporozhets2013-10-091-1/+5
|
* Improve Profile settings UIDmitriy Zaporozhets2013-10-091-3/+1
|