Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow avatar_icon to operate on a User | Yorick Peterse | 2015-10-15 | 1 | -0/+9 |
| | | | | | If the User object is already known before calling this method being able to re-use said object can save us an extra SQL query. | ||||
* | Fix ApplicationHelper specsrs-fix-application-helper-specs | Robert Speicher | 2015-06-30 | 1 | -102/+123 |
| | | | | | | | | There were several specs that were failing when run by themselves. - Use the `helper` object, as per RSpec 3 standards - Use `assign` to assign instance variables that helpers expect - Add `StubConfiguration` support module | ||||
* | Fix avatar tests to use banana_sample.gif since SVG is not supported | Stan Hu | 2015-06-22 | 1 | -6/+6 |
| | |||||
* | Merge branch 'rs-rspec3' into 'master' | Dmitriy Zaporozhets | 2015-06-22 | 1 | -5/+5 |
|\ | | | | | | | | | | | | | | | RSpec3 Upgrades rspec to 3.3.0, we're now up-to-date! :tada: See merge request !831 | ||||
| * | Update mock and stub syntax for specs | Robert Speicher | 2015-06-22 | 1 | -5/+5 |
| | | |||||
* | | Merge branch 'rs-remove-link-to-override' | Dmitriy Zaporozhets | 2015-06-22 | 1 | -37/+0 |
|\ \ | |/ |/| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/helpers/application_helper_spec.rb | ||||
| * | Remove overridden `link_to` helperrs-remove-link-to-override | Robert Speicher | 2015-06-17 | 1 | -37/+0 |
| | | | | | | | | The purpose for this override is now handled by `ExternalLinkFilter`. | ||||
* | | Fix timezone-based time_ago_with_tooltip spec failures | Robert Speicher | 2015-06-19 | 1 | -4/+5 |
| | | |||||
* | | Update time_ago_with_tooltip helper | Robert Speicher | 2015-06-17 | 1 | -0/+48 |
|/ | | | | Minor refactoring, add specs, changes arguments to use keywords. | ||||
* | Add PreferencesHelper module | Robert Speicher | 2015-06-13 | 1 | -21/+0 |
| | | | | | | | Consolidates the helpers related to user preferences. Renames `app_theme` to `user_application_theme` to better explain what it is. | ||||
* | Simplify and unify helpers for rendering markup | Jakub Jirutka | 2015-05-18 | 1 | -0/+7 |
| | |||||
* | Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263) | Jakub Jirutka | 2015-05-18 | 1 | -1/+8 |
| | |||||
* | Recover from all `URI::Error`s | Robert Speicher | 2015-04-21 | 1 | -0/+10 |
| | | | | | Fixes #2257 Fixes #2260 | ||||
* | Speed up the overridden `link_to` helper | Robert Speicher | 2015-04-12 | 1 | -11/+15 |
| | | | | | Only bothers to check the provided link's external status if it's a String that doesn't begin with a path or anchor character. | ||||
* | Fix specs | Dmitriy Zaporozhets | 2015-03-12 | 1 | -18/+0 |
| | |||||
* | Merge pull request #8890 from sue445/feature/project_api_avatar_url | Jeroen van Baarsen | 2015-03-01 | 1 | -2/+4 |
|\ | | | | | Expose avatar_url in projects API | ||||
| * | Expose avatar_url in projects API | sue445 | 2015-03-01 | 1 | -2/+4 |
| | | | | | | | | | | | | * Impl Project#avatar_url * Refactor ApplicationHelper: Use Project#avatar_url * Update changelog | ||||
* | | Add UTF-8 character to version_sorter test | Robert Schilling | 2015-02-25 | 1 | -4/+4 |
| | | |||||
* | | Update version sorter to 2.0.0, fixes #8572 | Robert Schilling | 2015-02-24 | 1 | -2/+4 |
|/ | |||||
* | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 1 | -3/+3 |
| | | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers. | ||||
* | Even more hound fixes | Jeroen van Baarsen | 2015-02-12 | 1 | -10/+20 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Updated rspec to rspec 3.x syntax | Jeroen van Baarsen | 2015-02-12 | 1 | -39/+40 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Fix tests, merge conflicts, some minor issues and make the project avatar ↵ | Hannes Rosenögger | 2015-01-24 | 1 | -53/+53 |
| | | | | feature mergable | ||||
* | adding avatar to project settings page added avatar removal show project ↵ | Steven Thonus | 2015-01-24 | 1 | -0/+22 |
| | | | | avatar on dashboard, projects page, project page added rspec and feature tests added project avatar from repository new default project icon added added copying af avatar to forking of project added generated icon fixed avatar fork hound fix style fix test fix | ||||
* | Remove unnecessary / from avatar url | Hannes Rosenögger | 2015-01-19 | 1 | -1/+1 |
| | | | | | So http://localhost:3000//uploads/user/avatar/1/avatar.png becomes http://localhost:3000/uploads/user/avatar/1/avatar.png | ||||
* | Fix feature and tests | Dmitriy Zaporozhets | 2015-01-08 | 1 | -1/+1 |
| | |||||
* | Add an avatar_url spec when relative url is set. | Marin Jankovski | 2014-12-05 | 1 | -0/+10 |
| | |||||
* | Force of markup output to be the input encoding | Robert Schilling | 2014-08-11 | 1 | -0/+9 |
| | |||||
* | Fix application helper specs | Dmitriy Zaporozhets | 2014-08-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Change gravatar tests to identicon | Dmitriy Zaporozhets | 2014-06-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix helper specs | Dmitriy Zaporozhets | 2014-06-13 | 1 | -5/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | fixes gitlab.com issue #229 | Marvin Frick | 2014-06-10 | 1 | -2/+2 |
| | | | | | | | Changes .js.coffe files to not use a hardcoded path to `no_avatar.png` but instead stick with the asset pipeline. renames coffee.erb back to coffee | ||||
* | Add nofollow to all internal links. | Marin Jankovski | 2014-05-30 | 1 | -0/+23 |
| | |||||
* | Make sure that tests pass when aws group is used. | Marin Jankovski | 2014-04-24 | 1 | -2/+2 |
| | |||||
* | Sort tag names using VersionSorter | Robert Speicher | 2014-03-09 | 1 | -0/+38 |
| | |||||
* | Fix group_icon spec | Dmitriy Zaporozhets | 2014-03-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | added group avatars | Steven Thonus | 2014-01-28 | 1 | -0/+17 |
| | |||||
* | Fix tests | Dmitriy Zaporozhets | 2013-12-17 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | fix most of warnings | skv | 2013-12-15 | 1 | -11/+11 |
| | |||||
* | Cover the simple_sanitize helper | Robert Speicher | 2013-10-19 | 1 | -0/+17 |
| | |||||
* | avatar upload on profile page | Steven Thonus | 2013-10-09 | 1 | -0/+18 |
| | |||||
* | user_color_scheme_class with current_user | Christian Höltje | 2013-06-03 | 1 | -0/+22 |
| | | | | | | | | | This refactors the `user_color_scheme_class` to use a hash with a default. This prevents problems with workers that don't have access to the current_user. Fixes issue #2758 | ||||
* | Fix gravatar and ldap config | Riyad Preukschas | 2012-12-20 | 1 | -2/+2 |
| | |||||
* | allow customize gravatar url | Sergey Linnik | 2012-12-07 | 1 | -0/+22 |
| | |||||
* | Add current_action? helper | Robert Speicher | 2012-09-26 | 1 | -0/+19 |
| | |||||
* | Allow current_controller? helper to take an Array of options | Robert Speicher | 2012-09-26 | 1 | -0/+5 |
| | |||||
* | Add current_controller? helper method | Robert Speicher | 2012-09-26 | 1 | -0/+14 |
| | | | | Simplifies some of the "active tab" checks we're doing | ||||
* | Allow disabling Gravatars in gitlab.yml settings | Robert Speicher | 2012-08-15 | 1 | -0/+26 |
| | | | | Closes #1237 | ||||
* | merge request entity | Dmitriy Zaporozhets | 2011-11-28 | 1 | -35/+0 |
| | |||||
* | Use secure.gravatar.com when running over SSL | Ariejan de Vroom | 2011-11-09 | 1 | -0/+35 |