summaryrefslogtreecommitdiffstats
path: root/lib/private/response.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-1/+5
|\ | | | | | | | | Conflicts: lib/private/appconfig.php
| * New user agent added for the Freebox.Martial Saunois2014-01-261-1/+5
| | | | | | | | The Freebox is the multimedia device of a french Internet provider: Free. This device provides a seedbox which uses the user agent "Mozilla/5.0". In the "Content-Disposition" header, if the "filename" key is used with the "filename*=UTF-8''" value, the seedbox does not take care about the header and saves the file name with the origin URL. This patch brings the support for the Freebox users.
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-3/+3
|/
* Added isUserAgent() method to requestVincent Petry2013-12-191-2/+1
| | | | | | - added isUserAgent() method to OC_Request which makes it possible to test it - OC_Response::setContentDisposition now uses OC_Request::isUserAgent()
* Added workaround for Android content dispositionVincent Petry2013-12-101-1/+2
| | | | Fixes #5807
* Moved content disposition code+workarounds to OCP\ResponseVincent Petry2013-12-101-0/+14
| | | | | | | | | 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.
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+167
Conflicts: lib/private/vcategories.php