summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework/http
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\AppFramework to PSR-4Roeland Jago Douma2016-04-223-1042/+0
* Move logout to controllerLukas Reschke2016-04-181-1/+1
* lib: Fix typos (found by codespell)Stefan Weil2016-04-071-1/+1
* Add magical regex to catch browsersLukas Reschke2016-03-241-0/+8
* Check if request is sent from official ownCloud clientLukas Reschke2016-03-241-0/+3
* Fix warning in request.phpRoeland Jago Douma2016-03-231-1/+8
* Add new CSRF manager for unit testing purposesLukas Reschke2016-01-251-19/+11
* Happy new year!Thomas Müller2016-01-123-4/+7
* getLowStrengthGenerator does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
* Use PHP polyfillsLukas Reschke2015-12-111-1/+1
* Also allow empty value for no-HTTPS.Mitar2015-11-271-1/+2
* also match ie11 with Request::USER_AGENT_IERobin Appelman2015-11-221-1/+1
* Fix undefined HTTP_USER_AGENTThomas Müller2015-11-221-0/+3
* Update license headersLukas Reschke2015-10-261-0/+1
* Remove dependency on ICrypto + use XORLukas Reschke2015-10-211-11/+4
* fix IE8 user agent detectionMorris Jobke2015-10-091-0/+1
* Merge pull request #19034 from owncloud/http-request-warningThomas Müller2015-10-081-1/+3
|\
| * Prevent warning decoding contentRobin McCorkell2015-09-141-1/+3
* | Merge pull request #19607 from owncloud/use-urlThomas Müller2015-10-081-3/+13
|\ \
| * | Use `/` if installed in main folderLukas Reschke2015-10-061-3/+13
* | | Add \OCP\IRequest::getHttpProtocolLukas Reschke2015-10-061-0/+21
|/ /
* | deduplicate @xenopathicMorris Jobke2015-10-061-1/+0
* | update licence headers via scriptMorris Jobke2015-10-051-1/+2
* | 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