rockstardev
e8b71f36b2
Adding support for noscript invoices
2019-03-31 13:46:38 -05:00
Kukks
6db9061dd1
add coinswitch shitcoin tax
2019-03-31 18:55:14 +02:00
rockstardev
320826a4b9
Returning empty payload to fix JSON parse error thrown in JS
2019-03-31 11:48:53 -05:00
Kukks
275b590e80
add notif Email to crowdfund and pos + add notif url to pos
...
closes #720
2019-03-29 07:51:00 +01:00
Andrew Camilleri
ea53ae8f20
Update ManageController.cs
2019-03-24 16:09:36 +01:00
Andrew Camilleri
686bc3380d
Update ManageController.cs
2019-03-24 16:09:20 +01:00
Kukks
1281f348bf
set username on email change
...
closes #673
2019-03-22 12:53:56 +01:00
nicolas.dorier
4f428c8ed1
Fix other tor services display
2019-03-18 17:13:02 +09:00
nicolas.dorier
0a5d7c5efa
Add .local as a localnetwork link
2019-03-18 16:48:04 +09:00
nicolas.dorier
c2754b324d
Show other tor services
2019-03-18 16:45:46 +09:00
nicolas.dorier
7998ea142b
Fix tor services not appearing
2019-03-17 21:47:08 +09:00
nicolas.dorier
a4051dac72
Make sure BTCPay show TOR lightning node info if the site is accessed through TOR
2019-03-17 21:28:47 +09:00
nicolas.dorier
e3a8892d24
Check tor services in the background
2019-03-17 21:07:24 +09:00
nicolas.dorier
ea02d77e69
Parse torrc file to know virtual port of hidden services
2019-03-17 20:49:26 +09:00
nicolas.dorier
4769b1d452
Show tor services inside hidden directories in Server Settings/Services
2019-03-17 13:01:47 +09:00
rockstardev
5261cfcdd3
Allowing for lightning payment amounts to be displayed in Satoshis
2019-03-15 22:43:57 -05:00
britttttk
8e83f0faa1
Improve delete payment request message
2019-03-14 23:26:39 -06:00
nicolas.dorier
23f296ef34
The store owner can define default currency pairs when using rate API without parameter
2019-03-11 18:39:21 +09:00
nicolas.dorier
c6ce676ad3
Fix exception on Payment Request ( #672 )
2019-03-11 16:06:27 +09:00
nicolas.dorier
53cecc8c8a
Improve error message for POST /tokens without body
2019-03-10 15:10:30 +09:00
Nicolas Dorier
db0e9ee8f8
Merge pull request #654 from Kukks/robots-suck
...
Add policy to discourage search engines + build robots.txt dynamcally
2019-03-10 15:00:11 +09:00
Kukks
1888e4fe2b
remove robots and remove nofollow
2019-03-09 15:01:56 +01:00
nicolas.dorier
28bf4b42bb
Fix tests
2019-03-09 22:36:07 +09:00
Kukks
8b6c4a9383
simplifed robots generator
2019-03-09 14:23:55 +01:00
nicolas.dorier
75974037bc
Fix SignalR paths if RootPath is used
2019-03-09 16:08:31 +09:00
nicolas.dorier
7dad814f19
Fix some checkout page if RootPath is set ( #659 )
2019-03-09 00:48:33 +09:00
nicolas.dorier
274533bfdf
Fix spot not using HttpClient created by the httpclientfactory
2019-03-07 19:41:20 +09:00
Andrew Camilleri
fd963b9ad0
fix no store error message for payment request ( #646 )
...
* fix no store error message for payment request
closes #628
* Update PaymentRequestController.cs
2019-03-07 14:28:14 +09:00
Andrew Camilleri
06406c0695
Clone Payment Requests ( #648 )
...
* Clone Payment Requests
closes #615
* Do not save clone instantly
2019-03-07 14:27:16 +09:00
Andrew Camilleri
2b567de5c1
Allow sounds and animation colors in crowdfund to be configured ( #653 )
...
closes #652
2019-03-07 14:25:09 +09:00
nicolas.dorier
b174f299fa
Fix LND QR code ( Fix #656 )
2019-03-07 10:26:27 +09:00
rockstardev
465dce1d02
Running check of submitted SMTP data on both Test and Save
2019-03-05 13:00:14 -06:00
nicolas.dorier
522970fdb9
Fix build
2019-03-05 17:21:44 +09:00
nicolas.dorier
3b68d81507
Small refactoring
2019-03-05 17:13:34 +09:00
nicolas.dorier
051248f2fc
Add CancellationToken to GetRatesAsync and propagate it from the controllers to the rate fetcher
2019-03-05 17:09:17 +09:00
Pavle
ada9a7264b
Fix typo in AppsController.cs ( #630 )
...
Fixing a tiny typo in the AppsController.cs
2019-03-04 18:36:47 +09:00
Kevin Mulcrone
0263a2950c
added enabled to ViewCrowdfundViewModel, added warning on preview page
2019-03-03 17:39:53 -06:00
rockstardev
fee936b569
Only checking for last admin if user being deleted is admin
...
Bugfixing issue #632
2019-03-03 17:38:38 -06:00
nicolas.dorier
223213857f
Do not expose internal IP on SSH connection settings
2019-03-01 16:41:36 +09:00
nicolas.dorier
c0da81557b
Fix missing authenticated URI for charge
2019-03-01 15:38:11 +09:00
nicolas.dorier
013054fb82
Small refactor
2019-03-01 14:46:32 +09:00
nicolas.dorier
d898f716d1
Add some tests on externalConnectionString
2019-03-01 14:33:32 +09:00
nicolas.dorier
1d3f144d21
Support relative path for external services, simplify the code in Services
2019-03-01 13:20:21 +09:00
nicolas.dorier
de29d87487
Fix QR code not showing full uri if using relative path
2019-02-28 23:01:25 +09:00
nicolas.dorier
ebef085a9c
Support relative path for Spark and RTL external url, check in server settings if we are using a secure protocol
2019-02-28 22:20:14 +09:00
Andrew Camilleri
7522f7d0f7
fix remaining edgecase with payment request pay endpoint ( #619 )
2019-02-27 21:42:25 +09:00
Andrew Camilleri
13d72de82d
fix payment request redirect url ( #617 )
2019-02-27 20:25:13 +09:00
nicolas.dorier
70f71f64c4
Use internal tags, not order id in the streamer to know if the incoming invoice is for the payment request
2019-02-25 17:56:29 +09:00
Kukks
c134277514
remove creating state from payment requests
2019-02-25 17:56:29 +09:00
Kukks
f5d366cf7f
Fix final bugs
2019-02-25 17:56:29 +09:00
Kukks
ad25a2ed08
Add payment requests
2019-02-25 17:56:28 +09:00
Mario Dian
1e7a2ffe97
Enable/Disable tips and discount. Fix custom amount. ( #612 )
2019-02-25 15:11:03 +09:00
nicolas.dorier
b4b4523193
Round currency up to significant decimal
2019-02-22 22:15:25 +09:00
nicolas.dorier
8ae5a9c1f7
Fix old crowdfunding invoices
2019-02-22 17:51:38 +09:00
nicolas.dorier
4016ded584
Affect orderId to crowdfund app invoices
2019-02-22 17:29:54 +09:00
nicolas.dorier
5b0b4adb1c
Fix service link for RTL
2019-02-22 15:46:43 +09:00
nicolas.dorier
b5d55a2066
Add RTL support
2019-02-22 15:06:52 +09:00
nicolas.dorier
2c7cc9a796
Fix: invoice Price was not being rounded if no taxIncluded present
2019-02-21 21:58:49 +09:00
nicolas.dorier
2e1d623755
fix https://github.com/btcpayserver/btcpayserver/issues/596
2019-02-21 21:30:30 +09:00
nicolas.dorier
52fee8f842
Make sure no nullreferenceexception is thrown if invalid invoice
2019-02-21 19:36:05 +09:00
nicolas.dorier
6ba17e8e30
Can filter supported payment methods for an invoice
2019-02-21 19:34:11 +09:00
nicolas.dorier
63c88be533
Use CreateInvoiceRequest instead of NBitpay Invoice type
2019-02-21 18:40:27 +09:00
nicolas.dorier
126fbdfd60
Fix null reference exception if the NotificationUrl is not set
2019-02-20 23:03:04 +09:00
nicolas.dorier
119f82fd4e
Properly aggregate contributions amount
2019-02-19 16:15:14 +09:00
nicolas.dorier
3bbf4de5d2
Fix live update of crowdfunding, add tests, consider payments as confirmed if invoice is confirmed
2019-02-19 16:01:28 +09:00
nicolas.dorier
0807f3b87b
Remote internal tags at store level
2019-02-19 13:24:04 +09:00
nicolas.dorier
cc444811db
Rename CrowdfundHubStream to AppHubSteamer
2019-02-19 13:18:30 +09:00
nicolas.dorier
50c8525012
Moving CrowdfundSettings in its own file
2019-02-19 13:07:10 +09:00
nicolas.dorier
aedad497e8
Rename AppsHelper to AppService
2019-02-19 13:04:58 +09:00
nicolas.dorier
6226de7cff
Refactor Crowdfund to use the tagging system
2019-02-19 12:48:48 +09:00
nicolas.dorier
37327ec674
Apps can tag invoices
2019-02-19 12:48:08 +09:00
nicolas.dorier
c071c81403
Pass the whole Entity object to internal InvoiceEvent
2019-02-19 12:08:07 +09:00
nicolas.dorier
85d75a013a
The invoices link of crowdfund show all invoices of the store if it is set to use all store's invoice
2019-02-19 11:45:04 +09:00
nicolas.dorier
3816b36131
Add internal tags to invoice
2019-02-19 11:14:21 +09:00
Kukks
a16a53167b
Can put lightning node info inside an XFrame
2019-02-17 19:30:16 +09:00
nicolas.dorier
8fdaeb7bac
Fix race condition on calculation of contributions, refactor the methods to AppHelper
2019-02-17 19:17:59 +09:00
nicolas.dorier
7e0f9f6e0d
Inject HtmlSanitizer in AddBTCPayServer, remove AppHelpers deps when possible
2019-02-17 18:47:25 +09:00
rockstardev
b06b83503c
Better status message
2019-02-15 10:05:29 -06:00
rockstardev
b03d89c190
Different message for admin deletion, check not to delete last admin
...
Ref: #549 , #550
2019-02-15 10:05:29 -06:00
rockstardev
f53548d10f
Showing warning when user tries to delete last admin
2019-02-15 10:05:29 -06:00
nicolas.dorier
098e07988c
Bypass MVC for replying to CORS requests if Bitpay API
2019-02-02 15:19:22 +09:00
nicolas.dorier
585efa3ff5
Fix: Default payment method should not return a disabled one
2019-01-31 22:03:28 +09:00
nicolas.dorier
cf6b17250a
Can set lightning network as default payment method ( close #290 )
2019-01-31 19:07:38 +09:00
Andrew Camilleri
51a5d2e812
Refactor XFrames Attribute & simplify pos settings page ( #576 )
...
* Enable better error when invoice cannot be created on crowdfund
Closes #572
* Allow all public apps in iframe
* cleanup pos page dev info
2019-01-31 16:56:21 +09:00
nicolas.dorier
1a98bfba36
Fix formatting of currencies in Invoice detail page
2019-01-30 19:18:44 +09:00
nicolas.dorier
d05bb6c60e
Properly format currencies in Invoice list
2019-01-30 19:01:18 +09:00
nicolas.dorier
82d4a79dd4
Fix potential crash if the current host is an IP instead of DNS name, might fix https://github.com/btcpayserver/btcpayserver/issues/543
2019-01-30 12:52:34 +09:00
Andrew Camilleri
f09f23e570
Enable better error when invoice cannot be created on crowdfund ( #575 )
...
Closes #572
2019-01-29 18:32:44 +09:00
nicolas.dorier
4f4d05b8cd
Make sure CORS is enabled on Bitpay's API
2019-01-29 18:20:53 +09:00
Andrew Camilleri
0c5b5ff49c
Add link to no stores error ( #558 )
...
* add link
* safer status message
* refactor
* small view cleanup
2019-01-29 16:44:46 +09:00
nicolas.dorier
02d227ee02
Fix connection to checkout backend (bad links)
2019-01-28 16:24:11 +09:00
Andrew Camilleri
30bdfeee37
Enhance PosData Viewer & add cart to posdata in POS app ( #559 )
2019-01-26 13:26:49 +09:00
nicolas.dorier
24c8c076d5
Add taxIncluded field in invoice
2019-01-24 20:53:29 +09:00
nicolas.dorier
bb51436ae3
Accept absolute url for external services
2019-01-23 13:17:36 +09:00
Kukks
cfb4b080d3
Emails on store level
2019-01-22 21:38:39 +09:00
britttttk
69c67d99f6
Fix message for delete user
2019-01-20 21:19:01 -07:00
britttttk
65596ec8c1
fix delete user message
2019-01-20 21:12:20 -07:00
nicolas.dorier
575b6ca222
Improve error messages when the store has no payment method configured
2019-01-18 19:15:31 +09:00
nicolas.dorier
b5a0e844d2
Cann GetInvoicesTotal in parallel
2019-01-17 23:40:47 +09:00
Aaron Clauson
a4792f54a7
Added bootstrap paging buttons to the invoice list page and fixed paging buttons.
2019-01-16 21:33:04 +01:00
Andrew Camilleri
fd62f882de
fix merge bug
2019-01-15 18:18:41 +01:00
nicolas.dorier
adc050f190
Trim destination address
2019-01-16 01:19:37 +09:00
Nicolas Dorier
8f896de794
Merge pull request #516 from Kukks/feature/crowdfund
...
Crowdfund Bug fixes
2019-01-15 23:57:29 +09:00
Nicolas Dorier
5e4e26d2fd
Merge pull request #529 from Kukks/bugfix/app-proper-redirect
...
fix app redirect to app instead of root url
2019-01-15 23:54:54 +09:00
nicolas.dorier
e620fc0283
Add expert mode to BTCPay with No Change UTXO option
2019-01-15 23:50:45 +09:00
nicolas.dorier
c333902468
Round up invoice price
2019-01-15 22:12:29 +09:00
Kukks
e119dc823f
fix app redirect to app instead of root url
2019-01-15 09:46:07 +01:00
Kukks
f2630df387
dispose streamer properly
2019-01-14 08:21:27 +01:00
Kukks
89bb6d1268
add validation for ranking
2019-01-10 14:43:47 +01:00
Kukks
a7a11a4f13
Merge remote-tracking branch 'btcpayserver/master' into feature/crowdfund
2019-01-09 12:22:42 +01:00
Kukks
c32c3bb62b
add contribution ranking
2019-01-09 12:22:36 +01:00
nicolas.dorier
8f299d7791
Fix build
2019-01-09 17:25:46 +09:00
Kukks
59fc371cd5
perk count + img fixer
2019-01-08 15:10:05 +01:00
Kukks
3e48a54ab5
Merge remote-tracking branch 'btcpayserver/master' into feature/crowdfund
2019-01-07 14:25:41 +01:00
Kukks
f6e389ff62
fix issues
2019-01-07 14:25:35 +01:00
Nicolas Dorier
63c309bd12
Merge pull request #499 from Kukks/node-info-page
...
Add Node Info Page
2019-01-07 22:04:08 +09:00
Kukks
561ec57cc8
Merge remote-tracking branch 'btcpayserver/master' into feature/crowdfund
2019-01-07 11:13:02 +01:00
Nicolas Dorier
3cefd7bd1e
Merge pull request #467 from Kukks/feature/coinswitch
...
CoinSwitch Integration
2019-01-07 19:11:55 +09:00
Kukks
c63feb488c
Merge remote-tracking branch 'btcpayserver/master' into feature/crowdfund
2019-01-07 10:58:52 +01:00
Kukks
12c418d84d
Add Node Info Page
2019-01-07 09:52:27 +01:00
nicolas.dorier
4b982f815c
Renaming
2019-01-07 15:35:18 +09:00
Nicolas Dorier
d4d3346b6d
Merge pull request #463 from sipsorcery/455-disablereg
...
Set disable registration as default true
2019-01-07 15:20:04 +09:00
Aaron Clauson
6010a103e0
Added new disable-registration command line option.
2019-01-06 16:43:55 +01:00
Aaron Clauson
5dc1da2af0
Don't disable user registrations if debug for unit tests.
2019-01-06 14:55:18 +01:00
Kukks
f2ccc4d963
Add sanity check in loading crowdfun
2019-01-06 14:44:51 +01:00
Kukks
b633206b45
add helpful texts
2019-01-06 14:28:53 +01:00
Kukks
20a6b3fc33
Merge remote-tracking branch 'btcpayserver/master' into feature/crowdfund
2019-01-06 10:25:24 +01:00
Nicolas Dorier
540414d8f5
Merge pull request #495 from Kukks/crowdfund-part-3
...
Enhance Invoice Events
2019-01-06 18:14:56 +09:00
Kukks
5076d73695
Enhance Invoice Events
2019-01-06 10:12:45 +01:00
Aaron Clauson
d88735f84e
Merge remote-tracking branch 'upstream/master' into 455-disablereg
2019-01-06 10:05:33 +01:00
Kukks
40c85d6104
Expand Invoice Searching
2019-01-06 10:00:55 +01:00
Kukks
1eecd85ceb
Merge branch 'master' into feature/crowdfund
2019-01-06 09:26:58 +01:00
Kukks
6e7f1151bc
bug fixes and optimizations
2019-01-05 19:47:39 +01:00
Kukks
ba17612461
Link to associated invoices
2019-01-05 10:17:52 +01:00
Kukks
7e321d4016
expand list invoices search
2019-01-05 09:49:06 +01:00
nicolas.dorier
a05cd5678b
Add support for removing network fee on first payment
2019-01-05 17:45:49 +09:00
Kukks
2ccf007b9a
fix permissions
2019-01-05 09:38:27 +01:00
Kukks
895b8c2c80
ux fixes
2019-01-05 09:18:15 +01:00
nicolas.dorier
0f175174f6
Rename TxFee to NetworkFee and save the Network Fee of each payment under PaymentEntity
2019-01-05 13:31:05 +09:00
Kukks
493466683c
start adding UTs
2019-01-04 16:42:35 +01:00
Kukks
761c342c51
add validation
2019-01-04 13:47:06 +01:00
Kukks
5341da28d9
add date time picker
2019-01-04 12:58:29 +01:00
Kukks
7768f41849
add reset every x amount of time feature
2019-01-04 11:42:37 +01:00
Kukks
e4b9895ba7
add rich text and options
2019-01-02 12:47:06 +01:00
Kukks
bfec722312
protect contrib endpoint when needed
2019-01-02 11:29:47 +01:00
Kukks
2245027ca3
ux fixes
2018-12-31 12:34:27 +01:00
Kukks
3dc250f801
Add Disqus & fix ux
2018-12-31 11:38:05 +01:00
Kukks
6eb36abe2e
start contrib perks
2018-12-29 11:52:07 +01:00
Kukks
35f4ea29f9
more integration
2018-12-28 17:38:20 +01:00
Kukks
444e761d41
Merge remote-tracking branch 'btcpayserver/master' into feature/coinswitch
2018-12-28 12:33:55 +01:00
Kukks
8bcf7109a3
integrate invoice popup
2018-12-28 12:07:15 +01:00
Kukks
c7e2f979dd
Merge remote-tracking branch 'btcpayserver/master' into feature/crowdfund
2018-12-27 20:19:29 +01:00
Kukks
e97bb9c933
work on vue and signalr fro crowdfund
2018-12-27 20:19:21 +01:00
Mario Dian
f87339f9fa
Change CustomTipPercentages type to int[]
2018-12-27 12:57:31 +08:00
Mario Dian
5f5e5e3211
Add missing AppId
2018-12-27 12:57:31 +08:00
Mario Dian
c7e90cd7df
New PoS design
2018-12-27 12:57:31 +08:00
nicolas.dorier
9db77e6351
Rewrite and comment non obvious code for ledger
2018-12-26 15:10:00 +09:00
nicolas.dorier
81c9ce7284
Limit the number of time the wallet need to export the xpub
2018-12-26 15:04:11 +09:00
nicolas.dorier
caa6978d80
Save the KeyPath of the WalletKeyPathRoot of the hardware wallet so we don't have to scan for it
2018-12-26 14:04:00 +09:00
nicolas.dorier
af22d6a4e3
Remove preliminary test to know if the ledger can handle the store. If it can't signing will fail anyway.
2018-12-25 19:33:03 +09:00
Kukks
8c00a2359e
better layout
2018-12-22 15:43:40 +01:00
Kukks
d1ff34d16d
add minimal crowdfund system and UI
2018-12-22 15:02:16 +01:00
Kukks
8e8615dab8
Merge remote-tracking branch 'btcpayserver/master' into feature/crowdfund
2018-12-21 11:51:13 +01:00
Aaron Clauson
8b71556425
Merge branch 'master' into 455-disablereg
2018-12-20 21:58:07 +01:00
Aaron Clauson
0dcaf80c7f
Changed disable register mechanism to apply policy setting after admin user created rather than using DB user count checks.
2018-12-20 20:39:48 +01:00
Kukks
fc9cd5bdf0
Merge remote-tracking branch 'btcpayserver/master' into feature/coinswitch
2018-12-20 17:57:04 +01:00
nicolas.dorier
9c99ffae57
Lightning charge integration
2018-12-20 22:40:32 +09:00
nicolas.dorier
47ef7661d8
Fix search for macaroon
2018-12-20 17:08:32 +09:00
nicolas.dorier
e80593fb7b
Expose LND's other macaroon if possible
2018-12-20 16:52:04 +09:00
nicolas.dorier
57324345ac
Remove remaining of RestrictedMacaroon
2018-12-20 16:24:36 +09:00
nicolas.dorier
73e280157d
Show the gRPC cypher suites for gRPC consumption
2018-12-20 14:16:23 +09:00
Aaron Clauson
cfaa5766ed
Always allow user registration if there are no user records.
2018-12-19 20:03:27 +01:00
Kukks
3e2ff55954
Merge remote-tracking branch 'btcpayserver/master' into feature/coinswitch
2018-12-19 10:41:36 +01:00
Kukks
2b4603a234
coinswitch integration
2018-12-18 19:01:58 +01:00
nicolas.dorier
9db5c0f375
Hack tests to make currency formatting work on linux
2018-12-19 00:28:06 +09:00
Andrew Camilleri
27bde55f54
work on building the viewmodel for crowdfund
2018-12-18 16:27:03 +01:00
nicolas.dorier
998472e463
Fix symbol display on linux
2018-12-19 00:11:15 +09:00
nicolas.dorier
93113fd871
Fix payment exports to reflect correctly payment data, rename fields.
2018-12-18 21:35:52 +09:00
Andrew Camilleri
b5d360594a
Merge remote-tracking branch 'origin/master' into feature/crowdfund
2018-12-18 13:29:22 +01:00
nicolas.dorier
7a4dee3d38
Point of Sale returns correct currency information ( #450 )
2018-12-18 00:25:17 +09:00
nicolas.dorier
a341d4f800
Show Spark QR Code pairing
2018-12-14 13:12:27 +09:00
nicolas.dorier
22d59a1ed7
Do not leak access key in browser
2018-12-12 18:37:50 +09:00
nicolas.dorier
475ea68696
Can attach external spark
2018-12-12 18:19:13 +09:00
Kukks
7fa1b65af0
initial commit
2018-12-11 16:36:25 +01:00
Kukks
c00c95efcf
initial coinswitch work
2018-12-11 12:47:38 +01:00
nicolas.dorier
0d06cf63b7
Use enum for invoice status and invoice exception
2018-12-10 21:48:28 +09:00
nicolas.dorier
e89e8226e4
Fix build
2018-12-10 17:34:27 +09:00
nicolas.dorier
a533a96598
Remove XFrame for PoS
2018-12-10 16:39:21 +09:00
nicolas.dorier
058472d325
Show restricted macaroon for LND
2018-12-10 16:03:58 +09:00
nicolas.dorier
b5c9a03052
Can mark invoice as complete
2018-12-10 15:34:48 +09:00
nicolas.dorier
8afc103ae7
Show REST connection information for LND in a QR Code
2018-12-07 19:31:07 +09:00
nicolas.dorier
591d7b4b80
Can show external service link with BTCPAY_EXTERNALSERVICES
2018-12-07 18:42:39 +09:00
nicolas.dorier
6e27233be8
Remove BIP70 support
2018-12-06 17:08:28 +09:00
nicolas.dorier
9209984a2f
Remove useless argument from GetInvoice
2018-12-06 17:05:27 +09:00
nicolas.dorier
1477630c78
Remove anonymous access to invoice data
2018-12-06 16:58:04 +09:00
nicolas.dorier
cad602ad14
Fix several issues in cart
...
* Fix: Only USD currency with 2 decimals were properly handled for tips
* Fix: All PoS apps would were sharing the same basket
* Fix: Currency formatting was not using server side information
* Fix: Various bug of formatting for decimal 0 and more than 2.
2018-12-04 13:04:26 +09:00
nicolas.dorier
1f14bd6188
Add button and qr code to the bitpay translator
2018-12-04 11:53:25 +09:00
nicolas.dorier
156f52b76f
Add bitpay translator
2018-12-03 23:59:08 +09:00
Mario Dian
8f234a02cb
Add currency formats for major currencies
2018-12-01 12:59:45 +08:00
rockstardev
a4bec83ecc
Fixing warnings on invariant culture, hate this for being so verbose
2018-11-30 02:51:23 -06:00
rockstardev
8e30b7430d
Adding PaymentType and destination, CSV export
2018-11-30 02:04:26 -06:00
rockstardev
9235d32a45
Export of payments made on invoices
2018-11-30 01:22:39 -06:00
Mario Dian
613281a1e7
Fix form processing when cart is enabled ( #424 )
2018-11-30 11:29:27 +09:00
Mario Dian
1831692761
Enable shopping cart, add items to cart, enable tips ( #410 )
...
Modal cart, remove items, checkout
Fix removal and adding of cart items
Improve cart UI
Add cart bundle, remove unused js files from the view when cart isn't used
Do not enable cart by default
Do not put modal into the view when the cart is disabled
Escape js properties
Work with amounts as cents
Make animation speed look constant
Enable tips in the cart
Fix cart UI
2018-11-27 15:14:32 +09:00
Andrew Camilleri
e144d2479b
Add POS Data to Invoice UI ( #409 )
...
* Add POS Data in Invoice UI
* fix build
* extract in helper and add UTs
* add in unit test coverage through mvc view too
2018-11-27 15:13:09 +09:00
nicolas.dorier
1aaa55dc62
Make test less flaky
2018-11-23 13:09:30 +09:00
Andrew Camilleri
186ce01022
add pairing code to tokens page after authorize ( #412 )
2018-11-22 15:13:35 +09:00
Rockstar Developer
9d21c89151
Preserving title with custom amount ( #403 )
...
* Preserving title with custom amount
* Custom button texts for complete localization
* Update tests, now checking custom amount description and button text
* Support for Custom CSS in POS
2018-11-17 11:39:43 +09:00
nicolas.dorier
6f276ac1bc
Do not crash if derivation strategy is empty
2018-11-17 01:09:28 +09:00
nicolas.dorier
c40fc69087
Use the choiceKey of PoS item as ItemCode
2018-11-16 23:16:44 +09:00
nicolas.dorier
eff983135c
showcase the custom field in PoS template
2018-11-16 18:36:18 +09:00
Rockstar Developer
479303dd9e
Tweaking UI for custom amounts ( #398 )
...
* Tweaking appearance of custom amount card
* Allowing POS items to have custom amounts, good for donations/tips
* Prepending currency symbol in POS
* Fixing regression, thanks unit test
2018-11-16 12:31:38 +09:00
nicolas.dorier
e9b2088f7d
change default title for pointofsale
2018-11-14 17:45:46 +09:00
nicolas.dorier
8e667f6c3f
Allow empty template ( Fix #303 )
2018-11-13 16:32:13 +09:00
Mario Dian
a996cc2e6d
Fix margins, change template ( #397 )
2018-11-13 16:29:18 +09:00
nicolas.dorier
16b57f24a2
Fix #383
2018-11-10 23:25:11 +09:00
Mario Dian
b16b1c3e8b
- add item image and description ( #391 )
...
- fix margins
2018-11-10 15:38:26 +09:00
nicolas.dorier
fee56873b5
Handle exception if log file do not exists.
2018-11-09 21:43:10 +09:00
Andrew Camilleri
f23e2a3ec4
async i18n and json translation format ( #369 )
...
* start working on loading locales async and as json
* finish off langs and UI
* fix path
* fix tests
2018-11-09 16:48:38 +09:00
Rockstar Developer
aa1ac3da50
Modal invoice through btcpay.js ( #381 )
...
* Modal through btcpay.js
* Handling close action depending on whether is modal or not
* Tweaking button position
* Stripping trailing slashes if present when setting site root
2018-11-09 16:09:09 +09:00
Andrew Camilleri
c9c7316b7d
Logs UI in Server Admin ( #374 )
...
* add in ui
* add in logging viewer
* Revert "add in ui"
This reverts commit 9614721fa8
.
* finish basic feature
* clean up
* improve and fix build
* add in debug log level command option
* use paging for log file list, use extension to select log files, show message for setting up logging
* make paging a little better
* add very basic UT for logs
* Update ServerController.cs
2018-11-07 22:29:35 +09:00
nicolas.dorier
d152d5cd90
fix build
2018-11-06 16:08:42 +09:00
nicolas.dorier
6fd37710e1
Rename validators namespace
2018-11-06 15:38:07 +09:00
nicolas.dorier
0c382da561
Show unconf transactions with low opacity
2018-11-05 17:26:49 +09:00
nicolas.dorier
676a914c40
Fix, allow rescan if other crypto nodes are not synched
2018-11-04 22:46:27 +09:00
nicolas.dorier
b423b4eec1
Do not allow rescan of wallet which are not segwit
2018-11-04 14:59:28 +09:00
nicolas.dorier
4b0951caec
trim destination in WalletSend
2018-11-01 12:54:25 +09:00
nicolas.dorier
88044f6b76
Decouple Wallet Send screen from Ledger Wallet
2018-11-01 00:19:25 +09:00
nicolas.dorier
38edbf8362
Improve token UX ( Fix #353 )
2018-10-31 17:59:09 +09:00
Andrew Camilleri
f51af6c61c
fix issue with changelly rates and cover with UTs ( #368 )
2018-10-28 23:07:36 +09:00
nicolas.dorier
ca571cd756
Add authorization on WalletRescan
2018-10-27 22:52:09 +09:00
Rockstar Developer
e5eb0c79c0
Exposing LND Rest, providing info in Server/Services ( #363 )
...
* Displaying LND Rest connection info in Services
* Code cleanup
* Tweaking UI
* Fix typo
2018-10-27 22:49:39 +09:00
Andrew Camilleri
3bb059ab74
refactor changelly & improve tests ( #366 )
2018-10-27 22:41:07 +09:00
nicolas.dorier
2896a9b26f
Add ScanUTXOSet support
2018-10-26 23:07:39 +09:00
nicolas.dorier
3921a3ca22
Fix warnings, update libs
2018-10-26 18:36:58 +09:00
Andrew Camilleri
4b976c13c1
Changelly v2 ( #343 )
...
* 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
* WIP: getting rid of changelly dependency
* client caching, compiling code, cleaner code
* Cleaner changelly
* fiat!
* updat i18n, css and error styler
* default keys
* pr changes part 1
* part2
* fix tests
* fix loader alignment and retry button responsiveness
* final pr change
2018-10-24 14:52:19 +09:00
nicolas.dorier
f419c56a3c
Revert "Changelly Support ( #267 )"
...
This reverts commit a5fca7a1c4
.
2018-10-18 12:27:46 +09:00
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
nicolas.dorier
e1751c4d91
[Fix] Querying rate with authenticated request should be successfull
2018-10-15 18:11:20 +09:00
nicolas.dorier
dcc859a86a
Disable export to JSON
2018-10-12 13:17:38 +09:00
Rockstar Developer
c2bbc04c4c
Various bugfixes ( #308 )
...
* NotifyEmail field on Invoice, sending email when triggered
* Styling invoices page
* Exporting Invoices in JSON
* Recoding based on feedback
* Fixing image breaking responsive layout on mobile
* Reducing amount of data sent in email notification
* Turning bundling on by default
2018-10-12 10:09:13 +09:00
nicolas.dorier
da2fb876cb
Can pass pre filled amount and address to Send Wallet
2018-10-09 23:48:14 +09:00
nicolas.dorier
3cff8261ae
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
nicolas.dorier
b16e8f7b76
Move GetAppDataIfOwner inside AppHelper
2018-10-09 23:34:51 +09:00
nicolas.dorier
3d85dace38
Move currency display method into CurrencyNameTable
2018-10-09 23:30:26 +09:00
Rockstar Developer
d459839bf7
Displaying Node Info as QR code for Lightning payments ( #318 )
...
* Styling elements required for Node info
* Allowing switching QR between bolt11 and node info for lightning
* Equal width for Bolt11 and Node info buttons
* Certain languages were too verbose for display of "Pay with"
Fixes : #317
2018-10-08 07:19:55 +09:00
Andrew Camilleri
e05c88370f
enable account lockout
2018-09-12 13:36:44 +02:00
nicolas.dorier
0d3364b3da
Change button path to api/v1/invoices
2018-09-08 14:53:42 +09:00
nicolas.dorier
fed53661b3
Add btcpay.store.cancreateinvoice claim, and use that for the store
2018-09-08 14:53:41 +09:00
nicolas.dorier
e86b4d89ca
remove paybuttontest
2018-09-08 14:53:41 +09:00