aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Middleware/Security/CORSMiddlewareTest.php
Commit message (Expand)AuthorAgeFilesLines
* feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-251-46/+99
* fix(CORS): CORS should only be bypassed on `PublicPage` if not logged in to p...Ferdinand Thiessen2023-02-161-1/+35
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Fix testsJoas Schilling2022-02-231-12/+12
* 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-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-3/+3
* Mode to modern phpunitRoeland Jago Douma2019-11-271-7/+10
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+1
* Fix testsRoeland Jago Douma2017-07-311-40/+44
* Implement brute force protectionLukas Reschke2016-07-201-11/+17
* Fix phpunit-5.4 wargningRoeland Jago Douma2016-07-111-22/+22
* 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-201-0/+236