aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App.pm
Commit message (Expand)AuthorAgeLines
* Use REQUEST_URI, not PATH_INFO, to infer path.Matthew Somerville2019-04-24-0/+5
* Better working of /fakemapit/ under https.Matthew Somerville2019-02-11-3/+3
* Improve use of OL ArgParser/missing zoom in URL.Matthew Somerville2019-02-04-21/+0
* Factor out photo storage backend init checksDave Arter2018-09-28-13/+4
* Factor out photo storage into PhotoStorage::FileSystem backendDave Arter2018-09-28-4/+12
* Use CSV escaping for categories in URLs.Matthew Somerville2018-06-21-1/+6
* Make sure site_name/signature consistent in emailsMatthew Somerville2018-06-04-0/+2
* Always set memcached namespace.Matthew Somerville2018-04-16-2/+0
* Add development email previewer.Matthew Somerville2018-03-01-11/+19
* Merge branch '2fa-superuser'Matthew Somerville2018-02-07-4/+13
|\
| * Add two-factor authentication for superusers.Matthew Somerville2018-02-07-4/+13
* | Add admin ability to log user out.Matthew Somerville2018-02-06-1/+2
|/
* Remove SameSite=Lax from cookies.Matthew Somerville2018-01-23-1/+0
* Include "SameSite=Lax" with all set cookies.Matthew Somerville2018-01-04-0/+1
* Add an access token authentication credential.Matthew Somerville2017-11-29-0/+13
* Move map JS to code, to be used on all pages.Matthew Somerville2017-11-15-0/+2
* Make current cobrand available on DB::SchemaDave Arter2017-09-01-0/+1
* Merge branch 'move-report-states-to-database'Matthew Somerville2017-08-31-0/+1
|\
| * Hide things needing fixed state if no fixed state.Matthew Somerville2017-08-31-0/+1
* | Merge branch 'some-dev-improvements'Matthew Somerville2017-08-29-1/+0
|\ \ | |/ |/|
| * Add debug toolbar middleware.Matthew Somerville2017-08-29-1/+0
* | [Zurich] Move Zurich specific setup to its cobrand.Matthew Somerville2017-08-25-5/+1
|/
* Set up translatable body name.Matthew Somerville2017-08-09-0/+3
* Spot email sending success, use on contact page.Matthew Somerville2017-07-18-3/+6
* Allow static home page template override.Matthew Somerville2017-07-14-0/+4
* Upgrade to using Email::Sender.Matthew Somerville2017-03-28-2/+9
* Do upload_dir check on start up, not each report.Matthew Somerville2017-03-15-1/+8
* Add cobrand call_hook fn, calls a fn if defined.Matthew Somerville2017-02-15-1/+1
* In Edge 14, do all HTTP redirects in HTML instead.Matthew Somerville2017-01-17-0/+3
* Update pagination when status/categories changed.Matthew Somerville2016-10-18-2/+10
* Allow multiple selections in report list filter.Zarino Zappia2016-10-13-4/+6
* Include stash in render_fragment calls.Matthew Somerville2016-09-20-2/+1
* [fixmystreet.com] Add Content-Security-Policy.Matthew Somerville2016-08-16-1/+2
* Remove some unused code/ database handle.Matthew Somerville2016-08-12-3/+0
* Log failure to send email.Matthew Somerville2016-08-08-1/+2
* Add HTML email templates.Matthew Somerville2016-08-01-16/+24
* [UK Councils] Send correct confirm emails for updatesDave Arter2016-06-15-4/+1
* Use only one templating system for emails.Matthew Somerville2016-05-25-2/+1
* Prevent dev sites auto-creating session.Matthew Somerville2016-04-06-4/+4
* Refactor email handling to use Email::MIME alone.Matthew Somerville2016-03-30-24/+9
* Move get_photo_params to Utils::Photo.Matthew Somerville2015-12-02-36/+0
* Move EmailSend out of Catalyst for use elsewhere.Matthew Somerville2015-12-02-122/+3
* [Zurich] new status flagsHakim Cassimally2015-10-06-1/+2
* Allow attachment of emails in email_sendHakim Cassimally2015-10-06-0/+46
* Fix handling From/To header in new Email::Simple.Matthew Somerville2015-10-06-16/+18
* Remove remaining hardcoded site name from strings.Matthew Somerville2015-09-28-0/+2
* Allow through reply-to header in send_email.Matthew Somerville2015-09-01-1/+1
* Add default sender to send_email_cron.Matthew Somerville2015-08-19-0/+7
* Make sure get_param_list returns empty list if param is missingDave Arter2015-07-27-1/+2
* Factor out all uses of param()/params.Matthew Somerville2015-07-07-1/+48