nextcloud/lib/private/AppFramework
Roeland Jago Douma 78842d29b3
Do not do redirect handling when loggin out
Fixes #12568
Since the clearing of the execution context causes another reload. We
should not do the redirect_uri handling as this results in redirecting
back to the logout page on login.

This adds a simple middleware that will just check if the
ClearExecutionContext session variable is set. If that is the case it
will just redirect back to the login page.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-18 22:22:12 +01:00
..
DependencyInjection Do not do redirect handling when loggin out 2019-02-18 22:22:12 +01:00
Http Only trust the X-FORWARDED-HOST header for trusted proxies 2018-12-19 08:48:18 +00:00
Middleware Do not do redirect handling when loggin out 2019-02-18 22:22:12 +01:00
OCS Do not send a body for "No content", "Not modified" and others 2018-05-04 13:46:13 +02:00
Routing Revert "Match slashes in ../{id} resource routes" 2017-04-18 21:50:36 +02:00
Utility Fix tests 2018-11-02 19:20:37 +01:00
App.php Fix tests 2018-11-02 19:20:37 +01:00
Http.php Update license headers 2017-11-06 16:56:19 +01:00
Logger.php Add wrapper Logger in DIContainer 2018-09-04 10:05:25 +02:00