Commit graph

6514 commits

Author SHA1 Message Date
Vlad Stan
b76d8b5458
fix: keep upgrades out of codebase (#2957)
* fix: keep upgrades out of codebase

* chore: code format
2025-02-12 13:31:53 +00:00
Arc
1cef614349
Revert "Another small one (#2954)" (#2958)
This reverts commit 15ba3c33a3.
2025-02-12 12:06:09 +00:00
Vlad Stan
16fbfd1c6f
Fix: date grouping for older SQLite versions (#2955) 2025-02-12 13:23:38 +02:00
Tiago Vasconcelos
15ba3c33a3
Another small one (#2954) 2025-02-12 10:56:22 +02:00
Tiago Vasconcelos
b33a1903e8
check for g.user (#2953)
only render this if user is set
2025-02-11 17:25:42 +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
ed3a54e57a
tweak: fun themes (#2951) 2025-02-10 23:20:30 +00:00
Arc
61e8d0059b
BG image/gradient to light fix (#2945) 2025-02-10 20:37:08 +00:00
Arc
4a640dc123
Removes profile dropdown for public pages (#2943)
Global theme works for public pages.
2025-02-10 20:34:44 +00:00
Arc
1f4160fda5
Adds extension#<ext name> option to extensions url (#2947) 2025-02-10 20:33:22 +00:00
Arc
dc91fbea9b
Tweak: Updated Poetry install to include headers and make copy/paste easier (#2948)
* Tweak: Adds $USER to poetry install guide

Means a copy/paste will work for most

* auto agree for easy copy/paste

* poetry install and export

* ensure correct headers

* whoops

* typo
2025-02-10 20:32:33 +00:00
Arc
7eb021f43c
Adds no-border to fix the install card (#2950) 2025-02-10 20:31:41 +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
10c60291d2
white theme that doesnt hurt eyes (#2938) 2025-02-07 18:24:33 +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
Vlad Stan
a8809ed5a4
feat: migrate in chunks (#2936) 2025-02-07 14:16:53 +02:00
Tiago Vasconcelos
e134c5c7b9
Fixes claiming LNURL (#2924) 2025-02-07 11:41:06 +02:00
Arc
0efb52664e
Feat: Creates .AppImage a̶n̶d̶ .d̶m̶g̶ on release (#2920) 2025-02-07 11:17:55 +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
736699af94
. (#2925) 2025-02-06 15:10:16 +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
Vlad Stan
c1d26bb274 fix: email check 2025-02-06 11:57:01 +02:00
Vlad Stan
b24a65cf2a doc: move security config at the top 2025-02-04 15:32:37 +02:00
Arc
960c58db87
Feat: Adds wallet icon/color select (#2917) 2025-02-04 15:03:35 +02:00
Arc
dd9b217fdf
Fix index.html error (#2923)
* Fix index.html error

* first install
2025-02-04 11:53:08 +00:00
Vlad Stan
7af9da4a58
fix: convert BigDecimal object to int (postgres only) (#2918) 2025-01-30 10:09:13 +02:00
Arc
c23eae9e08
Some menu naming changes (#2911) 2025-01-28 14:55:41 +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
blackcoffeexbt
73e716085b
Translate expiry to expirySeconds for Phoenixd (#2901) 2025-01-28 11:54:33 +02:00
Arc
cc33a49b12
feature: Default theme for new users (#2898) 2025-01-28 11:29:38 +02:00
Arc
eeebaffbed
feature: admin toggle to disable outgoing payments (#2909) 2025-01-28 10:27:24 +02:00
Tim Heide
8633891485
fix: Add Breez SDK trampoline payments support (#2905)
* fix: add support for trampoline payments in Breez integration

- Introduced `BREEZ_USE_TRAMPOLINE` configuration in `.env.example`.
- Updated `BreezSdkFundingSource` to include `breez_use_trampoline` setting.
- Modified payment request in `breez.py` to utilize the trampoline setting when sending payments.

* Update .env.example

Co-authored-by: Pavol Rusnak <pavol@rusnak.io>

* Update lnbits/settings.py

Co-authored-by: Pavol Rusnak <pavol@rusnak.io>

* refactor: streamline payment request formatting in Breez integration

---------

Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
2025-01-25 22:21:55 +01:00
Pavol Rusnak
cb5cc1e5e8
make things work with Python 3.13 + fix Nix (#2908)
* update pyproject to make things work with python 3.13

* fix nix build
2025-01-23 23:11:45 +02:00
Vlad Stan
f845bfe651
feat: do not allow user_id_only login for admins (#2904) 2025-01-23 15:01:54 +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
Tiago Vasconcelos
f415a92914
feat: harmonize the UI for payment dialog (#2882) 2025-01-16 14:31:33 +02:00