aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/action_mailbox
Commit message (Collapse)AuthorAgeFilesLines
* Only load the AWS SDK when the Amazon ingress is configuredGeorge Claghorn2018-11-052-3/+12
|
* Rename authentication callbacksGeorge Claghorn2018-11-053-11/+7
|
* Read ingress passwords/API keys from encrypted credentialsGeorge Claghorn2018-11-055-43/+58
| | | | Fall back to ENV for people who prefer that approach.
* Stage an Action Controller extractionGeorge Claghorn2018-10-291-4/+9
|
* Raise when required config is missingGeorge Claghorn2018-10-293-3/+25
|
* Skip needless array allocationGeorge Claghorn2018-10-191-1/+1
|
* Go strictGeorge Claghorn2018-10-191-1/+1
|
* InlineGeorge Claghorn2018-10-191-13/+7
|
* StyleGeorge Claghorn2018-10-191-1/+0
|
* Mailgun copes with a 204 response statusGeorge Claghorn2018-10-191-1/+0
|
* Tighten up the acceptable driftGeorge Claghorn2018-10-191-2/+2
|
* Don't short-circuitGeorge Claghorn2018-10-191-1/+1
|
* StyleGeorge Claghorn2018-10-191-1/+0
|
* Rely on the 204 No Content default responseGeorge Claghorn2018-10-193-3/+0
|
* InlineGeorge Claghorn2018-10-181-3/+1
|
* Fix logger referenceGeorge Claghorn2018-10-181-1/+1
|
* Don't require Postfix to send form dataGeorge Claghorn2018-10-185-23/+13
|
* Add Mandrill supportGeorge Claghorn2018-10-171-0/+59
|
* Accept inbound emails from a variety of ingressesGeorge Claghorn2018-10-116-17/+125
|
* ActionMailroom -> ActionMailboxDavid Heinemeier Hansson2018-09-281-0/+17
We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy.