aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/previewer.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add ActiveStorage::Service#openGeorge Claghorn2019-03-281-4/+4
|
* Update ActiveStorage::Previewer docsGeorge Claghorn2018-07-291-2/+2
| | | | PDFPreviewer became MuPDFPreviewer in 0b717c2. Previewers are simple enough that we can just provide a single example.
* Update ffmpeg -> FFmpeg, mutools|mupdf -> muPDFutilum2018-06-081-1/+1
| | | | [ci skip]
* Exclude upload time from instrumented preview timeGeorge Claghorn2018-06-031-5/+10
|
* Permit opening a blob in a custom tempdirGeorge Claghorn2018-05-171-1/+1
|
* Remove unused `require "active_support/core_ext/string/filters"`Ryuta Kamizono2018-05-171-2/+0
|
* Add ActiveStorage::Previewer#tempdirGeorge Claghorn2018-05-161-1/+5
|
* Add missing block parametersGeorge Claghorn2018-05-161-1/+1
|
* Add ActiveStorage::Blob#openGeorge Claghorn2018-05-161-3/+6
| | | | [David Robertson & George Claghorn]
* Unlink internal tempfiles after useGeorge Claghorn2018-01-261-1/+11
|
* Instrument preview image drawingGeorge Claghorn2018-01-101-3/+5
|
* Expose ActiveStorage::Previewer#logger in API docs [ci skip]George Claghorn2017-12-311-2/+2
| | | | Clarify that it's public API intended for use by third-party previewers. It shouldn't be removed without deprecation even though it isn't used by the built-in previewers.
* Suppress noise from drawing command invocationsGeorge Claghorn2017-12-311-1/+1
|
* Add ActiveStorage::Previewer#logger to match ActiveStorage::Analyzer#loggerGeorge Claghorn2017-11-301-0/+4
|
* Allow third-party previewers/analyzers to customize their tempdirsGeorge Claghorn2017-11-021-1/+3
|
* Extract metadata from images and videosGeorge Claghorn2017-10-221-20/+7
|
* Fix "warning: `*' interpreted as argument prefix"Ryuta Kamizono2017-09-301-1/+1
|
* Preview PDFs and videosGeorge Claghorn2017-09-281-0/+69