6431 Commits

Author SHA1 Message Date
Tiago Vasconcelos
945c1e6817 remove splitter constrain 2024-11-27 11:51:11 +00:00
Tiago Vasconcelos
8c4afdfe83 fix: some ui bugs 2024-11-26 16:40:58 +00:00
Vlad Stan
21990a78d5 chore: rebase conflicts 2024-11-26 14:41:24 +02:00
Vlad Stan
f6e76db23f feat: simplify fields 2024-11-26 14:40:24 +02:00
Vlad Stan
d948a1cc77 feat: better stats 2024-11-26 14:40:24 +02:00
Vlad Stan
e0d40b96a1 feat: clean expired entries 2024-11-26 14:40:24 +02:00
Vlad Stan
bbd5f8e852 fix: response_code chart link 2024-11-26 14:40:24 +02:00
Vlad Stan
c7fe0781a7 feat: search from chart 2024-11-26 14:40:24 +02:00
Vlad Stan
24335f4e64 chore: code quality 2024-11-26 14:40:24 +02:00
Vlad Stan
366f89d5f1 feat: basic search 2024-11-26 14:40:24 +02:00
Vlad Stan
777fcd9077 feat: add component search 2024-11-26 14:40:24 +02:00
Vlad Stan
9ccf839d10 fix: charts 2024-11-26 14:40:24 +02:00
Vlad Stan
d4b511cbb7 feat: component 2024-11-26 14:40:24 +02:00
Vlad Stan
2bb0d40244 feat: basic stats endpoint 2024-11-26 14:40:24 +02:00
Vlad Stan
bbe877e087 feat: configure lnbits_audit_retention_days 2024-11-26 14:40:24 +02:00
Vlad Stan
08a1608337 feat: clean super user 2024-11-26 14:40:24 +02:00
Vlad Stan
3efe05b96d feat: show request details in dialog 2024-11-26 14:40:24 +02:00
Vlad Stan
b9370526e9 feat: add request details 2024-11-26 14:40:24 +02:00
Vlad Stan
e75e3eaba6 feat: add response codes 2024-11-26 14:40:24 +02:00
Vlad Stan
70d7819573 feat: add basic settings 2024-11-26 14:40:24 +02:00
Vlad Stan
91865d38e3 feat: search audit 2024-11-26 14:40:24 +02:00
Vlad Stan
ca9f9f8f73 feat: display audit entries 2024-11-26 14:40:24 +02:00
Vlad Stan
ae3ec0bcad feat: add empty audit table 2024-11-26 14:40:24 +02:00
Vlad Stan
7c90983600 feat: basic audit page 2024-11-26 14:40:24 +02:00
Vlad Stan
de544d09ad feat: audit menu entry 2024-11-26 14:40:24 +02:00
Vlad Stan
bce5628648 feat: basic filter 2024-11-26 14:40:18 +02:00
Vlad Stan
96649fb31c feat: create entry 2024-11-26 14:40:18 +02:00
Vlad Stan
1ba74fe25c feat: basic logging 2024-11-26 14:40:18 +02:00
jjmmbb
f97f27121a
feat: lnd_rest allow self payments (#2760)
* Update lndrest.py

- added the ability to receive self payments on the node

[issue] You have to enable circular payment on lnd.conf. Note that lnd.conf doesn't allow allow_self_payment parameter, that is why is necessary to define that on transaction.

* feat: add LND rest `"allow_self_payment"` option

---------

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
2024-11-26 13:32:44 +01:00
Vlad Stan
af568d0f31
feat: improve user admin (#2777) 2024-11-19 10:33:57 +02:00
Vlad Stan
8c5c455f1c
fix: ext upgrade (#2776) 2024-11-13 13:00:05 +02:00
Vlad Stan
bbae4a01c1 fix: remove release candidate suffix 2024-11-13 10:59:27 +02:00
Vlad Stan
edfd297bf3
refactor: simplify condition (#2775) 2024-11-13 10:28:46 +02:00
Vlad Stan
09b1623bb0
feat: let user filter its own extensions (#2774) 2024-11-12 15:17:05 +02:00
Vlad Stan
fa18170ed7
fix: extension name and icon (#2771) 2024-11-12 10:34:45 +02:00
Vlad Stan
3eece03715
fix: vue3 changes (#2770) 2024-11-12 10:01:33 +02:00
Vlad Stan
dd972e2aaa
[ui] update settings UI (#2767) 2024-11-08 10:15:56 +02:00
Vlad Stan
ec9ad9f940
refactor: make settings key-value in DB (#2766) 2024-11-08 10:06:21 +02:00
Vlad Stan
aced333c0b
fix: check the settings for extension installed (#2764) 2024-11-06 12:07:12 +02:00
Vlad Stan
ba5f79da2d
refactor: extract models (#2759) 2024-11-05 13:26:12 +02:00
dni ⚡
acb1b1ed91
fix: add list handling (#2758) 2024-11-01 11:12:18 +02:00
Vlad Stan
2fa0a3c995
fix: v1 left over (#2757) 2024-10-31 15:49:55 +02:00
Vlad Stan
1dddc9e7f0
fix: handle list models (#2756) 2024-10-31 14:21:23 +02:00
Osvaldo Rosales
581f98b3a3
Add NFC Payment Support and Display Receive Amount in Receive Dialog (#2747)
* feat: add readNfcTag to core wallet

* feat: added payments/ endpoint to pay invoice with lnurlw from nfc tag

* feat: add notifications to nfc read and payment process

* feat: display sat and fiat amount on receive invoice

* feat: add notifications for non-lnurl nfc tags

* removed unnecesary payment updates

* fix: case when lnurlw was already used. lnurl_req status error

* fix: lnurl response status error

* fix: abort nfc reading on receive dialog hid

* feat: dismiss tap suggestion when nfc tag read successfully

* update: NFC supported chip

* remove console.log

* add: function return type

* test: happy path for api_payment_pay_with_nfc

* feat: follow LUD-17, no support for lightning: url schema

* explicit lnurl withdraw for payment

* test: add parametrized tests for all cases of api_payment_pay_with_nfc endpoint

* fix: payment.amount in response comes already in milisats
2024-10-29 23:50:48 +01:00
Arc
89a75ab641
Hide admin keys in curl example (#2753) 2024-10-29 23:49:46 +01:00
dni ⚡
f228198c20
fix: default timestamp on models (#2755)
closes #2754
2024-10-29 15:39:06 +01:00
dni ⚡
2940cf97c5
feat: parse nested pydantic models fetchone and fetchall + add shortcuts for insert_query and update_query into Database (#2714)
* feat: add shortcuts for insert_query and update_query into `Database`
example: await db.insert("table_name", base_model)
* remove where from argument
* chore: code clean-up
* extension manager
* lnbits-qrcode  components
* parse date from dict
* refactor: make `settings` a fixture
* chore: remove verbose key names
* fix: time column
* fix: cast balance to `int`
* extension toggle vue3
* vue3 @input migration
* fix: payment extra and payment hash
* fix dynamic fields and ext db migration
* remove shadow on cards in dark theme
* screwed up and made more css pushes to this branch
* attempt to make chip component in settings dynamic fields
* dynamic chips
* qrscanner
* clean init admin settings
* make get_user better
* add dbversion model
* remove update_payment_status/extra/details
* traces for value and assertion errors
* refactor services
* add PaymentFiatAmount
* return Payment on api endpoints
* rename to get_user_from_account
* refactor: just refactor (#2740)
* rc5
* Fix db cache (#2741)
* [refactor] split services.py (#2742)
* refactor: spit `core.py` (#2743)
* refactor: make QR more customizable
* fix: print.html
* fix: qrcode options
* fix: white shadow on dark theme
* fix: datetime wasnt parsed in dict_to_model
* add timezone for conversion
* only parse timestamp for sqlite, postgres does it
* log internal payment success
* fix: export wallet to phone QR
* Adding a customisable border theme, like gradient (#2746)
* fixed mobile scan btn
* fix test websocket
* fix get_payments tests
* dict_to_model skip none values
* preimage none instead of defaulting to 0000...
* fixup test real invoice tests
* fixed pheonixd for wss
* fix nodemanager test settings
* fix lnbits funding
* only insert extension when they dont exist

---------

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
Co-authored-by: Tiago Vasconcelos <talvasconcelos@gmail.com>
Co-authored-by: Arc <ben@arc.wales>
Co-authored-by: Arc <33088785+arcbtc@users.noreply.github.com>
2024-10-29 09:58:22 +01:00
Vlad Stan
ae4eda04ba
test: more payment tests (#2738)
* test: pay_invoice
2024-10-17 10:27:36 +02:00
Vlad Stan
13f2dd732f
fix: await retry (#2739) 2024-10-16 11:09:45 +02:00
Pavol Rusnak
80ec9e1307
update starlette and fastapi (#2737) 2024-10-16 07:00:12 +02:00