nextcloud/lib
Lukas Reschke 4893d2c0ed Show login again instead of JSON if CSRF check fails
Previously a JSON error page was shown to the user in-case the CSRF token was not valid. This was confusing and prevented people from login.

With this at least the login page is shown again and not a JSON error message. I consider this as sufficient since adding a new error page just for this sake would uneededly make lib/base.php even more cluttered and this is a edge-case which optimally should anyways not happen that often.

This can be tested by opening the login page, then clearing the cookies, and trying to login.
2014-09-23 14:55:08 +02:00
..
l10n [tx-robot] updated from transifex 2014-09-23 02:05:45 -04:00
private Merge pull request #11222 from owncloud/store-users-timezone-master 2014-09-23 13:45:21 +02:00
public Merge pull request #11222 from owncloud/store-users-timezone-master 2014-09-23 13:45:21 +02:00
repair delete old previews 2014-09-21 17:16:21 +02:00
autoloader.php add additional type check 2014-06-06 09:33:34 +02:00
base.php Show login again instead of JSON if CSRF check fails 2014-09-23 14:55:08 +02:00