Anthony Potdevin
f310785b16
fix: wrong error handling
2022-12-01 00:13:43 +01:00
Anthony Potdevin
a53918e30d
docs: extra scripts
2022-11-30 23:26:01 +01:00
Anthony Potdevin
acdf43da20
chore: balance changes
2022-11-30 23:11:10 +01:00
Anthony Potdevin
c97826cc76
chore(release): 0.13.16
2022-09-13 12:14:37 +02:00
Anthony Potdevin
383ebeffb7
fix: import error
2022-09-13 11:55:13 +02:00
Anthony Potdevin
87781588cd
chore: bump deps ( #481 )
2022-09-01 11:34:16 -05:00
Anthony Potdevin
334dafb684
chore: disable peer reconnection cron
2022-08-31 18:45:17 -05:00
Anthony Potdevin
e2065e1c88
chore: new view
2022-08-08 22:24:09 -05:00
Daniel
388b64eda8
allow maximum possible width for node alias ( #475 )
...
Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com>
2022-08-07 14:37:34 -05:00
Anthony Potdevin
29fb50ab7e
feat: balances ( #476 )
2022-08-07 14:27:05 -05:00
Anthony Potdevin
8d45e297e4
chore(release): 0.13.15
2022-07-28 10:27:26 -05:00
Anthony Potdevin
2b036ab39a
chore: prod schema file change
2022-07-28 10:11:07 -05:00
Anthony Potdevin
3f52833bcf
chore: bump deps ( #473 )
2022-07-27 22:12:28 -05:00
Andrew Baine
335b9edaec
show channel name and id when editing fee policy ( #472 )
2022-07-27 18:31:18 -05:00
Andrew Baine
440ee60fcb
Make host configurable in the same manner as port. ( #471 )
2022-07-26 18:12:51 -05:00
Anthony Potdevin
a570764c62
chore(release): 0.13.14
2022-07-04 18:34:08 -05:00
Anthony Potdevin
3fce3bedb5
chore: bump some dependencies
2022-07-04 18:32:08 -05:00
Anthony Potdevin
484e3846d2
chore: npm audit
2022-07-04 18:22:24 -05:00
Anthony Potdevin
16678373c9
healthcheck ( #465 )
...
* feat: healthcheck
* chore: change logs
* chore: add reconnection
2022-07-04 18:15:12 -05:00
Anthony Potdevin
f92a2bad56
chore: update node version
2022-06-24 13:30:36 +02:00
Anthony Potdevin
71b9e54632
chore: add nvmrc file and bump deps
2022-06-24 10:59:20 +02:00
Anthony Potdevin
eeb8ad4d7b
chore: bump deps ( #463 )
2022-06-23 16:11:29 +02:00
huilder
a175e72676
Add 'from now' to time in words for future dated expiries ( #456 )
...
Co-authored-by: Your Name <you@example.com>
2022-06-06 21:14:12 +02:00
Anthony Potdevin
00cecc4cab
chore(release): 0.13.13
2022-05-30 21:54:52 +02:00
Anthony Potdevin
d8450601a9
fix: wrong property
2022-05-30 18:42:51 +02:00
Anthony Potdevin
5978733dd9
chore(release): 0.13.12
2022-05-30 17:57:31 +02:00
Anthony Potdevin
8ffa13dba2
refactor: notifications
2022-05-30 17:48:05 +02:00
Anthony Potdevin
d4bce70ee3
chore: bump dependencies
2022-05-30 14:39:45 +02:00
Anthony Potdevin
c95c16ca2c
chore: default channel columns
2022-05-29 17:11:51 +02:00
Anthony Potdevin
815fd5bce6
chore(release): 0.13.11
2022-05-06 00:24:52 +02:00
Anthony Potdevin
a08b826a76
delete custom dockerfiles for arm ( #451 )
...
Co-authored-by: Lounès Ksouri <dev@louneskmt.com>
2022-05-06 00:23:38 +02:00
Anthony Potdevin
19219d7c63
chore: cleanup backup section
2022-05-05 21:52:20 +02:00
Anthony Potdevin
d91ad1183e
fix: undefined channel info
2022-05-05 16:25:34 +02:00
Anthony Potdevin
d6dca8c81f
chore: update package lock
2022-05-04 17:37:40 +02:00
Anthony Potdevin
85322555fd
Merge pull request #450 from apotdevin/bumpp
...
bumpp
2022-05-04 17:36:15 +02:00
Anthony Potdevin
4525874287
ci: github action
2022-05-04 17:28:32 +02:00
Anthony Potdevin
2a65bb3caa
chore: bump deps
2022-05-04 16:56:26 +02:00
Anthony Potdevin
896ad1be2c
chore: instant redirect
2022-05-04 13:41:51 +02:00
Anthony Potdevin
d3ae29152e
chore(release): 0.13.10
2022-04-04 16:56:48 +02:00
Anthony Potdevin
841960e23f
ci: docker image changes
2022-04-04 16:55:35 +02:00
Anthony Potdevin
b7b80f389a
chore(release): 0.13.9
2022-04-04 11:16:34 +02:00
Anthony Potdevin
862699fdc6
chore: bump dependencies ( #432 )
2022-04-04 11:16:02 +02:00
Anthony Potdevin
082d0cedc6
chore(release): 0.13.8
2022-04-04 10:49:50 +02:00
mutatrum
280f00b97e
Graphs should be bucketed per day ( #420 )
...
Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com>
2022-04-04 10:45:41 +02:00
Anthony Potdevin
311a62d4d6
Revert "Improve "group by date" functionality in charts ( #415 )"
...
This reverts commit 48b868ae36
.
2022-04-04 10:41:56 +02:00
Justin Litchfield
48b868ae36
Improve "group by date" functionality in charts ( #415 )
...
* Removes time from parsed dates to allow accurate date grouping
* Daily bar chart now separates hours
Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com>
2022-04-03 23:58:46 +02:00
Anthony Potdevin
d119739c56
chore: self host fonts
2022-04-03 23:43:39 +02:00
Anthony Potdevin
ccbc1814f6
Merge branch 'master' of https://github.com/apotdevin/thunderhub
2022-04-03 23:38:31 +02:00
Anthony Potdevin
658b04e52a
fix: missing prop
2022-04-03 23:38:18 +02:00
vilm3r
55c1e28518
fix: change pay out channels to pass channel id instead of node key and out prop name ( #428 )
...
Co-authored-by: vilm3r <vilm3r@users.noreply.github.com>
2022-03-26 11:49:19 +01:00