nextcloud/lib/public
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
..
activity fix some capital letters 2013-11-25 16:42:28 +01:00
appframework Merge pull request #6027 from owncloud/public-api-restful-routing-oc6 2013-11-27 01:55:52 -08:00
authentication page level doc blocks and class descriptions 2013-11-25 16:39:01 +01:00
contacts API doc for contacts manager, server container and share 2013-11-27 00:35:36 +01:00
files fix some capital letters 2013-11-25 16:42:28 +01:00
api.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
app.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
backgroundjob.php add needUpgrade() check to addQueuedTask() 2014-01-17 19:50:37 +01:00
config.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
constants.php Whitespace cleanup 2013-01-16 18:09:16 +01:00
contacts.php as a quick example the public contacts API has been ported over as a service hosted within the server container 2013-08-26 23:48:18 +02:00
db.php fix db.php doc 2013-11-25 14:06:25 +01:00
defaults.php fix defaults.php doc 2013-11-25 14:26:26 +01:00
files.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
groupinterface.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
iaddressbook.php page level doc blocks and class descriptions 2013-11-25 16:39:01 +01:00
iavatar.php Add missing Avatar Interface 2013-11-22 00:43:23 +01:00
iavatarmanager.php Round out Avatar Public API 2013-11-21 23:40:25 +01:00
icache.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
iconfig.php Also add default to the \OCP\IConfig interface 2014-01-02 16:54:44 +01:00
icontainer.php AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixes 2013-11-25 16:28:24 +01:00
idbconnection.php fix some capital letters 2013-11-25 16:42:28 +01:00
ihelper.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
il10n.php fix "No page-level DocBlock" 2013-11-03 13:38:25 +01:00
image.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
inavigationmanager.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
ipreview.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
irequest.php fix "No page-level DocBlock" 2013-11-03 13:38:25 +01:00
iservercontainer.php API doc for contacts manager, server container and share 2013-11-27 00:35:36 +01:00
isession.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
itagmanager.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
itags.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
iurlgenerator.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
iusersession.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
json.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
response.php Moved content disposition code+workarounds to OCP\Response 2014-01-07 22:11:22 +01:00
share.php fixing comment + adding unit test for checkPasswordProtectedShare 2014-01-21 20:52:16 +01:00
template.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
user.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
userinterface.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
util.php Added exception logger plugin for sabre connector 2014-01-28 14:19:13 +01:00