Commit graph

252 commits

Author SHA1 Message Date
Tiago Vasconcelos
73a57ecf97
fix: payments filter (#2989) 2025-02-24 13:53:18 +02:00
Arc
1bfb09ddab
fix: default hide funding inputs (#2987)
* fix: default hide funding inputs

To protect admins from over the shoulder attackers, and the attackers from chipping away at their own morality.

* Remove need for function
2025-02-23 19:28:23 +00:00
Arc
2af5ac9678
fix: wallet balance format (#2985) 2025-02-23 01:09:28 +00:00
Arc
eeca7de10d
Fake wallet fixes (#2983)
* Fake wallet fixes

LNBITS_DENOMINATION and LNBITS_DENOMINATION == 'sats' everywhere!

* added exception to "/api/v1/rate/{currency}"

* fix: create invoice dialog

* cleaning expansion items in wallet

* Revert "fix: create invoice dialog"

This reverts commit 2b550392ba.

* fix fakewallet mask break

* Fix formatted amount for fakewallet

* fixed wallet balance for fakewallet

* Wow, actually cleaning code, win!

* more cleaning

* For Vlad

* more cleaning

* make

* fix for sats

* bundle issue

* fix overflow in drawer for fat wallets and stupid long names

* make

* fixed adds

* fixed ad scale

* fundle

* fix

---------

Co-authored-by: Tiago Vasconcelos <talvasconcelos@gmail.com>
2025-02-23 00:23:36 +00:00
dni ⚡
b06c16ed57
fix: pay_invoice timeout to prevent blocking (#2875)
* fix: make invoice non blocking

* fix with vlad

* wallet.js take pending into account

* fixup!

* add check payment to outgoing

* revert

* bundle

* fix: label

* fix: rebase change

* feat: configure pay invoice wait time

* fix: check payment button

* bundle

* fix: task in async context

---------

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
2025-02-23 00:02:39 +00:00
Tiago Vasconcelos
4afe6dbd6d
Change UI for Pay Invoice Dialog (#2979) 2025-02-18 18:42:46 +02:00
Tiago Vasconcelos
0cd94e654e
adds a blur to the transparent bg (#2978) 2025-02-18 16:44:59 +02:00
Vlad Stan
1e083856ed
fix: nostr login (#2975) 2025-02-17 16:18:04 +02:00
Vlad Stan
c08623277e
Chart polish (#2973) 2025-02-17 14:30:16 +02:00
Vlad Stan
60de308c8f
fix: logout on safari (#2971) 2025-02-17 12:07:02 +02:00
Vlad Stan
bfa23568e3
[fix] callback url validation (#2959) 2025-02-13 15:11:46 +02:00
Arc
1cef614349
Revert "Another small one (#2954)" (#2958)
This reverts commit 15ba3c33a3.
2025-02-12 12:06:09 +00:00
Tiago Vasconcelos
15ba3c33a3
Another small one (#2954) 2025-02-12 10:56:22 +02:00
Vlad Stan
2d41a1bed3
Wallet polish (#2942) 2025-02-11 15:19:41 +02:00
Arc
4d490506f3
Payments added to chart (#2952) 2025-02-11 12:26:04 +00:00
Arc
61e8d0059b
BG image/gradient to light fix (#2945) 2025-02-10 20:37:08 +00:00
Arc
1f4160fda5
Adds extension#<ext name> option to extensions url (#2947) 2025-02-10 20:33:22 +00:00
Vlad Stan
69350849b1
[fix] small fixes for ext upgrades (#2941) 2025-02-10 10:52:22 +02:00
Vlad Stan
828261d696
[fix]: small fixes v1 on demo DB (#2940) 2025-02-10 10:25:33 +02:00
Arc
90dd3cc73a
Fixes setting theme from account (#2939)
* getting there

* working

* make
2025-02-08 00:01:14 +00:00
Arc
9d2e52f694
Fixes switching back to wallet (#2937)
* tals fix

* switched border back

* make

* bundle
2025-02-07 18:13:17 +00:00
Tiago Vasconcelos
503a599341
Fix login with oauth (#2935) 2025-02-07 16:48:22 +02:00
Tiago Vasconcelos
e134c5c7b9
Fixes claiming LNURL (#2924) 2025-02-07 11:41:06 +02:00
Tiago Vasconcelos
53b00c6d41
UI improvements (#2926) 2025-02-07 10:09:15 +02:00
Tiago Vasconcelos
9a1d707f54
Revamp the UI on Login / Register page (#2919) 2025-02-07 09:43:19 +02:00
Tiago Vasconcelos
432b3a0fe0
Reset wallet keys (#2929) 2025-02-06 15:07:36 +02:00
Tiago Vasconcelos
34a959f0bc
Add a payments page for admin (#2910) 2025-02-06 14:48:54 +02:00
Arc
960c58db87
Feat: Adds wallet icon/color select (#2917) 2025-02-04 15:03:35 +02:00
Arc
66b2ca2ac4
fixes wallet ws (#2912) 2025-01-28 14:14:12 +02:00
Tiago Vasconcelos
25e5423511
Add bar spinner (#2915) 2025-01-28 14:00:11 +02:00
Tiago Vasconcelos
4c7567a552
fix: router force update (#2914) 2025-01-28 13:44:37 +02:00
Arc
cc33a49b12
feature: Default theme for new users (#2898) 2025-01-28 11:29:38 +02:00
Vlad Stan
b6bdf50ed7
[feat] Watchdog and notifications (#2895) 2025-01-23 13:23:09 +02:00
Vlad Stan
56a4b702f3
fix: multiple ws connections (#2907) 2025-01-23 13:05:35 +02:00
Arc
273ab9781f
fix: fiat tracking / updating wallet without reloads (#2891) 2025-01-22 10:27:05 +02:00
Arc
8a759c8fc1
feature: Optional bg image and neon borders (#2897)
* init

* working
2025-01-18 19:27:50 +00:00
Tiago Vasconcelos
c7ebe09463
Fix payment table refresh (#2894) 2025-01-17 09:49:14 +02:00
Arc
5d4d22dcdd
fix: for g.user error on public pages (#2892)
* fix for g.user error

* dont even mount
2025-01-16 16:18:15 +00:00
Vlad Stan
b164317121
[feat] access control lists (with access tokens) (#2864) 2025-01-16 17:25:27 +02:00
Arc
6a08d20fe8
v1 feat: Vue Routes (#2872) 2025-01-16 13:23:34 +02:00
Tiago Vasconcelos
91748fc891
fix: restore user type badge (#2861)
---------

Co-authored-by: dni  <office@dnilabs.com>
2025-01-10 11:55:05 +01:00
Arc
0c5b909c7a
Added settings links and link for theme (#2860) 2024-12-20 10:07:50 +02:00
Arc
8d1542d982
Added top cards (#2858)
* refactor old atempt

* Added watcher for smaller screens to stop bugs switching

* syntax error

* format
2024-12-19 16:16:09 +00:00
dni ⚡
37187bfc2c
feat: add negative topups (#2835)
* feat: add negative topups
* remove topup dialog

---------

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
2024-12-17 21:06:58 +01:00
dni ⚡
5f8ccee5b8
feat: websocket for payments events, remove /payments/sse and longpolling endpoint (#2704) 2024-12-16 11:10:25 +02:00
Vlad Stan
524a4c9213
[feat] custom exchange providers (#2797) 2024-12-13 14:01:54 +02:00
dni ⚡
646c341840
fix const req (#2824) 2024-12-13 08:25:44 +01:00
dni ⚡
8f290a647d
chore: clean up javascript functions and var/let into const (#2791)
* chore: clean up javascript functions and var/let into const
2024-12-10 13:42:01 +01:00
dni ⚡
5a1d660c7b
fix: last_payment on userlist was broken (#2796)
* fix: last_payment on userlist was broken
2024-12-10 11:48:43 +01:00
dni ⚡
7ee78248b7
feat: add failed payments toggle to wallet page (#2794)
* feat: add failed payments toggle to wallet page

---------

Co-authored-by: Tiago Vasconcelos <talvasconcelos@gmail.com>
2024-12-10 11:47:09 +01:00