Commit log
6af4498
Admin command to do the sgx registration
Click to expand commit body
Eventually probably want a whole "switch sgx" admin action but this will
do for now.
Stephen Paul Weber
created
2 years ago
8fcc48a
We rely on this key in sgx-jmp, so set it from here
Click to expand commit body
Instead of assuming the backend will do it
Stephen Paul Weber
created
2 years ago
4c35f1d
Pass stanzas from any trusted backend
Stephen Paul Weber
created
2 years ago
3cbb209
Look up per-customer sgx
Stephen Paul Weber
created
2 years ago
8bd623b
TrivialBackendSgxRepo#get should return a promise
Click to expand commit body
Every repo find/get should return a promise, and also we plan to do IO
in here soon.
Stephen Paul Weber
created
2 years ago
cb02c61
Fix subaccount more
Stephen Paul Weber
created
2 years ago
9e85dd6
Fix Subaccount
Stephen Paul Weber
created
2 years ago
1c74c68
Switch from broken table to field
Stephen Paul Weber
created
2 years ago
a187ae1
Remove old API code for v1 vs v2
Click to expand commit body
v1 is long gone
Stephen Paul Weber
created
2 years ago
a041c38
Allow referrals for anyone with a plan
Click to expand commit body
Even if expired or having no number, their codes are still valid.
Stephen Paul Weber
created
2 years ago
1e8c8a7
Make sure numbers starting with 911 still work
Stephen Paul Weber
created
2 years ago
1274ee0
Block 911 and 411
Stephen Paul Weber
created
2 years ago
8c61e80
No reason to test unsupported with an atlimit customer
Stephen Paul Weber
created
2 years ago
3a438a2
Try new TTS style
Click to expand commit body
Old one does not work well for our self hosted one
Stephen Paul Weber
created
2 years ago
e983901
Don't allow invalid jids to be constructed
Stephen Paul Weber
created
2 years ago
af2f430
Move timeout outside the array for fwd json
Stephen Paul Weber
created
2 years ago
69ec3bd
JSON rendering option for inbound calls
Stephen Paul Weber
created
2 years ago
fd9d0c2
This is not a single result
Stephen Paul Weber
created
2 years ago
9558f36
show subaccounts in admin_info if any exist
SavagePeanut
created
2 years ago
549a712
add billing_customer_id to admin customer info command
SavagePeanut
created
2 years ago
0df290b
Test AdminCommand::NoUser
Stephen Paul Weber
created
2 years ago
3761e12
Fail loud if something is nil
Stephen Paul Weber
created
2 years ago
b95eef5
fix undefined method `put' for nil:NilClass by passing in snikket_repo to NoUser
SavagePeanut
created
2 years ago
784e896
test for admin launch snikket command
SavagePeanut
created
2 years ago
d7d9d43
add new admin command to launch snikket instance for existing customer
SavagePeanut
created
2 years ago
6f92e5c
Do not crash when bad geo cache
Stephen Paul Weber
created
2 years ago
5373e65
Reduce cooldown to 5 minutes
Stephen Paul Weber
created
2 years ago
fed130f
Make sure we hold the same conn for listen forever
Click to expand commit body
hold by itself will never cut it, because we use EM timers inside to
break the connection even to the promise, so we can't sync on that.
Since we really do want to essentially leak this connection for the life
of the process, then let's do that directly.
Stephen Paul Weber
created
2 years ago
a4a6fb6
Need to sync inside hold
Stephen Paul Weber
created
2 years ago
39b1219
Clear idle postgres connections periodically
Stephen Paul Weber
created
2 years ago
288e1be
Fewer postgres connections
Click to expand commit body
Still not sure why the RAM on postgres size balloons, but at least cut
it down
Stephen Paul Weber
created
2 years ago
6da956b
Add a breadcrumb to area code lookup
Stephen Paul Weber
created
2 years ago
602d78b
Prevent cache poisoning
Stephen Paul Weber
created
2 years ago
b8c0dc9
Doesn't return a string anymore
Stephen Paul Weber
created
2 years ago
cf76320
Outer calls sync, so must be a promise
Stephen Paul Weber
created
2 years ago
22b111f
Don't swallow all errors
Click to expand commit body
Just the ones we meant to report to the user
Stephen Paul Weber
created
2 years ago
2d44eb7
Don't try for local when not possible
Stephen Paul Weber
created
2 years ago
Stephen Paul Weber
created
2 years ago
bdf6280
Voicemail timeout field improvements
Click to expand commit body
The -1 thing is pretty outdated, we have a voicemail disable for that
now.
Realistic range is 0 (instant voicemail) to 300 (bandwidth's max which
we impose in the code anyway).
Stephen Paul Weber
created
2 years ago
b81dfa0
min or max may be optional
Stephen Paul Weber
created
2 years ago
5f9590c
Remove upper bound on top up
Click to expand commit body
It's wrong anyway, since trust levels impose different upper bounds, and
all we really care about here is min.
Stephen Paul Weber
created
2 years ago
Stephen Paul Weber
created
2 years ago
8d2885f
Print lua script load path
Stephen Paul Weber
created
2 years ago
2c61aa9
Load scripts relative to script path not cwd
Stephen Paul Weber
created
2 years ago
f05cb03
rename can't span fs, use mv
Stephen Paul Weber
created
2 years ago
846e969
Prefer ones with only + added
Click to expand commit body
In any case most users should migrate to c prefix version which always works
Stephen Paul Weber
created
2 years ago
72ace06
Longer dhall load timeout
Stephen Paul Weber
created
2 years ago
969d9e6
Update to dhall gem 0.5.6
Stephen Paul Weber
created
2 years ago
d098dae
Add sgx_jmp to the bins as well
Stephen Paul Weber
created
2 years ago
f24e277
Fix for time-machine we use in prod
Stephen Paul Weber
created
2 years ago
Page 5 of 21