btcpayserver/BTCPayServer/Services
Andrew Camilleri 4222d24d51
Fix: Invoice Search Text crashes invoice creation when value is too long (#2675)
This fix truncates the data to the column's max length to avoid this situation. Fixes #2641. Maybe also fixes #2585
2021-07-08 12:59:44 +09:00
..
Altcoins Support wider server sync info in greenfield server info (#2511) 2021-05-19 13:07:28 +09:00
Apps Make sure to only select accounted payments where we should (#2523) 2021-05-14 16:16:19 +09:00
Fees Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Invoices Fix: Invoice Search Text crashes invoice creation when value is too long (#2675) 2021-07-08 12:59:44 +09:00
Labels Allow Payjoin for wallet receive addresses (#2425) 2021-04-13 12:26:36 +09:00
Mails add tests and reword setting 2020-12-08 08:12:29 +01:00
Notifications Update notification dropdown styling (#2167) 2021-01-07 18:07:42 +09:00
PaymentRequests Run dotnet format 2020-06-28 17:55:27 +09:00
Stores Greenfield: Deleting a store in the server, should delete only webhooks of this store 2021-04-27 18:55:38 +09:00
Wallets Coin Selection: Confirmed filter (#2467) 2021-04-20 11:02:06 +09:00
BTCPayNetworkJsonSerializerSettings.cs Remove the concept of unfiltered networks 2020-07-30 11:36:02 +09:00
BTCPayServerEnvironment.cs Refactor how we handle and validate LN ConnectionStrings (#2314) 2021-03-02 11:11:58 +09:00
DelayedTransactionBroadcaster.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
DynamicDnsSettings.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
IBackgroundJobClient.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
LanguageService.cs Add checkoutLink and defaultLanguage to GreenField invoice 2020-12-11 12:04:18 +09:00
LightningClientFactoryService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
LightningConfigurationProvider.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
MigrationSettings.cs Create a dedicated IsHotwalletProperty in the DerivationSchemeSettings 2021-06-17 15:36:22 +09:00
NBXSyncSummaryProvider.cs Support wider server sync info in greenfield server info (#2511) 2021-05-19 13:07:28 +09:00
PoliciesSettings.cs Can disable the modification of SSH settings in BTCPay Server (#2468) 2021-04-17 13:29:50 +09:00
Safe.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
SettingsRepository.cs Fix some NRE in the FileService 2021-03-06 13:36:36 +09:00
SocketFactory.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Socks5HttpClientHandler.cs Cleaning up bom from cs files 2020-06-28 21:44:35 -05:00
ThemesSettings.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Torrc.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
TorServices.cs fix null reference exception when no tor settings are provided 2021-04-19 07:43:11 +02:00
UserService.cs Add IsAdminUser method to UserService 2021-06-02 20:02:28 -07:00
WalletRepository.cs GreenField API: Wallet API (#2246) 2021-03-11 21:34:52 +09:00