Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 19, 2013
  3. Nov 18, 2013
  4. Nov 17, 2013
  5. Nov 16, 2013
  6. Nov 15, 2013
Loading