summaryrefslogtreecommitdiff
path: root/app/helpers/blob_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* use %(...) and %[...] in favor of %<...>feature.rouge-20http://jneen.net/2016-07-141-1/+1
* kill the nowrap optionhttp://jneen.net/2016-07-141-2/+3
* rm dead `highlighter` methodhttp://jneen.net/2016-07-141-4/+0
* add custom highlighting via .gitattributeshttp://jneen.net/2016-06-271-4/+4
* Merge branch 'backport_from_ee' into 'master' Valery Sizov2016-06-211-1/+1
|\
| * Fix on-hover state for 'Edit' button on tree viewValery Sizov2016-06-211-1/+1
* | Incorporate reviewZ.J. van de Weg2016-06-201-2/+2
* | Implement backend gitlab ci dropdownZ.J. van de Weg2016-06-201-4/+10
* | Refactor Gitlab::GitignoresZJ van de Weg2016-06-201-5/+3
|/
* Implements TemplateDropdown class to create custom template dropdownstemplate_dropdownAlfredo Sumaran2016-06-161-2/+2
* Fix Error 500 when viewing a blob with binary characters after the 1024-byte ...Stan Hu2016-06-121-1/+1
* Dropdown implementationzj-gitignore-dropdownAlfredo Sumaran2016-05-201-5/+5
* Dropdown implementationAlfredo Sumaran2016-05-201-1/+7
* Backend for a gitignores dropdownZeger-Jan van de Weg2016-05-201-0/+4
* Update SVG sanitizer to conform to SVG 1.1Stan Hu2016-05-061-1/+1
* Properly handle bigger filesZeger-Jan van de Weg2016-04-281-2/+2
* Continue implementation of the license template selector and /licenses API en...Rémy Coutable2016-04-181-0/+11
* Diff design updatesAnnabel Dunstone2016-04-071-3/+3
* change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-201-3/+3
* Use Rails etag/cache_control helperscache-raw-2Jacob Vosmaer2016-03-071-11/+4
* Refactor caching codeJacob Vosmaer2016-03-071-7/+10
* Tell clients/proxies to cache raw blob requestsJacob Vosmaer2016-03-031-0/+25
* Explain why we mangle blob content typessafe-content-typeJacob Vosmaer2016-02-241-0/+18
* Add a `Blob` model that wraps `Gitlab::Git::Blob`rs-blobRobert Speicher2016-02-181-4/+0
* Render sanitized SVG imagesStan Hu2016-02-011-0/+12
* Merge branch 'issue_2406' into 'master' Dmitriy Zaporozhets2016-01-281-4/+2
|\
| * Fix broken specs. #2406Rubén Dávila2016-01-201-4/+2
| * Setup new fork link in sidebar and routes. #2406Rubén Dávila2016-01-201-2/+2
* | Fix MR diff 'Edit' buttonfix-mr-diff-edit-buttonDouwe Maan2016-01-211-6/+6
* | Refactor Gitlab::Highlight and fix testsDouwe Maan2016-01-191-2/+6
* | Remove duplication around highlighting.Douwe Maan2016-01-141-15/+1
* | Refactor parallel_diff generation a bit.Douwe Maan2016-01-141-9/+2
* | Small fixes from code review. #3945Rubén Dávila2016-01-121-3/+3
* | New implementation for highlighting diff files. #3945Rubén Dávila2015-12-301-15/+0
* | Add syntax highlighting to diff view. #3945Rubén Dávila2015-12-281-4/+25
|/
* Fix specs and behavior for LFS filesDouwe Maan2015-12-181-6/+4
* Satisfy RubocopDouwe Maan2015-12-181-2/+2
* Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-21/+81
* Only show Edit button for text blobs.edit-in-patch-branchDouwe Maan2015-12-081-2/+2
* Show tooltip when trying to edit file when not on branchDouwe Maan2015-12-081-20/+18
* Rename blob helper, bump version of gitlab_git to 7.2.21.Marin Jankovski2015-12-071-3/+3
* Add specs for showing lfs object in UI.Marin Jankovski2015-12-071-1/+13
* Capitalize tab titlesDouwe Maan2015-12-021-1/+1
* Add HTMLGitlab formatterStefan Tatschner2015-07-291-1/+1
* Replace Rugments with RougeStefan Tatschner2015-07-291-4/+4
* Fix git blame syntax highlighting when different commits break up linesStan Hu2015-05-271-5/+5
* workaround for buggy lexersHannes Rosenögger2015-05-201-2/+4
* Rename MarkdownHelper to MarkupHelperJakub Jirutka2015-05-181-1/+1
* Improve file icons rendering on treeSullivan SENECHAL2015-03-281-0/+8
* Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-191-1/+1
|\