Abhijay Jain
03349b6ffe
feat : add functionality to download language pack ( #6943 )
...
* refactor : added link to translations files
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com >
* feat : added ability to download langauge pack
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com >
* refactor: removed link for the edit page
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com >
* refactor: server-side downloading instead of JavaScript
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com >
* refactor : addressed request changes
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com >
* refactor: updated GetDictionary method and other changes
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com >
---------
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com >
2025-11-26 22:26:24 +09:00
monicamuyama
5a487985f4
Issue 6918 re enable plugin ( #6930 )
...
* Added the enable button on disabled plugins
* Added the disable function and button for installed plugins
* Changes based on the coderabbitai comments
* Removed markers and added the disable in the same if block as the unistall
* Hide the uninstall button when plugin is queued for enabling
* Removed the duplicate enale function
* Removed the disable button for installed plugins
* Removed the disableplugin functions as they are no longer needed
* Trigger CI pipeline after dotnet restore
* reverted the git ignore
2025-11-21 05:23:12 -06:00
Nicolas Dorier
749c772218
Validate scopes of service injections in tests
2025-11-15 22:46:14 +09:00
Nicolas Dorier
c9dcd4f0a4
Fix: Spurious EF error on CallbackGenerator
2025-11-14 22:48:18 +09:00
Nicolas Dorier
41f5588257
Feature: Plugin can extend whether an account can login or not
2025-11-14 18:00:20 +09:00
Nicolas Dorier
c06617a498
Merge pull request #6988 from NicolasDorier/ui-extension-registry
...
Refactor: Add UIExtensionsRegistry
2025-11-12 12:07:11 +09:00
Nicolas Dorier
52a73d4dd3
Refactor: Add UIExtensionsRegistry
...
The component UIExtensionPoint was injecting IEnumerable<IUIExtension>
and then filtering on those.
As the number of IUIExtension grows, this operation grows at O(n).
Now we use UIExtensionsRegistry instead which use lookups. O(1)
2025-11-12 11:52:08 +09:00
Nicolas Dorier
b6c635c29b
Refactor: Move email services to the email plugin directory
2025-11-12 11:35:04 +09:00
Nicolas Dorier
46156a5a39
Remove the store invitation notification to store owners
2025-11-12 08:49:48 +09:00
Nicolas Dorier
3948eb13cd
Add default server email rules in migration
2025-11-10 17:24:27 +09:00
Nicolas Dorier
d7fcd55707
Add invite and confirmation emails
2025-11-10 17:24:27 +09:00
Nicolas Dorier
1411745265
Refactor ToggleUser->SetDisabled ( #6975 )
2025-11-05 09:39:33 +09:00
Nicolas Dorier
b8fcb83fd6
Disable cookie access when a user is disabled ( #6971 )
2025-10-30 23:35:28 +09:00
nicolas.dorier
b1cba47adf
[Features] Subscriptions
2025-10-28 15:33:23 +09:00
Nicolas Dorier
42490c389d
Fix: Unable to reset email settings ( #6963 )
2025-10-23 17:29:42 +09:00
Bufo
49e5afcacf
chore: update status replace logic
2025-10-20 10:47:58 +04:00
Bufo
d25dbaabbc
feat: add {Status} template string in redirect url
2025-10-20 10:47:58 +04:00
Nicolas Dorier
e8282ca849
Refactoring of Webhooks and Email Rules ( #6954 )
2025-10-19 22:31:24 +09:00
nicolas.dorier
5400c2bd14
Update translations
2025-09-09 20:31:53 +09: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
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
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
nicolas.dorier
a130630042
Export all metadatas of invoices in the Legacy Invoice Export
2025-07-11 16:12:52 +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
nicolas.dorier
9f04bd473a
Apply taxes and set receipt properly for PoS Print View
2025-06-12 17:51:26 +09:00
nicolas.dorier
c48f853ab4
Update translatable strings
2025-05-25 09:59:30 +09:00
nicolas.dorier
8a43386909
Add tip and subtotal to report
2025-05-23 19:39:28 +09: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
rockstardev
24d84e6f8f
Adding links to invoice for review
2025-05-15 22:39:55 -05: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
dd6c4c771e
Include XPubs in PSBTs for multi sig ( #6696 )
2025-04-24 21:36:09 +09:00
nicolas.dorier
818d65a4f9
Update translations default
2025-04-24 09:50:28 +09:00
nicolas.dorier
5f908322c2
Make Rider a bit less verbose Code cleanup
2025-04-23 16:51:56 +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
541e514d9f
Update translations
2025-04-21 17:11:15 +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
rockstardev
c3998fdf34
Addressing PR review issues
2025-04-16 10:49:08 +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
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
nicolas.dorier
ba9646f486
Fix: PaymentRequest get expired even if paid on time
2025-04-09 19:22:44 +09:00
nicolas.dorier
5df2ffe689
Fix crash if DelayedTaskScheduler has too big timestamp
2025-04-09 00:03:43 +09:00
nicolas.dorier
b3bb295c0c
Update translation files
2025-04-08 23:08:25 +09:00