btcpayserver/BTCPayServer/HostedServices
d11n 09dbe44bca
Onboarding: Invite new users on store level (#5719)
* Onboarding: Invite new users

- Separates the user self-registration and invite cases
- Adds invitation email for users created by the admin
- Adds invitation tokens to verify user was invited
- Adds handler action for invite links
- Refactors `UserEventHostedService`
- Fixes #5726.

* Add permissioned form tag helper

* Better way of changing a user's role

* Test fixes
2024-03-19 14:58:33 +01:00
..
Webhooks Fix webhook test for payment requests (#5680) 2024-01-19 21:30:15 +09:00
AppInventoryUpdaterHostedService.cs Fix: Update of inventory could override app settings being updated (#5565) 2023-12-19 20:53:11 +09:00
BackgroundJobSchedulerHostedService.cs Remove Logs static singletons 2021-11-23 13:55:34 +09:00
BaseAsyncService.cs Prevent payout processors from stalling restart 2023-04-26 18:09:56 +09:00
BitpayIPNSender.cs Onboarding: Invite new users on store level (#5719) 2024-03-19 14:58:33 +01:00
CheckConfigurationHostedService.cs Warning if not using 'simple using' 2022-01-14 17:50:29 +09:00
CleanupWebhookDeliveriesTask.cs Prune webhook data from database 2023-05-29 09:02:47 +02:00
DbMigrationsHostedService.cs Rename walletobjects Parent/Child to A/B (#4347) 2022-11-25 12:06:57 +09:00
DelayedTransactionBroadcasterHostedService.cs Prevent payout processors from stalling restart 2023-04-26 18:09:56 +09:00
DynamicDnsHostedService.cs Prevent payout processors from stalling restart 2023-04-26 18:09:56 +09:00
EventHostedServiceBase.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
GithubVersionFetcher.cs Fix build and warnings 2023-11-30 16:48:24 +01:00
InvoiceEventSaverService.cs Remove Logs static singletons 2021-11-23 13:55:34 +09:00
InvoiceWatcher.cs Fix: Payments to Top-Up could be undetected due to race condition (#5568) 2023-12-20 18:41:28 +09:00
IPeriodicTask.cs Prune webhook data from database 2023-05-29 09:02:47 +02:00
NBXplorerWaiter.cs Remove Logs static singletons 2021-11-23 13:55:34 +09:00
PeriodicTaskLauncherHostedService.cs Prune webhook data from database 2023-05-29 09:02:47 +02:00
PluginUpdateFetcher.cs Various plugin fixes (#5577) 2024-01-18 17:15:16 +09:00
PullPaymentHostedService.cs Webhook tests + FIXES + DOCS (#5686) 2024-02-23 09:44:42 +01:00
RatesHostedService.cs Prevent payout processors from stalling restart 2023-04-26 18:09:56 +09:00
ScheduledTask.cs Prune webhook data from database 2023-05-29 09:02:47 +02:00
StoreEmailRuleProcessorSender.cs Webhooks: Fix invoice interpolation (#5586) 2023-12-22 10:50:08 +09:00
TransactionLabelMarkerHostedService.cs In Wallet Send, label were not applied to transactions (#5700) 2024-01-25 16:37:49 +09:00
UserEventHostedService.cs Onboarding: Invite new users on store level (#5719) 2024-03-19 14:58:33 +01:00