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>
Showing
- apps/dav/lib/Connector/Sabre/FilesPlugin.php 51 additions, 0 deletionsapps/dav/lib/Connector/Sabre/FilesPlugin.php
- apps/dav/lib/Connector/Sabre/IFrameTransportPlugin.php 188 additions, 0 deletionsapps/dav/lib/Connector/Sabre/IFrameTransportPlugin.php
- apps/dav/lib/Connector/Sabre/ServerFactory.php 1 addition, 0 deletionsapps/dav/lib/Connector/Sabre/ServerFactory.php
- apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php 83 additions, 2 deletionsapps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php
- apps/dav/tests/unit/Connector/Sabre/IFrameTransportPluginTest.php 164 additions, 0 deletions.../tests/unit/Connector/Sabre/IFrameTransportPluginTest.php
- apps/files/ajax/upload.php 0 additions, 283 deletionsapps/files/ajax/upload.php
- apps/files/appinfo/routes.php 0 additions, 12 deletionsapps/files/appinfo/routes.php
- apps/files/js/app.js 1 addition, 0 deletionsapps/files/js/app.js
- apps/files/js/file-upload.js 562 additions, 228 deletionsapps/files/js/file-upload.js
- apps/files/js/filelist.js 155 additions, 159 deletionsapps/files/js/filelist.js
- apps/files/js/files.js 0 additions, 11 deletionsapps/files/js/files.js
- apps/files/templates/list.php 1 addition, 2 deletionsapps/files/templates/list.php
- apps/files/tests/js/fileUploadSpec.js 63 additions, 78 deletionsapps/files/tests/js/fileUploadSpec.js
- apps/files/tests/js/filelistSpec.js 194 additions, 14 deletionsapps/files/tests/js/filelistSpec.js
- apps/files_sharing/js/public.js 30 additions, 13 deletionsapps/files_sharing/js/public.js
- apps/files_sharing/tests/js/publicAppSpec.js 23 additions, 0 deletionsapps/files_sharing/tests/js/publicAppSpec.js
Loading
Please register or sign in to comment