nicolas.dorier
b09b612510
Fix migration bug on payment requests
2025-04-10 22:56:59 +09:00
nicolas.dorier
754569f5eb
Fix typo in changelog
2025-04-10 18:44:51 +09:00
nicolas.dorier
5671517da6
Add link to blog post
2025-04-10 18:42:58 +09:00
nicolas.dorier
fbe68ce467
Merge branch 'changelog/2.1'
2025-04-10 17:28:54 +09:00
Nicolas Dorier
3ed70781c5
Merge pull request #6661 from btcpayserver/fix-pr
...
Fix: PaymentRequest get expired even if paid on time
2025-04-09 19:43:09 +09:00
nicolas.dorier
b7524e3587
Improve doc of payment requests
2025-04-09 19:22:44 +09:00
nicolas.dorier
ba9646f486
Fix: PaymentRequest get expired even if paid on time
2025-04-09 19:22:44 +09:00
nicolas.dorier
01018caf41
Changelog for 2.1
2025-04-09 10:31:39 +09:00
nicolas.dorier
5df2ffe689
Fix crash if DelayedTaskScheduler has too big timestamp
2025-04-09 00:03:43 +09:00
Nicolas Dorier
462e6c58d9
Merge pull request #6659 from NicolasDorier/restore-invite
...
Restore behavior: Invite non existing users when adding a store user
2025-04-08 23:23:54 +09:00
nicolas.dorier
b3bb295c0c
Update translation files
2025-04-08 23:08:25 +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
d11n
65629f40b3
Notifications: Add icon for plugin updates ( #6648 )
...
Re-uses the general new version icon for plugin updates. Closes #6647 .
2025-04-02 08:36:34 +09:00
Nicolas Dorier
81ede35fe4
Disallow calling InvoiceEntity.UpdateTotals() on incomplete invoices ( #6646 )
2025-04-02 08:35:52 +09:00
Nicolas Dorier
ec6c22f4bf
Bump CLN ( #6645 )
2025-03-31 21:59:27 +09:00
nicolas.dorier
04a6f5930a
Changelog 2.0.8
2025-03-31 10:29:08 +09:00
nicolas.dorier
78ddff3c9e
Fix potential migration crashes
2025-03-31 10:15:26 +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
c5270fa441
Strengthen JS code to avoid injections
2025-03-27 16:16:55 +09:00
nicolas.dorier
631a0a22b5
Small nits
2025-03-27 16:08:15 +09:00
rockstardev
0cba392988
Merge pull request #6638 from btcpayserver/emails-pending-transaction
...
Webhooks for Pending Transactions & Email Rules
2025-03-26 23:25:05 -05: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
2427740e79
Providing TrimmedId property for shorter txn id
2025-03-26 23:08:48 -05:00
rockstardev
dd17cd25cb
Triggering webhook for pending transaction events
...
Adding Cancelled event as well
2025-03-26 23:08:48 -05:00
rockstardev
6784be2ce2
Adding logic to count signatures in multisig
2025-03-26 23:08:48 -05:00
rockstardev
42878f23a6
Code cleanup and commenting
2025-03-26 23:08:48 -05:00
rockstardev
acfd6059b1
Pending Transaction Webhook Providers foundation
2025-03-26 23:08:48 -05:00
Nicolas Dorier
1751ad7a81
Merge pull request #6639 from dennisreimann/invoice-errors
...
Invoice: More concise payment method related error messages
2025-03-25 10:02:01 +09: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
Dennis Reimann
f8635d3ee6
UI: Fix cliboard-button coloring
...
Addition to 0c8b0d1dd3 .
2025-03-24 15:56:53 +01:00
Nicolas Dorier
b9e8bb6190
Merge pull request #6640 from dennisreimann/fix-6636
...
Keep status messages on custom domain redirect
2025-03-24 22:14:37 +09:00
nicolas.dorier
5e3e2ed2c1
Fix flaky test ( #6634 )
2025-03-24 21:48:43 +09:00
Dennis Reimann
6cc2f45817
Keep status messages on custom domain redirect
...
Ensures the temp data doesn't get cleared on domain mapping redirect.
Fixes #6636 .
2025-03-24 13:26:03 +01:00
rockstardev
fcd49ff729
Merge pull request #6629 from btcpayserver/feat/email-rules-refactor
...
Email rules refactor
2025-03-23 09:27:20 -05:00
rockstardev
3af56af10d
Taking out Pending Transaction Service webhooks
...
This will be done in separate PR
2025-03-23 09:09:19 -05:00
rockstardev
b631c2ee80
Adding breadcrumbs per request
2025-03-23 09:04:11 -05:00
rockstardev
8aa6ac289d
Fixing the problem with permission on CreateEmailRule button
2025-03-23 09:04:11 -05: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
0997e9b76c
Fixing Selenium tests
2025-03-23 09:04:11 -05:00
rockstardev
1b2dfb3e82
Removing legacy class
2025-03-23 09:04:11 -05:00
rockstardev
5a24651be0
CanSeetupEmailRules test
2025-03-23 09:04:11 -05:00
rockstardev
d800cab2d1
Sorting Webhook text so it is ordered for user selection
2025-03-23 09:04:10 -05:00