Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create only one CSRF token per session | Lukas Reschke | 2012-10-31 | 1 | -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 Visscher | 2012-10-27 | 1 | -1/+0 |
|\ | | | | | | | | | | | Conflicts: core/lostpassword/index.php core/lostpassword/resetpassword.php | ||||
| * | Make the core ajax calls use the router | Bart Visscher | 2012-10-02 | 1 | -1/+0 |
| | | |||||
* | | More Checkstyle cleanup | Felix Moeller | 2012-10-23 | 1 | -2/+2 |
|/ | | | | This is for all LowerCaseConstant warnings | ||||
* | Reimplementation of CSRF protection including autorefresh | Christian Reiner | 2012-09-28 | 1 | -0/+41 |