summaryrefslogtreecommitdiffstats
path: root/lib/private/response.php
Commit message (Expand)AuthorAgeFilesLines
* Add version to deprecation noticeLukas Reschke2015-04-201-1/+1
* Deprecate unused `\OCP\Response::sendFile`Lukas Reschke2015-04-201-3/+4
* Merge pull request #15229 from owncloud/response-setContentLengthHeaderThomas Müller2015-04-031-1/+22
|\
| * Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer2015-03-261-1/+22
* | Add some generic default headers as well via PHPLukas Reschke2015-03-261-0/+9
* | Update license headersJenkins for ownCloud2015-03-261-4/+23
|/
* Let users configure security headers in their WebserverLukas Reschke2015-03-021-12/+0
* Revert "Updating license headers"Morris Jobke2015-02-261-23/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+23
* Merge pull request #13989 from owncloud/enhancment/security/11857Clark Tomlinson2015-02-181-6/+9
|\
| * Allow AppFramework applications to specify a custom CSP headerLukas Reschke2015-02-161-6/+9
* | Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-5/+6
|/
* Allow any outgoing XHR connectionsLukas Reschke2014-10-301-1/+2
* Merge branch 'master' into cleanup-list-codeThomas Müller2014-05-191-9/+41
|\
| * Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-6/+6
| * 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
* | Cleanup code a little bitLukas Reschke2014-05-041-0/+1
|/
* 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
|\
| * New user agent added for the Freebox.Martial Saunois2014-01-261-1/+5
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-3/+3
|/
* Added isUserAgent() method to requestVincent Petry2013-12-191-2/+1
* Added workaround for Android content dispositionVincent Petry2013-12-101-1/+2
* Moved content disposition code+workarounds to OCP\ResponseVincent Petry2013-12-101-0/+14
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+167