Skip to content
Snippets Groups Projects
  1. Nov 26, 2014
  2. Oct 24, 2014
  3. Sep 17, 2014
  4. Sep 08, 2014
  5. Jun 02, 2014
  6. May 13, 2014
  7. Apr 16, 2014
  8. Apr 14, 2014
    • Lukas Reschke's avatar
      Use direct link instead of JS · 2bda3f9a
      Lukas Reschke authored
      Due to our CSP policy this link won’t work as it it considered as
      inline Javascript.
      
      This commit replaces the link with a static link to the files app.
      
      Reimplementation of #8067 - fixes #7742
      2bda3f9a
  9. Apr 04, 2014
  10. Apr 02, 2014
  11. Mar 26, 2014
  12. Feb 19, 2014
  13. Feb 13, 2014
    • Vincent Petry's avatar
      Do not send file list for select all on Download/delete · d5397d81
      Vincent Petry authored
      - When all files are selected, do not send the whole file list
      - Download will trigger download for the parent folder, also works
        with root
      - Delete will send "allfiles" to the server that will find the file
        list or the passed directory by itself
      d5397d81
  14. Feb 06, 2014
  15. Jan 22, 2014
  16. Jan 21, 2014
  17. Jan 18, 2014
  18. Dec 10, 2013
  19. Dec 06, 2013
  20. Nov 21, 2013
  21. Nov 20, 2013
    • Vincent Petry's avatar
      Fixed getLocalFile() condition for x-send-file · 726a202c
      Vincent Petry authored
      Until now, addSendfileHeader() was called even when no x-send-file
      headers were set. Even though the method itself doesn't do anything,
      a call to getLocalFile() was done and would trigger a full download
      when using external storage.
      
      Additionally, the storage resolution code is wrong and always
      returns the local storage of the root filesystem, which caused the code to
      be run anyway.
      
      This commit fixes both issues.
      726a202c
  22. Nov 18, 2013
  23. Sep 30, 2013
  24. Jul 22, 2013
  25. Jul 21, 2013
  26. Jun 20, 2013
  27. Jun 19, 2013
    • mvn23's avatar
      Update files.php · a25bfa92
      mvn23 authored
      a25bfa92
    • mvn23's avatar
      Implement X-Sendfile2 for resume support in LigHTTPd · 46f97f4c
      mvn23 authored
      LigHTTPd does not support HTTP Range headers with the X-Sendfile header in the way Apache does. Instead, it needs to be handled in the backend. This commit does exactly that, using the X-Sendfile2 header to send ranges of files.
      To accomplish this without breaking web servers that don't support X-Sendfile2, a new variable MOD_X_SENDFILE2_ENABLED was introduced to separate this method from X-Sendfile and X-Accel-Redirect.
      46f97f4c
  28. May 17, 2013
  29. Mar 20, 2013
  30. Mar 12, 2013
  31. Mar 09, 2013
  32. Mar 08, 2013
  33. Mar 07, 2013
  34. Feb 14, 2013
Loading