btcpayserver/BTCPayServer/Controllers
Andrew Camilleri 5571413a78 Put Ledger Wallet pairing in a popup, prepare code for Trezor pairing (#836)
* Allowing for POS to be displayed at website root

* Switching to asp attributes for form post action

* Applying default formatting rules on HTML

* The destination pays mining fees => Subtract fees from amount

* small cleanup (#851)

* Part2: Openiddict: Init OpenIddict & Database Migration & Auth Policies (#567)

* Part 1: OpenIddict - Minor Changes & Config prep

* Part 1: OpenIddict - Minor Changes & Config prep

* Part2: Openiddict: Init OpenIddict & Database Migration & Auth Policies

* pr changes

* pr changes

* fix merge

* pr fixes

* remove config for openid -- no need for it for now

* fix compile

* fix compile #2

* remove extra ns using

* Update Startup.cs

* compile

* adjust settings a bit

* remove duplicate

* remove external login provider placeholder html

* remove unused directives

* regenerate db snapshot model

* Remove dynamic policy

* Provide Pretty descriptions for payment methods from their handlers (#852)

* small cleanup

* Provide Pretty descriptions for payment methods from their handlers

* remove PrettyMethod()

* integration with trezor

* rough load xpub from trezor

* update deriv scheme trezor

* move ledger import to dialog

* add import from hw wallet dropdown

* Support temporary links for local file system provider (#848)

* wip

* Support temporary links for local file system provider

* pass base url to file services

* fix test

* do not crash on errors with local filesystem

* remove console

* fix paranthesis

* work on trezor.net integration

* pushed non compiling sign wallet code

* comment out wallet code

* abstract ledger ws in add deriv

* Auto stash before merge of "trezor" and "btcpayserver/master"

* final add changes

* cleanup

* improve connectivity and fix e2e tests

* fix selenium

* add experimental warning for trezor

* move import button to right and convert to text link

* switch to defer and async scripts in add deriv scheme

* make defer not async

* more elaborate import trezor dialog

* Fix small issues

* hide trezor for now
2019-05-25 11:45:36 +09:00
..
AccessTokenController.cs Remove the Facade concept 2019-04-11 23:55:20 +09:00
AccountController.cs Add --allow-admin-registration, useful for tests 2019-05-13 17:00:58 +09:00
AppsController.Crowdfund.cs Fixing bug induced with server converting UTC times to server local (#835) 2019-05-15 22:02:39 +09:00
AppsController.cs Rename ShowEmailWarningForStore(storeId) => IsEmailConfigured(storeId) 2019-04-28 15:28:22 +09:00
AppsController.PointOfSale.cs Rename ShowEmailWarningForStore(storeId) => IsEmailConfigured(storeId) 2019-04-28 15:28:22 +09:00
AppsPublicController.cs Allowing for POS to be displayed at website root (#853) 2019-05-24 15:07:09 +09:00
ChangellyController.cs Add CancellationToken to GetRatesAsync and propagate it from the controllers to the rate fetcher 2019-03-05 17:09:17 +09:00
HomeController.cs Allowing for POS to be displayed at website root (#853) 2019-05-24 15:07:09 +09:00
InvoiceController.API.cs Refactor invoice entity to not have to inject the NetworkProvider (#858) 2019-05-24 22:22:38 +09:00
InvoiceController.cs Refactor invoice entity to not have to inject the NetworkProvider (#858) 2019-05-24 22:22:38 +09:00
InvoiceController.UI.cs Refactor invoice entity to not have to inject the NetworkProvider (#858) 2019-05-24 22:22:38 +09:00
Macaroons.cs Add some tests on externalConnectionString 2019-03-01 14:33:32 +09:00
ManageController.2FA.cs Add U2f Login Support (#787) 2019-05-02 21:01:08 +09:00
ManageController.cs Add U2f Login Support (#787) 2019-05-02 21:01:08 +09:00
ManageController.U2F.cs fix exception handling 2019-05-08 20:17:17 +09:00
PaymentRequestController.cs Fixing bug induced with server converting UTC times to server local (#835) 2019-05-15 22:02:39 +09:00
PublicController.cs Add CancellationToken to GetRatesAsync and propagate it from the controllers to the rate fetcher 2019-03-05 17:09:17 +09:00
PublicLightningNodeInfoController.cs Make sure BTCPay show TOR lightning node info if the site is accessed through TOR 2019-03-17 21:28:47 +09:00
RateController.cs The store owner can define default currency pairs when using rate API without parameter 2019-03-11 18:39:21 +09:00
ServerController.cs Prettify the bitcoin core node page 2019-05-07 14:44:26 +09:00
ServerController.Storage.cs Support temporary links for local file system provider (#848) 2019-05-24 15:44:23 +09:00
StorageController.cs Support temporary links for local file system provider (#848) 2019-05-24 15:44:23 +09:00
StoresController.BTCLike.cs Put Ledger Wallet pairing in a popup, prepare code for Trezor pairing (#836) 2019-05-25 11:45:36 +09:00
StoresController.Changelly.cs Fix spot not using HttpClient created by the httpclientfactory 2019-03-07 19:41:20 +09:00
StoresController.CoinSwitch.cs add coinswitch shitcoin tax 2019-03-31 18:55:14 +02:00
StoresController.cs Move ElectrumMapping to BtcPayNetwork 2019-05-09 17:16:17 +09:00
StoresController.Email.cs Emails on store level 2019-01-22 21:38:39 +09:00
StoresController.LightningLike.cs Fix: Uploading coldcard in derivation scheme would forget to remember some data 2019-05-09 16:11:09 +09:00
UserStoresController.cs Add a "Wallet" menu 2018-07-26 22:32:50 +09:00
WalletsController.cs Fix multi send substract fees 2019-05-21 19:04:39 +09:00
WalletsController.PSBT.cs Make wallet able to send to multiple destinations (#847) 2019-05-21 17:10:07 +09:00