summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Http
Commit message (Expand)AuthorAgeFilesLines
* Fix commentsRoeland Jago Douma2018-02-221-2/+2
* Fix proper typesRoeland Jago Douma2018-02-221-2/+10
* Make Request strictRoeland Jago Douma2018-02-221-53/+59
* Fix testsRoeland Jago Douma2018-02-211-3/+0
* Make AppFramework/Http/Dispatcher strictRoeland Jago Douma2018-02-211-8/+16
* Request->getHeader() should always return a stringMorris Jobke2018-01-171-3/+2
* Also check for empty content lenthRoeland Jago Douma2017-12-141-0/+1
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-063-0/+5
* Handle SameSiteCookie check for index.php in AppFramework MiddlewareRoeland Jago Douma2017-09-241-1/+1
* If there is no content don't errorRoeland Jago Douma2017-08-091-1/+1
* Fix L10N::tRoeland Jago Douma2017-08-011-1/+1
* Add IPv6 to “localhost” regex (#440)coderkun2017-05-141-1/+1
* Use constantsJoas Schilling2017-04-131-1/+1
* Reorder the entries of the log for easier readingJuan Pablo Villafáñez2017-04-121-1/+2
* Don't try to parse empty body if there is no bodyRoeland Jago Douma2017-04-041-0/+2
* dont require strict same site cookies for ocs requestsRoeland Jago Douma2017-03-091-0/+3
* Fix detection of the new iOS appJoas Schilling2017-02-101-1/+1
* oc_token should be nc_tokenChristoph Wurst2017-02-021-1/+1
* Harden cookies more appropriateLukas Reschke2016-11-231-2/+31
* allow passing a stream to StreamResponseRobin Appelman2016-11-161-2/+7
* Identify Chromium as ChromeJoas Schilling2016-10-261-1/+1
* Merge pull request #797 from nextcloud/only-match-for-auth-cookieJoas Schilling2016-08-311-2/+15
|\
| * Match only for actual session cookieLukas Reschke2016-08-091-2/+15
* | Remove reading PATH_INFO from server variableLukas Reschke2016-08-191-4/+0
* | Remove IE_8 user agent stringRoeland Jago Douma2016-08-161-1/+0
|/
* Merge pull request #507 from nextcloud/run-le-scriptMorris Jobke2016-07-213-6/+9
|\
| * Update with robinJoas Schilling2016-07-211-1/+1
| * Fix othersJoas Schilling2016-07-213-5/+8
* | AppFramework do not get default responseRoeland Jago Douma2016-07-201-2/+6
|/
* [master] Port Same-Site Cookies to masterLukas Reschke2016-07-201-0/+40
* Copy the regexes to the public interfaceJoas Schilling2016-07-181-1/+11
* Update license headersLukas Reschke2016-05-263-3/+4
* Make ownCloud work again in php 7.0.6Roeland Jago Douma2016-04-281-0/+3
* Move \OC\AppFramework to PSR-4Roeland Jago Douma2016-04-223-0/+1042