Commit graph

16 commits

Author SHA1 Message Date
apotdevin
e7b07a5e4c
chore: 🔧 additional logging 2021-02-03 10:56:09 +01:00
Anthony Potdevin
92f2f13ea7
chore: 🔧 extra sso logging and redirect 2020-12-16 15:08:56 +01:00
Anthony Potdevin
1dcea164d5
chore: 🔧 add no auth and logout url 2020-12-15 22:45:57 +01:00
Anthony Potdevin
18911fd9f5
chore: 🔧 change queries to mutations 2020-12-04 20:21:57 +01:00
Anthony Potdevin
ad480e1740
refactor!: 💥 ♻️ login and sso auth 2020-11-28 23:12:14 +01:00
Anthony Potdevin
e957b3c552
chore: 🔧 encrypted macaroon (#173) 2020-11-28 12:40:12 +01:00
Anthony Potdevin
9a0e607754
chore: 🔧 boltz 2020-11-19 13:11:05 +01:00
Anthony Potdevin
51eeef595e
fix: 🐛 query ssr and login redirect 2020-08-25 08:47:43 +02:00
Anthony Potdevin
2de92be074
chore: 🔧 sso and login help 2020-08-05 23:44:05 +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
AP
26cd42bf78 fix: 🐛 hash password change 2020-07-16 00:08:46 +02:00
AP
bf76e0baa0 feat: hash config passwords 2020-07-15 12:14:16 +02:00
Anthony Potdevin
a78b6e96d5
test: 🚨 more server unit tests (#70)
* chore: 🔧 add tests

* fix: 🐛 network info resolver

* feat:  init tests

* chore: 🔧 improve test

* chore: 🔧 more tests

* chore: 🔧 bitcoin resolvers

* chore: 🔧 more tests
2020-06-13 11:46:20 +02:00
AP
7d5133a39b chore: 🔧 sso auth improvements 2020-06-11 07:50:49 +02:00
Anthony Potdevin
f80492b80a
refactor: ♻️ server structure (#52)
* refactor: ♻️ change schema

* chore: 🔧 small changes

* chore: 🔧 cleanup

* chore: 🔧 cleanup types

* chore: 🔧 change to absolute imports

Co-authored-by: apotdevin <apotdevincab@gmail.com>
2020-06-01 08:36:33 +02:00