aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Contact.pm
Commit message (Expand)AuthorAgeLines
* Lowercase contact email when looking for user.Matthew Somerville2020-08-03-1/+1
* Switch to default-escaped in templates.Matthew Somerville2019-12-09-2/+4
* Respect cobrand updates_restriction when dealing with commentsDave Arter2019-10-07-3/+3
* Make sure determine_contact_type called later.Matthew Somerville2019-09-12-1/+2
* $user->latest_visible_problem() convenience methodZarino Zappia2019-08-23-5/+1
* Include user admin links in contact form emailsZarino Zappia2019-08-23-0/+15
* [Hounslow] Add general enquiries functionalityDave Arter2019-06-06-2/+14
* Add CSRF and time to contact form.Matthew Somerville2019-02-01-12/+25
* allow cobrands to restrict /contact to abuse reportsStruan Donald2018-10-18-0/+2
* Move all test endpoints under /_dev.Zarino Zappia2018-08-29-5/+0
* Include user agent in contact form emails.Matthew Somerville2018-08-21-0/+1
* error on bad update ids passed to contact formStruan Donald2018-06-05-3/+11
* [BANES] Add report rejection workflowDave Arter2018-04-10-0/+4
* Option to redirect to custom URL from Contact formZarino Zappia2017-07-28-2/+20
* Spot email sending success, use on contact page.Matthew Somerville2017-07-18-4/+1
* Add update URL model method.Matthew Somerville2017-05-31-2/+1
* Allow contact form recipient override.Matthew Somerville2016-09-15-0/+4
* Allow contact form to include extra fields.Matthew Somerville2016-09-13-0/+7
* Add HTML email templates.Matthew Somerville2016-08-01-12/+8
* Refactor email handling to use Email::MIME alone.Matthew Somerville2016-03-30-2/+1
* Test for DMARC when sending report email.Matthew Somerville2015-08-19-3/+12
* Factor out all uses of param()/params.Matthew Somerville2015-07-07-12/+12
* Add URLs for easy looking at confirmation pages.Matthew Somerville2015-02-19-0/+5
* Use same handling for cron and non-cron email.Matthew Somerville2015-01-13-0/+2
* Version 1.5.2.v1.5.2Matthew Somerville2014-12-17-23/+13
* Report moderationHakim Cassimally2014-08-13-1/+19
* Add a who are you trying to contact option to contact formStruan Donald2014-04-15-0/+5
* Rationalise trailing slashes from admin_base_urlHakim Cassimally2013-12-11-2/+2
* Update contact form error message.Matthew Somerville2013-07-18-1/+1
* Check for some spambots.Matthew Somerville2013-01-07-0/+3
* Add do-not-reply config variable, removing special case from code.Matthew Somerville2013-01-02-2/+2
* Remove unused extra_* functions.Matthew Somerville2012-08-16-1/+1
* Remove unused base_url_for_emails function.Matthew Somerville2012-07-06-1/+1
* Put admin URL in cobrand where it should be.Matthew Somerville2012-06-08-7/+8
* Bromley details in cobrand.Matthew Somerville2012-05-25-2/+2
* auto flag reported problemsStruan Donald2011-08-09-0/+4
* Redirect if POSTed form is GETted.Matthew Somerville2011-08-05-0/+2
* Fix admin links in contact emails.Matthew Somerville2011-06-16-2/+2
* Centralise problem report loading, 404/410 checking.Matthew Somerville2011-06-09-13/+2
* Switch to using c->cobrand->problems to return all problems for a cobrand (so...Matthew Somerville2011-06-08-1/+1
* Tidy up some strings for translation, remove some migrated code.Matthew Somerville2011-06-06-4/+4
* Fix broken contact form report handling, stop HTML injection, and remove old ...Matthew Somerville2011-06-03-13/+10
* update reportingStruan Donald2011-05-26-7/+4
* use c->send_email on contact page and add more testsStruan Donald2011-05-25-32/+15
* Create some _local functions to return the right DateTimes.Matthew Somerville2011-05-24-5/+1
* a tiny bit of documentationStruan Donald2011-05-13-41/+44
* actually send the email unless in test modeStruan Donald2011-05-13-1/+37
* display correct error messages and test for bad problem idsStruan Donald2011-05-13-0/+5
* placeholder for email sending codeStruan Donald2011-05-13-1/+12
* setup up submitted information for emailingStruan Donald2011-05-13-6/+44