Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Prevent dev sites auto-creating session. | Matthew Somerville | 2016-04-06 | -7/+0 |
| | | | | | We check for a session's existence before looking in it, as looking in it first would auto create a session. | |||
* | Fix lack of error logging in certain scenarios. | Matthew Somerville | 2015-10-08 | -0/+1067 |
| | | | | | | Upgrade Catalyst::Engine and Catalyst::Log to 5.90030 so that errors are logged via psgi.errors rather than printed to the (perhaps nulled) stderr. Fixes #404. | |||
* | Prevent potential recursion in session cookie. | Matthew Somerville | 2015-09-21 | -0/+3 |
| | | | | Unlikely to crop up, but this fixes #1077. | |||
* | Add Catalyst::Plugin::Compress::Gzip (locally, as CPAN version overloads ↵ | Matthew Somerville | 2013-03-19 | -0/+82 |
| | | | | wrong function). | |||
* | Typo. | Matthew Somerville | 2012-03-30 | -1/+1 |
| | ||||
* | Also don't output cookie for JPEG files to prevent session loss. | Matthew Somerville | 2012-03-30 | -2/+3 |
| | ||||
* | Needed brackets, dur (bugfix to de7a31da). | Matthew Somerville | 2012-03-23 | -1/+1 |
| | ||||
* | Don't send cookie on JS files, as can cause session loss. | Matthew Somerville | 2012-03-22 | -0/+3 |
| | ||||
* | Get cookie expiry to work, and correct IDs on checkboxes. | Matthew Somerville | 2011-06-29 | -0/+2 |
| | ||||
* | Add the 'remember_me' checkbox on login | Edmund von der Burg | 2011-04-07 | -0/+357 |