Commit Graph

3507 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
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
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
dni ⚡
0ea225b87e add api docs button 2022-11-07 13:31:42 +01:00
dni ⚡
c3ef4d7260
formatting fixes, prettier (#1108) 2022-11-07 11:30:44 +01:00
ChuckNorrison
4ee571ca71
Documentation for postgresql default port (#1106)
* Documentation for postgresql default port 

A port is necessary for postgresql config. Add postgresql default port 5432 in documentation for LNBITS_DATABASE_URL config

* Update docs/guide/installation.md

Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>

Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
2022-11-07 11:30:18 +01:00
Tiago Vasconcelos
e186422439 Merge remote-tracking branch 'origin/FinalAdminUI' into FinalAdminUI 2022-11-02 15:43:34 +00:00
calle
b92fedbcc9
refactor try except block (#1084) 2022-10-28 11:26:02 +02:00
Arc
25dfc6bcae
Merge pull request #1093 from lnbits/arcbtc-patch-4
Update installation.md
2022-10-28 10:23:10 +01:00
Arc
7be45d5d91
Update installation.md 2022-10-28 10:22:59 +01:00
Arc
0a8d287f19
Merge pull request #1080 from lnbits/switchupdate
Adds multiple pin option to bitcoinSwitch in LNURLDevices
2022-10-27 01:16:57 +01:00
ben
904dea37fc prettier 2022-10-27 01:16:05 +01:00
ben
8bafb9ab19 black 2022-10-27 01:10:03 +01:00
ben
1ab0d0f701 isort 2022-10-27 01:05:09 +01:00
ben
047d0fc761 black 2022-10-27 00:37:15 +01:00
ben
5b1df5fffc fixed some ints 2022-10-27 00:35:49 +01:00
ben
98d712fa79 Fixed pin bug 2022-10-27 00:26:07 +01:00
ben
b6b54d6842 Web socket working 2022-10-26 20:19:04 +01:00
ben
937654e4f7 Fixed models 2022-10-26 13:15:50 +01:00
dni ⚡
d702e1b6a5
add FORWARDED_ALLOW_IPS variable to .example.env (#1077) 2022-10-26 13:07:34 +02:00
rolznz
5a3524da83
Fix usermanager API docs (#1073)
- update incorrect response status codes
- update invalid activate extension example
2022-10-26 13:05:31 +02:00
Lee Salminen
7d736c3f77
Add FORWARDED_ALLOW_IPS to example fly.io (#1082)
This PR adds the needed `FORWARDED_ALLOW_IPS="*"` environment variable to the fly.io installation method, which is needed to work.
2022-10-26 13:02:35 +02:00
calle
1d9be9619f
Update issue templates (#1087) 2022-10-26 13:01:02 +02:00
calle
2f1f92f1ee
Update issue templates (#1086) 2022-10-26 12:57:53 +02:00
calle
440c4b6966
Update issue templates (#1085) 2022-10-26 12:56:15 +02:00
ben
1bfa28da19 reverted migrate 2022-10-26 10:58:13 +01:00
ben
7881125c71 Fixed migrate 2022-10-26 10:54:46 +01:00
ben
e88b18a417 added migrate 2022-10-25 12:09:40 +01:00
ben
3552443f99 adding migrations 2022-10-25 11:10:34 +01:00
ben
a37bec80cf Merge branch 'main' into switchupdate 2022-10-25 11:00:08 +01:00