Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Allow staff users to sign others up for alerts. | Matthew Somerville | 2020-01-08 | -4/+8 |
| | ||||
* | Check provided report ID for update alert signup. | Matthew Somerville | 2020-01-08 | -24/+7 |
| | | | | Remove some unused code. | |||
* | Allow non-superusers to store 2FA secrets. | Matthew Somerville | 2019-10-28 | -1/+1 |
| | ||||
* | Don’t strip whitespace from user passwords during registration | Dave Arter | 2018-04-27 | -1/+1 |
| | | | | | | | If a new user registers during the report/update process and their password starts or ends with whitespace or has consecutive whitespace chars then those would be stripped and the entered password wouldn’t work for subsequent logins. | |||
* | Add two-factor authentication for superusers. | Matthew Somerville | 2018-02-07 | -2/+7 |
| | ||||
* | Merge branch 'alert-missing-id' | Matthew Somerville | 2016-06-22 | -13/+10 |
|\ | ||||
| * | Catch alert subscription with missing ID. | Matthew Somerville | 2016-06-20 | -13/+10 |
| | | ||||
* | | Improve CSRF tokens and add to more forms. | Matthew Somerville | 2016-06-20 | -0/+6 |
|/ | ||||
* | Fallback if request to Gaze fails. | Matthew Somerville | 2016-05-18 | -5/+2 |
| | | | | Fixes #1286. | |||
* | Factor out all uses of param()/params. | Matthew Somerville | 2015-07-07 | -18/+18 |
| | | | | | | | Use a central get_param and get_param_list functions dependent on whether we're after a scalar or a list (almost always a scalar). This prevents any possibility of confusion where param() could return a list, or params->{} an arrayref. | |||
* | Make sure all co-ordinates are stringified. | Matthew Somerville | 2015-02-13 | -5/+0 |
| | | | | | | | This includes MapIt postcode lookups, geocoding, query parameters, tile clicks. Stringifying truncates them to six decimal places, which means we no longer need any "short" versions anywhere, and the JSON response will always uses a decimal point regardless of locale. | |||
* | Update reporting to use bodies. | Matthew Somerville | 2012-12-15 | -3/+3 |
| | ||||
* | Some fixes for when warnings are on during test run. | Matthew Somerville | 2012-11-09 | -1/+1 |
| | ||||
* | Remove unused extra_* functions. | Matthew Somerville | 2012-08-16 | -1/+1 |
| | ||||
* | Merge branch 'master' into bromley | Matthew Somerville | 2012-05-23 | -1/+5 |
|\ | ||||
| * | Assume alert is not confirmed if not logged in. | Matthew Somerville | 2012-05-23 | -1/+5 |
| | | ||||
* | | Fewer photos on /alert for Bromley. | Matthew Somerville | 2012-04-24 | -1/+2 |
|/ | ||||
* | Basics of sliding drawer for alerts on around page. | Matthew Somerville | 2012-03-06 | -0/+2 |
| | ||||
* | Remove some unused cobrand functions, start of a base class. | Matthew Somerville | 2012-01-20 | -5/+0 |
| | ||||
* | If logged in, don't show email on alert sign up. | Matthew Somerville | 2011-06-28 | -26/+49 |
| | ||||
* | Fix some warnings and small bugs from scanning error logs. | Matthew Somerville | 2011-06-13 | -4/+4 |
| | ||||
* | Improve email headers in emails sent. | Matthew Somerville | 2011-06-07 | -9/+1 |
| | ||||
* | Get rid of some more fake_q etc. | Matthew Somerville | 2011-06-06 | -13/+7 |
| | ||||
* | Migrate alert sending script, add test for it, fix some small bugs and strings. | Matthew Somerville | 2011-06-04 | -1/+4 |
| | ||||
* | Fix bug whereby lat/lon were being stored the wrong way round in local alerts. | Matthew Somerville | 2011-06-03 | -1/+1 |
| | ||||
* | Sign up new report to email alert if logged in as well as when confirmed by ↵ | Matthew Somerville | 2011-06-03 | -5/+4 |
| | | | | email. Allow disabling rather than deleting of alerts. Revert quoting as it breaks timestamps and literal SQL. | |||
* | Fix RSS lat/lon redirect from alert list page; break setenv.pl's ARGV feature. | Matthew Somerville | 2011-06-03 | -2/+1 |
| | ||||
* | Better alert page title handling. | Matthew Somerville | 2011-06-03 | -3/+0 |
| | ||||
* | do not fall over if the user visits /alert/subscribe with no parameters or ↵ | Struan Donald | 2011-05-27 | -1/+6 |
| | | | | no email | |||
* | only confirm alerts on submission if user is logged in | Struan Donald | 2011-05-27 | -3/+4 |
| | | | also, tests to make sure we send out emails if a logged in user subscribes with a different address | |||
* | put all confirmation templates under tokens for consistency | Struan Donald | 2011-05-26 | -2/+1 |
| | ||||
* | If the user already exists in the database then don't sent them a | Struan Donald | 2011-05-26 | -3/+7 |
| | | | | confirmation email when signing up to alerts | |||
* | no way to sign up to new_problems alerts so not porting | Struan Donald | 2011-05-26 | -4/+0 |
| | ||||
* | move fiksgatami rss option list generating to cobrand | Struan Donald | 2011-05-24 | -55/+1 |
| | ||||
* | make sure contents of pc get filtered before display | Struan Donald | 2011-05-23 | -3/+0 |
| | ||||
* | move list request setup to own method and tidy up list | Struan Donald | 2011-05-12 | -23/+67 |
| | ||||
* | move all the location setup stuff to one method | Struan Donald | 2011-05-12 | -29/+41 |
| | ||||
* | extract council based rss feeds to method | Struan Donald | 2011-05-12 | -7/+19 |
| | ||||
* | remove unwanted debugging code | Struan Donald | 2011-05-12 | -5/+0 |
| | ||||
* | better method name | Struan Donald | 2011-05-12 | -5/+3 |
| | ||||
* | move lat/long rss feed generation to own method | Struan Donald | 2011-05-12 | -26/+43 |
| | ||||
* | tidy up to remove repeated code | Struan Donald | 2011-05-12 | -31/+35 |
| | ||||
* | problem update alert subscription | Struan Donald | 2011-05-12 | -10/+44 |
| | ||||
* | move confirmation email sending to own method | Struan Donald | 2011-05-12 | -19/+37 |
| | ||||
* | move creating local alert to own method | Struan Donald | 2011-05-12 | -52/+61 |
| | ||||
* | removed old commented out code | Struan Donald | 2011-05-12 | -26/+2 |
| | ||||
* | Add cobrand form elements to alert list page | Struan Donald | 2011-05-12 | -0/+2 |
| | ||||
* | removed old commented out code | Struan Donald | 2011-05-12 | -30/+1 |
| | ||||
* | Add cobrand form elements to alert front page | Struan Donald | 2011-05-12 | -0/+2 |
| | ||||
* | recent report photos for alerts front page | Struan Donald | 2011-05-12 | -5/+3 |
| |