Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XSendfile and encryption don't work together | Bart Visscher | 2013-12-06 | 1 | -0/+3 |
| | | | | The file on disk is encrypted, and not readable on client systems | ||||
* | fixing spelling and restructure sentence | Thomas Müller | 2013-11-21 | 1 | -1/+1 |
| | |||||
* | Fixed getLocalFile() condition for x-send-file | Vincent Petry | 2013-11-20 | 1 | -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 space | Vincent Petry | 2013-11-18 | 1 | -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/public | Thomas Müller | 2013-09-30 | 1 | -0/+321 |
Conflicts: lib/private/vcategories.php |