nextcloud/apps/files
Vincent Petry 301e4988a1 Added exception logger plugin for sabre connector
Whenever an exception occurs in the sabre connector code or code called
by it, it will be logged.

This plugin approach is needed because Sabre already catches exceptions
to return them to the client in the XML response, so they don't appear
logged in the web server log.

This will make it much easier to debug syncing issues.

Backport of 11ef12a to stable6
2014-01-28 14:19:13 +01:00
..
ajax OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error 2014-01-21 16:39:31 +01:00
appinfo Added exception logger plugin for sabre connector 2014-01-28 14:19:13 +01:00
command Add copyright, remove starting blank line 2013-09-19 19:12:16 +02:00
css fix public page - gallery view issues 2013-12-03 17:20:29 +01:00
js change publicUploadButtonMock to public_upload 2014-01-22 11:36:47 +01:00
l10n remove ru_RU - it's almost untranslated 2014-01-13 16:44:03 +01:00
lib Fixed directory icon after rename 2013-11-28 13:15:20 +01:00
templates Fixed isPreviewAvailable warnings in log 2014-01-23 12:32:10 +01:00
tests Fixed unit tests for ajax rename 2013-11-27 23:19:57 +01:00
admin.php Remove outdated comments 2013-01-26 14:03:17 +01:00
download.php Moved content disposition code+workarounds to OCP\Response 2014-01-07 22:11:22 +01:00
index.php public upload now also works with encryption enabled 2013-11-21 00:23:38 +01:00
settings.php merge master into filesystem 2013-01-28 19:37:58 +01:00
triggerupdate.php OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error 2014-01-21 16:39:31 +01:00