summaryrefslogtreecommitdiff
path: root/app/models/blob.rb
Commit message (Expand)AuthorAgeFilesLines
* Detect if file that appears to be text in the first 1024 bytes is actually bi...dm-blob-binaryness-changeDouwe Maan2017-06-081-2/+5
* Merge branch 'dm-blob-file-type' into 'master'Grzegorz Bizon2017-06-081-0/+4
|\
| * Add Blob#file_type convenience methoddm-blob-file-typeDouwe Maan2017-06-081-0/+4
* | Merge branch 'dm-empty-blob-viewer-binary' into 'master'Grzegorz Bizon2017-06-081-1/+1
|\ \ | |/ |/|
| * Empty blob viewer isn’t binary-onlydm-empty-blob-viewer-binaryDouwe Maan2017-06-071-1/+1
* | Blob#load_all_data! doesn’t need an argumentblob-load-all-dataDouwe Maan2017-06-071-0/+4
|/
* Consistent diff and blob size limit namesDouwe Maan2017-05-291-8/+4
* Merge branch 'dm-gemfile-viewer'Rémy Coutable2017-05-181-1/+13
|\
| * Add auxiliary blob viewers to dependency filesDouwe Maan2017-05-171-1/+13
* | Add auxiliary viewer for READMEdm-readme-viewerDouwe Maan2017-05-171-0/+1
|/
* Add auxiliary blob viewer for CHANGELOGDouwe Maan2017-05-171-1/+2
* Add auxiliary viewer for CONTRIBUTINGdm-contributing-viewerDouwe Maan2017-05-161-1/+3
* Implement auxiliary blob viewersDouwe Maan2017-05-101-12/+22
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Merge branch 'balsalmiq-support' into 'master' Phil Hughes2017-05-051-0/+1
|\
| * Merge branch 'master' into balsalmiq-supportLuke "Jared" Bennett2017-04-301-0/+2
| |\
| * \ Merge branch 'master' into balsalmiq-supportLuke "Jared" Bennett2017-04-281-60/+118
| |\ \
| * | | BE review changesLuke "Jared" Bennett2017-04-121-1/+1
| * | | Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett2017-04-121-5/+25
| |\ \ \
| * | | | Initial balsamiq supportJacob Schatz2017-04-101-0/+6
* | | | | Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storageDouwe Maan2017-05-031-16/+30
| |_|_|/ |/| | |
* | | | Display video blobs in-line like imagesdm-video-viewerDouwe Maan2017-04-281-0/+2
| |_|/ |/| |
* | | Explain how viewers are selected from RICH_VIEWERSDouwe Maan2017-04-271-7/+27
* | | Add specsDouwe Maan2017-04-271-2/+2
* | | Small code tweaksDouwe Maan2017-04-271-12/+18
* | | Add BlobViewer::Base#binary? methodDouwe Maan2017-04-271-20/+24
* | | Refactor overriding max sizeDouwe Maan2017-04-271-3/+8
* | | Address feedbackDouwe Maan2017-04-271-5/+3
* | | Add test stubsDouwe Maan2017-04-271-2/+2
* | | Add rich blob viewersDouwe Maan2017-04-271-0/+8
* | | Refactor Blob and add BlobViewer::BaseDouwe Maan2017-04-271-56/+70
* | | Pass project to BlobDouwe Maan2017-04-271-2/+10
| |/ |/|
* | Don't show 'Copy content' button on text files that are not rendered as textDouwe Maan2017-04-101-5/+25
|/
* STL file viewerPhil Hughes2017-04-061-0/+6
* Use PDFLab to render PDFs in GitLabSam Rose2017-04-051-0/+6
* Load a preview of Sketch 43 filessketch-preview-filesJacob Schatz2017-04-051-0/+6
* Added worksheets support to notebook viewerPhil Hughes2017-03-301-1/+1
* Started iPython notebook viewerPhil Hughes2017-03-231-0/+6
* Do not show LFS object when LFS is disabledChristopher Bartz2017-03-131-2/+6
* Handle encoding in non-binary Blob instancesupdate-gitlab-gitYorick Peterse2016-09-141-0/+12
* Limit the size of SVGs when viewing them as blobssvg-render-size-limitYorick Peterse2016-08-151-0/+7
* Ensure relative paths for video are rewritten as we do for images20189-markdown-video-doesn-t-work-when-the-referenced-video-file-is-in-same-repoRémy Coutable2016-07-261-0/+4
* Fix Error 500 when viewing a blob with binary characters after the 1024-byte ...Stan Hu2016-06-121-1/+1
* Properly handle bigger filesZeger-Jan van de Weg2016-04-281-0/+8
* Refactor caching codeJacob Vosmaer2016-03-071-0/+3
* Add a `Blob` model that wraps `Gitlab::Git::Blob`rs-blobRobert Speicher2016-02-181-0/+34