summaryrefslogtreecommitdiffstats
path: root/lib/private/preview.php
Commit message (Expand)AuthorAgeFilesLines
* Remove OC_LogThomas Müller2015-07-031-1/+1
* update license headers and authorsMorris Jobke2015-06-251-2/+1
* Remove unneeded returns from private cropping methodsOlivier Paroz2015-06-191-16/+12
* Remove unneeded returns from private cropping methodsOlivier Paroz2015-06-181-16/+6
* Move media type icon preview creation to its own methodOlivier Paroz2015-06-181-4/+25
* Send the mime icon if we can't generate a previewOlivier Paroz2015-06-181-1/+4
* Fix max preview, some resizing and caching issues and force preview providers...Olivier Paroz2015-06-061-250/+538
* Introducing the maximum size previewOlivier Paroz2015-04-071-117/+246
* Update license headersJenkins for ownCloud2015-03-261-8/+26
* Create an interface for OC_Image and OCP\Image for the public APIJoas Schilling2015-03-161-6/+6
* Add an interface for the preview providersJoas Schilling2015-03-161-1/+1
* Move default provider registration to preview managerJoas Schilling2015-03-161-177/+28
* Register preview providers on the preview manager instead of OC\PreviewJoas Schilling2015-03-161-55/+9
* Merge pull request #13648 from oparoz/sfnt-fonts-previewMorris Jobke2015-03-111-1/+2
|\
| * Add support for font previewsOlivier Paroz2015-02-241-1/+2
* | Check whether the file id is valid, before using it to delete the previewsJoas Schilling2015-03-091-9/+10
* | Revert "Updating license headers"Morris Jobke2015-02-261-27/+8
|/
* Updating license headersJenkins for ownCloud2015-02-231-8/+27
* Verify whether type is correctLukas Reschke2015-01-081-2/+3
* Allow disabling previews per mountRobin Appelman2014-12-171-0/+5
* Stop flooding the log, when previews are disabledJoas Schilling2014-12-031-1/+1
* Split bitmap providers into one per fileJoas Schilling2014-11-281-2/+0
* Split office providers into one class per fileJoas Schilling2014-11-281-1/+0
* Fix intendation and doc blocks of preview providersJoas Schilling2014-11-281-5/+0
* Move registration of core preview providers to previewJoas Schilling2014-11-271-2/+70
* The class name is Movie NOT MoviesOlivier Paroz2014-11-251-2/+2
* remove ugly hack and don't use OC\Preview\Image for tiffs and svgsGeorg Ehrke2014-11-231-10/+0
* Merge pull request #11741 from owncloud/delete_all_children_preview_2Vincent Petry2014-11-171-16/+94
|\
| * delete all children's previews when deleting a folderGeorg Ehrke2014-10-301-16/+94
* | Add type hinting to functionsLukas Reschke2014-10-241-1/+1
|/
* Make files non executableLukas Reschke2014-10-241-0/+0
* Remove insane commentLukas Reschke2014-10-161-1/+0
* Fix SVG iconsLukas Reschke2014-10-161-2/+13
* Merge pull request #11367 from owncloud/removeIsMimeSupportedLukas Reschke2014-10-121-3/+1
|\
| * Remove uneeded slicing of elementLukas Reschke2014-09-301-3/+1
* | New generic class for Imagemagick conversionsOlivier Paroz2014-10-041-3/+5
|/
* Clarify possible preview providers for type OfficeLukas Reschke2014-09-241-2/+6
* Add a configuration switch for enabled preview mimetypesLukas Reschke2014-09-221-12/+35
* make sure preview prop is instanceof OC_Image before using it in showPreviewGeorg Ehrke2014-09-211-1/+3
* Throw error in showPreview instead the constructorLukas Reschke2014-09-191-7/+7
* Merge pull request #9554 from owncloud/fix_preview_orientationLukas Reschke2014-09-171-2/+0
|\
| * fix orientation in image-backend, not in preview system itselfGeorg Ehrke2014-07-091-2/+0
* | Route for thumbnail generationtobiasKaminsky2014-09-161-0/+6
* | add phpdocGeorg Ehrke2014-09-151-0/+4
* | add y to with-aspect naming schemaGeorg Ehrke2014-09-151-7/+13
* | Adding support for tiff filesOlivier Paroz2014-09-021-0/+1
* | Check return of fopen() before using itJoas Schilling2014-08-041-5/+8
* | Merge pull request #10051 from owncloud/preview-empty-textThomas Müller2014-07-311-0/+30
|\ \
| * | Use svg mimeicons for empty text filesRobin Appelman2014-07-301-0/+30
| |/
* / Also keep maxY into account when scaling a preview while preserving aspect ratioRobin Appelman2014-07-301-2/+8
|/