Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compatibility with PHPUnit 9 | ArthurHoaro | 2020-09-29 | 1 | -1/+0 |
| | |||||
* | Comply with PHPUnit V8: setup/teardown functions must return void | ArthurHoaro | 2020-09-26 | 1 | -2/+2 |
| | |||||
* | lint: apply phpcbf to tests/ | VirtualTam | 2018-12-02 | 1 | -3/+5 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Thumbnails: add a common mode to only retrieve thumbs from popular media ↵ | ArthurHoaro | 2018-07-05 | 1 | -7/+36 |
| | | | | websites | ||||
* | Update thumbnail integration after rebasing the branch | ArthurHoaro | 2018-07-05 | 1 | -15/+49 |
| | |||||
* | Use web-thumbnailer to retrieve thumbnails | ArthurHoaro | 2018-07-05 | 1 | -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 |