6580 Commits

Author SHA1 Message Date
Arc
a6bbddce41
tweak: use image that works for fav and qr as default (#3051) 2025-03-14 10:48:58 +01:00
Tiago Vasconcelos
adb9d24673
[Fix] Set default chart text color (#3048)
* fix: set default chart text
white when darkMode else black
2025-03-12 17:36:11 +01:00
Tiago Vasconcelos
dc85f26964
fix: qr scanner button was missing the method (#3046) 2025-03-12 16:09:53 +01:00
Tiago Vasconcelos
14153b4a8f
[Fix] Remove references and warnings for BETA (#3047)
* fix: remove BETA references/warnings
2025-03-12 16:09:18 +01:00
Vlad Stan
b8a5f3942c
[fix] limit the size of the invoice description to 640 characters (#3045) 2025-03-12 16:29:29 +02:00
dni ⚡
475ae5736e
chore: update to v1.0.0-rc9 (#3043) v1.0.0-rc9 2025-03-12 12:29:01 +01:00
PatMulligan
d7f0f4da0c
create backwards compatibility for <=v1.0 (#3041)
in v0.12.12, the key is "payment_request" instead of the new "bolt11"
2025-03-12 12:27:24 +01:00
Tiago Vasconcelos
f7b3444be4
fix: unfuck the swap mess (#3023) 2025-03-12 12:14:20 +01:00
Arc
28e32a54a4
tweak: use qr code image for favicon as well (#3031)
use qr code image for favicon as well
2025-03-12 12:12:43 +01:00
Arc
1833adc0a1
Tweak: moved custom denomination to fakewallet funding source (#3030) 2025-03-12 12:10:58 +01:00
dependabot[bot]
b759ec7468
chore(deps): bump axios from 1.7.7 to 1.8.2 (#3042)
* chore(deps): bump axios from 1.7.7 to 1.8.2

Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.8.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.7...v1.8.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* bundle

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dni  <office@dnilabs.com>
2025-03-12 12:10:27 +01:00
Arc
2661d12ff1
tweak: fixes service fee badge (#3029)
* tweak: fixes service fee badge

---------

Co-authored-by: dni  <office@dnilabs.com>
2025-03-12 12:08:08 +01:00
dependabot[bot]
ed419f27ac
chore(deps): bump vue-i18n from 10.0.5 to 10.0.6 (#3022)
* chore(deps): bump vue-i18n from 10.0.5 to 10.0.6

Bumps [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) from 10.0.5 to 10.0.6.
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v10.0.6/packages/vue-i18n)

---
updated-dependencies:
- dependency-name: vue-i18n
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* bundle

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dni  <office@dnilabs.com>
2025-03-12 12:01:18 +01:00
dni ⚡
c3efd48108
chore: use latest 1.X poetry version (#3039) 2025-03-11 09:54:36 +01:00
Arc
4a28c22d79
tweak: fix 'test email' btn (#3026) 2025-03-10 18:37:11 +00:00
Arc
0d0eb36de4
tweak: fix funding source hide (#3027)
added to title rather than all the inputs
2025-03-10 18:36:48 +00:00
Arc
2aa73bfe75
tweak: punchy bitcoin theme (#3028) 2025-03-10 18:36:23 +00:00
Vlad Stan
ebd080192c
feat: return payment status in the websocket response (#3025) 2025-03-10 12:48:40 +02:00
Tiago Vasconcelos
41abe63f18
hide text on small screen (#3021) 2025-03-07 14:23:46 +00:00
dni ⚡
f61471b0f2
feat: add test email and improve on email notifications (#3018) 2025-03-05 09:53:40 +02:00
Vlad Stan
9bd037b6e7
[fix] settings cleanup (#3013) 2025-03-04 16:30:54 +02:00
Arc
a4ca88b6a4
tweak: dont show full id on wallet select box (#3017)
* tweak: dont show full id on wallet select box
* chore bundle

---------

Co-authored-by: dni  <office@dnilabs.com>
2025-03-04 11:23:02 +01:00
Arc
f2b9aafc51
Tweak: Changed naming for password area (#3016) 2025-03-04 11:13:41 +01:00
Vlad Stan
ec77a00f49
feat: only check the current page (#3015) 2025-03-03 16:28:55 +02:00
Arc
991e0db50b
Feat: email notifications (#3007)
* Feat: email notifications / email db backup

Because not using a simple smtp connection is silly

* Added form

* broken, and annoying bug

Why wont the input display?!?!?

* make

* Encourage protonmail use, because its great.

* feat: small UI polishing

* chore: make bundle

---------

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
2025-03-03 12:59:08 +00:00
Tiago Vasconcelos
fe9b62e8a8
Fix: don't show register if new users not allowed (#3010)
* enforce allow new user flag on UI
* chore: bundle
* ensure we get a boolean

---------

Co-authored-by: dni  <office@dnilabs.com>
2025-03-03 12:53:58 +01:00
dni ⚡
c5964436b5
fix: python versions were defined incorrectly and remove 3.9 (#3006)
* chore: update requirements to python3.10
* chore: format RUF007 rule for py310
* wrongly specified python version
python3.13 there is a greenlet build error
2025-03-03 12:53:30 +01:00
Vlad Stan
4ce14e2312
fix: rate lmitter init (#3011) 2025-02-28 12:50:50 +01:00
PatMulligan
7021add193
Feat (crypto): Add URL-safe encoding option to AESCipher (#2984) 2025-02-28 11:17:53 +02:00
Tiago Vasconcelos
4be01a405c
compare not assign (#3009)
fix missing = sign
2025-02-28 09:31:49 +02:00
Vlad Stan
ebe9ff700f
[fix] admin errors (#3004) 2025-02-27 11:00:15 +02:00
dni ⚡
a3619d40c6
fix: paying an invoice does not send a webhook. #2472 (#2999)
* fix: paying an invoice does not send a webhook. #2472
closes #2472
2025-02-27 09:23:49 +01:00
Vlad Stan
048aff3db4
[fix]: various issues discovered during testing (#3002)
* fix: prevent invalid calls to exchange APIs
* fix: audit conditions
* fix: audit filtering
2025-02-27 07:45:29 +01:00
Tiago Vasconcelos
89d85a0d7e
[Fix] Denomination 3 characters (#3001)
* fix: denomination must be 3 chars ISO
2025-02-26 16:34:45 +01:00
Vlad Stan
5aa1f9b0f8
[feat] filter payments in wallet (#2997)
* fix: search payments
* fix rogue button
* feat: UI polishing
* feat: better charts

---------

Co-authored-by: Tiago Vasconcelos <talvasconcelos@gmail.com>
2025-02-26 11:34:57 +01:00
Tiago Vasconcelos
5dc1705fa6
Fix a typo in reset password logic (#2998) 2025-02-25 13:52:03 +02:00
Arc
0fc657c55c
tweak: embit needs to be declared (#2996) 2025-02-24 15:05:20 +00:00
dni ⚡
8641b34a3d
chore: update lnbits version to 1.0.0-rc8 (#2995) v1.0.0-rc8 2025-02-24 14:53:52 +01:00
Vlad Stan
30cf6913af
[feat]: invoice amount settings (#2990) 2025-02-24 14:45:17 +02:00
Arc
10682cf736
tweak: checkout main not needed (#2993) 2025-02-24 12:26:42 +00:00
Arc
ee725846c5
tweak: just to make it obv port can be chnaged (#2992) 2025-02-24 12:19:42 +00:00
Arc
69b31b1480
added libfuse2 to guide for fresh vps folks (#2991) 2025-02-24 12:15:29 +00:00
Tiago Vasconcelos
73a57ecf97
fix: payments filter (#2989) 2025-02-24 13:53:18 +02:00
dni ⚡
ab0f52d811
feat: add label for wallet fiat tracking (#2988) 2025-02-24 12:20:40 +01:00
dni ⚡
8c59f3f4ae
feat: add python-multipart for uploads (#2873) 2025-02-24 12:20:34 +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
Tiago Vasconcelos
4511891297
feat: modernize error page (#2949)
* can't figure this out!

* raise here so it gets picked up by exceptions

* add few more info for error rendering

* add a few more checks for browser

not fail safe just one more layer

* cleaner error display

... hopefully

* add go to extension

* keep buttons add go to extension

* feat: identify extensions that are not installed

* fix: status code

* fix: full path

* add account/logout button if 401

prevent getting stuck

* fix: ext access

* fix user button

* fix: 404 page

* fix: json 404 response

* fix: dumb rendering

* fix: `/api` request always json

* fix: extension api path

* test: check regtest

* test: investgate

* something made ws slower?

* fix: change error code

---------

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
Co-authored-by: dni  <office@dnilabs.com>
Co-authored-by: Arc <33088785+arcbtc@users.noreply.github.com>
2025-02-23 00:54:43 +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 2b550392ba080cad708519fede897891e5b9e686.

* 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