summaryrefslogtreecommitdiffstats
path: root/lib/private/files.php
Commit message (Collapse)AuthorAgeFilesLines
* use 'download.zip' as default name for zip downloads instead of 'owncloud.zip'Jörn Friedrich Dreyer2014-01-211-1/+1
|
* Moved content disposition code+workarounds to OCP\ResponseVincent Petry2013-12-101-6/+1
| | | | | | | | | Added new OC\Response API called setContentDispositionHeader() that contains the needed workarounds for UTF8 and IE. Refactored download code to use the new API. Removed unused trashbin download file.
* 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