Skip to content
Snippets Groups Projects
  1. Nov 14, 2016
  2. Nov 02, 2016
  3. 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
  4. Oct 10, 2016
  5. 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
  6. May 13, 2016
  7. Jan 11, 2016
  8. Nov 28, 2015
  9. Nov 22, 2015
  10. Oct 30, 2015
  11. 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
  12. Aug 24, 2015
  13. Aug 17, 2015
  14. Aug 12, 2015
  15. Jul 22, 2015
  16. Jul 15, 2015
  17. Jul 09, 2015
  18. Jul 08, 2015
  19. Jul 07, 2015
  20. Jun 05, 2015
  21. Apr 07, 2015
  22. Mar 09, 2015
  23. Dec 17, 2014
  24. Oct 31, 2014
  25. Oct 15, 2014
  26. Sep 04, 2014
    • Vincent Petry's avatar
      Added permission check for drag and drop · f1bfe35c
      Vincent Petry authored
      When dropping files onto a read-only folder, a notification
      is now shown instead of attempting to upload.
      
      This for both the drag for upload and drag from inside the file list
      cases.
      f1bfe35c
Loading