Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add a couple of email subject lines to the translations. | Louise Crow | 2012-09-26 | -2/+2 |
| | ||||
* | Don't send comment alerts for external requests. | Louise Crow | 2012-08-22 | -3/+4 |
| | ||||
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Robin Houston | 2012-06-23 | -3/+8 |
|\ | | | | | | | | | | | | | | | Conflicts: Gemfile.lock script/handle-mail-replies script/handle-mail-replies.rb spec/controllers/request_controller_spec.rb | |||
| * | Correctly name the person who has requested something for admin attention | Seb Bacon | 2012-06-19 | -3/+4 |
| | | ||||
| * | Make emails requesting admin attention appear to come from the user who ↵ | Seb Bacon | 2012-06-12 | -2/+6 |
| | | | | | | | | requested the attention, not the user who made the original request. | |||
* | | API controller tests all pass | Robin Houston | 2012-06-18 | -0/+4 |
| | | ||||
* | | WIP API | Robin Houston | 2012-06-07 | -0/+11 |
| | | ||||
* | | Don’t try to send alerts to external users | Robin Houston | 2012-06-06 | -1/+6 |
|/ | ||||
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | David Cabo | 2012-05-28 | -16/+16 |
|\ | ||||
| * | First stab at new feature. Adds new box in sidebar for reporting an issue, a ↵ | Seb Bacon | 2012-05-24 | -1/+1 |
| | | | | | | | | | | | | new "needs admin attention"-type state to InfoRequests, a flag indicating that a request has ever been marked as needing admin attention, and a controller method and route for setting this state & flag. Also adds the reason something needs admin attention to the subject of the email that gets sent to administrators. Neeeds tests. | |||
| * | Remove trailing whitespace (to make a cleaner forthcoming merge with ↵ | Seb Bacon | 2012-05-15 | -14/+14 |
| | | | | | | | | wombleton:feature/440_sparkly_admin_css) | |||
| * | Only trailing whitespace | Robin Houston | 2012-02-16 | -1/+1 |
| | | ||||
* | | Add I18n string for mail clarification | David Cabo | 2012-05-28 | -1/+1 |
|/ | ||||
* | Improve SQL performance | Robin Houston | 2012-01-12 | -1/+12 |
| | | | | Replace a slow query with a much faster equivalent one. | |||
* | Further improvements to attachment caching | Seb Bacon | 2011-12-13 | -0/+1 |
| | ||||
* | I18nize some strings | Faton Selishta | 2011-10-07 | -7/+7 |
| | ||||
* | Suppress out-of-office responses from MS Exchange | Robin Houston | 2011-09-05 | -8/+16 |
| | | | | | | Add an explicit "X-Auto-Response-Suppress: OOF" header to outgoing request messages, because MS Exchange does not seem to honour the RFC3834 "Auto-Submitted: auto-generated" header we are already using. | |||
* | Make timeframes for new response reminders configurable | David Cabo | 2011-08-23 | -5/+5 |
| | ||||
* | Log the reason why an incoming mail is routed to the holding pen, and ↵ | Seb Bacon | 2011-08-03 | -2/+3 |
| | | | | display it to administrators. Closes #107. | |||
* | Get rid of commented-out STDERR.puts messages | Robin Houston | 2011-06-21 | -18/+0 |
| | ||||
* | - Refactor models/incoming_message.rb to get rid of the hideous | Robin Houston | 2011-06-21 | -7/+3 |
| | | | | | | | global variables and methods. Move the MIME type stuff into lib/alaveteli_file_types.rb. - Correct the spelling of the word extensions (not extentions). | |||
* | Explain why we want to record the original raw email | Francis Irving | 2010-09-22 | -1/+9 |
| | ||||
* | Email when request becomes long overdue | Francis Irving | 2009-12-16 | -5/+37 |
| | ||||
* | Option to use message id to not duplicate incoming messages. | Francis Irving | 2009-10-29 | -0/+6 |
| | ||||
* | Factor out email address matching function. | Francis Irving | 2009-10-29 | -3/+9 |
| | ||||
* | Move the actual messages sent to authorities into a separate mailer model ↵ | francis | 2009-10-04 | -73/+2 |
| | | | | class (so can give them different layout, but is nice anyhow) | |||
* | Change formatting of outgoing emails. | francis | 2009-10-04 | -1/+3 |
| | ||||
* | Don't send overdue alerts, or request for clarification alerts to banned users | francis | 2009-10-03 | -4/+12 |
| | ||||
* | Add an extra nagging to classify email. | francis | 2009-10-03 | -4/+5 |
| | ||||
* | Allow follow ups to defunct/not_apply authorities which still have a valid ↵ | francis | 2009-09-08 | -2/+2 |
| | | | | email. | |||
* | Check address to when working out holding pen address | francis | 2009-09-08 | -2/+4 |
| | ||||
* | Slightly improve query. | francis | 2009-09-02 | -2/+2 |
| | ||||
* | Fix subtle bug, which caused error with old data and new ↵ | francis | 2009-08-19 | -5/+4 |
| | | | | not-sending-to-auto-annotations code | |||
* | Don't send alert for annotation on your own request. | francis | 2009-08-18 | -4/+5 |
| | ||||
* | Mark various automatic alerts on requests to requesters as being auto-generated, | francis | 2009-06-27 | -2/+17 |
| | | | | | and set envelope-from to blackhole (as not much to be done if they fail, and they will only happen once). | |||
* | Fix bug where follow up to defunct authority would cause errors. | francis | 2009-06-16 | -1/+12 |
| | ||||
* | Fix up attachment of bounced emails. | francis | 2009-06-15 | -2/+3 |
| | ||||
* | Maybe this will make attachmentw ork. | francis | 2009-06-15 | -3/+3 |
| | ||||
* | Fix bug with bouncing messages. | francis | 2009-06-15 | -2/+2 |
| | ||||
* | Apply censor rules to names from incoming emails. | francis | 2009-05-21 | -3/+5 |
| | ||||
* | Added method for sending email to requester when someone has updated an old ↵ | louise | 2009-04-14 | -1/+10 |
| | | | | unclassified request | |||
* | Reminders sent to users to update the status of their request now use ↵ | louise | 2009-04-08 | -2/+5 |
| | | | | InfoRequest.find_old_unclassified | |||
* | TMail rebuilds address when constructing emails. Move our more | francis | 2009-04-08 | -3/+3 |
| | | | | | | aggressive quoting rule into a TMail monkey patch proper so it is always called when constructing emails, and remove the hacky function (Address.encode_quoted_string) it used to call in special places | |||
* | Tests for use of different addresses in replies. | francis | 2009-04-08 | -4/+4 |
| | | | | | Fix bug in quoting of those replies. Make it remove @ signs from name part of them. | |||
* | Note about where these functions are. | francis | 2009-04-07 | -1/+3 |
| | ||||
* | Tweak wording. | francis | 2009-02-28 | -2/+2 |
| | ||||
* | Set a blackhole for envelope from for various messages where we don't care | francis | 2009-02-09 | -2/+3 |
| | | | | about delivery failures (e.g. email alerts) | |||
* | Move TMail monkeypatches out of incoming_message into | francis | 2008-11-21 | -3/+1 |
| | ||||
* | Make link on first response arrived email not be login one, as people ↵ | francis | 2008-11-10 | -7/+7 |
| | | | | | | | forward it about. Make link on later ones go straight to top green box. Give ids to the green boxes. | |||
* | Change subject of internal review followups. | francis | 2008-11-07 | -3/+9 |
| |