| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix tests and remove counters | Dmitriy Zaporozhets | 2016-04-19 | 1 | -0/+4 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Test changing notification settings per project fron notificaitons page | Dmitriy Zaporozhets | 2016-03-30 | 1 | -0/+10 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Merge branch 'revert-avatar-cropping' into 'master' | Rémy Coutable | 2016-03-15 | 1 | -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-cropping | Rémy Coutable | 2016-03-15 | 1 | -14/+6 |
| | | | | | | | | | | | This reverts commit 01160fc06182de89c400af174861f6545ad6ceb8, reversing changes made to 4bff9daf8b6d85e9c78565e21cfaa3f6d36f0282. | ||||
| * | | Merge branch 'application-settings' into 'master' | Robert Speicher | 2016-03-15 | 1 | -7/+3 |
| |\ \ | |/ |/| | | | | | | | | | Applications tab on profile settings Closes #13855 See merge request !3031 | ||||
| | * | Fixed failing application settings tests | Phil Hughes | 2016-03-04 | 1 | -7/+3 |
| | | | |||||
| * | | Fixed failing tests | Phil Hughes | 2016-03-11 | 1 | -2/+2 |
| |/ | |||||
| * | Fixed failing ssh key tests | Phil Hughes | 2016-03-03 | 1 | -2/+2 |
| | | |||||
| * | Fixed failing password tests | Phil Hughes | 2016-03-02 | 1 | -3/+3 |
| | | |||||
| * | Fixed failing profile tests | Phil Hughes | 2016-03-02 | 1 | -2/+2 |
| | | |||||
| * | Fix Profile Avatar feature steps | Robert Speicher | 2016-02-24 | 1 | -6/+14 |
| | | |||||
| * | Update tests to match new wiki header | Dmitriy Zaporozhets | 2016-02-09 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fixed Rubocop offenses | Gabriel Mazetto | 2015-12-15 | 1 | -1/+1 |
| | | |||||
| * | Fix tests | Dmitriy Zaporozhets | 2015-11-03 | 1 | -5/+10 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | ink to configured gravatar host on profile page | Ben Bodenmiller | 2015-08-05 | 1 | -0/+4 |
| | | |||||
| * | Audit log for user authentication | Valery Sizov | 2015-07-06 | 2 | -3/+3 |
| | | |||||
| * | Fix avatar tests to use banana_sample.gif since SVG is not supported | Stan Hu | 2015-06-22 | 1 | -3/+3 |
| | | |||||
| * | Fix features syntax | Robert Speicher | 2015-06-22 | 1 | -4/+8 |
| | | |||||
| * | Merge branch 'applications_form' into 'master' | Douwe Maan | 2015-06-16 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix UI issues in Applications form @douwe Thanks for reviewing this small fix. --- Before:  --- After:  See merge request !1859 | ||||
| | * | Fix consistency issues on New Application page. | Nicolas | 2015-06-15 | 1 | -1/+1 |
| | | | |||||
| * | | Move the "Design" templates and logic to Preferences | Robert Speicher | 2015-06-13 | 1 | -21/+0 |
| | | | |||||
| * | | Add Profiles::PreferencesController | Robert Speicher | 2015-06-13 | 1 | -2/+2 |
| |/ | |||||
| * | Change `within` to `page.within` in feature steps | Robert Speicher | 2015-06-12 | 1 | -8/+8 |
| | | |||||
| * | Update all `should`-style syntax to `expect` in features | Robert Speicher | 2015-06-12 | 4 | -46/+46 |
| | | |||||
| * | 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 | 2 | -2/+2 |
| |/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add location to user profile | Dmitriy Zaporozhets | 2015-03-20 | 1 | -0/+2 |
| | | |||||
| * | Move Profile groups tests to Dashboard group tests | Dmitriy Zaporozhets | 2015-03-08 | 1 | -44/+0 |
| | | |||||
| * | Merge branch 'small_profile_changes' into 'master' | Marin Jankovski | 2015-02-26 | 2 | -2/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -2/+2 |
| | | | | | | | | | 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. | ||||
| * | Fix the ssh keys test. | Marin Jankovski | 2014-12-30 | 1 | -3/+1 |
| | | |||||
| * | 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 | ||||
| * | Upgrade to Font Awesome v4.2 | Sullivan SENECHAL | 2014-10-03 | 1 | -4/+4 |
| | | |||||
| * | Merge branch 'spinach-step' of https://github.com/cirosantilli/gitlabhq into ↵ | Dmitriy Zaporozhets | 2014-09-22 | 3 | -22/+22 |
| |\ | | | | | | | | | | | | | | | | | cirosantilli-spinach-step Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/markdown_render.rb | ||||
| | * | Replace old spinach step definitions with step. | Ciro Santilli | 2014-09-22 | 3 | -22/+22 |
| | | | |||||
| * | | Prefix Spinach features with Spinach::Features::. | Ciro Santilli | 2014-09-22 | 6 | -6/+6 |
| |/ | |||||
| * | 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> | ||||
| * | Replace home icon with tab names | Dmitriy Zaporozhets | 2014-06-26 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Remove dir prefix and suffix from tests inside dir. | Ciro Santillli | 2014-02-23 | 4 | -0/+0 |
| | | |||||
