Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly click on user profile pictureimprove-navigation | Dmitriy Zaporozhets | 2015-06-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix tests | Dmitriy Zaporozhets | 2015-06-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge pull request #9318 from jvanbaarsen/allow-special-chars-bio | Dmitriy Zaporozhets | 2015-05-29 | 1 | -11/+13 |
|\ | | | | | Allow special characters in users bio | ||||
| * | Allow special characters in users bio | Jeroen van Baarsen | 2015-05-28 | 1 | -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 rename | Dmitriy Zaporozhets | 2015-05-28 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add location to user profile | Dmitriy Zaporozhets | 2015-03-20 | 1 | -0/+2 |
| | |||||
* | Merge branch 'small_profile_changes' into 'master' | Marin Jankovski | 2015-02-26 | 1 | -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 tests | Sabba Petri | 2015-02-24 | 1 | -1/+1 |
| | | | | | | | | Tests expected specific string capitalization for headers. | ||||
* | | Split up AttachmentUploader. | Douwe Maan | 2015-02-20 | 1 | -1/+1 |
|/ | |||||
* | Revert "Fix broken access control and refactor avatar upload" | Dmitriy Zaporozhets | 2015-02-19 | 1 | -1/+1 |
| | | | | This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07. | ||||
* | Fix broken access control and refactor avatar upload | Hannes Rosenögger | 2015-02-16 | 1 | -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 indicator | Jacob Vosmaer | 2015-01-15 | 1 | -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 integration | Valery Sizov | 2014-12-24 | 1 | -0/+50 |
| | |||||
* | Supporting for multiple omniauth provider for the same user | Valery Sizov | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Moved require from application.js to password_strength.js | Patricio Cano | 2014-10-24 | 1 | -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 Cano | 2014-10-23 | 1 | -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 tests | Patricio Cano | 2014-10-22 | 1 | -3/+3 |
| | | | | Updated some tests to match new IDs | ||||
* | Prefix Spinach features with Spinach::Features::. | Ciro Santilli | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | Require current password even if password was expired | Dmitriy Zaporozhets | 2014-07-29 | 1 | -1/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add tests for groups avatars check on user page | robertd | 2014-02-07 | 1 | -0/+13 |
| | |||||
* | Add website url to user | Jerome Dalbert | 2014-01-18 | 1 | -2/+4 |
| | |||||
* | fix profile tests | Dmitriy Zaporozhets | 2013-12-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix 404 on project page for unauthenticated user | Jason Hollingsworth | 2013-12-04 | 1 | -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 avatar | Drew Blessing | 2013-12-02 | 1 | -0/+23 |
| | | | | | | | | | | Add class and style Add spinach tests Add entry to CHANGELOG Add entry to CHANGELOG | ||||
* | Fix tests after user password length was changed | Dmitriy Zaporozhets | 2013-11-25 | 1 | -6/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix spinach profile tests | Dmitriy Zaporozhets | 2013-10-09 | 1 | -1/+5 |
| | |||||
* | Improve Profile settings UI | Dmitriy Zaporozhets | 2013-10-09 | 1 | -3/+1 |
| | |||||
* | avatar upload on profile page | Steven Thonus | 2013-10-09 | 1 | -0/+11 |
| | |||||
* | Force user to provide old password in order to change it | Dmitriy Zaporozhets | 2013-09-24 | 1 | -0/+18 |
| | |||||
* | Don't show users password change page if ldap users | Izaak Alpert | 2013-09-17 | 1 | -0/+5 |
| | |||||
* | Fix spinach tests | Dmitriy Zaporozhets | 2013-08-27 | 1 | -1/+1 |
| | |||||
* | Dont load bootstrap buttons. Modified css with new buttons | Dmitriy Zaporozhets | 2013-08-01 | 1 | -1/+1 |
| | |||||
* | Test user page with spinach | Dmitriy Zaporozhets | 2013-06-26 | 1 | -0/+12 |
| | |||||
* | Add scenario for expired password | Dmitriy Zaporozhets | 2013-06-26 | 1 | -15/+33 |
| | |||||
* | design pages now uses the COLOR_SCHEMES | Christian Höltje | 2013-06-05 | 1 | -1/+1 |
| | | | | | This unifies the code color-scheme code and makes adding new schemes a little easier. | ||||
* | Replace old hashes with new 1.9 ruby hashes (rebase) | Andrey Kumanyaev | 2013-05-05 | 1 | -5/+5 |
| | |||||
* | spianch -> profile -> specify within block | Dmitriy Zaporozhets | 2013-03-15 | 1 | -2/+6 |
| | |||||
* | improve selectors to pass capybara 2.0 | Dmitriy Zaporozhets | 2013-02-21 | 1 | -8/+14 |
| | |||||
* | Improve user feedback on the Profile > Design page | Robert Speicher | 2012-11-21 | 1 | -0/+17 |
| | | | | - Header changes immediately without a page reload - Lets the user know that we actually saved their setting when changed | ||||
* | Remove backward compatibility of factories. | Vincent Bonmalais | 2012-11-13 | 1 | -1/+1 |
| | |||||
* | Fix rendered action for password change failure | Robert Speicher | 2012-11-04 | 1 | -0/+10 |
| | | | | Closes #1912 | ||||
* | tests for: Profile -> History | randx | 2012-09-27 | 1 | -0/+8 |
| | |||||
* | refactor feature steps | Nihad Abbasov | 2012-09-10 | 1 | -0/+44 |