summaryrefslogtreecommitdiffstats
path: root/lib/private/preview.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-27/+27
* object -> \OC\PreviewThomas Müller2014-05-131-1/+1
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-5/+5
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-1/+1
* Dont create borders around previews when scaling up is disabledRobin Appelman2014-05-051-1/+1
* Images on public sharing get downscaled to increase use experience - this wil...Thomas Müller2014-05-021-19/+41
* Some more PHPDoc fixesLukas Reschke2014-04-211-0/+16
* Merge pull request #8019 from owncloud/thumbnail_fixesThomas Müller2014-04-141-102/+132
|\
| * adding unit test for cache mechanismThomas Müller2014-04-041-49/+49
| * fixing typos/spellingsThomas Müller2014-04-041-4/+11
| * fix float comparison for negative resultsJörn Friedrich Dreyer2014-04-031-2/+2
| * extract more methodsJörn Friedrich Dreyer2014-04-021-46/+63
| * extract method isCachedBiggerJörn Friedrich Dreyer2014-04-021-14/+33
| * remove unnecessary codeJörn Friedrich Dreyer2014-04-021-16/+2
| * compare floats with epsilonJörn Friedrich Dreyer2014-04-021-1/+2
* | Pass the correct root to the preview on post_writeRobin Appelman2014-04-041-1/+1
|/
* Merge pull request #7704 from owncloud/preview_use_pre_instead_of_post_delete...Vincent Petry2014-03-171-11/+54
|\
| * improve validation of getFileInfo in \OC\PreviewGeorg Ehrke2014-03-131-8/+20
| * use preDelete instead of postDelete hookGeorg Ehrke2014-03-131-3/+34
* | always output a pngGeorg Ehrke2014-03-141-1/+1
|/
* add fclose, fixes issue from bdb96b9af85256f9b3f8663ccf6d27b3d1330918Georg Ehrke2014-03-051-0/+1
* fix issue with spamming logging files when loading cached thumbnailGeorg Ehrke2014-03-051-1/+3
* Cache the fileinfo in OC\PreviewRobin Appelman2014-02-271-115/+126
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-4/+6
* add PHPDoc for setMimetype()Bjoern Schiessle2013-11-281-0/+4
* we need to be able to set the mimetype manuallyBjoern Schiessle2013-11-281-15/+22
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+630