Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-23delete all children's previews when deleting a folderGeorg Ehrke
add phpdoc Conflicts: lib/private/preview.php
2014-11-23add y to with-aspect naming schemaGeorg Ehrke
2014-10-24Make files non executableLukas Reschke
There is not much sense in having these files marked executable, we should avoid that.
2014-10-16Remove insane commentLukas Reschke
2014-10-16Fix SVG iconsLukas Reschke
FIXME: Ugly hack to prevent SVG of being returned if the SVG provider is not enabled. This is required because the preview system is designed in a bad way and relies on opt-in with asterisks (i.e. image/*) which will lead to the fact that a SVG will also match the image provider. Conflicts: lib/private/preview.php
2014-09-25Clarify possible preview providers for type OfficeLukas Reschke
a Conflicts: lib/private/preview.php
2014-09-23Add a configuration switch for enabled preview mimetypesLukas Reschke
Backport of https://github.com/owncloud/core/pull/11211 to stable7
2014-09-22make sure preview prop is instanceof OC_Image before using it in showPreviewGeorg Ehrke
2014-07-30Also keep maxY into account when scaling a preview while preserving aspect ratioRobin Appelman
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
* test case added to avoid adding them later
2014-05-13object -> \OC\PreviewThomas Müller
2014-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-05-13Fix @return array PHPDocs, in /libRobin McCorkell
2014-05-05Dont create borders around previews when scaling up is disabledRobin Appelman
2014-05-02Images on public sharing get downscaled to increase use experience - this ↵Thomas Müller
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
2014-04-21Some more PHPDoc fixesLukas Reschke
2014-04-14Merge pull request #8019 from owncloud/thumbnail_fixesThomas Müller
Thumbnail fixes
2014-04-04adding unit test for cache mechanismThomas Müller
2014-04-04Pass the correct root to the preview on post_writeRobin Appelman
2014-04-04fixing typos/spellingsThomas Müller
2014-04-03fix float comparison for negative resultsJörn Friedrich Dreyer
2014-04-02extract more methodsJörn Friedrich Dreyer
2014-04-02extract method isCachedBiggerJörn Friedrich Dreyer
2014-04-02remove unnecessary codeJörn Friedrich Dreyer
2014-04-02compare floats with epsilonJörn Friedrich Dreyer
2014-03-17Merge pull request #7704 from ↵Vincent Petry
owncloud/preview_use_pre_instead_of_post_delete_hook_2 use preDelete instead of postDelete hook
2014-03-14always output a pngGeorg Ehrke
2014-03-13improve validation of getFileInfo in \OC\PreviewGeorg Ehrke
2014-03-13use preDelete instead of postDelete hookGeorg Ehrke
2014-03-05add fclose, fixes issue from bdb96b9af85256f9b3f8663ccf6d27b3d1330918Georg Ehrke
2014-03-05fix issue with spamming logging files when loading cached thumbnailGeorg Ehrke
2014-02-27Cache the fileinfo in OC\PreviewRobin Appelman
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2013-11-28add PHPDoc for setMimetype()Bjoern Schiessle
2013-11-28we need to be able to set the mimetype manuallyBjoern Schiessle
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller
Conflicts: lib/private/vcategories.php