summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework/http
Commit message (Expand)AuthorAgeFilesLines
* return '' instead of falseJörn Friedrich Dreyer2015-09-231-1/+1
* Decode request content only on getContentRobin McCorkell2015-08-311-34/+49
* Add mitigation against BREACHLukas Reschke2015-08-141-1/+21
* Set default `forwarded_for_headers` to 'HTTP_X_FORWARDED_FOR'Robin McCorkell2015-08-101-1/+4
* Remove "use" statementLukas Reschke2015-08-051-2/+1
* Use StringUtils::equals on CSRF token and add unit testsLukas Reschke2015-08-041-5/+4
* Fixing 'Undefined index: REMOTE_ADDR' - fixes #17460Thomas Müller2015-07-161-1/+2
* Merge pull request #17078 from owncloud/fix-initial-server-hostMorris Jobke2015-07-011-6/+5
|\
| * Fix undefined offsetLukas Reschke2015-06-221-6/+5
* | update license headers and authorsMorris Jobke2015-06-251-0/+1
|/
* Merge pull request #15735 from owncloud/fix-visibilityMorris Jobke2015-04-201-1/+1
|\
| * Fix visibility of public API methodsJoas Schilling2015-04-201-1/+1
* | Remove unused variablesMorris Jobke2015-04-181-2/+1
|/
* Update license headersJenkins for ownCloud2015-03-263-32/+50
* Let users configure security headers in their WebserverLukas Reschke2015-03-021-1/+1
* AppFramework StreamResponseBernhard Posselt2015-02-272-6/+74
* Revert "Updating license headers"Morris Jobke2015-02-262-31/+30
* Merge pull request #14458 from owncloud/revive/11157Thomas Müller2015-02-251-3/+9
|\
| * Use [0] instead of current as HHVM might have problems with thatLukas Reschke2015-02-241-1/+1
| * Get the real protocol behind several proxiesLukas Reschke2015-02-241-3/+9
* | Merge pull request #14151 from owncloud/update-sabre2.1Thomas Müller2015-02-251-2/+2
|\ \ | |/ |/|
| * Sabre Update to 2.1Vincent Petry2015-02-231-2/+2
* | properly initialize OC::$WEBROOT and host nameThomas Müller2015-02-231-1/+1
|/
* Updating license headersJenkins for ownCloud2015-02-232-30/+31
* Incorporate review changesLukas Reschke2015-02-161-6/+6
* Add blackmagic due to cyclic dependency :see_no_evil:Lukas Reschke2015-02-161-3/+3
* Make scrutinizer happyLukas Reschke2015-02-161-1/+1
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-6/+282
* Respect `mod_unique_id` and refactor `OC_Request::getRequestId`Lukas Reschke2015-02-091-12/+40
* always set url parameters when they are available in the app dispatchBernhard Posselt2015-01-151-7/+15
* Add functions to modify cookies to response classLukas Reschke2014-11-271-3/+5
* add dataresponseBernhard Posselt2014-10-291-2/+3
* Remove dead codeLukas Reschke2014-09-291-1/+0
* don't typecast null values inside dispatcher.phpGeorg Ehrke2014-06-291-1/+1
* fix indentionBernhard Posselt2014-06-111-6/+6
* handle http accept headers more gracefullyBernhard Posselt2014-06-111-18/+11
* make it possible to omit parameters and use the default parameters from the c...Bernhard Posselt2014-05-131-2/+2
* Fix method signatureBernhard Posselt2014-05-111-0/+2
* adjust license headers to new mail addressBernhard Posselt2014-05-112-1/+3
* rename formatter to responder, formatResponse to buildResponseBernhard Posselt2014-05-111-1/+1
* fix broken ifBernhard Posselt2014-05-111-1/+1
* add test for not failing when adding more comments after type parameters, do ...Bernhard Posselt2014-05-111-5/+2
* implement most of the basic stuff that was suggested in #8290Bernhard Posselt2014-05-111-3/+85
* make download and redirectresponse publicBernhard Posselt2014-04-202-107/+0
* default to GET request when no method is set to fix unittests, also set parse...Bernhard Posselt2014-04-121-0/+7
* Correctly process request parameters other than GET or POST, dont use globals...Bernhard Posselt2014-04-121-49/+31
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+2
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-062-2/+2
* Fix namespace for OCP\Appframework\HttpThomas Tanghus2013-10-233-149/+3
* OCP\AppFramework\Controller\Controller => OCP\AppFramework\ControllerThomas Tanghus2013-10-111-1/+1