- Nov 17, 2014
-
-
Lukas Reschke authored
In some cases the 'size' field is not available resulting in some PHP errors such as: ```json {"reqId":"03548fd9e3d3aca15a5796b3b35d7b9d","remoteAddr":"::1","app":"PHP","message":"Undefined index: size at \/Users\/lreschke\/Programming\/core\/lib\/private\/files\/fileinfo.php#125","level":3,"time":"2014-11-17T21:38:57+00:00"} ``` This can be experienced when creating a new empty file and deleting it right away, then when going to the trash bin this error is thrown.
-
Joas Schilling authored
-
- Nov 12, 2014
-
-
Lukas Reschke authored
Either we throw an exception or we ignore it. But we should certainly not print this to the end-user...
-
- Nov 11, 2014
-
-
Vincent Petry authored
Added missing cleanPath() call that converts "/" to "" when calling SabreDAV. This is needed because SabreDAV will discard its base URL when passing "/".
-
- Nov 07, 2014
-
-
Björn Schießle authored
-
Robin Appelman authored
-
- Oct 28, 2014
-
-
Robin Appelman authored
-
- Oct 27, 2014
-
-
Robin Appelman authored
-
- Oct 24, 2014
-
-
Robin Appelman authored
-
Lukas Reschke authored
It's only reasonable to have proper type hinting here which might even help us to catch bugs.
-
Robin Appelman authored
-
Robin Appelman authored
-
- Oct 20, 2014
-
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
suspend encryption proxy when copying skeleton
-
- Oct 16, 2014
-
-
Jörn Friedrich Dreyer authored
make trashbin compatible with objectstore, replace glob with search in cache, make unknown free space work like unlimited free space
-
- Oct 13, 2014
-
-
Vincent Petry authored
Allow specifying a protocol in the host field when mounting another ownCloud instance. Note that this was already possible with the WebDAV config but this bug made it inconsistent.
-
Vincent Petry authored
The numeric id is only available before the storage entry is deleted, so get it at that time.
-
- Oct 08, 2014
-
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
folder size and mtime is always unknown in s3 more s3 fixes make rescanDelay of root dir configurable, add on the fly update of legacy storage ids, !isset -> empty when checking strings reduce number of http calls on remove and rmdir fix typo
-
Vincent Petry authored
-
- Sep 25, 2014
-
-
Robin Appelman authored
-
- Sep 24, 2014
-
-
Robin Appelman authored
-
- Sep 22, 2014
-
-
Lukas Reschke authored
We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server) Get final redirect manually using get_headers() Migrate to HTTPHelper class and add unit tests
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
- Sep 17, 2014
-
-
Robin Appelman authored
-
Lukas Reschke authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
- Sep 10, 2014
-
-
Robin Appelman authored
-
- Sep 08, 2014
-
-
Lukas Reschke authored
-
Robin Appelman authored
-
- Sep 05, 2014
-
-
Jörn Friedrich Dreyer authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
- Sep 03, 2014
-
-
Jesús Macias authored
-