Commit graph

400 commits

Author SHA1 Message Date
AP
020482255f ci: 👷 add env to docker ignore 2020-05-21 13:49:52 +02:00
AP
012bb8666c chore(release): 🚀 0.6.2 2020-05-21 10:32:02 +02:00
AP
c3804851cf fix: 🐛 channel time offline 2020-05-21 10:30:06 +02:00
AP
bd91df5f00 chore: 🔧 remove cors 2020-05-21 10:25:56 +02:00
AP
cc651351cc chore(release): 🚀 0.6.1 2020-05-21 09:19:14 +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
b23f8c2299 chore: 🔧 format seconds 2020-05-21 07:25:45 +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
AP
2797e6edf3 fix: 🐛 auth type 2020-05-20 21:27:23 +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
8384224c9b ci: 👷 formatting 2020-05-20 07:23:14 +02:00
AP
f3f5f2630a ci: 👷 filter changes 2020-05-20 07:21:24 +02:00
AP
0fb67c45b8 chore: 🔧 add example env file 2020-05-20 07:02:40 +02:00
AP
43fedeab6e chore: 🔧 conditional refresh cookie and logging 2020-05-20 06:41:18 +02:00
AP
f91f177b9d chore: 🔧 upgrade node and circleci filter changes 2020-05-19 16:47:00 +02:00
AP
f79667c057 Revert to tag v0.6.0 2020-05-19 16:38:18 +02:00
AP
85e20d9d52 chore(release): 🚀 0.6.4 2020-05-19 09:13:06 +02:00
AP
42711a7018 ci: 👷 change base image 2020-05-19 09:12:57 +02:00
AP
d2dbf97143 chore(release): 🚀 0.6.3 2020-05-19 09:12:36 +02:00
AP
b6bb4606ca chore(release): 🚀 0.6.2 2020-05-19 09:06:08 +02:00
AP
af1e0e3e95 ci: 👷 test stretch slim 2020-05-19 09:05:54 +02:00
AP
0cda0679ae chore(release): 🚀 0.6.1 2020-05-19 08:22:22 +02:00
AP
048c8ac6a8 ci: 👷 force rebuild 2020-05-19 08:20:55 +02:00
AP
64b1d91feb chore(release): 🚀 0.6.0 2020-05-19 07:52:07 +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
be29ad7157 docs: 📚️ fix npm port command 2020-05-14 07:30:19 +02:00
AP
2c9be0b829 chore: 🔧 improve login process 2020-05-14 05:54:46 +02:00
AP
f7e7e56481 chore(release): 🚀 0.5.6 2020-05-13 07:53:58 +02:00
AP
494289e5e1 refactor: ♻️ rate limiter default and tighter 2020-05-13 07:46:31 +02:00
AP
b343c8f440 ci: 👷 add circleci config 2020-05-13 07:32:31 +02:00
AP
b4ac4f504f chore: 🔧 move api folder 2020-05-13 07:15:10 +02:00
AP
85c6a28ce5 fix: 🐛 docker images 2020-05-12 22:03:08 +02:00
AP
6abeb43b11 refactor: ♻️ docker images 2020-05-12 12:16:44 +02:00
AP
69555abfff chore: 🔧 update deps 2020-05-12 06:19:12 +02:00
Anthony Potdevin
3d29616300
feat: privacy settings (#37)
* feat:  privacy configs

* chore: 🔧 chat polling speed

* refactor: ♻️ chat state

* chore: 🔧 move config to cookie
2020-05-11 06:21:16 +02:00
AP
ef5c2d16f4 chore: 🔧 add docker scripts 2020-05-08 10:20:47 +02:00
AP
a44ccb3f7d chore(release): 🚀 0.5.5 2020-05-07 22:43:23 +02:00
Anthony Potdevin
32ad0c3302
feat: multi arch (#36)
* feat: wip multi arch dockerfiles

* chore: 🔧 multiarch wip

* chore: 🔧 finish docker 32

* chore: 🔧 add arm64 dockerimage

* chore: 🔧 cleanup
2020-05-07 22:42:40 +02:00
AP
8be7684460 chore(release): 🚀 0.5.4 2020-05-07 19:19:08 +02:00
AP
dc0e5d7cd6 fix: 🐛 linting 2020-05-07 19:08:56 +02:00
AP
816306f2cd fix: 🐛 type error 2020-05-07 18:19:09 +02:00
AP
aa39ab5471 fix: 🐛 eslint plugins 2020-05-07 13:51:39 +02:00
AP
4f4ed021a1 chore(release): 🚀 0.5.3 2020-05-06 22:53:20 +02:00
AP
9d2cbd39a6 fix: 🐛 lint script and dockerfile 2020-05-06 22:53:05 +02:00
AP
fdd2894cd4 chore(release): 🚀 0.5.2 2020-05-06 22:40:28 +02:00
Anthony Potdevin
933ead86e9
feat: switch to eslint (#35)
* feat:  switch to eslint

* chore: 🔧 fix lint issues

* chore: 🔧 remove comments
2020-05-06 22:39:36 +02:00