summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php
Commit message (Expand)AuthorAgeFilesLines
* feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-251-16/+45
* fix(CORS): CORS should only be bypassed on `PublicPage` if not logged in to p...Ferdinand Thiessen2023-02-161-1/+1
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Allow CSRF on CORS routesJonas Rittershofer2022-09-211-0/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* fix error when using CORS with no auth credentialskorelstar2021-05-181-5/+4
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-7/+6
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
* Update license headersChristoph Wurst2019-12-051-2/+2
* Remove explicit type hints for ControllerLukas Reschke2017-08-011-3/+3
* Fix middleware implementations signaturesRoeland Jago Douma2017-07-311-3/+3
* Fix othersJoas Schilling2016-07-211-1/+3
* Implement brute force protectionLukas Reschke2016-07-201-14/+11
* add PasswordLoginForbiddenExceptionChristoph Wurst2016-06-171-2/+7
* create session token on all APIsChristoph Wurst2016-06-131-1/+1
* use client login method on CORS routesChristoph Wurst2016-06-081-6/+6
* Update license headersLukas Reschke2016-05-261-1/+2
* Move \OC\AppFramework to PSR-4Roeland Jago Douma2016-04-221-0/+155