Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | thumbnailer: add soundcloud.com to list of common media domains | nodiscc | 2019-09-21 | 1 | -0/+1 |
| | | | OpenGraph thumbnails are well supported on soundcloud.com, displaying an album/track/artist cover image | ||||
* | Fix thumbnails disabling if PHP GD is not installed | ArthurHoaro | 2019-02-09 | 1 | -1/+1 |
| | |||||
* | Optimize and cleanup imports | VirtualTam | 2019-01-13 | 1 | -1/+1 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | lint: fix line-length warnings | VirtualTam | 2018-12-02 | 1 | -1/+4 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Thumbnails: add a common mode to only retrieve thumbs from popular media ↵ | ArthurHoaro | 2018-07-05 | 1 | -2/+52 |
| | | | | websites | ||||
* | Take code review into account | ArthurHoaro | 2018-07-05 | 1 | -0/+17 |
| | | | | Upgrade web-thumbnailer and display thumbs right after download | ||||
* | Update thumbnail integration after rebasing the branch | ArthurHoaro | 2018-07-05 | 1 | -2/+13 |
| | |||||
* | Use web-thumbnailer to retrieve thumbnails | ArthurHoaro | 2018-07-05 | 1 | -0/+49 |
* 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 |