]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Use web-thumbnailer to retrieve thumbnails
authorArthurHoaro <arthur@hoa.ro>
Wed, 9 Nov 2016 17:57:02 +0000 (18:57 +0100)
committerArthurHoaro <arthur@hoa.ro>
Thu, 5 Jul 2018 18:31:35 +0000 (20:31 +0200)
commit1b93137e16694f52952c930848e1a7928e8a00a6
tree3d2c69d1c3bd1a85e1e46b04c55fc3978b5ebde8
parentedb4a4d9c9fbc01d67ee8d095fe26648714e2285
Use web-thumbnailer to retrieve thumbnails

  * requires PHP 5.6
  * use blazy on linklist since a lot more thumbs are retrieved
  * thumbnails can be disabled
  * thumbs size is now 120x120
  * thumbs are now cropped to fit the expected size

Fixes #345 #425 #487 #543 #588 #590
12 files changed:
application/PageBuilder.php
application/Thumbnailer.php [new file with mode: 0644]
application/config/ConfigManager.php
assets/vintage/css/shaarli.css
composer.json
inc/web-thumbnailer.json [new file with mode: 0644]
index.php
tests/ThumbnailerTest.php [new file with mode: 0644]
tests/utils/config/configJson.json.php
tpl/vintage/configure.html
tpl/vintage/linklist.html
tpl/vintage/picwall.html