nextcloud/apps
Morris Jobke 9ca848c317
Opening the trashbin causes errors in log for files without preview
* 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.
2016-09-13 20:18:09 +02:00
..
admin_audit Disable by default 2016-08-08 16:48:00 +02:00
comments [tx-robot] updated from transifex 2016-09-09 00:09:38 +00:00
dav Merge pull request #1343 from nextcloud/stable10-throw-exceptions-not-printable 2016-09-09 15:23:55 +02:00
encryption [tx-robot] updated from transifex 2016-09-05 00:09:16 +00:00
federatedfilesharing [tx-robot] updated from transifex 2016-09-08 00:10:28 +00:00
federation [tx-robot] updated from transifex 2016-09-08 00:10:28 +00:00
files [tx-robot] updated from transifex 2016-09-09 00:09:38 +00:00
files_external [tx-robot] updated from transifex 2016-09-09 00:09:38 +00:00
files_sharing Allow increasing permissions for share owner 2016-09-13 11:39:22 +02:00
files_trashbin Opening the trashbin causes errors in log for files without preview 2016-09-13 20:18:09 +02:00
files_versions [tx-robot] updated from transifex 2016-09-08 00:10:28 +00:00
provisioning_api add viewBox to app icon for proper scaling in Firefox 2016-08-17 18:39:50 +02:00
systemtags [tx-robot] updated from transifex 2016-09-08 00:10:28 +00:00
testing Add viewBox to app icons 2016-08-17 16:27:04 +02:00
theming Add icon for the theming app 2016-09-07 08:34:01 +02:00
updatenotification [tx-robot] updated from transifex 2016-09-13 00:11:26 +00:00
user_ldap [tx-robot] updated from transifex 2016-09-08 00:10:28 +00:00
workflowengine Merge pull request #1316 from nextcloud/backport-1311-add-docs-for-workflows 2016-09-08 14:08:52 +02:00