nextcloud/lib/connector/sabre
Thomas Müller 5e1b1f652c Contains ownCloud's own implementation of the Sabre_DAV_Server regarding the handling of depth infinity
The clean way would have been to submit proper patches to the upstream project and reincorporate the code once released.

This will and has to follow!
2013-09-20 23:21:48 +02:00
..
ServiceUnavailable.php webdav returns "503 Service Unavailable" in case the ownCloud server is currently in maintenance mode. 2013-01-09 00:37:50 +01:00
auth.php WebDAV Auth Connector: Check if already logged in 2013-07-17 13:51:15 +02:00
directory.php webdav quota information contains the values for used and free - not total 2013-08-29 12:34:48 +02:00
file.php throw exception if encryption was disabled but files are still encrypted to prevent the client from syncing unreadable files 2013-08-14 09:44:29 +02:00
locks.php Merge pull request #3799 from owncloud/fix_pdo_statement_wrapper_numrows_on_modification 2013-06-28 07:15:38 -07:00
maintenanceplugin.php Also check for needed upgrade in the Sabre Maintenance connector 2013-05-04 00:07:30 +02:00
node.php use to_char when comparing clob to string on oracle, use execute audited 2013-06-24 16:12:21 +02:00
objecttree.php Always check variable type before using readdir to avoid surprises 2013-09-04 13:06:04 +02:00
principal.php Port DAV groupMemberSet fix to master #4458 2013-08-18 15:54:56 +02:00
quotaplugin.php lacy initialization of fileView - in case basic auth is used FileSystem is not yet initialized during the initialize() call 2013-08-26 20:21:16 +02:00
request.php Fix SpaceBeforeOpenBrace errors 2013-02-14 08:36:26 +01:00
server.php Contains ownCloud's own implementation of the Sabre_DAV_Server regarding the handling of depth infinity 2013-09-20 23:21:48 +02:00