summaryrefslogtreecommitdiffstats
path: root/lib/private/response.php
Commit message (Collapse)AuthorAgeFilesLines
* Allow any outgoing XHR connectionsLukas Reschke2014-10-301-1/+2
| | | | Quickfix for https://github.com/owncloud/core/issues/11064
* Merge branch 'master' into cleanup-list-codeThomas Müller2014-05-191-9/+41
|\ | | | | | | | | Conflicts: apps/files_sharing/ajax/list.php
| * Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-6/+6
| | | | | | | | * test case added to avoid adding them later
| * Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-3/+3
| |
| * adding X-Robots-Tag to all responses of ownCloud + move addSecurityHeaders() ↵Thomas Müller2014-05-121-0/+32
| | | | | | | | to OC_Response, which seems to be a more reasonable place
* | Cleanup code a little bitLukas Reschke2014-05-041-0/+1
|/ | | | | | | - Use OCP\Response constants instead of the HTTP error code - Use checkAppEnabled() instead of OC_App::isEnabled with an if statement - Remove uneeded variable $baseURL - Rename $isvalid to $isValid
* Some more PHPDoc fixesLukas Reschke2014-04-211-1/+1
|
* Return 503 when a config/data dir error existsVincent Petry2014-03-141-0/+4
|
* 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