Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Extract method for finding whether user is a superuser | Matthew Landauer | 2012-10-18 | -3/+8 |
| | ||||
* | In number of requests shown on home page only include requests with normal ↵ | Matthew Landauer | 2012-10-17 | -0/+2 |
| | | | | prominence | |||
* | Don't include admin authority in count on home page | Matthew Landauer | 2012-10-17 | -0/+6 |
| | ||||
* | Merge remote-tracking branch 'openaustralia_github/postfix_log_support' into ↵ | Louise Crow | 2012-10-12 | -139/+210 |
|\ | | | | | | | | | | | | | | | develop Conflicts: Gemfile.lock app/models/exim_log.rb | |||
| * | Revert "Also allow arbitrary subdomain on email addresses picked up in the logs" | Matthew Landauer | 2012-10-12 | -5/+1 |
| | | | | | | | | This reverts commit 9ae51d5ff6a9f56fd1bd4ba4bdd84bfd43ac6d95. | |||
| * | Also allow arbitrary subdomain on email addresses picked up in the logs | Matthew Landauer | 2012-10-11 | -1/+5 |
| | | ||||
| * | Extract temporary variables | Matthew Landauer | 2012-10-11 | -1/+3 |
| | | ||||
| * | Fix small bug where email domain wasn't being quoted in the regular expression | Matthew Landauer | 2012-10-11 | -1/+1 |
| | | ||||
| * | Ignore emails in logs with incorrect prefixes | Matthew Landauer | 2012-10-11 | -1/+3 |
| | | ||||
| * | Update comments that used to refer to just exim | Matthew Landauer | 2012-10-11 | -5/+5 |
| | | ||||
| * | Rename script/load-exim-logs to script/load-mail-server-logs | Matthew Landauer | 2012-10-11 | -1/+1 |
| | | ||||
| * | Rename models and tables exim -> mail_server | Matthew Landauer | 2012-10-11 | -41/+39 |
| | | ||||
| * | Rerun annotate -m | Matthew Landauer | 2012-10-11 | -1/+1 |
| | | ||||
| * | Updated wording of error | Matthew Landauer | 2012-10-11 | -1/+1 |
| | | ||||
| * | request_sent? now handles postfix and exim | Matthew Landauer | 2012-10-11 | -1/+12 |
| | | ||||
| * | Add a comment | Matthew Landauer | 2012-10-11 | -0/+4 |
| | | ||||
| * | Method for checking whether a request has been sent that checks the postfix log | Matthew Landauer | 2012-10-11 | -0/+6 |
| | | ||||
| * | Rubyify loops | Matthew Landauer | 2012-10-11 | -6/+4 |
| | | ||||
| * | Extract method | Matthew Landauer | 2012-10-11 | -15/+21 |
| | | ||||
| * | New configuration MTA_LOG_TYPE to set whether we are using exim or postfix ↵ | Matthew Landauer | 2012-10-11 | -9/+1 |
| | | | | | | | | to deliver and receive our mail | |||
| * | Add comment about what happens when you use rotated log files | Matthew Landauer | 2012-10-11 | -0/+2 |
| | | ||||
| * | Do a very naive simple way of automatically detecting whether this is an ↵ | Matthew Landauer | 2012-10-10 | -1/+9 |
| | | | | | | | | exim or postfix log file | |||
| * | Don't get confused if there is no postfix queue id | Matthew Landauer | 2012-10-10 | -1/+3 |
| | | ||||
| * | Now can load postfix log files in the main method | Matthew Landauer | 2012-10-10 | -2/+9 |
| | | ||||
| * | Rename method | Matthew Landauer | 2012-10-10 | -3/+3 |
| | | ||||
| * | Add method for loading postfix log data | Matthew Landauer | 2012-10-10 | -0/+21 |
| | | ||||
| * | Extract method | Matthew Landauer | 2012-10-10 | -2/+6 |
| | | ||||
| * | Extract method | Matthew Landauer | 2012-10-10 | -4/+6 |
| | | ||||
| * | Extract postfix queue ids from logs | Matthew Landauer | 2012-10-10 | -0/+13 |
| | | ||||
| * | Extract method | Matthew Landauer | 2012-10-10 | -13/+18 |
| | | ||||
| * | stat is a class method on File | Matthew Landauer | 2012-10-10 | -1/+1 |
| | | ||||
| * | Simplify a little more | Matthew Landauer | 2012-10-10 | -6/+2 |
| | | ||||
| * | Inline temporary variable | Matthew Landauer | 2012-10-10 | -3/+1 |
| | | ||||
| * | Small refactor: make control flow a little cleaner | Matthew Landauer | 2012-10-10 | -11/+7 |
| | | ||||
| * | Creating EximLog record autosaves EximLogDone record anyway | Matthew Landauer | 2012-10-10 | -3/+2 |
| | | ||||
| * | Simplify creation of log line | Matthew Landauer | 2012-10-10 | -6/+1 |
| | | ||||
| * | Send a warning to stdout when trying to load logs for non-existent info requests | Matthew Landauer | 2012-10-09 | -1/+3 |
| | | ||||
* | | Fix the spec by making the regexp match text converted from HTML (we're now ↵ | Louise Crow | 2012-10-11 | -2/+3 |
| | | | | | | | | choosing HTML parts of mails in preference to plain text), and by correcting bug in parameter passing. | |||
* | | Convert example url from comment into passing spec. | Louise Crow | 2012-10-11 | -1/+0 |
| | | ||||
* | | Add test for handling a multipart mail with a linebreak in the boundary. | Louise Crow | 2012-10-11 | -2/+1 |
| | | ||||
* | | Handle the case where an incoming message is badly encoded and has no ↵ | Louise Crow | 2012-10-09 | -0/+1 |
| | | | | | | | | charset on the part we're using as a main part. | |||
* | | Remove svn tags that are out of date as we are now using git | Matthew Landauer | 2012-10-09 | -47/+2 |
|/ | ||||
* | Use new Configuration for OVERRIDE_ALL_PUBLIC_BODY_REQUEST_EMAILS | Matthew Landauer | 2012-10-02 | -1/+1 |
| | ||||
* | Merge remote-tracking branch 'openaustralia_github/configuration_refactor' ↵ | Louise Crow | 2012-10-01 | -42/+30 |
|\ | | | | | | | | | | | | | into develop Conflicts: config/general.yml-example | |||
| * | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -42/+30 |
| | | ||||
* | | Merge remote-tracking branch 'openaustralia/redirect_email_for_testing' into ↵ | Robin Houston | 2012-09-28 | -0/+14 |
|\ \ | | | | | | | | | | develop | |||
| * | | override_request_email returns nil if configuration not set | Matthew Landauer | 2012-09-27 | -2/+4 |
| | | | ||||
| * | | Extract method | Matthew Landauer | 2012-09-27 | -3/+6 |
| | | | ||||
| * | | Add option to override all public body request emails | Matthew Landauer | 2012-09-27 | -0/+9 |
| | | | ||||
* | | | Remove file checked in by mistake. | Louise Crow | 2012-09-27 | -870/+0 |
|/ / |