aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeLines
* Handle the case where the subject is not setLouise Crow2013-02-15-2/+2
* Fix for #808. SafeBuffer and ActionMailer::Quoting.quoted_printable don't pla...Louise Crow2013-02-15-0/+14
* Don't escape links that are automatically added in user biosMatthew Landauer2013-02-11-1/+2
* Mark constructed URL strings which have been escaped as safe, so that they ar...Louise Crow2013-02-08-4/+5
* Rescue an invalid character exception when handling what appears to be badly ...Louise Crow2013-02-06-1/+1
* Merge remote-tracking branch 'openaustralia_github/backport_rails_3_mailer_fi...Louise Crow2013-02-01-1/+1
|\
| * Rename mailer method to avoid naming conflict in Rails 3Matthew Landauer2013-01-25-1/+1
* | AboutMeValidator model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-2/+6
* | PublicBody model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-9/+10
* | OutgoingMessage model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-26/+28
* | Indentation and spacing fixes onlyHenare Degan2013-01-25-4/+6
* | Formatting only: Group associations and validationsHenare Degan2013-01-25-4/+3
* | Comment model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-10/+12
* | ChangeEmailValidator model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-1/+4
* | ProfilePhoto model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-1/+5
* | User model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-9/+11
|/
* Merge remote-tracking branch 'mysociety/develop' into rails_xssMatthew Landauer2013-01-15-412/+142
|\
| * As we're validating filename with validates_presence_of, which doesn't allow ...Louise Crow2013-01-14-1/+1
| * Don't export the fake authorities that we use for admin.Louise Crow2013-01-08-0/+2
| * Handle case where info request doesn't have a user_nameLouise Crow2013-01-07-0/+1
| * Add alternative sanitization for Ruby 1.9Louise Crow2012-12-06-23/+57
| * Convert url in comment to spec.Louise Crow2012-12-06-1/+0
| * Update comments to reflect the fact that text is coming from an foi attachmen...Louise Crow2012-12-06-3/+4
| * Reformat for line length.Louise Crow2012-12-06-1/+3
| * Rename _get_attachment_text_internal_one_file to get_attachment_text_one_file...Louise Crow2012-12-06-2/+3
| * Move methods for getting the text out of attachments to the mail handler module.Louise Crow2012-12-06-100/+2
| * Only make a tempfile etc if we're actually going to use it. Keep the body cal...Louise Crow2012-12-06-20/+30
| * Standard indent.Louise Crow2012-12-06-4/+4
| * Write to the temp file in binary mode - we may be writing binary content, suc...Louise Crow2012-12-05-0/+1
| * Use the character set of the attachment to encode the string that we're pulli...Louise Crow2012-12-05-0/+17
| * Move mail-specific stuff to mail handler.Louise Crow2012-12-05-46/+1
| * Separate mail-specific stuff from creation/update of model instances.Louise Crow2012-12-05-8/+12
| * Add a wrapper method for get_attachment_leaves.Louise Crow2012-12-05-4/+1
| * Move the getting of attachment leaves to the mail handler.Louise Crow2012-12-05-90/+1
| * Pass around mail object explicitly when getting attachment leaves.Louise Crow2012-12-05-8/+8
| * Move part counting to the mail handler.Louise Crow2012-12-05-53/+7
| * Pass explicit references to the mail when counting parts.Louise Crow2012-12-05-13/+13
| * Move counters to mail object.Louise Crow2012-12-05-5/+5
| * Move content type normalization to mail handler.Louise Crow2012-12-05-27/+2
| * Now that the underlying methods handle the case where there is no from field ...Louise Crow2012-12-05-2/+2
| * Use the binary_output option to have the strings returned by AlaveteliExterna...Louise Crow2012-12-05-8/+17
| * Use mail handler to get the content type of each email part.Louise Crow2012-12-05-1/+1
| * Rewrite spec to reflect delegation of low-level mail methods to mail handler,...Louise Crow2012-12-04-6/+3
| * Remove duplicate method that was masking what seems to be intended to be the ...Louise Crow2012-12-04-30/+1
| * Remove obsolete comment.Louise Crow2012-12-04-5/+0
| * Remove redundant method.Louise Crow2012-12-04-4/+0
| * Move method for getting the to, cc and envelope-to addresses of a mail to the...Louise Crow2012-12-04-3/+1
| * Move the specifics of getting a From: name from a mail to the mail handler.Louise Crow2012-12-03-4/+1
| * Delegate getting the body of a mail part to the mail handler.Louise Crow2012-12-03-1/+1
| * Delegate getting the from address to the mail handler.Louise Crow2012-12-03-1/+1