aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Catalyst
Commit message (Expand)AuthorAgeLines
* Allow cobrands to skip 2FA requirement.Matthew Somerville2019-12-09-1/+3
* Switch to internal QR code generator.Matthew Somerville2019-11-23-3/+3
* Rotate session ID after successful login.Matthew Somerville2019-11-22-0/+26
* Allow enforcement of 2FA for staff users.Matthew Somerville2019-10-30-2/+45
* Require code to be entered when activating 2FA.Matthew Somerville2019-10-28-13/+1
* Allow non-superusers to store 2FA secrets.Matthew Somerville2019-10-28-4/+3
* Move 2FA form template to subdirectory.Matthew Somerville2019-10-28-1/+1
* Merge in upgraded Catalyst branch.Matthew Somerville2019-05-14-1067/+0
|\
| * Update a number of packages.Matthew Somerville2019-05-13-1067/+0
* | Prevent previous commit issue ever happening again.Matthew Somerville2019-05-07-0/+54
|/
* Update last_active on login/logout/session expiry.Matthew Somerville2018-05-23-0/+2
* Increase two-factor skew to 2 time periods.Matthew Somerville2018-02-07-1/+1
* Merge branch '2fa-superuser'Matthew Somerville2018-02-07-0/+141
|\
| * Allow two-factor to work during creation flow.Matthew Somerville2018-02-07-1/+19
| * Add two-factor authentication for superusers.Matthew Somerville2018-02-07-0/+123
* | Add admin ability to log user out.Matthew Somerville2018-02-06-0/+23
|/
* Add an access token authentication credential.Matthew Somerville2017-11-29-0/+144
* Add debug toolbar middleware.Matthew Somerville2017-08-29-82/+128
* Prevent dev sites auto-creating session.Matthew Somerville2016-04-06-7/+0
* Fix lack of error logging in certain scenarios.Matthew Somerville2015-10-08-0/+1067
* Prevent potential recursion in session cookie.Matthew Somerville2015-09-21-0/+3
* Add Catalyst::Plugin::Compress::Gzip (locally, as CPAN version overloads wron...Matthew Somerville2013-03-19-0/+82
* Typo.Matthew Somerville2012-03-30-1/+1
* Also don't output cookie for JPEG files to prevent session loss.Matthew Somerville2012-03-30-2/+3
* Needed brackets, dur (bugfix to de7a31da).Matthew Somerville2012-03-23-1/+1
* Don't send cookie on JS files, as can cause session loss.Matthew Somerville2012-03-22-0/+3
* Get cookie expiry to work, and correct IDs on checkboxes.Matthew Somerville2011-06-29-0/+2
* Add the 'remember_me' checkbox on loginEdmund von der Burg2011-04-07-0/+357