Commit Graph

6716 Commits

Author SHA1 Message Date
thgO.O
ffa3ea82ed refactor: handle malformed JSON in updates response 2025-08-27 12:25:38 -03:00
thgO.O
f58e790672 refactor: move update check logic for installed plugins to plugin-builder 2025-08-26 01:03:57 -03:00
thgO.O
a787eabf13 feat: add InstalledPluginRequest and GetInstalledPluginsUpdates 2025-08-26 00:54:57 -03:00
thgO.O
5035b47e7a refactor: add parallel checks and DRY mapper 2025-08-21 00:51:20 -03:00
thgO.O
9e8f99c1d3 fix: ensure unlisted installed plugins appear as updatable 2025-08-20 01:41:50 -03:00
thgO.O
9db5c840aa fix: restrict input selection to SelectedInputs to avoid clearing output labels 2025-08-08 16:36:01 -03:00
rockstardev
e62a274d5c Merge pull request #6877 from bc1cindy/fix/wallet-time-icon
Fix time icon spacing in wallet transactions header
2025-07-31 09:39:49 +02:00
rockstardev
6183635b92 Asking for confirmation to display QR code if user is store owner 2025-07-31 09:22:31 +02:00
0xcindyv
18bb61539b Fix time icon spacing in wallet transactions header
Increase padding from p-0 to p-2 for better visual spacing between Date text and time format toggle icon.

Fixes #6874
2025-07-30 23:05:20 -03:00
thgO.O
bacb6502a1 refactor: replace GetPublishedVersions with GetPluginVersionsForDownload in download flow 2025-07-29 23:32:55 -03:00
0xcindyv
37116c3236 Fix crowdfund number formatting for non-English locales (#6863)
Function was mixing locale-specific thousand separators with hardcoded
decimal points, causing incorrect display like '7.500.00' in German.
Now uses Intl.NumberFormat properly to respect user's locale settings.
2025-07-27 13:04:02 -03:00
Nicolas Dorier
995bc0e20f Remove unused checkout v1 translations (#6860) 2025-07-22 12:27:26 +09:00
nicolas.dorier
e6565f93ba Update translations 2025-07-21 12:35:49 +09:00
nicolas.dorier
7273e9953f Installing a plugin should install all plugin dependencies 2025-07-19 13:09:18 +09:00
Nicolas Dorier
e77d785358 Plugins can load assemblies from their dependent plugins (#6851) 2025-07-17 22:38:40 +09:00
Nicolas Dorier
86881ba5a3 Add fee information in wallet tx report and tx list (#6857) 2025-07-17 22:24:02 +09:00
Nicolas Dorier
cd42f1a53d Fix: Improve the responsivity of the Reporting page (#6846) (#6841) 2025-07-17 15:43:32 +09:00
Nicolas Dorier
e83a12d995 Make sure that mempool space fee rate doesn't drop below node's minRelayTxFee (#6853) 2025-07-17 13:48:18 +09:00
Nicolas Dorier
96abeff86e Fix: Improve the responsivity of the Reporting page (#6846) 2025-07-17 13:26:27 +09:00
nicolas.dorier
9ef9ff7948 Remove Joule and fix small UI bug in lnd rest services 2025-07-17 12:50:14 +09:00
Nicolas Dorier
89c836e5f9 Add wallet policy support (#6765) 2025-07-16 09:06:11 +09:00
nicolas.dorier
791a324cb7 Simplify deletion of WalletObjects 2025-07-14 16:19:35 +09:00
nicolas.dorier
385b66653b Fix race condition for ModifyWalletObjectData 2025-07-14 14:57:01 +09:00
Israel Ulelu
b445f32b65 feat: exposed invoice accounting endpoint to facilitate refund on btcpayserver app project (#6818)
* feat: exposed invoice accounting endpoint to facilitate refund on btcpayserver app project

* merge from master

* refactor: optimizations

* refactor: added documentation, test assertions and renamed endpoint

* refactor: updated documentation based on code rabbit improvement suggestions

* refactor: updated refund properties terminology
2025-07-14 09:46:28 +09:00
rockstardev
395d728af8 Code cleanup according to rules 2025-07-13 14:25:35 +02:00
nicolas.dorier
a130630042 Export all metadatas of invoices in the Legacy Invoice Export 2025-07-11 16:12:52 +09:00
Nicolas Dorier
290c507b43 The truncate center component in vue would not properly display the content (#6844) 2025-07-11 10:03:44 +09:00
Nicolas Dorier
a125195a5e Improve error messages for jade not signing due to missing prev txs (#6843) 2025-07-11 09:18:50 +09:00
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
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
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
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
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
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
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