summaryrefslogtreecommitdiffstats
path: root/core/ajax/requesttoken.php
Commit message (Collapse)AuthorAgeFilesLines
* Create only one CSRF token per sessionLukas Reschke2012-10-311-40/+0
| | | | | | | | | 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.
* Merge branch 'routing'Bart Visscher2012-10-271-1/+0
|\ | | | | | | | | | | Conflicts: core/lostpassword/index.php core/lostpassword/resetpassword.php
| * Make the core ajax calls use the routerBart Visscher2012-10-021-1/+0
| |
* | More Checkstyle cleanupFelix Moeller2012-10-231-2/+2
|/ | | | This is for all LowerCaseConstant warnings
* Reimplementation of CSRF protection including autorefreshChristian Reiner2012-09-281-0/+41