Nicolas Dorier
49ab3b22a4
Simplify code ( #6761 )
2025-06-02 16:06:32 +09:00
rockstardev
1abc5fbdb5
Removing unnecessary comments
2025-05-30 23:26:52 -05:00
monicamuyama
6107990bf3
Adding the sorting for the archives
2025-05-30 23:26:52 -05:00
monicamuyama
89cd1e507b
Added the logic for sorting stores on API creation
2025-05-30 23:26:52 -05:00
rockstardev
9454a272c0
Merge pull request #6752 from btcpayserver/bugfix/flag-skip-email
...
Adding flag on Greenfield API Create User method to skip email invitation
2025-05-29 12:04:38 -05:00
Dennis Reimann
5b2b6d6994
Update email invite flag
2025-05-28 13:59:16 +02:00
Chukwuleta Tobechi
c483705761
Include amount paid on greenfield invoice ( #6747 )
...
* Include amount paid on greenfield invoice
* revert changes in invoice watcher
* Round up currency and include changes in swagger docs
* Add test
---------
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com >
2025-05-24 21:44:35 +09:00
rockstardev
49653c3388
Adding flag on Greenfield create user call to skip email invitation
2025-05-23 22:50:15 -05:00
nicolas.dorier
b45a575ee4
Add ability to RBF a transaction with a single output
2025-05-23 10:16:57 +09:00
Nicolas Dorier
932d313dee
Can apply tax rates to PoS items ( #6724 )
2025-05-19 10:35:46 +09:00
nicolas.dorier
15ca966889
Fix warnings
2025-05-13 11:01:57 +09:00
nicolas.dorier
8c4a0b4322
Make sure the preferredExchange during creation is only set when rateScripting is false
2025-05-09 21:52:21 +09:00
Nicolas Dorier
1e79730c6e
Implement store templates ( #6704 )
...
* Implement store templates
* Use the template for the default rate rules
* Polish messages
* Do not show exchange selection if template has a script
2025-05-09 15:58:24 +09:00
nicolas.dorier
9dc1aeda72
[Feature] Can configure fallback rates
2025-05-08 19:05:55 +09:00
nicolas.dorier
3ce5542eed
Remove ratelimits on Register page GET
2025-05-06 23:50:49 +09:00
Nicolas Dorier
41e1eb1be2
Do not reuse outpoint used in ongoing pending transactions ( #6699 )
2025-04-28 16:17:23 +09:00
Nicolas Dorier
dd6c4c771e
Include XPubs in PSBTs for multi sig ( #6696 )
2025-04-24 21:36:09 +09:00
nicolas.dorier
5df76b9c00
Make test less flaky
2025-04-23 16:51:56 +09:00
nicolas.dorier
5f908322c2
Make Rider a bit less verbose Code cleanup
2025-04-23 16:51:56 +09:00
Nicolas Dorier
b96491a804
Fix: PSBT Signing Option in MultiSig Server redirected incorrectly ( fix #6668 ) ( #6690 )
2025-04-23 14:40:28 +09:00
Nicolas Dorier
8e9aead659
Automatically set Multisig Server if Output descriptor has several keys ( #6688 )
2025-04-22 17:01:55 +09:00
Nicolas Dorier
a2d94a265b
Fix: No need to select the Signing Key for signing through multi sig process ( #6674 )
2025-04-21 17:11:50 +09:00
Nicolas Dorier
3d363baa9e
Fix: Recreating an aborted TX in MultiSig on Server setup crashes ( #6682 )
2025-04-21 17:10:28 +09:00
Nicolas Dorier
2f26979ed7
Refactor vault ( #6678 )
...
* Use Blazor for the Vault code
* Put elements in different file
* Controller abstraction
* Break into VaultElement
2025-04-21 17:09:46 +09:00
Nicolas Dorier
bf277f03c4
Merge pull request #6675 from wbalbo/fix-add-confirmation-deletion-email-rules
...
Fix: adding a confirmation for the deletion of Email Rule
2025-04-21 00:02:24 +09:00
nicolas.dorier
892dda0d3b
Fix tests
2025-04-20 23:48:03 +09:00
rockstardev
c3998fdf34
Addressing PR review issues
2025-04-16 10:49:08 +09:00
nicolas.dorier
586a952480
Index the paymentRequest's reference number in invoice search
2025-04-16 10:41:02 +09:00
rockstardev
6af8c865c7
Filtering by Title and Reference number
2025-04-16 10:41:02 +09:00
rockstardev
d2debaa842
Adding Reference Number to Payment Requests
2025-04-16 09:39:29 +09:00
nicolas.dorier
782d53c13d
Fix: Impossible to edit a payment request after receiving an invoice on it
2025-04-11 15:36:51 +09:00
nicolas.dorier
95b976fb4b
Restore behavior: Invite non existing users when adding a store user
2025-04-08 23:08:25 +09:00
Nicolas Dorier
73af6f4ff4
Do not automatically invite a user to the instance when inviting in a store ( #6658 )
2025-04-08 18:21:58 +09:00
d11n
1c921030dc
Store users: Ensure the last owner cannot be downgraded ( #6654 )
...
* Store users: Ensure the last owner cannot be downgraded
Changes the behaviour of the `AddOrUpdateStoreUser` method to throw errors for the failure cases, so that the UI and API can report the actual problem. A role change might fail if the user already has that role or if they are the last owner of the store.
* Cleanup code
---------
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com >
2025-04-08 17:21:07 +09:00
Nicolas Dorier
ce83e4d96d
Fix: PaymentRequests created via API never expires ( #6657 )
2025-04-08 14:17:31 +09:00
nicolas.dorier
c373f1e08f
Refactor UserService.IsDisabled to a property
2025-04-04 16:42:27 +09:00
nicolas.dorier
ead74a985f
Remove deprecated properties
2025-04-04 16:28:44 +09:00
d11n
a916ae81be
Greenfield: Expand user data ( #6649 )
2025-04-04 16:15:33 +09:00
Nicolas Dorier
658ddd1f27
Fix: Refunds through API were ignoring BOLT11 expiration at store level ( #6644 )
2025-03-31 09:32:12 +09:00
nicolas.dorier
631a0a22b5
Small nits
2025-03-27 16:08:15 +09:00
rockstardev
2e848797a3
Using CallbackGenerator as Nicolas requested
2025-03-26 23:08:48 -05:00
nicolas.dorier
d40359f12f
Remove useless parameter from CollectSignature
2025-03-26 23:08:48 -05:00
rockstardev
acfd6059b1
Pending Transaction Webhook Providers foundation
2025-03-26 23:08:48 -05:00
Dennis Reimann
f45486f379
Invoice: More concise payment method related error messages
...
Makes the error messages clearer for the user and strips the timestamps, which are not necessary in this context.
Related: #6636 .
2025-03-24 15:57:03 +01:00
rockstardev
55cdd63c44
Renaming methods to align with views
2025-03-23 09:04:11 -05:00
rockstardev
0d49594fe2
Fixing issue with Selenium tests
2025-03-23 09:04:11 -05:00
rockstardev
1b2dfb3e82
Removing legacy class
2025-03-23 09:04:11 -05:00
rockstardev
5ce8648bd2
Fixing tests
2025-03-23 09:04:10 -05:00
rockstardev
9cf25c7c9e
Simplifying code
2025-03-23 09:04:10 -05:00
rockstardev
f0b0aa0c89
Starting dedicated pages for Email Rules
2025-03-23 09:04:10 -05:00