Skip to content
Snippets Groups Projects
  1. Mar 20, 2017
  2. Nov 14, 2016
  3. Nov 02, 2016
  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. Oct 10, 2016
  6. Aug 19, 2016
    • Vincent Petry's avatar
      Fix hidden files handling · f7deb2c2
      Vincent Petry authored
      Hidden files (dot files) are now always rendered in the DOM to make
      sure that all file operations and selection still work as expected.
      
      Their visibility is now toggled on CSS level.
      f7deb2c2
  7. May 13, 2016
  8. Jan 11, 2016
  9. Nov 28, 2015
  10. Nov 22, 2015
  11. Oct 30, 2015
  12. Sep 28, 2015
    • Vincent Petry's avatar
      Fix sidebar interaction · f9acf462
      Vincent Petry authored
      - Clicking a file row or selecting it will open the sidebar.
      - When sidebar is open, its contents update with the last selection.
      - Dragging doesn't open the sidebar but does update its contents if it was
      open already.
      - Switching folders closes the sidebar.
      - Close sidebar when highlighted file got deleted/removed from list
      f9acf462
  13. Aug 24, 2015
  14. Aug 17, 2015
  15. Aug 12, 2015
  16. Jul 22, 2015
  17. Jul 15, 2015
  18. Jul 09, 2015
  19. Jul 08, 2015
  20. Jul 07, 2015
  21. Jun 05, 2015
  22. Apr 07, 2015
  23. Mar 09, 2015
  24. Dec 17, 2014
  25. Oct 31, 2014
Loading