aboutsummaryrefslogtreecommitdiffstats
path: root/core/ajax/preview.php
Commit message (Collapse)AuthorAgeFilesLines
* Check if the file isReadable() before sending a (cached) previewJoas Schilling2016-08-291-0/+2
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* allow passing the fileinfo to the preview managerRobin Appelman2015-10-011-1/+1
|
* Change small thumbnails to 32 pxMorris Jobke2015-09-301-2/+2
| | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big
* Allow creating previewss that cover the specified dimensionsRobin Appelman2015-09-021-0/+2
|
* Remove OC_LogThomas Müller2015-07-031-2/+2
|
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* Update license headersJenkins for ownCloud2015-03-261-4/+22
|
* Use the PreviewManager where possibleJoas Schilling2015-03-161-3/+2
|
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+4
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-4/+20
|
* Verify whether type is correctLukas Reschke2015-01-081-16/+12
| | | | `$this->info` can very well contain an empty array or possibly other values. This means that when this code path is called a PHP Fatal error might get thrown which is not what we want.
* new OC.Search, add search result formatters and handlers, use full content ↵Jörn Friedrich Dreyer2015-01-021-1/+1
| | | | width for results
* Close the session for preview generationLukas Reschke2014-09-291-0/+1
| | | | Without closing the session every preview image generation is locking the session which makes the webinterface unresponsive.
* Merge pull request #10051 from owncloud/preview-empty-textThomas Müller2014-07-311-1/+2
|\ | | | | Use svg mimeicons for empty text files
| * Use svg mimeicons for empty text filesRobin Appelman2014-07-301-1/+2
| |
* | Also keep maxY into account when scaling a preview while preserving aspect ratioRobin Appelman2014-07-301-4/+0
|/
* Images on public sharing get downscaled to increase use experience - this ↵Thomas Müller2014-05-021-1/+7
| | | | | | | | | | | will speed up loading time - adding keep aspect to core/ajax/preview.php - remove duplicate method Preview::show() - no more hard coded mimetype of preview - remove .png from the preview urls - keep old route preview.png for backwards compatibility - aspect preserving previews are now cached
* rename url parameterRobin Appelman2014-02-241-1/+1
|
* Add url parameter to control whether previews should return 404 when the ↵Robin Appelman2014-02-211-1/+2
| | | | mimetype is unsupported
* Show svg mime icons when no preview is availableRobin Appelman2014-02-191-13/+17
|
* remove empty lineGeorg Ehrke2014-01-301-1/+0
|
* don't urldecode get var, php does this automaticallyGeorg Ehrke2014-01-301-1/+2
|
* style fixes for preview libGeorg Ehrke2013-08-191-4/+5
|
* remove \OC\Preview::showErrorPreviewGeorg Ehrke2013-08-141-3/+0
|
* style fixesGeorg Ehrke2013-07-301-0/+42