Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New preview generator | Roeland Jago Douma | 2016-11-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #1338 from nextcloud/fix-trashbin-errors | Roeland Jago Douma | 2016-09-13 | 1 | -0/+6 |
|\ | | | | | Opening the trashbin causes errors in log for files without preview | ||||
| * | Opening the trashbin causes errors in log for files without preview | Morris Jobke | 2016-09-09 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * put a file without a generated preview in the trashbin (e.g. a *.docx file) * open the trashbin * following errors will show up in the nextcloud.log: - filesize(): stat failed for ... - fopen(...): failed to open stream: No such file or directory at ... - fread() expects parameter 1 to be resource, boolean given at ... - fclose() expects parameter 1 to be resource, boolean given at ... - imagecreatefromstring(): Empty string or invalid image at ... This is because the preview code tries to load an SVG image, which is obviously only text. The fix simply handles this before the loading happens and the web UI keeps showing the default mimetype icon. | ||||
* | | Fix failing preview unit tests (#26039) | Thomas Müller | 2016-09-12 | 1 | -1/+1 |
|/ | |||||
* | Check if the file isReadable() before sending a (cached) preview | Joas Schilling | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
| | |||||
* | propagator batching when removing thumbnails | Robin Appelman | 2016-06-14 | 1 | -7/+13 |
| | |||||
* | remvoe duplicate rmdir | Robin Appelman | 2016-06-14 | 1 | -1/+0 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -3/+3 |
| | |||||
* | Move more from \OC to PSR-4 | Roeland Jago Douma | 2016-04-29 | 1 | -0/+1337 |
* \OC\OCSClient * \OC\Preview * \OC\PreviewManager * \OC\Repair * \OC\RepairException * \OC\Search * \OC\ServerContainer * \OC\ServerNotAvailableException * \OC\ServiceUnavailableException * \OC\Setup * \OC\Streamer * \OC\SubAdmin * \OC\SystemConfig * \OC\TagManager * \OC\Tags * \OC\TempManager * \OC\TemplateLayout * \OC\URLGenerator * \OC\Updater |