ChuckNorrison
4f05c6c12e
add missing f-string for SQL
2022-11-28 19:02:31 +01:00
ChuckNorrison
f34e5496c0
add missing f-string for SQL
2022-11-28 19:00:43 +01:00
calle
f70d30bfa6
Update migrations.py
2022-11-19 14:34:13 -06:00
calle
066015c05c
Update migrations.py
...
f string
2022-11-19 14:33:18 -06:00
calle
4b408c1f0a
Update migrations.py
...
f string
2022-11-19 14:32:17 -06:00
ChuckNorrison
3cbbe2a93d
fix integer to bigint for extensions
...
Some more INTEGER to BIGINT conversion for postgresql database
2022-11-17 15:44:59 +01:00
Vlad Stan
906b541861
chore: code format
2022-11-17 15:48:34 +02:00
cryptoteun
8370acc1f7
added warning to backup keys
2022-11-17 15:47:59 +02:00
Vlad Stan
94ad2cc96d
Merge pull request #1133 from ChuckNorrison/patch-3
...
fix integer out of range for apipayments
2022-11-17 15:45:41 +02:00
Vlad Stan
bd85e5dbe3
feat: set custom file name to the exported CSV
2022-11-17 15:05:26 +02:00
Tiago Vasconcelos
9f03d25a8c
fix issue with export to CSV
2022-11-17 15:05: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
032df0e50c
feat: allow decimal fee rate
2022-11-17 14:21:12 +02: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
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
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
ben
61dd9817b6
fixed atm
2022-11-08 13:47:03 +00: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
calle
b92fedbcc9
refactor try except block ( #1084 )
2022-10-28 11:26:02 +02: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
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
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
dni ⚡
09871bbabc
fix mypy for extensions ( #873 )
...
* explicitly exclude all extensions from mypy
* fix example extension mypy
* fix subdomains extension mypy + 1 type error fixed
* fix mypy discordbot
* mypy check copilot extensnion
* copilot black
* add invoices ext to ignore
* add boltz and boltcard
* copilit id is necessary
* was discordbot is ok
Co-authored-by: dni <dni.khr@gmail.com>
2022-10-24 16:29:30 +02:00
dni ⚡
09cf654427
Proper Error Handling for qrcode-stream components ( #1076 )
...
* proper errorhandling for camera
* fix javascript for calle
2022-10-24 12:32:20 +02:00
Anton Kovalenko
193d037ad6
Allow more than 2-nd level domain in incoming ln-addresses ( #914 )
2022-10-24 12:23:11 +02:00
Aaron Dewes
fc1a87f617
Remove unused proxy_fix ( #1007 )
2022-10-24 11:50:52 +02:00
Arc
1ae8527d29
Merge pull request #1068 from lnbits/improvement-splitpayments
...
Improvement to payment handling in splitpayments extension
2022-10-21 20:55:51 +01:00
ben
c8a33b0b93
Adding loads on gpios to switch
2022-10-21 20:06:50 +01:00
dni ⚡
e1fbb8c3cd
fix livestream extension
2022-10-21 18:28:39 +02:00
dni ⚡
fe879ad9b9
add tpos to pr
2022-10-21 18:15:27 +02:00
dni ⚡
2d61a8854f
improving on split payment handling
2022-10-21 17:35:58 +02:00
Vlad Stan
daf5768d52
fix: remove user from model ( #1067 )
2022-10-21 14:49:17 +02:00
Vlad Stan
9de38f908b
fix: wallet not found error ( #1063 )
2022-10-20 16:40:23 +02:00
dni ⚡
42704eaf1b
change boltz logs from warn to debug ( #1057 )
2022-10-18 08:49:27 +02:00