Commit Graph

39 Commits

Author SHA1 Message Date
Soonwoo Hong
dd2b02c766
Update README.md (#317) 2021-08-18 11:35:16 +02:00
Kartik Shah
4425e7a98e
Update README.md (#303)
* Update README.md

* Update README.md

Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com>
2021-07-24 10:34:56 +02:00
apotdevin
8e5f161f98
chore: bump deps 2021-07-04 21:19:29 +02:00
Anthony Potdevin
5bcfed1b24
chore: 🔧 enable tor proxy config (#197) 2020-12-25 21:42:19 +01:00
Anthony Potdevin
a98b10c3b7
chore: 🔧 env vars in yaml config (#194) 2020-12-21 00:01:07 +01:00
Anthony Potdevin
f27facd688
docs: 📚️ add ci badge 2020-12-20 01:19:15 +01:00
Graham Krizek
deca83c645
feat(server): Add support for SSL Certificate provisioning via ZeroSSL (#186)
Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com>
2020-12-16 14:05:40 +01:00
Anthony Potdevin
49cde99d69
refactor!: 💥 ♻️ basepath (#187) 2020-12-16 13:52:59 +01:00
Anthony Potdevin
1dcea164d5
chore: 🔧 add no auth and logout url 2020-12-15 22:45: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
65bd0ef0c2
chore: 🔧 lnmarkets integration 2020-11-16 19:45:51 +01:00
Anthony Potdevin
6dbe481835
docs: 📚️ node requirement 2020-11-10 07:28:18 +01:00
Anthony Potdevin
b9199a4c37
docs: 📚️ update README 2020-09-23 15:53:38 +02:00
apotdevin
c7b774b6d1 docs: 📚️ update README 2020-09-17 07:48:56 +02:00
Anthony Potdevin
d29c8da866
chore: 🔧 style 2020-08-19 23:52:29 +02:00
Anthony Potdevin
70197209e0
docs: 📚️ update readme 2020-08-09 16:39:55 +02:00
Anthony Potdevin
c48b074f9c
docs: 📚️ cleanup readme 2020-08-05 08:38:55 +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
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
688d552847 docs: 📚️ update readme 2020-07-15 22:40:00 +02:00
AP
ba7f93d23b docs: 📚️ change default basepath 2020-06-26 20:22:43 +02:00
AP
dffad10bf2 docs: 📚️ env file warning 2020-06-23 10:54:52 +02:00
AP
dddf895f04 chore: 🔧 add more currencies 2020-06-23 07:21:54 +02:00
AP
19cf5fc119 docs: 📚️ update account yaml 2020-06-10 07:07:50 +02:00
AP
c536981c28 feat: more privacy configs 2020-06-10 06:28:32 +02:00
Anthony Potdevin
009195c86f
feat: stats view (#54)
* feat:  channel stats

* chore: 🔧 add node resolver

* chore: 🔧 add monitored time

* chore: 🔧 and queries to front

* fix: 🐛 floats to ints

* chore: 🔧 add progress bars

* chore: 🔧 add channel resolver

* chore: 🔧 refactor forwards frontend

* refactor: ♻️ channel resolvers

* chore: 🔧 refactor channel queries

* refactor: ♻️ peer resolver

* refactor: ♻️ peer query

* fix: 🐛 small changes

* fix: 🐛 typo

* chore: 🔧 stats view wip

* chore: 🔧 add update script

* chore: 🔧 improve ui

* chore: 🔧 move buttons

* fix: 🐛 home path

* chore: 🔧 add public key to node resolver

* refactor: ♻️ resume resolver

* chore: 🔧 remove test account

* chore: 🔧 change logger for lnpay

* feat:  github version

Co-authored-by: apotdevin <apotdevincab@gmail.com>
2020-06-05 18:50:10 +02:00
AP
c838056551 chore: 🔧 remove storybook and update deps 2020-05-26 09:04:00 +02:00
AP
b349e999d8 docs: 📚️ add update info 2020-05-23 19:30:04 +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
be29ad7157 docs: 📚️ fix npm port command 2020-05-14 07:30:19 +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
Anthony Potdevin
aa60d618f9
Feat/nextjs (#25)
* feat: initial nextjs commit

* chore: general card styles changes

* chore: add storybook

* chore: small changes and fixes

* fix: trading filter encoding

* fix: add link to node

* chore: set to correct version
2020-04-12 18:27:01 +02:00
Anthony Potdevin
22196e8468
Feat/v0.2.0 (#19)
* chore: bump version

* style: password field changes

* Feat/lerna integration (#17)

* chore: move into package folder

* chore: initial lerna setup

* chore: yarn lock cleanup

* chore: package organization

* chore: yarn lock update

* chore: update packages

* chore: wip lerna integration

* chore: downgrade date-fns

* chore: lerna cleanup

* chore: add env file

* docs: update README

* chore: organize configs

* Feat/hodlhodl integration (#18)

* feat: hodl integration start

* chore: add pagination and more

* chore: change filter flow

* chore: change offer card ui

* chore: more offer card changes

* chore: small refactors and stylings

* v0.2.0

* docs: update README
2020-04-08 20:06:59 +02:00
AP
7366feef26 chore: update readme and license 2020-02-27 09:06:53 +01:00
AP
55d60cfa60 chore: update readme 2020-02-26 18:55:07 +01:00
AP
ca5aab1b2b chore: initial md 2020-02-05 06:02:12 +01:00
Anthony Potdevin
330e5bf860
Initial commit 2019-11-05 22:54:43 +01:00