Customer Info Forms and More Info
There's a bit extra info I wanted about users, so since I was doing this
anyway I figured I may as well port the existing forms to the new form
renderer.
Then, in order to fit within the guidelines I needed subforms, so
partials were added.
Fix Transcription Settings Typo
We were setting in one property but reading from another very similar
property...
Use disposition=VOICEMAIL for calls that went to voicemail
Require at least a dot in a JID
Limit voicemail recording to 600 seconds
Merge branch 'no-more-catapult'
* no-more-catapult:
Remove catapult import code
Remove catapult import code
Allow lowercase state/province abbreviations
Seems like it won't overlap with other things we allow.
Merge branch 'whitelist'
* whitelist:
Allow whitelisting domains
Use FormTemplate for activation form
Allow whitelisting domains
Some domains credit new users to the admin, some to no one. We still have to
show a form to get them to pick a plan, but otherwise skip most of the process,
activate them with 1 month and go to Finish.
Use FormTemplate for activation form
No low balance if not registered
If cancelled or expired or not-yet-registered, don't auto top up or notify about
low balance.
Make tel present or not more machine readable
Lock rubocop to the version actually in use
Need latest em_promise.rb
Merge branch 'ban-bad-tel-fwd'
* ban-bad-tel-fwd:
Don't allow bad tel format
Merge branch 'rack-trampoline'
* rack-trampoline:
Wrap rack requests in an EMPromise fiber trampoline, and not just a Fiber
Wrap rack requests in an EMPromise fiber trampoline, and not just a Fiber