Commit graph

556 commits

Author SHA1 Message Date
Anthony Potdevin
56998d0c90
fix: πŸ› input add peer 2020-08-06 13:27:09 +02:00
Anthony Potdevin
d48fcf3683
chore(release): πŸš€ 0.9.0 2020-08-06 08:25:33 +02:00
Anthony Potdevin
42237a3416
Merge pull request #112 from apotdevin/release/0.9.0
feat: release 0.9.0
2020-08-06 08:20:14 +02:00
Anthony Potdevin
e456944f8a
chore: πŸ”§update deps 2020-08-06 08:13:03 +02:00
Anthony Potdevin
2de92be074
chore: πŸ”§ sso and login help 2020-08-05 23:44:05 +02:00
Anthony Potdevin
82c052d0df
chore: πŸ”§ qrcode white padding 2020-08-05 23:14:42 +02:00
Anthony Potdevin
87f27d39bd
chore: πŸ”§ more logging 2020-08-05 22:58:48 +02:00
Anthony Potdevin
151f931bdf
refactor: ♻️ close channel modal 2020-08-05 22:42:12 +02:00
Anthony Potdevin
db3b0d39b5
chore: πŸ”§ open channel push tokens 2020-08-05 22:23:48 +02:00
Anthony Potdevin
d5b3486d3b
chore: πŸ”§ regenerate graphql 2020-08-05 21:39:36 +02:00
Anthony Potdevin
97b12dd5df
chore: πŸ”§ update deps 2020-08-05 21:24:46 +02:00
Anthony Potdevin
c0053ae642
fix: πŸ› new chat on mobile 2020-08-05 12:01:42 +02:00
Anthony Potdevin
c48b074f9c
docs: πŸ“šοΈ cleanup readme 2020-08-05 08:38:55 +02:00
AP
f60495edaa
refactor: ♻️ node info context 2020-08-05 08:38:45 +02:00
Anthony Potdevin
c8a9869062
chore: πŸ”§ remove hodlhodl (#113)
* chore: πŸ”§ remove hodlhodl

* chore: πŸ”§ cleanup package json
2020-08-05 08:38:38 +02:00
Anthony Potdevin
581185e6b0
chore: πŸ”§ remove client (#111)
* chore: πŸ”§ remove client

* chore: πŸ”§ change cookie name

* chore: πŸ”§ remove auth param

* chore: πŸ”§ remove auth components

* chore: πŸ”§ add getaccount query

* fix: πŸ› tests

* chore: πŸ”§ get account

* chore: πŸ”§ status check

* chore: πŸ”§ remove log

* chore: πŸ”§ update apollo client

* refactor: ♻️ server side props

* chore: πŸ”§ ssr queries

* chore: πŸ”§ more ssr queries

* chore: πŸ”§ type check

* chore: πŸ”§ increase nodeinfo limit

Co-authored-by: apotdevin <apotdevincab@gmail.com>
2020-08-05 08:37:02 +02:00
Anthony Potdevin
bc4415cde7
chore: πŸ”§ enable strict tsconfig (#96)
* chore: πŸ”§ strict enable wip

* Improve typings, add type dependencies (#97)

We improve the TypeScript situation by enabling `noImplicitAny`. This
leads to a bunch of errors, as expected. We fix some of these by
installing the correct types, and some are fixed manually by an educated
guess. There are still a lot left, and these seem to be a big mix of
lacking types for the `ln-service` dependency and potential bugs.

* Strict null (#100)

* chore: πŸ”§ enable strict-null

* chore: πŸ”§ more checks

* chore: πŸ”§ some fixes

* chore: πŸ”§ more types

* chore: πŸ”§ more types

* chore: πŸ”§ more types

* chore: πŸ”§ more types

* chore: πŸ”§ more types

* chore: πŸ”§ more types

* chore: πŸ”§ more types

* chore: πŸ”§ enable strict

* fix: πŸ› input

* fix: πŸ› forward report

* fix: πŸ› chat sending

* fix: πŸ› chat bubble input

Co-authored-by: Torkel Rogstad <torkel@rogstad.io>
2020-08-05 08:35:26 +02:00
Anthony Potdevin
34d4586a41
chore: πŸ”§ update standard version 2020-08-05 08:32:51 +02:00
Anthony Potdevin
c5917f5769
chore(release): πŸš€ 0.8.14 2020-08-05 08:20:10 +02:00
Anthony Potdevin
dfc42279e6
docs: πŸ“šοΈ sign release 2020-08-05 08:18:05 +02:00
Torkel Rogstad
a95b61e60d
bug: don't throw error on missing master password (#94)
We also add tests that verify you need to input either a master password
or an account password.
2020-07-17 21:16:35 +02:00
AP
14526696e8 fix: πŸ› release-drafter 2020-07-17 17:59:32 +02:00
AP
59a3983abb ci: πŸ‘· add release-drafter 2020-07-17 16:58:21 +02:00
AP
c05f02ac9c chore: πŸ”§ change min htlc warnings 2020-07-17 11:37:51 +02:00
AP
7cadc0938a chore(release): πŸš€ 0.8.13 2020-07-16 22:51:46 +02:00
Anthony Potdevin
56e6b964c9
chore: add lnd dir option to config (#92) (#93)
* chore: add lnd dir option to config (#92)

* Add lndDir and network options in AccountType

* Add BITCOIN_NETWORK environment variable

We use this as a fallback value if no network values are set for the
individual accounts.

* Update documentation

We update the documentation to cover the new LND directory and Bitcoin
network configuration parameters.

* chore: πŸ”§ cleanup

* docs: πŸ“šοΈ cleanup

Co-authored-by: Torkel Rogstad <torkel@rogstad.io>
2020-07-16 22:50:21 +02:00
AP
27b5e832b4 docs: πŸ“šοΈ update README 2020-07-16 00:18:53 +02:00
AP
fa1e438115 chore(release): πŸš€ 0.8.12 2020-07-16 00:10:50 +02:00
AP
26cd42bf78 fix: πŸ› hash password change 2020-07-16 00:08:46 +02:00
AP
688d552847 docs: πŸ“šοΈ update readme 2020-07-15 22:40:00 +02:00
AP
a7dd38f87a chore(release): πŸš€ 0.8.11 2020-07-15 12:18:19 +02:00
AP
bf76e0baa0 feat: ✨ hash config passwords 2020-07-15 12:14:16 +02:00
AP
9c4fcb5f37 chore(release): πŸš€ 0.8.10 2020-07-14 18:28:42 +02:00
AP
9044c37e2b chore: πŸ”§ qr code chain address 2020-07-14 14:33:08 +02:00
AP
b29a32277c Merge branch 'master' of https://github.com/apotdevin/thunderhub 2020-07-14 13:57:16 +02:00
AP
d4e01f5cf0 fix: πŸ› null checks 2020-07-14 11:10:21 +02:00
Anthony Potdevin
5bdb299d85
chore: add FUNDING.yml (#86) 2020-07-12 23:50:29 +02:00
AP
c2dedf6314 chore(release): πŸš€ 0.8.9 2020-07-12 17:55:40 +02:00
AP
6be165c79c refactor: ♻️ connect widget 2020-07-12 17:38:43 +02:00
AP
3a52b00e89 refactor: ♻️ tooltip 2020-07-12 17:17:43 +02:00
AP
6a6faf4f72 chore: πŸ”§ renable payment report 2020-07-12 16:40:56 +02:00
AP
f8c4e53388 chore: πŸ”§ bump deps 2020-07-12 16:35:16 +02:00
AP
5dd94af06a refactor: ♻️ forward report 2020-07-12 16:01:27 +02:00
AP
77b597dd7a refactor: ♻️ forward report 2020-07-12 00:55:31 +02:00
AP
1c6c9dbedf refactor: ♻️ transaction report 2020-07-11 23:30:43 +02:00
AP
2bd0fdc69b style: 🎨 fix typo 2020-07-11 20:09:29 +02:00
AP
eee103a4f8 chore: πŸ”§ reset repo before update 2020-07-09 14:37:15 +02:00
AP
9d0c802561 chore(release): πŸš€ 0.8.8 2020-07-08 23:19:31 +02:00
AP
704b04c542 chore: πŸ”§ change to mempool api for fees 2020-07-08 23:09:56 +02:00
AP
1b45f57180 chore: πŸ”§ url to add peer 2020-07-08 23:04:47 +02:00