Commit graph

3617 commits

Author SHA1 Message Date
Vlad Stan
049e78a6ec
Merge pull request #1124 from bitkarrot/FixDockerfile
Docker file fix for missing directory
2022-11-17 14:57:41 +02:00
Vlad Stan
f113090c48
Merge pull request #1102 from lnbits/fix/exceptionOnDelete
fix raise error on delete request
2022-11-17 14:54:26 +02:00
Tiago Vasconcelos
7d7a2b67ee fix raise error on delete request 2022-11-17 14:47:52 +02:00
Vlad Stan
7cd6dde39e
Merge pull request #1110 from lnbits/api-docs-button
API DOCS button in footer toolbar
2022-11-17 14:42:33 +02:00
Vlad Stan
13107e7951
Merge pull request #1114 from motorina0/fix_watchonly_test_data
chore: update watchonly test mock db
2022-11-17 14:28:25 +02:00
Vlad Stan
b379da1a28
Merge pull request #1118 from motorina0/allow_decimal_fee_rate
feat: allow decimal fee rate
2022-11-17 14:27:57 +02:00
Vlad Stan
0673245d11 chore: update watchonly db 2022-11-17 14:22:37 +02:00
Vlad Stan
032df0e50c feat: allow decimal fee rate 2022-11-17 14:21:12 +02:00
Vlad Stan
761745c2ba
Merge pull request #1131 from motorina0/fix_code_formatting_01
chore: code format
2022-11-17 14:19:33 +02:00
bitkarrot
fcc787ed35 update Dockerfile dir to lnbits/data 2022-11-16 15:34:35 -08:00
ChuckNorrison
1971b9a24b
fix integer out of range for apipayments
related to #1030, this was missing
2022-11-16 23:06:21 +01:00
Vlad Stan
00aa0c6cd9 chore: code format 2022-11-16 16:32:57 +02:00
Vlad Stan
706eef2b9a
Merge pull request #1125 from ChuckNorrison/patch-3
Documentation improved in example env
2022-11-16 16:29:46 +02:00
ChuckNorrison
91be3c30b6
add missing import sys
allow to call sys module directly
2022-11-16 14:13:25 +01:00
callebtc
8e9b2cfc38 update mint cover 2022-11-14 08:16:46 -06:00
callebtc
76effde1ac update mint cover 2022-11-14 08:14:59 -06:00
callebtc
694b6c4bd5 update mint cover 2022-11-14 08:09:56 -06:00
callebtc
d6cf0311d8 update mint cover 2022-11-14 08:09:15 -06:00
callebtc
e44e8c855c update mint cover 2022-11-14 08:08:35 -06:00
callebtc
9479d6f970 open in same window 2022-11-14 08:01:53 -06:00
blackcoffeexbt
be7c906aad
Merge branch 'lnbits:main' into main 2022-11-14 10:29:23 +00:00
callebtc
1728fe053d change pages 2022-11-13 19:15:40 -06:00
Tiago Vasconcelos
f3b720b690
Fix usermanager API keys (#1117)
* fix wrong API keys on examples

* add hability to keep wallet after user delete #344

* make format
2022-11-12 11:11:24 -06:00
Arc
d118c07068
Merge pull request #1126 from lnbits/eventshotfix
Added email and name tags to events as well as tasks to catch unmade tickets
2022-11-12 00:01:07 +00:00
ben
9f84e7e408 typo 2022-11-11 23:59:29 +00:00
ben
029e8baf53 added tasks to make tickets 2022-11-11 23:46:22 +00:00
ChuckNorrison
db4232f2ce
Documentation improved in example env
LNBITS_ALLOWED_USERS and LNBITS_ADMIN_USERS wants usr string from wallet url

List needs to be comma separated if used more than one user
2022-11-11 12:06:35 +01:00
Bitkarrot
0ae11df52f
Docker file fix for missing directory
Currently Docker will error and exit because `data` directory is not created. 

This commit adds automatic `data` directory creation to Dockerfile so that the following docker command will not error. 

```
docker run --detach --publish 5000:5000 --name lnbits-legend --volume ${PWD}/.env:/app/.env --volume ${PWD}/data/:/app/data lnbits-legend
```
2022-11-10 22:22:17 -08:00
callebtc
c3ada1124f clean cli 2022-11-09 15:37:08 +01:00
callebtc
2fc9a8304b clean 2022-11-09 15:36:07 +01:00
callebtc
2e5bf44757 one worker at a time 2022-11-08 23:38:36 +01:00
callebtc
72c98ed24b only one worker at a time 2022-11-08 23:34:26 +01:00
Arc
2cbbea06e3
Merge pull request #1115 from lnbits/lnurldevicehotfix
fixed atm
2022-11-08 13:47:52 +00:00
ben
61dd9817b6 fixed atm 2022-11-08 13:47:03 +00:00
ChuckNorrison
177446c581
fix sys is not defined 2022-11-08 01:15:54 +01:00
callebtc
55f8c0b1a7 notification 2022-11-07 21:59:58 +01:00
callebtc
d955e434b0 fix invoice input 2022-11-07 18:29:54 +01:00
callebtc
9ad18ba292 string fix 2022-11-07 17:53:52 +01:00
callebtc
6b46a5b371 read qr tokens 2022-11-07 17:50:12 +01:00
callebtc
39822fc063 wider 2022-11-07 17:45:16 +01:00
callebtc
6ef47bd0c7 wider 2022-11-07 17:44:36 +01:00
callebtc
c50e45803a invoices first 2022-11-07 17:31:30 +01:00
callebtc
8cda2f3465 denser 2022-11-07 17:23:04 +01:00
callebtc
fdb3243d54 fix html 2022-11-07 17:08:30 +01:00
callebtc
fbd8f6a8e5 clean 2022-11-07 16:54:25 +01:00
callebtc
2db8006d9e take private key from config 2022-11-07 16:26:39 +01:00
callebtc
0724893650 camera for tokens 2022-11-07 16:16:15 +01:00
callebtc
00e8255e0b scrolling works 2022-11-07 15:36:52 +01:00
callebtc
bc35741a8a set private key 2022-11-07 14:00:05 +01:00
dni ⚡
0ea225b87e add api docs button 2022-11-07 13:31:42 +01:00