- Apr 29, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Apr 09, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 05, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Apr 12, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Sep 09, 2016
-
-
Morris Jobke authored
* 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.
-
- Jul 26, 2016
-
-
Morris Jobke authored
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
- Jul 20, 2016
-
-
Roeland Jago Douma authored
* OCSException * OCSBadRequestException * OCSForbiddenException * OCSNotFoundException
-
- Jun 10, 2016
-
-
Bjoern Schiessle authored
-
Lukas Reschke authored
Logs already: - Share events - Authentication events - User management events - File action events
-
- Oct 16, 2012
-
-
Sam Tuke authored
-
- Aug 26, 2012
-
-
Frank Karlitschek authored
-
- Aug 25, 2012
-
-
Jörn Friedrich Dreyer authored
OC_Share no longer exists. remove hooks that would trigger require_once / autoloading failures, so i can at least upload files
-
- May 07, 2012
-
-
Bart Visscher authored
-
Bart Visscher authored
-
Bart Visscher authored
Audit the filesystem action
-