server/lib/private/files
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
..
cache Merge pull request #12778 from owncloud/searchbytags2 2014-12-12 14:27:19 +01:00
config Add public api for mount configurations 2014-12-04 16:47:27 +01:00
mount Load mount specific options from the mount config 2014-12-17 14:03:50 +01:00
node add an interface for the root folder so apps have an interface to deal with storage 2014-12-21 20:52:34 +01:00
objectstore Replace deprecated constant with new class constant 2014-11-25 16:30:21 +01:00
storage Improve debugging for ServiceUnavailable exceptions 2015-01-06 15:59:38 +00:00
stream in quota wrapper use === instead of ! for better readability and as in other wrappers 2014-09-22 11:35:42 +02:00
type Squash 'a | b' into 'a|b', in /lib 2014-05-13 19:08:14 +01:00
utils Merge pull request #11892 from owncloud/remove_triggerupdate 2014-12-10 16:17:29 +01:00
fileinfo.php Add getMountPoint to FileInfo 2014-12-17 14:03:50 +01:00
filesystem.php Make $userId mandatory for searchByTags 2014-12-12 11:18:35 +01:00
mapper.php Fix mapping of relative paths 2014-09-17 11:38:10 +02:00
view.php Merge pull request #12879 from owncloud/mountconfig 2014-12-18 23:38:14 +01:00