aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Model
Commit message (Expand)AuthorAgeLines
* Assume photo ID given in database exists on disk.Matthew Somerville2017-02-28-6/+1
* Make UPLOAD_DIR/GEO_CACHE relative to project rootMatthew Somerville2016-08-10-1/+1
* Test for Image::Magick installation better.Matthew Somerville2016-08-01-4/+10
* Remove specific files rather than glob.Matthew Somerville2016-05-18-4/+15
* Fix removal of cached update photos.Matthew Somerville2016-05-18-2/+4
* Switch external jhead call to use IPC::Open3.Matthew Somerville2016-05-03-1/+8
* Don't warn on bad photo hashes.Matthew Somerville2016-04-22-2/+2
* If admin removes all images, set db field to null.Matthew Somerville2016-04-20-2/+4
* Add PNG image support.Matthew Somerville2016-04-08-32/+47
* Only load images from disk when needed.Matthew Somerville2016-02-23-36/+36
* Factor multiple photo details into nicer function.Matthew Somerville2016-01-12-5/+0
* Remove most passing of Catalyst to PhotoSet.Matthew Somerville2016-01-12-3/+1
* Handle multiple photo rotation/removal in admin.Matthew Somerville2016-01-08-0/+22
* Remove risk of infinite loop in PhotoSet.Matthew Somerville2015-12-16-8/+12
* Reduce use of FixMyStreet::App.Matthew Somerville2015-12-02-2/+2
* Move EmailSend out of Catalyst for use elsewhere.Matthew Somerville2015-12-02-53/+2
* Base 64 decode uploaded images if requiredSteven Day2015-10-06-1/+20
* Allow attachment of emails in email_sendHakim Cassimally2015-10-06-1/+19
* Add support for multiple photos per report.Hakim Cassimally2015-10-06-0/+269
* Use same handling for cron and non-cron email.Matthew Somerville2015-01-13-2/+2
* Add support for SMTP authentication and TLS.Matthew Somerville2014-07-14-1/+20
* Wrapper around Email::Send::SMTP to set sender.Matthew Somerville2012-05-28-1/+1
* Fix incorrect mailer_argsEdmund von der Burg2011-04-05-1/+1
* Simple email sendingEdmund von der Burg2011-03-02-0/+51
* Added FixMyStreet::DB as a model to FixMyStreet::AppEdmund von der Burg2011-03-01-0/+24