summaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Middleware/Security/SecurityMiddlewareTest.php
Commit message (Expand)AuthorAgeFilesLines
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-8/+8
* Update SecurityMiddleware.phpHolger Hees2020-07-061-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-16/+16
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-7/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-7/+0
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-13/+13
|/
* Mode to modern phpunitRoeland Jago Douma2019-11-271-3/+6
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Split up security middlewareRoeland Jago Douma2019-07-271-97/+0
* Make it possible to show admin settings for sub adminsChristoph Wurst2019-05-231-16/+47
* Do not use file as template parameterRoeland Jago Douma2018-08-091-1/+1
* Add testsRoeland Jago Douma2018-03-081-10/+78
* Provide translated error message for permission errorMorris Jobke2018-02-261-7/+7
* Update testsRoeland Jago Douma2018-01-291-8/+20
* Fix risky tests without assertionsJoas Schilling2018-01-251-2/+2
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-2/+2
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-4/+2
* Move passwordconfirmation to its own midlewareRoeland Jago Douma2018-01-021-10/+1
* disable password confirmation with SSOBjoern Schiessle2018-01-021-1/+10
* Use proper DI for security middleware for app enabled checkMorris Jobke2017-10-241-1/+9
* Fix testsRoeland Jago Douma2017-07-311-11/+11
* Make BruteForceProtection annotation more cleverLukas Reschke2017-04-131-75/+1
* 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
* 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
* [master] Port Same-Site Cookies to masterLukas Reschke2016-07-201-66/+152
* Fix phpunit-5.4 wargningRoeland Jago Douma2016-07-111-4/+4
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+453