aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Middleware/Security
Commit message (Expand)AuthorAgeFilesLines
* Check style updateCarl Schwan2022-01-132-12/+12
* Add admin privilege delegation for admin settingsCarl Schwan2021-09-291-1/+11
* Fix warnings about logExceptionJoas Schilling2021-06-041-2/+2
* Merge pull request #26591 from nextcloud/techdebt/noid/less-iloggerChristoph Wurst2021-04-271-3/+3
|\
| * Fix unit testsJoas Schilling2021-04-271-3/+3
* | Fix ratelimit templateJoas Schilling2021-04-271-11/+9
|/
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-2/+2
* More test fixingJoas Schilling2020-08-191-2/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-126-40/+40
* Update SecurityMiddleware.phpHolger Hees2020-07-061-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-4/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-16/+16
* Use a blank line after the opening tagChristoph Wurst2020-04-092-0/+2
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-273-11/+0
|\
| * Remove unused importsChristoph Wurst2020-03-253-11/+0
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-252-16/+16
|/
* Mode to modern phpunitRoeland Jago Douma2019-11-275-17/+23
* Make phpunit8 compatibleRoeland Jago Douma2019-11-278-8/+8
* Some php-cs fixesRoeland Jago Douma2019-11-224-3/+4
* Add testsRoeland Jago Douma2019-08-101-0/+89
* Split up security middlewareRoeland Jago Douma2019-07-272-97/+149
* 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-253-4/+7
* 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-022-10/+130
* 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
* Handle SameSiteCookie check for index.php in AppFramework MiddlewareRoeland Jago Douma2017-09-241-0/+133
* 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-312-51/+55
|/
* 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
* 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
* Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke2016-07-211-11/+17
|\
| * Implement brute force protectionLukas Reschke2016-07-201-11/+17