btcpayserver/BTCPayServer/Plugins
Dennis Reimann 4d38f91bd5
POS: Fix throttling for unauthenticated users
Fixes a regression introduced with d24adda700: The negation for the `_rateLimitService.Throttle` result was removed with that commit, which lead to all unauthenticated request getting throttled. (It was correctly implemented in #6415.

Fixes btcpayserver/app#131.
2024-12-09 18:01:09 +01:00
..
Altcoins Liquid fixes (#6340) 2024-10-29 23:43:37 +09:00
Bitcoin BlockExplorer links should be using payment method ids (#6273) 2024-10-04 16:58:13 +09:00
Crowdfund Fix: Incorrect calculation for crowdfund and payment request status (#6381) 2024-11-13 20:59:52 +09:00
NFC Rename more legacy fields 2024-10-07 21:22:03 +09:00
PayButton Fix: Pay button shouldn't throw exception if currency isn't specific (#6324) (#6395) 2024-11-13 16:25:23 +09:00
PointOfSale POS: Fix throttling for unauthenticated users 2024-12-09 18:01:09 +01:00
Shopify Use AddUIExtension 2024-10-07 21:43:06 +09:00
BTCPayServerPlugin.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
LightningAddressResolver.cs Lightning Address: Use lowercased username when resolving (#5579) 2023-12-21 23:42:17 +09:00
PluginBuilderClient.cs Fix: Wrong manifest downloaded when installing plugin on old btcpay (Fix #6344) (#6354) 2024-11-04 13:05:10 +09:00
PluginExceptionHandler.cs Fix: Plugin Exception Handler didn't disabled plugin if crash was detected 2024-07-17 11:23:14 +09:00
PluginHookService.cs Quality of life improvements to payout processors (#5135) 2023-07-20 22:05:14 +09:00
PluginManager.cs fix: correct < plugin dependency implementation (#6420) 2024-11-22 10:17:16 +01:00
PluginService.cs Fix: Wrong manifest downloaded when installing plugin on old btcpay (Fix #6344) (#6354) 2024-11-04 13:05:10 +09:00
PluginServiceCollection.cs Pluginify BTCPayNetworkProvider (#5331) 2023-11-29 18:51:40 +09:00