]> source.dussan.org Git - nextcloud-server.git/commit
Introducing the maximum size preview
authorOlivier Paroz <github@oparoz.com>
Tue, 7 Apr 2015 14:45:16 +0000 (16:45 +0200)
committerOlivier Paroz <github@oparoz.com>
Tue, 7 Apr 2015 14:45:59 +0000 (16:45 +0200)
commit74bf9806b0fd17c82a5d3048d03a8dc735a2ce04
treeb3ac9346a0d6c3ec30edc5e99cccd9c6598be655
parent2182ae0d278f466e7f117b03bf4ebca0e6e9fe9b
 Introducing the maximum size preview
The first time we're asked to generate a preview we'll generate one of the maximum dimension indicated in the configuration and all future resizing requests will be done on that preview in order to not waste time converting the same file over and over.

One of the fixes required for #12465
config/config.sample.php
lib/private/preview.php
tests/lib/preview.php