summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework/http/request.php
Commit message (Expand)AuthorAgeFilesLines
* Fixing 'Undefined index: REMOTE_ADDR' - fixes #17460Thomas Müller2015-07-171-1/+2
* 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-261-14/+18
* Let users configure security headers in their WebserverLukas Reschke2015-03-021-1/+1
* Revert "Updating license headers"Morris Jobke2015-02-261-16/+15
* 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-231-15/+16
* 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
* Remove dead codeLukas Reschke2014-09-291-1/+0
* adjust license headers to new mail addressBernhard Posselt2014-05-111-0/+2
* 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
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
* passesCSRFCheck added to OCP\IRequestBart Visscher2013-10-041-3/+35
* Fix fix of POST :PThomas Tanghus2013-10-031-10/+11
* Fix POST decodingThomas Tanghus2013-10-031-2/+2
* Modified PUT behaviourThomas Tanghus2013-10-021-26/+30
* Remove JSON request parsing from ServerThomas Tanghus2013-10-011-4/+1
* Implement PUT an PATCH supportThomas Tanghus2013-10-011-28/+73
* Check if accessor matched request method.Thomas Tanghus2013-10-011-0/+3
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+307