aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ThumbnailerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+0
|
* Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-261-2/+2
|
* lint: apply phpcbf to tests/VirtualTam2018-12-021-3/+5
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* 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