- Feb 15, 2019
-
-
Roeland Jago Douma authored
Else the background job fails hard if the remote has for example an invalid certificate. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 29, 2018
-
-
Robin Appelman authored
As opposed to hard-coding a list of excluded storages Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
- Jul 02, 2018
-
-
Bjoern Schiessle authored
Signed-off-by:
Bjoern Schiessle <bjoern@schiessle.org>
-
- May 01, 2018
-
-
Roeland Jago Douma authored
We have a function for it so better to override that. Also because other codes that might check this should get the right value. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Dec 18, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Dec 13, 2017
-
-
Roeland Jago Douma authored
* Cache it for a day so we will retry eventually * Cache the status.php response as well so we will try it once a day as well Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 06, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Apr 23, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Apr 12, 2017
-
-
Morris Jobke authored
* based on PR by @Ardinis * see #4311 Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Apr 11, 2017
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Bjoern Schiessle authored
Signed-off-by:
Bjoern Schiessle <bjoern@schiessle.org>
-
- Feb 08, 2017
-
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
- Sep 28, 2016
-
-
Lukas Reschke authored
Otherwise the unit test execution will do a ton of external HTTP requests which fail and then timeout… See https://blackfire.io/profiles/compare/3c67acfa-a11e-4aec-bcd4-c945b006f01e/graph for reference Pretty similar to https://github.com/nextcloud/server/pull/1565 Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Sep 20, 2016
-
-
Vincent Petry authored
Fixes an issue where retrying a previously failed federated share would not properly reset the availability flag because the return value was undefined instead of "true".
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- Jun 27, 2016
-
-
Robin Appelman authored
* More explicit http status codes * handle unavailable fed shares while testing for availability
-
- Jun 22, 2016
-
-
Vincent Petry authored
-
Joas Schilling authored
-
- Jun 14, 2016
-
-
Robin Appelman authored
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- May 25, 2016
-
-
Joas Schilling authored
-
- Apr 20, 2016
-
-
Björn Schießle authored
-
- Mar 09, 2016
-
- 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\/"} ```
-
- Mar 04, 2016
-
-
Lukas Reschke authored
Otherwise setting up the storage will result in a HTTP request and thus slowing down ownCloud. Replaces https://github.com/owncloud/core/pull/22855
-
- Mar 01, 2016
-
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Robin Appelman authored
-
- Feb 26, 2016
-
-
Lukas Reschke authored
Adds autodiscovery support to server-to-server sharing as specified in the specification. If no discovery data is found it is using the fallback ownCloud endpoints for legacy support.
-
- Feb 18, 2016
-
-
Vincent Petry authored
Whenever a remote fed share's shareinfo call returns a 404, don't directly assume the storage is not available by throwing StorageNotAvailableException. We need to properly throw NotFoundException to trigger the later logic that calls testRemote() that verifies that the 404 is not from a broken server but really from an obsolete share.
-
- Jan 12, 2016
-
-
Thomas Müller authored
-
- Dec 08, 2015
-
-
Vincent Petry authored
Added in isSharable() in incoming remote share. Added in isSharable() in regular incoming share. Added in FileInfo to make sure the proper attributes are returned to the clients.
-
- Nov 18, 2015
-
-
Robin Appelman authored
-
- Aug 21, 2015
-
-
Vincent Petry authored
This is even more important now that filesystem_check_changes is 0 by default.
-
- Jul 13, 2015
-
-
Vincent Petry authored
If the remote server is in maintenance mode, we must throw storage not available exception instead of not found which might auto-remove the share.
-
- Jul 01, 2015
-
-
Vincent Petry authored
Most of the time it doesn't make sense to forward Guzzle's RequestException, so we convert it to StorageNotAvailable instead. This prevents unpredictable error codes to block access to unrelated folders needlessly.
-
- May 19, 2015
-
-
Scrutinizer Auto-Fixer authored
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
-