[Pkg-owncloud-commits] [owncloud] 338/457: Merge pull request #16382 from oparoz/providers-are-responsible-for-the-size-of-their-preview

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:06:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 64c9c27f7e19745e7b7d6b51120262485e4712c6
Merge: 1769de0 3d0a523
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Mon Jun 8 16:14:35 2015 +0200

    Merge pull request #16382 from oparoz/providers-are-responsible-for-the-size-of-their-preview
    
    Fix max preview, some resizing and caching issues and force preview providers to resize their previews properly

 lib/private/image.php            |  24 ++
 lib/private/preview.php          | 788 +++++++++++++++++++++++-----------
 lib/private/preview/image.php    |  10 +-
 lib/private/preview/movie.php    |   7 +-
 lib/private/preview/mp3.php      |   7 +-
 lib/private/preview/office.php   |  24 +-
 lib/private/preview/provider.php |   4 +-
 lib/private/preview/svg.php      |  13 +-
 lib/public/iimage.php            |  10 +
 tests/data/testimage-wide.png    | Bin 0 -> 173080 bytes
 tests/data/testimage.eps         | 175 ++++++++
 tests/data/testimage.mp3         | Bin 0 -> 6144 bytes
 tests/data/testimage.mp4         | Bin 0 -> 383631 bytes
 tests/data/testimage.odt         | Bin 0 -> 32925 bytes
 tests/data/testimagelarge.svg    |   2 +
 tests/lib/image.php              |  86 +++-
 tests/lib/preview.php            | 886 ++++++++++++++++++++++++++++++++-------
 tests/lib/preview/bitmap.php     |  36 ++
 tests/lib/preview/image.php      |  36 ++
 tests/lib/preview/movie.php      |  46 ++
 tests/lib/preview/mp3.php        |  36 ++
 tests/lib/preview/office.php     |  43 ++
 tests/lib/preview/provider.php   | 187 +++++++++
 tests/lib/preview/svg.php        |  41 ++
 tests/lib/preview/txt.php        |  37 ++
 25 files changed, 2067 insertions(+), 431 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list