nextcloud/core/ajax
Lukas Reschke 7a7f12a0c1 Create only one CSRF token per session
Before, the CSRF token expired every hour. We had a script in place
which should refresh the token but this don't worked in every case.
(Laptop sleeping etc.)

With this commit, the token will only get once created for every
session so that the "Token expired" warning shouldn't appear.
2012-10-31 18:37:59 +01:00
..
vcategories Make the core ajax calls use the router 2012-10-02 21:58:42 +02:00
appconfig.php Make the core ajax calls use the router 2012-10-02 21:58:42 +02:00
share.php Load all apps in core share ajax file for apps to register their share backends 2012-10-27 17:25:10 -04:00
translations.php Make the core ajax calls use the router 2012-10-02 21:58:42 +02:00