dni ⚡
4e3c19f277
fixup!
2024-10-17 10:37:11 +02:00
dni ⚡
65bd26736c
fixup!
2024-10-17 10:37:10 +02:00
dni ⚡
441348f1ed
fix some tests
2024-10-17 10:37:08 +02:00
dni ⚡
3cdcb8d815
fixup!
2024-10-17 10:37:06 +02:00
dni ⚡
595e0bf070
fixup!
2024-10-17 10:37:04 +02:00
dni ⚡
ce920d7bd1
fixup!
2024-10-17 10:37:01 +02:00
dni ⚡
38c0bfc91c
fixup!
2024-10-17 10:37:00 +02:00
dni ⚡
275a2da4ac
backwards compatible
2024-10-17 10:36:59 +02:00
dni ⚡
6e157640ee
fix account overview
2024-10-17 10:36:58 +02:00
dni ⚡
0faa53090a
fix error
2024-10-17 10:36:56 +02:00
dni ⚡
9fee6699f1
fixup!
2024-10-17 10:36:55 +02:00
dni ⚡
1718031be2
fixup-qrcode
2024-10-17 10:36:54 +02:00
dni ⚡
f8d04d0637
some wallet ui fixes
2024-10-17 10:36:53 +02:00
dni ⚡
c001d50553
fixup!
2024-10-17 10:36:51 +02:00
dni ⚡
cc37dd35fe
revert
2024-10-17 10:36:50 +02:00
dni ⚡
88f3fb2807
fixup!
2024-10-17 10:36:49 +02:00
dni ⚡
63419cb900
more fixes
2024-10-17 10:36:47 +02:00
dni ⚡
3710242891
fixup!
2024-10-17 10:36:46 +02:00
dni ⚡
61bf9a6ffb
extension manager
2024-10-17 10:36:45 +02:00
dni ⚡
56e348a786
last fixes
2024-10-17 10:36:44 +02:00
dni ⚡
225181c969
big fx part2
2024-10-17 10:36:42 +02:00
dni ⚡
03f2417d4d
fix part1
2024-10-17 10:36:41 +02:00
Vlad Stan and dni ⚡
bc0547ef07
chore: code clean-up
2024-10-17 10:36:38 +02:00
dni ⚡
91a95b60d7
remove where from argument
2024-10-17 10:36:37 +02:00
dni ⚡
5aa88c56b7
fixup!
2024-10-17 10:36:36 +02:00
dni ⚡
d59b3b6bfb
more docs
2024-10-17 10:36:35 +02:00
dni ⚡
bdeac94d99
fixup!
2024-10-17 10:36:33 +02:00
dni ⚡
2764fefb3d
fixup!
2024-10-17 10:36:32 +02:00
dni ⚡
42c2e5b267
fixup!
2024-10-17 10:36:31 +02:00
dni ⚡
881329eaa6
fixup!
2024-10-17 10:36:29 +02:00
dni ⚡
3d2ed02fb1
feat: add shortcuts for insert_query and update_query into Database
...
example: await db.insert("table_name", base_model)
2024-10-17 10:36:28 +02:00
Vlad Stan and GitHub
ae4eda04ba
test: more payment tests ( #2738 )
...
* test: pay_invoice
2024-10-17 10:27:36 +02:00
Vlad Stan and GitHub
13f2dd732f
fix: await retry ( #2739 )
2024-10-16 11:09:45 +02:00
Pavol Rusnak and GitHub
80ec9e1307
update starlette and fastapi ( #2737 )
2024-10-16 07:00:12 +02:00
Vlad Stan and GitHub
3b503eaa8a
feat: add server status endpoin ( #2736 )
2024-10-15 14:53:49 +03:00
dni ⚡ and GitHub
ecc62b0011
feat: explicitly export for extensions from __init__.py ( #2669 )
...
* feat: explicitly export for extensions from `__init__.py`
makes it clear what extensions are expected to use and also makes future
changes to the structure of core safer because extension can just depend
on ```from lnbits import require_admin_key``` for example
2024-10-14 10:35:41 +03:00
b83c2e9368
docs: fix installation guide ( #2734 )
...
Co-authored-by: Gálli Zoltán <gallizoltan@gmail.com >
2024-10-10 21:22:15 +02:00
jackstar12 and GitHub
512c85592f
fix(boltz): sanitize invoice description ( #2731 )
...
Boltz rejects nbsp char (produced by JS Intl.NumberFormat api), so simply replace it with normal space
2024-10-09 19:32:56 +02:00
jackstar12 and GitHub
76b01695a0
fix(boltz): check for direct onchain payments ( #2732 )
2024-10-09 18:52:20 +02:00
jackstar12 and GitHub
d7065392d1
chore: add .idea folder to gitignore ( #2730 )
2024-10-09 19:31:50 +03:00
Vlad Stan and GitHub
a58deff70c
feat: block pay invoice ( #2727 )
2024-10-01 17:17:42 +03:00
dni ⚡ and GitHub
e85a78854e
feat: make LNBITS_ADMIN_UI the default ( #2726 )
...
* feat: make LNBITS_ADMIN_UI the default
* fix create fake admin
2024-10-01 11:36:22 +02:00
dni ⚡ and GitHub
a28e334c5f
test: fix test warning ( #2725 )
2024-10-01 11:07:13 +02:00
a4c000d7dc
feat: add password reset for usermanager ( #2688 )
...
* feat: add password reset for usermanager
- add a reset_key to account table
- add ?reset_key= GET arguments to index.html and show reset form if provided
- superuser can generate and copy reset url with key to share
future ideas:
- could add send forgot password email if user fill out email address
* feat: simplify reset key
* test: use reset key
* test: add more tests
* test: reset passwords do not match
* test: `reset_password_auth_threshold_expired`
---------
Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com >
2024-10-01 10:59:57 +02:00
dni ⚡ and GitHub
3a64cf5245
feat: add currency options to LNbits.api ( #2713 )
...
* feat: add currency options to LNbits.api
2024-09-30 14:01:30 +02:00
0b8da2b524
[feat] Nostr Login ( #2703 )
...
---------
Co-authored-by: dni ⚡ <office@dnilabs.com >
2024-09-30 13:53:38 +02:00
dni ⚡ and GitHub
f062b3d5e5
ci: do not create gh release on rc's ( #2716 )
...
* ci: do not create gh release on rc's
2024-09-30 08:51:19 +02:00
dni ⚡ and GitHub
b9e9da5da7
fix: fundingsources template id was wrong ( #2723 )
2024-09-29 22:59:13 +02:00
dni ⚡ and GitHub
953a466119
fix: more vue3 q-tables and v-model:value ( #2717 )
2024-09-27 15:18:56 +02:00
dni ⚡ and GitHub
7ad360d176
fix: vue3 i18n changed it replacements markers ( #2722 )
...
* fix: vue3 i18n changed it replacements markers
* chore: bundle
2024-09-27 14:59:06 +02:00