Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the the code to extract epub thumbnails | Harald Eilertsen | 2025-02-12 | 1 | -10/+138 |
| | | | | | | | | | | The PHP Epub Meta library has a dependency that prevents deployment on 32bit architectures. We also don't need all the functionality in that library, so this patch replaces it with our own simplified code for fetching the cover embedded in Epub archives. We also expand the test suite and clean up some minor issues in the Epubthumbnail class. | ||||
* | Thumbs\Epubthumb: Adapt to new version of EPub meta lib. | Harald Eilertsen | 2024-11-08 | 1 | -18/+27 |
| | | | | Also fixes a few issues and refactor the code a bit. | ||||
* | Remove epub-meta from library | Harald Eilertsen | 2024-11-08 | 1 | -2/+2 |
| | |||||
* | Deprecate *_config() functions in core. | Harald Eilertsen | 2024-03-24 | 2 | -2/+4 |
| | |||||
* | hotfix: make sure to not pass an empty path to fopen() | Mario | 2023-04-21 | 5 | -10/+30 |
| | |||||
* | encode object after we have dealt with deleted items and work around a php error | Mario | 2023-03-24 | 1 | -7/+11 |
| | |||||
* | imagick converter: -thumbnail doesn't preserve exif, -resize does | zotlabs | 2018-06-26 | 2 | -2/+2 |
| | |||||
* | Merge pull request #951 from dawnbreak/docu | git-marijus | 2018-01-12 | 1 | -11/+29 |
|\ | | | | | :bulb: Add source documentation from recent conversations. | ||||
| * | :bulb: Add source documentation from recent conversations. | Klaus Weidenbach | 2018-01-05 | 1 | -11/+29 |
| | | | | | | | | | | | | There have been some conversations in the last weeks which explained several parts of the code, so add it to the source code documentation. Also some other small source code documentation improvements. | ||||
* | | scrutinizer mods | zotlabs | 2018-01-09 | 1 | -0/+1 |
|/ | |||||
* | provide warning if ffmpeg not found and video thumbnail is requested | zotlabs | 2017-12-30 | 1 | -1/+7 |
| | |||||
* | document that imagick calls/execs ffmpeg for mp4 video thumbnails | zotlabs | 2017-12-25 | 1 | -1/+7 |
| | |||||
* | Video thumbnail generator | zotlabs | 2017-11-21 | 2 | -5/+58 |
| | |||||
* | pdf thumbnails | zotlabs | 2017-11-21 | 1 | -0/+49 |
| | |||||
* | thumbnail generator for epubs | zotlabs | 2017-11-21 | 1 | -0/+38 |
| | |||||
* | fix album cover thumb generator | zotlabs | 2017-11-20 | 1 | -2/+2 |
| | |||||
* | more work theming the tile view | zotlabs | 2017-11-20 | 1 | -1/+1 |
| | |||||
* | add mp3 audio thumbnail generator | zotlabs | 2017-11-20 | 1 | -0/+37 |
| | |||||
* | provide a generalised interface for thumbnail generators to support various ↵ | zotlabs | 2017-11-20 | 1 | -0/+49 |
content types |