Commit Graph

31 Commits

Author SHA1 Message Date
forest dbff6e23ed simplify postgres connection parameters as a single string 2021-02-16 16:08:54 -06:00
forest 2bc5b10284 add INTERNAL_HTTP_TIMEOUT_SECONDS option 5min default 2021-02-15 21:00:34 -06:00
forest dad6547825 Merge branch 'master' into multiple-hosts
Conflicts:
	capsulflask/console.py
	capsulflask/db.py
	capsulflask/shared.py
	capsulflask/virt_model.py
2021-02-15 17:52:17 -06:00
forest 3f6491f359 add support for postgres sslmode 2021-01-20 16:43:32 -06:00
forest e9d6230c69 remove janky logger monkey patch 2021-01-04 17:20:30 -06:00
forest d82aa99c40 working on cleaning up the logs 2021-01-04 17:20:03 -06:00
forest 4833c6250b create capsul is working 2021-01-04 15:02:56 -06:00
forest 6764c5c97d got httpclient working, spoke heartbeat is working 2021-01-04 13:32:52 -06:00
forest 42a8e0c886 http client class 2021-01-03 15:19:29 -06:00
forest c59dc21ba6 starting work on hub mode and spoke mode -- implemented hub model 2021-01-02 17:10:01 -06:00
forest d8d6124005 forest uncommitted changes on multi-host branch 2020-12-29 17:34:43 -06:00
forest 672ff49d6d implement content-security-policy, static assets cache bust, and fix
stripe back button ratchet issue

because the only way to use stripe checkout is to run their proprietary
JS, and we arent using a SPA, naturally what happens is, when you land
on the stripe payment page if you hit the back button it goes back to
the same page where you got re-directed to stripe. this commit fixes
that.
2020-05-22 15:20:26 -05:00
forest e2c51d067e implement ensure_vms_and_db_are_synced in cron task and add default
sender to readme
2020-05-21 21:40:41 -05:00
forest 7a478b7ab1 read config properly 2020-05-19 22:55:08 -05:00
forest 5b5c752e1a make VIRTUALIZATION_MODEL configurable 2020-05-19 22:46:11 -05:00
forest 26340f118f trying to fix logging 2020-05-15 23:19:01 -05:00
forest 3bd9d24a97 support dotenv impls that break on multiline strings 2020-05-15 18:49:17 -05:00
forest e9dcf80f6c btcpay working! added bitpay client code to source tree to fix a bug
fixed a stripe race condition

added account balance warning to account balance page
2020-05-15 18:18:19 -05:00
forest 0dc58ed6a8 add sql cli and explain it in the readme 2020-05-14 20:05:02 -05:00
forest 8de802aff5 btcpay generating invoices and payments can be invalidated 2020-05-14 18:03:00 -05:00
forest 58f85edcb4 added btcpay pairing instructions to readme 2020-05-14 12:40:25 -05:00
forest 30464ac8e5 metrics are working!!! 2020-05-13 00:28:53 -05:00
forest d2165e49a5 fix name collision 2020-05-12 12:40:10 -05:00
forest 08e23cf0d1 stripe payment processor 2020-05-12 12:38:36 -05:00
forest d293d43392 starting to work on stripe 2020-05-12 01:42:50 -05:00
forest 231d1ed7c0 create capsul and capsuls list page working 2020-05-11 15:13:20 -05:00
forest 18e6a1b141 starting to build console controller and views 2020-05-11 01:47:14 -05:00
forest 7932db90d5 added FAQ, Changelog, and Support static pages 2020-05-10 22:55:16 -05:00
forest d706ae7761 updating virt_model with email and 2020-05-10 20:23:00 -05:00
forest 64bca1fd97 it sends a magic link when you log in 2020-05-09 22:59:22 -05:00
forest 4a1924587c postgres automatic schema management roughly working 2020-05-09 19:13:20 -05:00