aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ThumbnailerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Thumbnails: add a common mode to only retrieve thumbs from popular media ↵ArthurHoaro2018-07-051-7/+36
| | | | websites
* Update thumbnail integration after rebasing the branchArthurHoaro2018-07-051-15/+49
|
* Use web-thumbnailer to retrieve thumbnailsArthurHoaro2018-07-051-0/+51
* 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