summaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Middleware
Commit message (Expand)AuthorAgeFilesLines
* Handle SameSiteCookie check for index.php in AppFramework MiddlewareRoeland Jago Douma2017-09-241-0/+133
* Remove explicit type hints for ControllerLukas Reschke2017-08-011-4/+4
* Merge pull request #5907 from nextcloud/add-metadata-to-throttle-callMorris Jobke2017-08-011-0/+4
|\
| * Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-271-0/+4
* | Fix testsRoeland Jago Douma2017-07-313-61/+66
* | Fix middleware implementations signaturesRoeland Jago Douma2017-07-311-4/+5
|/
* Make BruteForceProtection annotation more cleverLukas Reschke2017-04-132-75/+191
* Move to dedicated MiddleWareLukas Reschke2017-04-132-40/+287
* Add support for ratelimiting via annotationsLukas Reschke2017-04-131-4/+40
* add some unit testsBjoern Schiessle2017-01-181-1/+72
* Merge pull request #2066 from nextcloud/fix-redirect-double-encodingMorris Jobke2016-11-291-6/+6
|\
| * do not double encode the redirect urlChristoph Wurst2016-11-091-6/+6
* | Fix unit testsJoas Schilling2016-11-181-0/+5
|/
* Move browserSupportsCspV3 to CSPNonceManagerRoeland Jago Douma2016-10-251-5/+10
* Add support for CSP noncesLukas Reschke2016-10-241-1/+52
* Add testsRoeland Jago Douma2016-09-151-30/+29
* Split OCS version handlingRoeland Jago Douma2016-09-061-22/+28
* Add testsRoeland Jago Douma2016-08-141-6/+70
* We should properly check for 'true' instaed of the boolRoeland Jago Douma2016-08-011-1/+2
* Dark hackery to not always disable CSRF for OCS controllersRoeland Jago Douma2016-07-291-0/+55
* Support subdir in the OCS v2 endpointRoeland Jago Douma2016-07-271-0/+30
* Add testsRoeland Jago Douma2016-07-221-1/+35
* Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke2016-07-211-11/+17
|\
| * Implement brute force protectionLukas Reschke2016-07-201-11/+17
* | Merge pull request #476 from nextcloud/port-same-site-cookiesLukas Reschke2016-07-201-66/+152
|\ \
| * | [master] Port Same-Site Cookies to masterLukas Reschke2016-07-201-66/+152
| |/
* / Add unit testsRoeland Jago Douma2016-07-201-0/+108
|/
* Fix phpunit-5.4 wargningRoeland Jago Douma2016-07-115-51/+48
* add PasswordLoginForbiddenExceptionChristoph Wurst2016-06-171-0/+25
* use client login method on CORS routesChristoph Wurst2016-06-081-5/+6
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-205-0/+1175