..
Authentication
Replace DBreeze by DBriize
2019-04-28 15:16:11 +09:00
Configuration
Use NBitcoin's socks implementation
2019-03-31 13:16:05 +09:00
Controllers
Add U2f Login Support ( #787 )
2019-05-02 21:01:08 +09:00
Data
Add U2f Login Support ( #787 )
2019-05-02 21:01:08 +09:00
Events
Pass the whole Entity object to internal InvoiceEvent
2019-02-19 12:08:07 +09:00
Extensions
Emails on store level
2019-01-22 21:38:39 +09:00
Filters
Refactor XFrames Attribute & simplify pos settings page ( #576 )
2019-01-31 16:56:21 +09:00
HostedServices
Better UI for selection of app to be displayed on root
2019-04-12 00:13:14 -05:00
Hosting
Add U2f Login Support ( #787 )
2019-05-02 21:01:08 +09:00
JsonConverters
The store owner can define default currency pairs when using rate API without parameter
2019-03-11 18:39:21 +09:00
Logging
Better timing measurement during invoice creation
2019-04-03 15:00:09 +09:00
Migrations
Add U2f Login Support ( #787 )
2019-05-02 21:01:08 +09:00
ModelBinders
Pay button was not working properly if the server was not en-US ( Fix #638 )
2019-03-09 23:40:22 +09:00
Models
Add U2f Login Support ( #787 )
2019-05-02 21:01:08 +09:00
PaymentRequest
Fix SignalR paths if RootPath is used
2019-03-09 16:08:31 +09:00
Payments
fix build
2019-04-11 10:06:36 +09:00
Properties
No ROOTPATH in launchsettings
2019-03-09 18:40:41 +09:00
Rating
Fix RateRules crash if dups
2018-10-09 23:43:03 +09:00
Security
Remove the Facade concept
2019-04-11 23:55:20 +09:00
Services
Refactor Send money from ledger using PSBT
2019-05-02 18:56:01 +09:00
SSH
Fix SSH fingerprint checking
2018-08-13 09:43:59 +09:00
Storage
Fix Azure Storage ( #803 )
2019-05-02 20:39:12 +09:00
U2F
Add U2f Login Support ( #787 )
2019-05-02 21:01:08 +09:00
Validation
Rename validators namespace
2018-11-06 15:38:07 +09:00
Views
Add U2f Login Support ( #787 )
2019-05-02 21:01:08 +09:00
wwwroot
Add U2f Login Support ( #787 )
2019-05-02 21:01:08 +09:00
BitpayHttpException.cs
Adopt dotnet core editorconfig, big reformating
2017-10-27 17:53:04 +09:00
BTCPayNetwork.cs
Getting display names directly from NetworkProvider
2018-07-16 23:25:28 -05:00
BTCPayNetworkProvider.Bitcoin.cs
Using same icon for onchain and offchain per user feedback
2018-07-16 23:29:55 -05:00
BTCPayNetworkProvider.BitcoinGold.cs
Renaming BTG image to conform to new naming scheme for onchain/offchain
2018-07-17 23:32:44 -05:00
BTCPayNetworkProvider.Bitcoinplus.cs
Support Bitcoinplus
2019-01-25 01:03:04 +01:00
BTCPayNetworkProvider.Bitcore.cs
Change default exchange for Bitcore
2019-01-16 22:04:24 +00:00
BTCPayNetworkProvider.cs
Support Bitcoinplus
2019-01-25 01:03:04 +01:00
BTCPayNetworkProvider.Dash.cs
Added Dash support for BTCPayServer
2018-07-27 21:06:19 +02:00
BTCPayNetworkProvider.Dogecoin.cs
Getting display names directly from NetworkProvider
2018-07-16 23:25:28 -05:00
BTCPayNetworkProvider.Feathercoin.cs
Getting display names directly from NetworkProvider
2018-07-16 23:25:28 -05:00
BTCPayNetworkProvider.Groestlcoin.cs
add correct icon
2018-12-04 11:46:01 +01:00
BTCPayNetworkProvider.Litecoin.cs
Using same icon for onchain and offchain per user feedback
2018-07-16 23:29:55 -05:00
BTCPayNetworkProvider.Monacoin.cs
Fixing MONA_BTC rate breaking tests and CircleCI because zaif is down
2018-11-20 15:42:45 -06:00
BTCPayNetworkProvider.Polis.cs
Getting display names directly from NetworkProvider
2018-07-16 23:25:28 -05:00
BTCPayNetworkProvider.Ufo.cs
Getting display names directly from NetworkProvider
2018-07-16 23:25:28 -05:00
BTCPayNetworkProvider.Viacoin.cs
Getting display names directly from NetworkProvider
2018-07-16 23:25:28 -05:00
BTCPayServer.csproj
Add U2f Login Support ( #787 )
2019-05-02 21:01:08 +09:00
BTCPayServer.ruleset
general code cleanup + add analyzers
2018-02-17 13:18:16 +09:00
bundleconfig.json
Fix payment requests and crowdfund app not working if ROOTPATH is specified ( fix #659 )
2019-03-12 15:48:24 +09:00
CorsPolicies.cs
Allow CORS for creating a new invoice via AJAX through the PoS app ( fix #238 )
2018-08-06 12:04:36 +09:00
Currencies.txt
Init
2017-09-13 15:55:16 +09:00
CurrencyValue.cs
CurrencyNameTable can use fallback
2018-05-20 23:37:18 +09:00
CustomThreadPool.cs
Index invoice in a parallel thread
2017-11-12 23:03:33 +09:00
DerivationSchemeParser.cs
Make really sure we don't generate segwit addresses for non segwit coins
2018-11-17 01:39:32 +09:00
DerivationStrategy.cs
remove redundant cryptocode field in payment method interface
2018-07-27 08:41:36 +02:00
EventAggregator.cs
Revert "Add temporary log to debug stufftech"
2018-03-29 12:17:03 +09:00
ExplorerClientProvider.cs
Bump libraries
2019-03-07 20:33:05 +09:00
Extensions.cs
Prevent user to log in or register via unsecured network
2019-04-04 14:28:50 +09:00
IDelay.cs
Remove HangFire dependency
2019-01-16 19:15:09 +09:00
MultiValueDictionary.cs
Invoice filter must work with duplicated filter
2018-04-26 11:03:02 +09:00
Program.cs
Fix logs getting spammed by HTTP requests
2019-03-07 19:41:19 +09:00
Roles.cs
Adopt dotnet core editorconfig, big reformating
2017-10-27 17:53:04 +09:00
SearchString.cs
Filtering invoices by StartDate and EndDate
2019-04-26 22:00:12 -05:00
StorePolicies.cs
Move to a Claim based security
2018-04-30 02:33:42 +09:00
SynchronizationContextRemover.cs
Update NBXplorer
2018-04-19 16:54:25 +09:00
TransactionComparer.cs
Correctly handle RBF
2017-11-06 00:31:02 -08:00
WalletId.cs
Comparable WalletId
2018-10-09 23:44:32 +09:00
ZipUtils.cs
Adopt dotnet core editorconfig, big reformating
2017-10-27 17:53:04 +09:00
ZoneLimits.cs
Rate limit per IP the number of login attempt
2018-08-25 20:28:46 +09:00