Commit graph

19 commits

Author SHA1 Message Date
Anthony Potdevin
b02694cd6c
refactor: ♻ cookies set from server (#49)
* chore: 🔧 change withApollo

* feat:  set cookie from server

* chore: 🔧 remove bcrypt dep

* fix: 🐛 initialize check

* chore: 🔧 remove cookies correctly

* fix: 🐛 status type
2020-05-26 07:03:33 +02:00
AP
077e20d7da fix: 🐛 channels with unfound nodes 2020-05-23 19:23:09 +02:00
Anthony Potdevin
c2d2dc8e36
feat: style changes (#48)
* feat:  style changes

* chore: 🔧 number format

* fix: 🐛 partner capacity

* fix: 🐛 small change

* chore: 🔧 add channel status

* refactor: ♻️ bar width
2020-05-23 18:45:28 +02:00
AP
414c20f053 chore: 🔧 improve logging 2020-05-23 14:46:47 +02:00
AP
7d7ef5697f fix: 🐛 logger format 2020-05-22 12:09:09 +02:00
AP
57e7fb86be fix: 🐛 get sso without cert 2020-05-22 11:43:21 +02:00
AP
c3804851cf fix: 🐛 channel time offline 2020-05-21 10:30:06 +02:00
AP
feb036b29a refactor: ♻️ forward queries and cleanup 2020-05-21 09:14:56 +02:00
Gonzalo Aune
caefd02234
fix: catching getChannel callback error (#46)
catching FullChannelDetailsNotFound on the getChannel call we do using the lightning library, this seems to be a response we get if the channel edge is not found or is a zombie one.

fixes https://github.com/apotdevin/thunderhub/issues/45
2020-05-21 08:06:17 +02:00
AP
66a35fed92 chore: 🔧 parse channel times to seconds 2020-05-21 07:11:24 +02:00
AP
4c74ed1536 fix: 🐛 logging and types 2020-05-20 22:32:55 +02:00
Gonzalo Aune
9a1fb63641
fix: changed baseFee from Int to Float (#43)
fixes https://github.com/apotdevin/thunderhub/issues/42
2020-05-20 21:24:14 +02:00
AP
a2bf90a4b2 chore: 🔧 home input styling and bug fix 2020-05-20 21:06:26 +02:00
AP
43fedeab6e chore: 🔧 conditional refresh cookie and logging 2020-05-20 06:41:18 +02:00
Anthony Potdevin
9d73c30fb4
feat: server authentication (#38)
* feat:  server sso auth

* chore: 🔧 continue sso integration

* fix: 🐛 correct filter

* chore: 🔧 add resolver types

* chore: 🔧 linter sort imports

* fix: 🐛 duplicate imports

* chore: 🔧 change auth context

* feat:  add accounts read and query

* fix: 🐛 small changes

* chore: 🔧 continue integration

* chore: 🔧 add auth

* chore: 🔧 switch to new context

* fix: 🐛 imports and account context

* chore: 🔧 add session token query

* chore: 🔧 change server auth

* chore: 🔧 add sso to server accounts query

* chore: 🔧 cleanup and small fixes

* chore: 🔧 separate generated files

* refactor: ♻️ change graphql imports

* fix: 🐛 add id to params

* fix: 🐛 auth changes

* chore: 🔧 improve logging and account fixes

* chore: 🔧 change footer

* chore: 🔧 remove console logs

* chore: 🔧 add spacing

* fix: 🐛 final changes
2020-05-19 07:50:16 +02:00
AP
0394209b80 chore: 🔧 eslint sort rule 2020-05-15 19:48:00 +02:00
AP
2c9be0b829 chore: 🔧 improve login process 2020-05-14 05:54:46 +02:00
AP
494289e5e1 refactor: ♻️ rate limiter default and tighter 2020-05-13 07:46:31 +02:00
AP
b4ac4f504f chore: 🔧 move api folder 2020-05-13 07:15:10 +02:00