aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/preview/image.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Preview to PSR-4Roeland Jago Douma2016-04-201-68/+0
|
* To be safe don't unload until end (#23752)Joshua Ruehlig2016-04-111-1/+1
| | | | | | * To be safe don't unload until end * unlink needs to be before return to actually do anything
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-1/+1
|
* Clean temp files used for thumbnail generationRobin Appelman2015-09-301-1/+5
|
* update license headers and authorsMorris Jobke2015-06-251-1/+1
|
* Fix max preview, some resizing and caching issues and force preview ↵Olivier Paroz2015-06-061-3/+7
| | | | | | | | | | providers to resize their previews properly * introduces a method in OC_Image which doesn't stretch images when trying to make them fit in a box * adds the method to all key providers so that they can do their job, as expected by the Preview class * improves the caching mechanism of Preview in order to reduce I/O and to avoid filling the available disk space * fixes some long standing issues * **contains mostly tests**
* Split image provider in one sub-class per media typeOlivier Paroz2015-04-021-8/+2
|
* Update license headersJenkins for ownCloud2015-03-261-5/+22
|
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+21
|
* add config-option for an image's maximum filesize when generating previewsGeorg Ehrke2015-01-221-0/+7
|
* Fix intendation and doc blocks of preview providersJoas Schilling2014-11-281-1/+6
|
* Move registration of core preview providers to previewJoas Schilling2014-11-271-2/+0
| | | | So the class files only have class code and don't execute code
* remove ugly hack and don't use OC\Preview\Image for tiffs and svgsGeorg Ehrke2014-11-231-1/+1
|
* fix orientation in image-backend, not in preview system itselfGeorg Ehrke2014-07-091-0/+1
|
* Rotate thumbnail when encryption is enabledThomas Müller2014-05-121-4/+5
| | | | | When a picture is encrypted, save it to a temporary file first so that the PHP function for rotation can access it as file.
* Images on public sharing get downscaled to increase use experience - this ↵Thomas Müller2014-05-021-1/+2
| | | | | | | | | | | 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
* Use dedicated OC_Image loader methodsThomas Tanghus2013-11-131-2/+2
| | | | This prevents excessive logging and disk access
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+36
Conflicts: lib/private/vcategories.php