Commit Graph

8455 Commits

Author SHA1 Message Date
Abhijay Jain
895d13c34e (Feat): Allowed Fallback Exchange Rate to Be Enabled via API (#6839)
Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>
2025-07-10 10:58:59 +09:00
Bhola Yadav
76524c1fac Fix: Line breaks rendering in dropdown using html-translate (#6820) 2025-07-07 10:24:39 +09:00
thgO.O
c824307647 fix: use DateTimeOffset to avoid timezone mismatch (#6832) 2025-07-07 10:14:42 +09:00
nicolas.dorier
d059dc11a4 Fix flaky test 2025-07-07 10:13:58 +09:00
Nicolas Dorier
f4df9632e6 Update Changelog.md 2025-07-04 23:04:26 +09:00
nicolas.dorier
57d42ab10c Merge branch 'changelog/v2.1.6' 2025-07-04 22:04:54 +09:00
nicolas.dorier
d7cabf0f58 Small perf improvement for the update PoS page 2025-07-04 22:03:51 +09:00
nicolas.dorier
89bc9a2a2f Do not use HttpContextAccessor in Blazor context 2025-07-04 16:55:40 +09:00
nicolas.dorier
6bdb9f8739 Disable flaky test 2025-07-04 10:57:16 +09:00
nicolas.dorier
673153d3a4 Changelog for 2.1.6 2025-07-04 10:00:35 +09:00
nicolas.dorier
94633b1ef6 Do not prevent block pending payouts processing if a store's lightning is unresponsive 2025-07-04 09:59:50 +09:00
thgO.O
632d4433e0 feat: add Reserved Addresses view with filtering, pagination and labels (#6796)
* feat: add reservedAt metadata when address is generated from receive

* feat: add link to Reserved Addresses in wallet navigation

* feat: add ReservedAddressesViewModel with labels and reserved timestamp

* feat: implement Reserved Addresses view with filtering, pagination and label management

* feat: add GetReservedAddressesWithDetails with label and timestamp support

* feat: add ReservedAddresses endpoint

* test: add Reserved Addresses view test with label, filter and pagination

* test: use stable ID for filter input instead of placeholder

* Moving Reserved Addresses to Receive page

* feat: sync labels created via Label Manager using labelmanager:changed event

* refactor: optimize GetReservedAddressesWithDetails using direct SQL query

* feat: add link to filter Reserved Addresses by label from Wallet Labels view

* refactor: remove legacy selenium test

* test: add playwright tests with label filtering, pagination and redirect from Wallet Labels view

* refactor: optimize Reserved Addresses filtering with Set and Safe.Json

---------

Co-authored-by: rockstardev <5191402+rockstardev@users.noreply.github.com>
2025-07-04 09:30:23 +09:00
rockstardev
5d5eb19142 Merge pull request #6825 from Abhijay007/PaymentReqUpdateState
(Feat) : Allowed updating payment requests as settled
2025-07-03 17:32:39 +02:00
rockstardev
da31629b90 Unifying admin styles for changing state and editing 2025-07-03 00:38:20 +02:00
rockstardev
2a98698550 Moving changing of the state option to view of payment request 2025-07-03 00:22:18 +02:00
rockstardev
9c81666b38 Simplifying implementation of status switch 2025-07-03 00:00:43 +02:00
Abhijay jain
bc1cebd2d1 (Feat) : Allowed updating payment requests as settled
Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>
2025-07-03 00:04:34 +05:30
Nicolas Dorier
22f06893b9 Fix: After connection string change, lightning payment would not be detected for 1 min (#6822) 2025-07-02 23:25:00 +09:00
AdamWroblewski
756f48213d Display send email checkbox #6653 (#6815) 2025-07-02 09:55:40 +09:00
Nicolas Dorier
9b64e90394 Remove useless code (#6817)
* Remove unused code

* Obsolete SigningKey concept
2025-06-30 19:28:01 +09:00
nicolas.dorier
efc570a4f7 Fix test 2025-06-30 11:25:09 +09:00
nicolas.dorier
db063ec9ac Remove unused class 2025-06-26 17:51:29 +09:00
Nicolas Dorier
f021924fbe Fix: Failure to sign with Vault when a PSBT size exceeds 32KB (#6809) 2025-06-26 16:03:41 +09:00
Chukwuleta Tobechi
69b8933527 Fix swagger invalid syntax blocking docs repo build (#6798) 2025-06-25 10:28:14 +09:00
napoly
3b8649d26c Disable static web assets for tests and plugin packer (#6800) 2025-06-25 10:24:08 +09:00
nicolas.dorier
d9ac9bb2b2 Remove useless test 2025-06-18 13:29:34 +09:00
Nicolas Dorier
2da91e6d41 Migrate CanManageWallet test to Playwright (#6797) 2025-06-18 09:26:53 +09:00
rockstardev
9a78d861f5 Merge pull request #6795 from petzsch/master
Bumping LND to 0.19.1-beta
2025-06-16 18:26:23 +02:00
Markus Petzsch
57c499894c bump lnd on testnet and mutinynet 2025-06-16 17:52:41 +02:00
Markus Petzsch
8e0fafd4f3 Bumping LND to 0.19.1-beta 2025-06-16 17:19:15 +02:00
nicolas.dorier
0b29415d0e Fix flaky tests 2025-06-16 17:47:22 +09:00
nicolas.dorier
49f1f198f3 Add ability for to upload screenshot to circleci artifact for Playwright tests 2025-06-16 14:49:29 +09:00
nicolas.dorier
0ba3f92ef4 Remove useless code 2025-06-15 22:40:47 +09:00
Nicolas Dorier
06ca041c10 Changelog and bump 2.1.5 (#6790) 2025-06-15 22:24:33 +09:00
nicolas.dorier
b340e92c8a Fix Phoenixd in Mainnet 2025-06-15 10:31:13 +09:00
thgO.O
e1d68cb084 feat(wallet): enhance Coin Selection with advanced filters and improved UX (#6755)
* feat: add timestamp on InputSelectionOption to enable date filtering

* feat(coin-selection): add page size options for 100, 250, and 500

* feat(coin-selection): add toggle all option

* feat(coin-selection): add filtering by amount and timestamp

* feat(coin-selection): add filter help section for advanced search options

* test: add tests for Coin Selection filters and select all

* refactor: remove unnecessary variable

* feat(coin-selection): enable copy-to-clipboard for filter examples

* refactor(coin-selection): separate sort and select-all controls into distinct layout blocks

* refactor(coin-selection): align selection logic with existing DOM-based approach

* test: refactor CanUseCoinSelection and CanUseCoinSelectionFilters

* test(coin-selection): replace magic numbers and delays with constants and Eventually

* refactor(coin-selection): improve select all performance with specific jQuery selector

* test(coin-selection): improve select all test with eventually and Equal

* Monoscaped font and right aligning for easier amounts view

* fix: coin selection toggling no longer unchecks unrelated inputs

* refactor(coin-selection): ensure UTXO date filters use proper Date comparison

* feat: add text-translate attributes for available filters section

* test: make Select All checkbox interaction more resilient to race conditions

---------

Co-authored-by: rockstardev <5191402+rockstardev@users.noreply.github.com>
2025-06-13 15:50:57 +09:00
Abhijay Jain
9a43139215 (Feat) : Added "Clear All" filter to Invoices (#6776) 2025-06-13 15:15:34 +09:00
nicolas.dorier
7fdd01d01e Fix flaky CanUsePOSCart 2025-06-13 09:36:31 +09:00
nicolas.dorier
9f04bd473a Apply taxes and set receipt properly for PoS Print View 2025-06-12 17:51:26 +09:00
nicolas.dorier
5959d22964 Add test for invoice adjustment and PoS 2025-06-12 12:56:28 +09:00
Nicolas Dorier
46aafe7b8d Enable the Charge button on KeyPad when amount is 0 (#6785) 2025-06-11 23:57:40 +09:00
nicolas.dorier
8f3c67b3ee Fix: Custom amount in Product List mode would return error 404 2025-06-11 22:16:24 +09:00
nicolas.dorier
cc5a04e8f0 Bump 2.1.4 version 2025-06-11 14:09:47 +09:00
Nicolas Dorier
3ce5541985 Update Changelog.md 2025-06-11 10:19:39 +09:00
nicolas.dorier
b147b639f9 update changelog 2025-06-11 09:52:55 +09:00
nicolas.dorier
d30a8a7530 Fix tests and potential regression 2025-06-11 09:47:42 +09:00
Andrew Camilleri (Kukks)
79d6bc9fb5 bump v and changelog 2025-06-10 21:31:46 +02:00
nicolas.dorier
f52cb053fe Fix: Free items in the PoS were generating top-up invoices rather than settled invoices 2025-06-10 21:23:45 +02:00
Andrew Camilleri (Kukks)
886df54469 Fix: When a POS has a form, the amount adjusts incorrectly 2025-06-10 21:16:45 +02:00
nicolas.dorier
276bb1b165 Fix warning 2025-06-09 21:21:28 +09:00