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 (Expand)Author
2014-11-23delete all children's previews when deleting a folderGeorg Ehrke
2014-11-23add y to with-aspect naming schemaGeorg Ehrke
2014-10-24Make files non executableLukas Reschke
2014-10-16Remove insane commentLukas Reschke
2014-10-16Fix SVG iconsLukas Reschke
2014-09-25Clarify possible preview providers for type OfficeLukas Reschke
2014-09-23Add a configuration switch for enabled preview mimetypesLukas Reschke
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
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 wil...Thomas Müller
2014-04-21Some more PHPDoc fixesLukas Reschke
2014-04-14Merge pull request #8019 from owncloud/thumbnail_fixesThomas Müller
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 owncloud/preview_use_pre_instead_of_post_delete...Vincent Petry
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