summaryrefslogtreecommitdiffstats
path: root/lib/private/files.php
Commit message (Expand)AuthorAgeFilesLines
* drop allowZIPdownload and maxZIPSize as optionsMorris Jobke2014-06-021-48/+0
* Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
* Merge pull request #8045 from josh4trunks/nginx_x-accel_send_uriVincent Petry2014-05-061-1/+4
|\
| * Send URI instead of filepath to NGINX for X-Acceljosh4trunks2014-04-031-1/+4
* | Merge pull request #8023 from flyser/masterMorris Jobke2014-05-031-3/+1
|\ \
| * | Fix setting the max-upload-size for really large values.Fabian Henze2014-04-031-3/+1
| |/
* | Link to previous directoryLukas Reschke2014-04-161-2/+2
* | Use direct link instead of JSLukas Reschke2014-04-141-3/+2
|/
* Use the correct resolve method to resolve file storageVincent Petry2014-03-261-1/+2
* Merge branch 'zipstreamer' of https://github.com/McNetic/owncloud_core into M...Thomas Müller2014-02-201-112/+101
|\
| * switched zip file creation to ZipStreamer to create zip files directly in memoryNicolai Ehemann2014-01-221-33/+9
| * refactored/cleaned up lib/files.phpNicolai Ehemann2014-01-221-77/+84
| * lib/files.php: make use of === instead of ==Nicolai Ehemann2014-01-181-4/+4
* | Merge pull request #7195 from owncloud/files-selectallVincent Petry2014-02-191-1/+8
|\ \
| * | Do not send file list for select all on Download/deleteVincent Petry2014-02-131-1/+8
* | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+3
* | | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-1/+1
|\| |
| * | Added isLocal() method to storage, used for xsendfileVincent Petry2014-02-061-1/+1
* | | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-2/+9
|/ /
* / 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
* XSendfile and encryption don't work togetherBart Visscher2013-12-061-0/+3
* fixing spelling and restructure sentenceThomas Müller2013-11-211-1/+1
* Fixed getLocalFile() condition for x-send-fileVincent Petry2013-11-201-3/+5
* External storage space is now not counted in total spaceVincent Petry2013-11-181-2/+2
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+321