- Mar 09, 2016
-
-
Vincent Petry authored
-
Thomas Müller authored
Do not check all chunks of a chunked upload if we do not need to
-
Thomas Müller authored
Remove disabled autocorrect for new file names
-
Thomas Müller authored
Add XMLReader as requirement
-
Thomas Müller authored
[3rdparty] Bump symfony/polyfill-php* to 1.1.0
-
Thomas Müller authored
Select queries in the default share provider should query for file/folder
-
Thomas Müller authored
Public link share disabled if password length is equal to 0
-
Thomas Müller authored
Fix capabilities intergration tests
-
Thomas Müller authored
Fix compatibility with PHP 5.4
-
Thomas Müller authored
Use HTTPClient instead of file_get_contents
-
Thomas Müller authored
Use "hasKey" instead of checking the value
-
Roeland Jago Douma authored
There can be leftover calendar and contacts shares in the oc_share table. We need to filter those out properly.
-
Lukas Reschke authored
The SabreDAV release in 9.0 requires XMLReader, while this is usually compiled in by default some distributions like Gentoo don't. Without this ownCloud gives a fatal 500 error instead of telling people to enable XMLReader. Fixes https://github.com/owncloud/core/issues/23003
-
Morris Jobke authored
* ref #22784
-
Jenkins for ownCloud authored
-
- Mar 08, 2016
-
-
Lukas Reschke authored
If the check is negative it would depending on the used cache store the value as an empty string. When reading the value this check would thus return "false" even if a value exists.
-
Lukas Reschke authored
Allows us to catch exceptions like 404's and thus prevents stuff like: ``` {"reqId":"fnmS0hc+fL4+WXKAruo5","remoteAddr":"192.168.39.100","app":"PHP","message":"file_get_contents(http:\/\/ckamm.blaucloud.de\/\/status.php): failed to open stream: HTTP request failed! HTTP\/1.1 404 Not Found\r\n at \/var\/www\/owncloud\/apps\/files_sharing\/lib\/external\/storage.php#260","level":3,"time":"2016-03-08T21:00:33+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/"} ```
-
Roeland Jago Douma authored
Fix share mounting recursion
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/22960
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
Split the array element selection and the member selection.
-
Vincent Petry authored
-
Thomas Müller authored
Fix migration of group shared calendars and addressbooks
-
Thomas Müller authored
-
Thomas Müller authored
Delete empty file
-
Thomas Müller authored
don't hide server not available exception, fixes #20536
-
Thomas Müller authored
Show version to update to properly
-
Thomas Müller authored
Cleanup OCS Share Api
-
Thomas Müller authored
Remove double URL encoding
-
Jenkins for ownCloud authored
-
- Mar 07, 2016
-
-
prastut authored
-
Thomas Müller authored
Initialize submodules for Scrutinizer as well
-
Roeland Jago Douma authored
* Unit tests for OC_Filechunking to verify the isComplete function * Intergration tests to show that shuffling chunks is all fine
-
Lukas Reschke authored
Scrutinizer otherwise complains about the fact that some classes are undefined etc. Let's see whether that works
-
Roeland Jago Douma authored
Fixes #22601 Before we did a full test on all chunks to verify if a chunked upload was completed. This is unneeded since if we are missing one chunk we can already fail. Also we look from back to front since it is much more likely that we find a missing chunk thus can error out early.
-
Lukas Reschke authored
ZipStreamer as bundled with 9.0 will properly encode the filename already. Fixes https://github.com/owncloud/core/issues/22836#issuecomment-193336245
-
Thomas Müller authored
improve log output when no LDAP user was found on login attempt
-
Thomas Müller authored
Handle calendar migration issue by writing the faulty event to the lo…
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
The code to get a share by id is somewhat messy. And was duplicated. Now this is done is a separate function
-