Skip to content
Snippets Groups Projects
  1. Nov 01, 2017
  2. Jun 13, 2017
  3. Jan 22, 2017
  4. Oct 24, 2016
    • Vincent Petry's avatar
      Use Webdav PUT for uploads in the web browser · 59c5be1c
      Vincent Petry authored
      
      - 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: default avatarRoeland Jago Douma <roeland@famdouma.nl>
      59c5be1c
  5. Jul 14, 2016
  6. Jul 11, 2016
  7. Jun 09, 2016
  8. May 24, 2016
  9. May 15, 2016
  10. Apr 07, 2016
  11. Mar 07, 2016
  12. Feb 10, 2016
  13. Feb 03, 2016
  14. Jan 07, 2016
  15. Dec 14, 2015
  16. Nov 25, 2015
  17. Nov 22, 2015
  18. Nov 18, 2015
  19. Oct 20, 2015
  20. Sep 30, 2015
  21. Sep 27, 2015
  22. Sep 20, 2015
  23. Aug 06, 2015
  24. Jun 12, 2015
  25. Jun 08, 2015
  26. May 28, 2015
    • Vincent Petry's avatar
      Fallback to picture preview for IE <= 9 · 2daef7c7
      Vincent Petry authored
      IE 9 and below do not provide window.btoa and there is currently no way
      to generate base64 strings without introducting further dependencies.
      
      So for now the solution is to fall back to the ugly picture mode for
      text files whenever IE <= 9 is used.
      2daef7c7
  27. May 19, 2015
Loading