server/lib/private/AppFramework/Middleware/Security
Roeland Jago Douma 37a4282c7a
Split up security middleware
With upcoming work for the feature policy header. Splitting this in
smaller classes that just do 1 thing makes sense.

I rather have a few small classes that are tiny and do 1 thing right
(and we all understand what is going on) than have big ones.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-27 16:11:45 +02:00
..
Exceptions Do not do redirect handling when loggin out 2019-02-06 11:29:32 +01:00
BruteForceMiddleware.php Remove unused import statements 2018-02-14 16:55:43 +01:00
CORSMiddleware.php Remove explicit type hints for Controller 2017-08-01 17:32:03 +02:00
CSPMiddleware.php Split up security middleware 2019-07-27 16:11:45 +02:00
PasswordConfirmationMiddleware.php Update password confirmation middleware 2018-11-02 13:44:45 +01:00
RateLimitingMiddleware.php Remove unused import statements 2018-02-14 16:55:43 +01:00
ReloadExecutionMiddleware.php Do not do redirect handling when loggin out 2019-02-06 11:29:32 +01:00
SameSiteCookieMiddleware.php Handle SameSiteCookie check for index.php in AppFramework Middleware 2017-09-24 21:07:16 +02:00
SecurityMiddleware.php Split up security middleware 2019-07-27 16:11:45 +02:00