summaryrefslogtreecommitdiff
path: root/app/helpers/blob_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename can_edit_blob? to can_modify_blob?dm-can-modify-blobDouwe Maan2017-04-171-3/+3
* Don't show 'Copy content' button on text files that are not rendered as textDouwe Maan2017-04-101-0/+4
* Merge branch 'button-capitalization' into 'master' Clement Ho2017-04-061-1/+1
|\
| * Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez2017-04-061-1/+1
* | Copy diff file path as GFMDouwe Maan2017-04-061-2/+2
|/
* Linking to edit file directlyEric Eastwood2017-04-061-17/+22
* Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz2017-03-201-1/+1
* Use code icon for RawDouwe Maan2017-03-161-1/+1
* Fix specDouwe Maan2017-03-161-0/+14
* Fix code for copsDouwe Maan2017-02-231-10/+11
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-3/+3
* removes old css class from everywhere27291-unify-mr-diff-file-buttonsNur Rony2017-02-021-2/+2
* Introduce "Set up autodeploy" button to help configure GitLab CI for deploymentadam-auto-deployAdam Niedzielski2016-12-211-1/+1
* Allow to use Dockerfile templatesKamil Trzcinski2016-11-081-0/+4
* Refactor template selector in issuable formrefactor-issuable-form-template_selectorRémy Coutable2016-11-041-27/+0
* Move editor paths to helperSean McGivern2016-08-191-0/+8
* edit_blob_link can receive the blob to avoid access to the repository20454-edit-button-mrPaco Guzman2016-08-181-6/+3
* Load issues and merge requests templates from repositoryFelipe Artur2016-08-161-8/+33
* Improve diff performance by eliminating redundant checks for text blobsremove-redundant-blob-text-callsStan Hu2016-07-291-1/+1
* 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