nextcloud/lib
Chris Wilson 402a3ed146 Improve debugging for ServiceUnavailable exceptions
I was getting a lot of these in my logs for no apparent reason, and file
uploads were failing:

	{"app":"webdav","message":"Sabre\\DAV\\Exception\\ServiceUnavailable: ","level":4,"time":"2015-01-06T15:33:39+00:00"}

In order to debug it, I had to add unique messages to all the places where
this exception was thrown, to identify which one it was, and that made the
logs much more useful:

	{"app":"webdav","message":"Sabre\\DAV\\Exception\\ServiceUnavailable: Encryption is disabled","level":4,"time":"2015-01-06T15:36:47+00:00"}
2015-01-06 15:59:38 +00:00
..
l10n [tx-robot] updated from transifex 2015-01-06 01:54:59 -05:00
private Improve debugging for ServiceUnavailable exceptions 2015-01-06 15:59:38 +00:00
public Adding basement for the direct download url 2014-12-28 17:17:14 +01:00
repair Add repair steps for legacy config files 2014-11-18 12:36:03 +01:00
autoloader.php use Composer autoloader not OC for non-Composer 3rdparty (#9643) 2014-10-28 11:32:20 +01:00
base.php Merge pull request #12759 from owncloud/core-reduce-js-and-css 2014-12-18 23:18:37 +01:00