aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/Thumbnailer.php
Commit message (Collapse)AuthorAgeFilesLines
* Manually fix remaining PHPCS errorsArthurHoaro2020-11-091-4/+4
|
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-2/+3
|
* Process thumbnail synchronize page through Slim controllersArthurHoaro2020-07-231-2/+1
|
* thumbnailer: add soundcloud.com to list of common media domainsnodiscc2019-09-211-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 installedArthurHoaro2019-02-091-1/+1
|
* Optimize and cleanup importsVirtualTam2019-01-131-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* lint: fix line-length warningsVirtualTam2018-12-021-1/+4
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Thumbnails: add a common mode to only retrieve thumbs from popular media ↵ArthurHoaro2018-07-051-2/+52
| | | | websites
* Take code review into accountArthurHoaro2018-07-051-0/+17
| | | | Upgrade web-thumbnailer and display thumbs right after download
* Update thumbnail integration after rebasing the branchArthurHoaro2018-07-051-2/+13
|
* Use web-thumbnailer to retrieve thumbnailsArthurHoaro2018-07-051-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