btcpayserver/BTCPayServer/Controllers
Andrew Camilleri a5fca7a1c4 Changelly Support (#267)
* Disable shapeshift and use changelly

* UI to manage changelly payment method

* wip on changelly api

* Add in Vue component for changelly and remove target currency from payment method

* add changelly merhcant id

* Small fixes to get Conversion to load

* wip fixing the component

* fix merge conflict

* fixes to UI

* remove debug, fix fee calc and move changelly to own partials

* Update ChangellyController.cs

* move original vue setup back to checkout

* Update core.js

* Extracting Changelly component to js file

* Proposal for loading spinner

* remove zone

* imrpove changelly ui

* add in changelly config checks

* try new method to calculate amount + remove to currency from list

* abstract changelly lofgic to provider and reduce dependency on js component

* Add UTs for Changelly

* refactor changelly backend

* fix failing UT

* add shitcoin tax

* pr changes

* pr changes
2018-10-18 12:13:39 +09:00
..
AccessTokenController.cs Fix authentication 2018-06-06 16:02:37 +09:00
AccountController.cs enable account lockout 2018-09-12 13:36:44 +02:00
AppsController.cs Set the id for apps only to 20 bytes, and output the Id in the controller so we can use it in tests 2018-10-09 23:38:56 +09:00
AppsController.PointOfSale.cs Extracting public portion of app controller 2018-09-08 14:53:41 +09:00
AppsPublicController.cs Move GetAppDataIfOwner inside AppHelper 2018-10-09 23:34:51 +09:00
ChangellyController.cs Changelly Support (#267) 2018-10-18 12:13:39 +09:00
HomeController.cs Add ability to change domain from server settings 2018-07-24 17:04:57 +09:00
InvoiceController.API.cs Add btcpay.store.cancreateinvoice claim, and use that for the store 2018-09-08 14:53:41 +09:00
InvoiceController.cs Various bugfixes (#308) 2018-10-12 10:09:13 +09:00
InvoiceController.PaymentProtocol.cs Refactoring Invoice to cleanup unused code 2018-09-08 14:53:41 +09:00
InvoiceController.UI.cs Changelly Support (#267) 2018-10-18 12:13:39 +09:00
ManageController.cs Rewrite authorization enforcement and simplify the code 2018-04-30 22:00:43 +09:00
PublicController.cs Various bugfixes (#308) 2018-10-12 10:09:13 +09:00
RateController.cs [Fix] Querying rate with authenticated request should be successfull 2018-10-15 18:11:20 +09:00
ServerController.cs Remove Lightning Specific logic from BTCPay, and use BTCPayServer.Lightning packages instead 2018-08-30 12:24:00 +09:00
StoresController.BTCLike.cs Disable export to JSON 2018-10-12 13:17:38 +09:00
StoresController.Changelly.cs Changelly Support (#267) 2018-10-18 12:13:39 +09:00
StoresController.cs Changelly Support (#267) 2018-10-18 12:13:39 +09:00
StoresController.LightningLike.cs Remove Lightning Specific logic from BTCPay, and use BTCPayServer.Lightning packages instead 2018-08-30 12:24:00 +09:00
UserStoresController.cs Add a "Wallet" menu 2018-07-26 22:32:50 +09:00
WalletsController.cs Can pass pre filled amount and address to Send Wallet 2018-10-09 23:48:14 +09:00