Commit Graph

8302 Commits

Author SHA1 Message Date
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
wellingtonbalbo
61782940c5 Removed the form tag because isn`t necessary. 2025-04-18 07:54:11 -03:00
wellingtonbalbo
c6d5246720 - Removed the JS functions created by me
- Used the same logic as the StoreUsers.cshtml page to design the remove modal
- Removed the unit test part related to the deletion of email rules, since using this way of remove above is not possible to unit test, at least I didn't found an example to look at.
2025-04-17 22:32:07 -03:00
Nicolas Dorier
189401687e Fix: Managers could not manage payouts in the UI (#6679) 2025-04-16 08:15:44 +02:00
nicolas.dorier
3ae6ce1ef8 Remove error 'Invalid chains' at startup 2025-04-16 14:40:13 +09:00
Nicolas Dorier
18be4e990a Merge pull request #6642 from btcpayserver/feat/pay-request-improvements
Payment Request improvements
2025-04-16 11:26:20 +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
cab6ed14cb Ensuring template for Payment Request Completed email rule 2025-04-16 10:41:00 +09:00
rockstardev
913509e320 Fixing link to Email Rules 2025-04-16 10:38:28 +09:00
rockstardev
967ec3460e Providing Payment Request completed webhook 2025-04-16 10:38:28 +09:00
rockstardev
fdde3096d0 Allowing copying of Payment Request URL 2025-04-16 10:38:25 +09:00
rockstardev
d2debaa842 Adding Reference Number to Payment Requests 2025-04-16 09:39:29 +09:00
nicolas.dorier
92e7c7a5f9 Remove CHAINS=xmr from launchsettings 2025-04-15 21:55:14 +09:00
Honza Pobořil
d3359f4c55 Added inputmode="decimal“ to POS Cart app (#6673)
So the iOS will show numpad for this fields.
2025-04-14 08:08:12 +02:00
rockstardev
1b762cc9cf Improving .editorconfig
space_before_self_closing directive is not used, ij_html_space_inside_empty_tag works in Rider
also recognizing that most of our code files have lines that are 160 chars long (rather than standard 120 chars)
2025-04-12 23:45:46 -05:00
wellingtonbalbo
7f8f92ec74 Fixed selenium test for this specific feature. 2025-04-12 15:39:16 -03:00
wellingtonbalbo
8d14848671 Fix adding a confirmation for deletion of Email Rules.
Also added a template on how we could call the confirmation screen using Javascript, without refreshing the page.

Finally, added a UX way to close the modal, pressing ESC.
2025-04-12 13:07:20 -03:00
Nicolas Dorier
a0e8ef4bff Merge pull request #6664 from NicolasDorier/fix-pr-edit
Fix: Impossible to edit a payment request after receiving an invoice on it
2025-04-12 21:40:19 +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
18fca71620 Merge pull request #6666 from btcpayserver/bugfix/paymentrequest-interpolation
Bugfixing interpolation on Payment Request
2025-04-11 13:41:14 +09:00
rockstardev
772b9f9b4e Bugfixing interpolation on PaymentRequest
Adding TrimmerId as field as well
2025-04-10 15:45:34 -05:00
nicolas.dorier
8593d33879 fix test 2025-04-10 23:56:07 +09:00
nicolas.dorier
47343e1bf2 Udpate CHANGELOG.md 2025-04-10 23:31:28 +09:00
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