nextcloud/lib
Roeland Jago Douma 60e5a5eca4
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-06 11:29:32 +01:00
..
composer Do not do redirect handling when loggin out 2019-02-06 11:29:32 +01:00
l10n [tx-robot] updated from transifex 2019-01-26 01:12:19 +00:00
private Do not do redirect handling when loggin out 2019-02-06 11:29:32 +01:00
public Emit to load additionalscripts 2019-01-31 12:11:40 +01:00
autoloader.php move log constants to ILogger 2018-04-26 10:45:52 +02:00
base.php Use the defined func()->count() instead of manual counting 2018-11-08 15:44:45 +01:00
versioncheck.php NC16 is php >= 7.1 2018-12-21 16:04:11 +01:00