aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Auth.pm
Commit message (Expand)AuthorAgeLines
* Simplify /auth sign in page.Matthew Somerville2018-11-09-6/+14
* Move all test endpoints under /_dev.Zarino Zappia2018-08-29-5/+0
* add a send login email button to user edit pageStruan Donald2018-06-25-1/+2
* Use CSV escaping for categories in URLs.Matthew Somerville2018-06-21-1/+1
* Merge branch '2fa-superuser'Matthew Somerville2018-02-07-0/+8
|\
| * Allow two-factor to work during creation flow.Matthew Somerville2018-02-07-0/+5
| * Add two-factor authentication for superusers.Matthew Somerville2018-02-07-0/+3
* | Merge branch 'password-tests'Matthew Somerville2018-02-06-2/+56
|\ \
| * | Add length/common password checking.Matthew Somerville2018-02-06-2/+56
| |/
* / Increase bcrypt cost.Matthew Somerville2018-02-01-0/+6
|/
* Add an access token authentication credential.Matthew Somerville2017-11-29-0/+2
* Accept +1 geographic numbers as possibly mobile.Matthew Somerville2017-10-05-1/+1
* Allow verify/change/add email/phone in profile.Matthew Somerville2017-09-30-13/+15
* Adapt things that assume email will be present.Matthew Somerville2017-09-30-1/+2
* Add ability to log in on /auth via text.Matthew Somerville2017-09-30-47/+66
* Add 'verified' database columns for email/phone.Matthew Somerville2017-09-30-2/+2
* Move some auth functions to their own controllers.Matthew Somerville2017-09-30-249/+2
* Add SIGNUPS_DISABLED config flagDave Arter2017-08-31-0/+20
* Don't redirect if logged in & auth form submitted.Matthew Somerville2017-08-08-1/+1
* Make sure all MapIt tests can run offline.Matthew Somerville2017-03-23-1/+1
* Use Token params for redirect on loginpezholio2017-02-15-3/+7
* Redirect to category-filtered /reports on loginDave Arter2017-02-14-1/+20
* Follow redirect to /admin after login if allowedDave Arter2017-02-14-1/+1
* Lowercase email when signing in.Matthew Somerville2017-01-26-0/+1
* Make sure csrf_time is deleted after use.Matthew Somerville2017-01-12-2/+3
* Return 400/500 for some client/server errors.Matthew Somerville2016-12-16-8/+5
* Use normal user authentication to control access to /adminMatthew Somerville2016-07-19-1/+1
* Fix CSRF issue with new login during process.Matthew Somerville2016-07-05-0/+3
* Allow users to update their email address.Matthew Somerville2016-06-20-6/+56
* Improve CSRF tokens and add to more forms.Matthew Somerville2016-06-20-3/+37
* Improve auth flow taken when return key used.Matthew Somerville2016-06-20-5/+6
* Add Twitter social login.Matthew Somerville2016-04-08-16/+93
* Add login by Facebook on generic auth screen.Matthew Somerville2016-01-22-12/+16
* Add login by Facebook when reporting.Matthew Somerville2016-01-22-0/+108
* Switch to JSON::MaybeXS, remove JSON::XS.Matthew Somerville2016-01-22-4/+4
* If a sign-in button explicitly clicked, use it.Matthew Somerville2015-09-21-3/+5
* Add way to see "Please check your email" pages.Matthew Somerville2015-09-17-0/+5
* Alter token logging in and timeout behaviour.Matthew Somerville2015-07-10-0/+5
* Factor out all uses of param()/params.Matthew Somerville2015-07-07-17/+16
* Better spotting of signing in on /auth form.Matthew Somerville2014-06-20-2/+4
* Don't remove /M tokens upon use.Matthew Somerville2013-05-10-4/+1
* Redirect better to prevent possible infinite loop, update test.Matthew Somerville2013-02-05-1/+4
* Redirect from auth to admin if already logged in on Zurich.Matthew Somerville2013-02-05-1/+2
* Zurich admin auth with front end.Matthew Somerville2012-12-19-1/+1
* inital pass at sign in/sign out functionalityStruan Donald2012-06-01-0/+49
* Carry through name/phone/password updates through report/update creation via ...Matthew Somerville2011-07-04-3/+7
* Assume if they've filled in one side of the password form, they're submitting...Matthew Somerville2011-07-01-1/+2
* Get cookie expiry to work, and correct IDs on checkboxes.Matthew Somerville2011-06-29-1/+5
* Sign in over login; tidy CSS.Matthew Somerville2011-06-24-26/+28
* Allow people to give name/pw on auth page.Matthew Somerville2011-06-24-8/+13