dni ⚡
7828e134df
fix account overview
2024-10-01 14:29:31 +03:00
dni ⚡
cb56509850
fix error
2024-10-01 14:29:31 +03:00
dni ⚡
64dc27cc53
fixup!
2024-10-01 14:29:31 +03:00
dni ⚡
26f69d1cdb
fixup-qrcode
2024-10-01 14:29:31 +03:00
dni ⚡
0f334c1f34
some wallet ui fixes
2024-10-01 14:29:31 +03:00
dni ⚡
03789176d9
fixup!
2024-10-01 14:29:31 +03:00
dni ⚡
d11df332b3
revert
2024-10-01 14:29:31 +03:00
dni ⚡
8e2f7210ab
fixup!
2024-10-01 14:29:31 +03:00
dni ⚡
87a1fd4ec1
more fixes
2024-10-01 14:29:31 +03:00
dni ⚡
90d0f4628f
fixup!
2024-10-01 14:29:31 +03:00
dni ⚡
64587b6222
extension manager
2024-10-01 14:29:31 +03:00
dni ⚡
2ec7e3d23e
last fixes
2024-10-01 14:29:31 +03:00
dni ⚡
1837f377eb
big fx part2
2024-10-01 14:29:19 +03:00
dni ⚡
655ee45026
fix part1
2024-10-01 14:27:52 +03:00
Vlad Stan
8bab3c36e8
chore: code clean-up
2024-10-01 14:27:52 +03:00
dni ⚡
cafec13069
remove where from argument
2024-10-01 14:27:52 +03:00
dni ⚡
e4e0bbab3e
fixup!
2024-10-01 14:27:52 +03:00
dni ⚡
b957351792
more docs
2024-10-01 14:27:52 +03:00
dni ⚡
7712d10d83
fixup!
2024-10-01 14:27:52 +03:00
dni ⚡
185ed0202e
fixup!
2024-10-01 14:27:52 +03:00
dni ⚡
90bcc350bc
fixup!
2024-10-01 14:27:52 +03:00
dni ⚡
6d6a71a269
fixup!
2024-10-01 14:27:52 +03:00
dni ⚡
542e667136
feat: add shortcuts for insert_query and update_query into Database
...
example: await db.insert("table_name", base_model)
2024-10-01 14:27:52 +03:00
dni ⚡
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 ⚡
a28e334c5f
test: fix test warning ( #2725 )
2024-10-01 11:07:13 +02:00
dni ⚡
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 ⚡
3a64cf5245
feat: add currency options to LNbits.api ( #2713 )
...
* feat: add currency options to LNbits.api
2024-09-30 14:01:30 +02:00
Vlad Stan
0b8da2b524
[feat] Nostr Login ( #2703 )
...
---------
Co-authored-by: dni ⚡ <office@dnilabs.com>
2024-09-30 13:53:38 +02:00
dni ⚡
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 ⚡
b9e9da5da7
fix: fundingsources template id was wrong ( #2723 )
2024-09-29 22:59:13 +02:00
dni ⚡
953a466119
fix: more vue3 q-tables and v-model:value ( #2717 )
2024-09-27 15:18:56 +02:00
dni ⚡
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
dni ⚡
898f264951
refactor: use <template> for components ( #2715 )
...
* refactor: use <template> for components
* fix paymentchart
2024-09-27 12:09:47 +02:00
dni ⚡
75bcbdc18d
chore: remove used crud for webpush settings ( #2719 )
2024-09-27 09:35:33 +03:00
dni ⚡
3ac6bc3c3b
fix: vue3 language switcher ( #2712 )
2024-09-25 12:09:00 +02:00
Vlad Stan
04882e05a3
chore: update some log messages ( #2710 )
2024-09-25 11:22:00 +03:00
dni ⚡
cf2aca3327
fix: forgotten Vue inits ( #2708 )
2024-09-25 08:01:11 +03:00
dni ⚡
1d0547ea97
fix: use Quasar.notify ( #2707 )
...
* fix: use Quasar.Notify.create
instead of this.$q, had issues when pasting invoice, using the `Quasar`
is more consistent
2024-09-24 16:18:56 +02:00
dni ⚡
99c5f00c91
fix: extensions tab for vue3 ( #2706 )
2024-09-24 13:39:31 +03:00
dni ⚡
723d8ba98f
chore: update to v1.0.0-rc2 ( #2705 )
2024-09-24 11:48:28 +02:00
Tiago Vasconcelos
daee2b3418
Check for theme params on the URL ( #2678 )
...
---------
Co-authored-by: dni ⚡ <office@dnilabs.com>
2024-09-24 11:44:07 +02:00
dni ⚡
9d7e54f6b2
refactor: use CreatePayment
model instead of a lot of kwargs ( #2667 )
...
- refactoring create_payment a bit to use a model instead of 10 kwargs
2024-09-24 11:13:30 +02:00
dni ⚡
053ea20508
feat: update to Vue3 ( #2677 )
...
* update packages for vue3
* fix make bundle and make checkbundle to include bundle-components
* add lnbits/static/bundle-components.js
---------
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
2024-09-24 11:06:27 +02:00
dni ⚡
04aefc8077
refactor: remove get_key_type
decorator ( #2676 )
...
* refactor: remove `get_key_type` decorator
breaking change for 1.0.0
2024-09-24 10:56:34 +02:00
dni ⚡
21d87adc52
mega chore: update sqlalchemy ( #2611 )
...
* update sqlalchemy to 1.4
* async postgres
---------
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
2024-09-24 10:56:03 +02:00
dni ⚡
c637e8d31e
fix: internal payment can still be pending ( #2686 )
...
bug introduced last commit
2024-09-16 20:43:17 +02:00
dni ⚡
d26e50ec9a
refactor: rename is_uncheckable ( #2670 )
...
it actually means is_internal and internal payments cant fail so we return success status
2024-09-16 17:34:30 +02:00
Arc
d229b7a765
fix: bash failed using after install ( #2685 )
2024-09-14 11:08:25 +02:00
dni ⚡
ceb43f384e
feat: install lnbits.sh bash script ( #2684 )
...
Co-authored-by: arcbtc <ben@arc.wales>
2024-09-12 08:02:47 +02:00
dni ⚡
22e6326bce
fix: gitignore extensions ( #2682 )
2024-09-11 19:34:35 +02:00