summaryrefslogtreecommitdiff
path: root/app/helpers/application_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `start_with?` instead of String slicing to check for external linksRobert Speicher2015-04-121-1/+1
* Speed up the overridden `link_to` helperRobert Speicher2015-04-121-21/+23
* Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan2015-04-101-1/+1
* Big refactoring of issues filtersDmitriy Zaporozhets2015-03-261-1/+9
* Restyle oauth accounts at profile page and add ability to unlink accountimprove-profileDmitriy Zaporozhets2015-03-211-6/+0
* Prevent database query each time we render group avatarDmitriy Zaporozhets2015-03-121-9/+0
* Expose avatar_url in projects APIsue4452015-03-011-4/+2
* Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-191-1/+7
|\
| * DB performance improvements to GitLabDmitriy Zaporozhets2015-02-181-1/+7
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+1
|/
* Improve collapsing sidebarDmitriy Zaporozhets2015-02-031-0/+8
* Rubocop: indentation fixes Yay!!!Dmitriy Zaporozhets2015-02-021-1/+1
* Rubocop: Style/AlignHash enabledDmitriy Zaporozhets2015-02-021-2/+2
* Move `spinner` helper into IconsHelperRobert Speicher2015-01-281-9/+0
* Remove default project iconDmitriy Zaporozhets2015-01-241-2/+0
* Predefine colors for project identiconsDmitriy Zaporozhets2015-01-241-4/+13
* Fix tests, merge conflicts, some minor issues and make the project avatar fea...Hannes Rosenögger2015-01-241-18/+18
* adding avatar to project settings page added avatar removal show project avat...Steven Thonus2015-01-241-0/+25
* Allow to specify home page for non logged-in usersDmitriy Zaporozhets2015-01-161-5/+0
* Replace highlight.js with rouge-fork rugmentsStefan Tatschner2015-01-151-16/+3
* Redesign signin/singup pagesDmitriy Zaporozhets2015-01-071-0/+5
* Share the key table between admin and profile resources.Marin Jankovski2014-12-301-0/+8
* check browser version, blacklisting outdated IE (version < 10)Francesco Coda Zabetta2014-12-241-0/+4
* Refactor issues and merge requests listsDmitriy Zaporozhets2014-12-231-0/+18
* Add theme type css classDrew Blessing2014-12-151-0/+4
* Replace www.gitlab.com with about.gitlab.comCiro Santilli2014-10-071-0/+8
* Use only escaped auto_linkDmitriy Zaporozhets2014-10-061-0/+4
* Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-031-1/+1
* Factor out Emoji parsing using html-pipeline-gitlabRobert Schilling2014-09-261-6/+0
* Changed activity notes to display first MEANINGFUL line.uran2014-09-121-7/+0
* Updating to persist a params snippets variableCharles Bushong2014-09-051-1/+1
* Adding in snippet search functionalityCharles Bushong2014-08-291-0/+2
* Force of markup output to be the input encodingRobert Schilling2014-08-111-1/+2
* Move calls to Gitlab::MarkdownHelper to application_helperRobert Schilling2014-08-111-0/+8
* Rescue if markup fails, fixes #7455Robert Schilling2014-08-101-0/+2
* Dont expose user email via APIDmitriy Zaporozhets2014-06-131-10/+8
* Show spinner on network graph while it loadingDmitriy Zaporozhets2014-06-111-2/+5
* fixes gitlab.com issue #229Marvin Frick2014-06-101-1/+1
* Add nofollow to all internal links.Marin Jankovski2014-05-301-7/+20
* Extend default link_to helper to add noreferrer html_option.Marin Jankovski2014-05-291-0/+14
* allow using the user's email address as a http parameter in gravatar urls for...Arnaud ABELARD2014-04-121-1/+1
* Correct image path to social iconsDmitriy Zaporozhets2014-03-121-2/+1
* Remove extra whitespaceRobert Speicher2014-03-101-1/+1
* Sort tag names using VersionSorterRobert Speicher2014-03-091-3/+2
* Remove arguments from grouped_options_refsRobert Speicher2014-03-091-1/+1
* Use rails helper image-url for reference images in cssDmitriy Zaporozhets2014-03-061-1/+1
* project_user selectbox with ajax autocompleteDmitriy Zaporozhets2014-02-131-9/+0
* Replace gif animation with font icon spinnerDmitriy Zaporozhets2014-02-051-0/+6
* Merge pull request #6178 from Popl7/add_group_avatarsDmitriy Zaporozhets2014-01-281-0/+9
|\
| * added group avatarsSteven Thonus2014-01-281-0/+9