nextcloud/apps/files_sharing/tests/js
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
..
appSpec.js Added unit tests for right sidebar 2015-08-07 01:22:43 +02:00
publicAppSpec.js Use Webdav PUT for uploads in the web browser 2016-10-24 21:45:00 +02:00
shareSpec.js Fix displaying owner before share icon in file list 2016-03-30 18:09:02 +02:00
sharedfilelistSpec.js Simplify test code and don't show anything if no date is set 2016-07-07 15:10:04 +02:00