aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files.php
Commit message (Collapse)AuthorAgeFilesLines
* XSendfile and encryption don't work togetherBart Visscher2013-12-061-0/+3
| | | | The file on disk is encrypted, and not readable on client systems
* fixing spelling and restructure sentenceThomas Müller2013-11-211-1/+1
|
* Fixed getLocalFile() condition for x-send-fileVincent Petry2013-11-201-3/+5
| | | | | | | | | | | | | 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.
* External storage space is now not counted in total spaceVincent Petry2013-11-181-2/+2
| | | | | | | Added argument to getFileInfo() to disable adding the size of mountpoints to a directory's size. Fixes #5924
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+321
Conflicts: lib/private/vcategories.php