server/apps/dav/tests/unit/Connector/Sabre
Vincent Petry 59c5be1cc5
Use Webdav PUT for uploads in the web browser
- uses PUT method with jquery.fileupload for regular and public file
  lists
- for IE and browsers that don't support it, use POST with iframe
  transport
- implemented Sabre plugin to handle iframe transport and redirect the
  embedded PUT request to the proper handler
- added RFC5995 POST to file collection with "add-member" property to
  make it possible to auto-rename conflicting file names
- remove obsolete ajax/upload.php and obsolete ajax routes

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-10-24 21:45:00 +02:00
..
Exception Fix apps/ 2016-07-21 18:13:57 +02:00
RequestTest add dav property to check if a file has a preview available 2016-07-27 12:59:39 +02:00
AuthTest.php prevent infinite redirect loops if the there is no 2fa provider to pass 2016-08-24 10:49:23 +02:00
BlockLegacyClientPluginTest.php Fix apps/ 2016-07-21 18:13:57 +02:00
CommentsPropertiesPluginTest.php Fix apps/ 2016-07-21 18:13:57 +02:00
CopyEtagHeaderPluginTest.php Return ETag and OC-ETag in case of a move (#25683) 2016-09-28 21:12:50 +02:00
CustomPropertiesBackendTest.php Fix apps/ 2016-07-21 18:13:57 +02:00
DirectoryTest.php Move OC\Files\Storage\Shared to the right namespace 2016-10-20 20:27:44 +02:00
DummyGetResponsePluginTest.php Fix apps/ 2016-07-21 18:13:57 +02:00
ExceptionLoggerPluginTest.php Fix apps/ 2016-07-21 18:13:57 +02:00
FakeLockerPluginTest.php Fix apps/ 2016-07-21 18:13:57 +02:00
FilesPluginTest.php Use Webdav PUT for uploads in the web browser 2016-10-24 21:45:00 +02:00
FilesReportPluginTest.php Add more files plugins to new DAV endpoint (#26186) 2016-10-20 21:36:15 +02:00
FileTest.php Update with robin 2016-07-21 18:13:58 +02:00
IFrameTransportPluginTest.php Use Webdav PUT for uploads in the web browser 2016-10-24 21:45:00 +02:00
MaintenancePluginTest.php Fix apps/ 2016-07-21 18:13:57 +02:00
NodeTest.php Update with robin 2016-07-21 18:13:58 +02:00
ObjectTreeTest.php Fix tests 2016-09-07 18:39:48 +02:00
PrincipalTest.php Fix apps/ 2016-07-21 18:13:57 +02:00
QuotaPluginTest.php Sanitize length headers when validating quota 2016-10-20 15:15:48 +02:00
SharesPluginTest.php Fix apps/ 2016-07-21 18:13:57 +02:00
TagsPluginTest.php Fix apps/ 2016-07-21 18:13:57 +02:00