nextcloud/lib/private/connector/sabre
Vincent Petry 11ef12a106 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.
2014-01-27 11:40:17 +01:00
..
exception fixing status code and formatting 2013-10-08 15:40:42 +02:00
ServiceUnavailable.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
aborteduploaddetectionplugin.php upload abortion detection only for PUT 2013-10-04 20:20:33 +02:00
auth.php there shall be tabs 2013-10-14 14:51:25 +02:00
directory.php creating and deleting of file and folder 'Shared' in root is not allowed 2013-10-22 11:10:07 +02:00
exceptionloggerplugin.php Added exception logger plugin for sabre connector 2014-01-27 11:40:17 +01:00
file.php Added exception logger plugin for sabre connector 2014-01-27 11:40:17 +01:00
filesplugin.php adding chunked upload handling 2013-11-25 15:35:26 +01:00
locks.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
maintenanceplugin.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
node.php switch instance id and file id 2013-10-25 13:20:29 +02:00
objecttree.php - delete properties on node delete 2013-10-22 19:41:26 +02:00
principal.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
quotaplugin.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
request.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
server.php Move OC_Connector_Sabre_Server to expected location. 2013-10-17 16:04:59 +02:00