]> source.dussan.org Git - nextcloud-server.git/commit
Moved content disposition code+workarounds to OCP\Response
authorVincent Petry <pvince81@owncloud.com>
Tue, 10 Dec 2013 11:05:39 +0000 (12:05 +0100)
committerVincent Petry <pvince81@owncloud.com>
Tue, 10 Dec 2013 11:42:26 +0000 (12:42 +0100)
commit409b5108896edda9adf916cd566dbce2d2b00351
treeaaa25fd8a1ae7365a6df19df60b4f27f4086df4c
parentbc3650e48c7ec4f05794c2bd98a90cca3090f1e3
Moved content disposition code+workarounds to OCP\Response

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.
apps/files/download.php
apps/files_trashbin/download.php [deleted file]
apps/files_versions/download.php
lib/private/files.php
lib/private/response.php
lib/public/response.php