Commit Graph

2152 Commits

Author SHA1 Message Date
Arc
a13bb9cfea
Merge pull request #542 from talvasconcelos/fix/copilot_db
fix copilots not being fetched
2022-03-07 04:16:41 +00:00
Arc
7088a3240f
Merge pull request #543 from talvasconcelos/fix/tipjar
change namedtuple to basemodel
2022-03-07 04:16:16 +00:00
Arc
00e52001b5
Merge pull request #544 from talvasconcelos/fix/events
fix typo in table name
2022-03-07 04:15:54 +00:00
Arc
cd35966a56
Merge pull request #546 from talvasconcelos/fix/jukebox
fix jukebox
2022-03-07 04:15:28 +00:00
Arc
c59a65cdb4
Merge pull request #550 from talvasconcelos/fix/lnticket
Tickets issue #548
2022-03-07 04:14:16 +00:00
Tiago vasconcelos
2399b05855 open ticket in dialog for large text 2022-03-03 23:05:34 +00:00
Tiago vasconcelos
8fb70041d2 fix flatrate per word toggle 2022-03-03 21:35:58 +00:00
Joseph Pentland
baf55afc28
api: Fix conversion from fiat to satoshis (#516)
Conversion to satoshis incorrectly used data.to as fiat currency rather
than data._from.
2022-03-01 23:11:39 +03:00
Graham Krizek
251e6a8233
Add a fallback to LND_REST_CERT to use the system chain if its not present (#539) 2022-03-01 22:58:54 +03:00
Arc
d73c3950b9
Update README.md 2022-03-01 19:07:21 +00:00
Arc
ac61cd5427
Update README.md 2022-03-01 19:07:07 +00:00
Arc
0c14b8fb82
Merge pull request #533 from louneskmt/fix-docker-image-build
Fix Docker image autobuild GitHub Action and build for arm
2022-03-01 18:57:45 +00:00
Tiago vasconcelos
6c0aa8fa8d info/error if no music is playing yet on jukebox 2022-02-28 10:09:40 +00:00
Tiago vasconcelos
9b95a7743d fix user keyword to "user" 2022-02-28 10:08:50 +00:00
Tiago vasconcelos
f7ff9d27d2 fix copilots not being fetched 2022-02-23 21:03:25 +00:00
Tiago vasconcelos
e82ce89e9a change namedtuple to basemodel 2022-02-23 13:32:23 +00:00
Tiago vasconcelos
270cac37ac fix typo in table name 2022-02-23 10:37:15 +00:00
Arc
c58e2c5d74
Merge pull request #538 from talvasconcelos/fix/withdrawQR
Fix LNURLw QR code
2022-02-22 18:28:29 +00:00
Tiago vasconcelos
a5a3331106 revert to fallback scheme + make request case insensitive 2022-02-22 16:23:50 +00:00
Tiago vasconcelos
4f3e48e280 fix lnurl encoded in QR 2022-02-22 15:16:39 +00:00
Lounès Ksouri
31bcb32e2d
feat: dynamic port and host using environment variables 2022-02-22 08:41:57 +01:00
Lounès Ksouri
a132387fa8
fix: add build deps for arm 2022-02-22 08:41:19 +01:00
Lounès Ksouri
27694ee23d
refactor: GitHub Action to build and push to Docker Hub on tag 2022-02-22 08:40:23 +01:00
Arc
41a9689014
Update installation.md 2022-02-18 17:17:18 +00:00
Arc
76edfa2134
Update installation.md 2022-02-18 17:16:49 +00:00
Arc
d7b3a28950
Update installation.md 2022-02-18 17:16:18 +00:00
Arc
2c161a079d
Update installation.md 2022-02-18 17:16:03 +00:00
Arc
88df4266b7
Merge pull request #524 from lnbits/docs_api_add_unit_to_invoice
Fix fiat amount entry in invoice creation
2022-02-18 11:44:05 +00:00
callebtc
6496fac35f fill mask for fiat 2022-02-18 12:35:25 +01:00
Ben Arc
10492ec3d0 Changed bitcoin theme back 2022-02-17 23:40:29 +00:00
Ben Arc
302d79a30f Improved bitcoin theme 2022-02-17 23:33:55 +00:00
Arc
b88abd1a46
Merge pull request #527 from talvasconcelos/fix/instantWallet
Fix instant wallet form LNURLw
2022-02-17 23:21:58 +00:00
Ben Arc
573c4cf5ea Changed theme order to default to classic 2022-02-17 21:46:51 +00:00
Ben Arc
e9065833c0 Fixed themes, added bitcoin theme 2022-02-17 21:34:36 +00:00
Tiago vasconcelos
251ecb8f1d url_for params 2022-02-17 21:01:14 +00:00
calle
c626e12fa3
LNDHhub for fastapi with LIMIT (#499)
* add limit to get_payments

* add limit to lndhub

* fix defaults

* default memo

* add offset cluase

* offset for the api
2022-02-17 13:10:34 +01:00
callebtc
13a72d9a41 replace string with LNBITS_SITE_TITLE 2022-02-17 11:42:08 +01:00
benarc
3c5fac3874 Fixed paywall, unnecessary key check added 2022-02-17 09:23:33 +00:00
callebtc
15c8557459 allow empty memo 2022-02-17 10:16:11 +01:00
callebtc
d559c604fa invoice without memo 2022-02-17 09:29:10 +01:00
callebtc
cd84623305 amount label adaptive to uni - look at me Im a frontent dev now 2022-02-17 09:14:07 +01:00
callebtc
9fb30080ab black 2022-02-16 22:42:27 +01:00
callebtc
30ab519c3a amount is float and sats are int 2022-02-16 22:41:12 +01:00
callebtc
914b9f3ffe allow amounts >0 2022-02-16 22:23:26 +01:00
calle
0764f4fdf1
Support for encrypted macaroons (#521)
* encrypted macaroons

* fix GRPC env entry

* example config entry

* add pycryptodomex to requirements

* documentation

* Added pycryptodomex to pip file

Co-authored-by: Ben Arc <ben@arc.wales>
2022-02-14 17:54:05 +01:00
Ben Arc
0367ee85a7 removed dense from lower buttons 2022-02-14 15:51:45 +00:00
Ben Arc
0aef9d4d9a Made dense to save space 2022-02-14 15:48:56 +00:00
Ben Arc
8967011cbe Merge branch 'mobileui' into main 2022-02-14 15:38:17 +00:00
Ben Arc
682226c4b6 chnaged button names 2022-02-14 15:36:10 +00:00
Ben Arc
c7e501ac08 Adds lower buttons to wallet UI for smaller screens 2022-02-14 15:29:10 +00:00