Kukks
d0a95f5a69
fix coin selection
2020-03-25 14:11:38 +01:00
Nicolas Dorier
e596513fc1
Merge pull request #1409 from Kukks/fix-link-test
...
Fix Link checker test
2020-03-25 19:33:50 +09:00
Kukks
36bd76248b
Allow Pay Button to work on Apps
...
This PR allows you to use the pay button generator to create buttons that target apps. This means that you can generate an invoice that is linked to an item on the POS/Crowdfund (targeting the item is optional). The POS/Crowdfund item amount -> invoice creation amount validation works too so that the user cannot modify the amount of a perk using just html ( fixes #1392 )
2020-03-24 23:43:47 -05:00
Kukks
f0f05acdfd
Let 0 amount invoices pass through and allow email to be set when required but paid
...
@ketominer @Askuwheteau @IAskuwheteau
2020-03-24 23:43:19 -05:00
Kukks
6df7ffd7e2
lol windows phone
2020-03-24 08:55:47 +01:00
nicolas.dorier
805e1f53b3
Test Wallet Receive, Send with NBX, Coin selection
2020-03-23 15:46:54 +09:00
Nicolas Dorier
40953ef2c6
Merge pull request #1399 from Kukks/coin-selection
...
New feature: Coin Selection
2020-03-23 14:05:11 +09:00
nicolas.dorier
ad4dbdad6d
Fix the PermissionJsonConverter
2020-03-20 19:57:00 +09:00
nicolas.dorier
094307d688
Remove warning and improve UI of permission selection
2020-03-20 19:39:02 +09:00
nicolas.dorier
4666238e38
Fix build
2020-03-20 18:38:21 +09:00
nicolas.dorier
29a807696b
Refactor permissions of GreenField
2020-03-19 23:43:51 +09:00
Kukks
517c65f1fc
make no js version a littler better
2020-03-19 10:08:33 +01:00
Kukks
8f18be727b
add clear option
2020-03-19 10:02:31 +01:00
Kukks
d6c66d0c03
New feature: Coin Selection
...
This opt-in feature allows you to select which utxos you want to use for a specific transaction.
2020-03-19 09:44:47 +01:00
nicolas.dorier
e351e0c9ea
Remove dependency on NSwag
2020-03-18 20:08:09 +09:00
Kukks
8173296c96
Greenfield API: Get current User
...
Builds on #1368
This PR adds a new endpoint: Get current user.. It only returns the current user's id and email for now( let's extend later)
It also adds a new permission: `ProfileManagement` which is needed for this endpoint (and for update endpoints later)
2020-03-12 14:59:24 +01:00
Kukks
786be9d1f5
fix tests
2020-03-11 16:54:53 +01:00
Kukks
233fa8a4a1
BTCPayServer.Client library + Revoke API Key
2020-03-11 16:54:53 +01:00
pavlenex
d3af82e38b
Add btse to readme and front page
2020-03-10 10:28:15 +01:00
Umar Bolatov
d9bdb46033
Prettify wallet receive tab screen
2020-03-03 21:15:27 -08:00
Nicolas Dorier
a88f46e1ab
Merge pull request #1365 from bolatovumar/fix-1332
...
Specify QR code error correction level explicitly
2020-03-03 18:03:40 +09:00
Nicolas Dorier
ef52d6b4c7
Merge pull request #1352 from Kukks/changelly-fiat
...
remove changelly fiat option
2020-03-02 18:10:50 +09:00
Nicolas Dorier
99f47e2848
Merge pull request #1360 from Kukks/pay-button-modal
...
Modal option for Pay Button
2020-03-02 18:10:14 +09:00
Nicolas Dorier
991daefd85
Merge pull request #1359 from Kukks/cf-fixes
...
Use proper divisibility for payments in crowdfund and do not show too…
2020-03-02 18:04:14 +09:00
rockstardev
7f6d27cc5b
Fixing modal Open Wallet click on iOS Safari by targeting iframe parent
2020-03-01 20:51:34 -06:00
rockstardev
f8520201ce
Using tuple for payments partial model
2020-03-01 19:46:05 -06:00
Umar Bolatov
efda8ff5bd
Specify QR code error correction level explicitly
...
fix #1332
2020-03-01 14:16:24 -08:00
rockstardev
2934c27ee5
Commenting decision to leave partial
2020-02-28 17:04:56 -06:00
rockstardev
44d4673981
Removing reference to InvoicePaymentsPartial.cshtml from Invoice.cshtml
2020-02-28 16:58:09 -06:00
rockstardev
fca6b39681
Revert "Remove the next address to pay to from Invoice details page ( Fix #1056 ) ( #1283 )"
...
This reverts commit 6848482999
.
2020-02-28 16:30:57 -06:00
Kukks
c3bfce7656
Modal option for Pay Button
...
closes #796
2020-02-28 16:01:44 +01:00
Kukks
c607696230
Use proper divisibility for payments in crowdfund and do not show tooltip if identical data
...
fixes #1037 and fixes #1003
2020-02-28 12:51:15 +01:00
Kukks
e7eea1036b
make api key delete use confirm page
2020-02-26 10:26:38 +01:00
nicolas.dorier
d9ea9fbffd
Fix colspan
2020-02-26 17:34:32 +09:00
Kukks
0c7f35b000
fix swagger gen
2020-02-26 09:17:50 +01:00
Kukks
b71fd1653e
remove changelly fiat option
...
closes #728
2020-02-25 16:44:19 +01:00
Kukks
0a8b303c11
add label for api keys, make api keys without -, fix null exception on authorize
2020-02-25 14:43:53 +01:00
Andrew Camilleri
276a9a95f9
Remove OpenIddict ( #1244 )
2020-02-25 00:40:04 +09:00
Andrew Camilleri
fa51180dfa
Api keys with openiddict ( #1262 )
...
* Remove OpenIddict
* Add API Key system
* Revert removing OpenIddict
* fix rebase
* fix tests
* pr changes
* fix tests
* fix apikey test
* pr change
* fix db
* add migration attrs
* fix migration error
* PR Changes
* Fix sqlite migration
* change api key to use Authorization Header
* add supportAddForeignKey
* use tempdata status message
* fix add api key css
* remove redirect url + app identifier feature :(
2020-02-24 22:36:15 +09:00
Andrew Camilleri
1d61db4758
Add text customization for pay button ( #1346 )
...
* Add text customization for pay button
https://i.imgur.com/nFxscOZ.gifv
* pr changes
2020-02-24 21:29:29 +09:00
hannes
f097ecdc80
fix: remove ipn via email #1241 ( #1337 )
...
* fix: remove ipn via email #1241
* fix: remove ipn via email #1241
2020-02-24 21:21:03 +09:00
Andrew Camilleri
34702d2633
Revoke Legacy Api Keys ( #1344 )
...
closes #1333
2020-02-21 13:40:00 +09:00
Andrew Camilleri
6d0896084f
Add JS Modal test ( #1342 )
2020-02-19 17:39:14 +09:00
Andrew Camilleri
d31bff7070
BPU Prep Work Part2 ( #1340 )
...
* BPU Prep Work Part2
* Adjust tests to use the hot wallet when registering deriv scheme
* Add amount to payment data view for onchain payments
* Make zone limits higher when in dev mode (for tests in next PR)
* Make IPaymentMethodDetails serialize/deserialize through payment type using the network
* Allow named settings through settings repo
* Refactor some extensions for next PR
* pr changes
* use json convert for now
2020-02-19 17:35:23 +09:00
Charles Hill
821b904163
Added SendGrid, Mailgun to Quick-fill email settings ( #1335 )
2020-02-15 14:37:29 +09:00
nicolas.dorier
6015eb337a
Fix broken link
2020-02-15 14:36:36 +09:00
Andrew Camilleri
db6a4687d2
Wallet prep work for BPU ( #1331 )
...
* Wallet prep work for BPU
This PR prepares the wallet for #1321 . It makes transfers from the vault and ledger to go to their own post actions for processing (not particularly useful in this PR but is needed in BPU to propose a new tx) It also makes the Sign with seed consistent with redirect to /psbt/ready after signing which it did not do (it stayed on the seed route)
* fix test
* add assert
2020-02-13 22:06:00 +09:00
Andrew Camilleri
07f0d95f56
BIP21 Support for Wallet spending ( #1322 )
...
* BIP21 Support for Wallet spending
* extract bip21 loading to method
* add bip21 parsing test
2020-02-13 17:18:43 +09:00
nicolas.dorier
ae33b1d0a8
Fix PSBT Redirect No-access issues
2020-02-12 16:35:24 +09:00
Kukks
f5e65ec2a6
Fix #1326 Coldcard import dialog
2020-02-08 10:54:34 +01:00