rockstardev
d5bd0ee781
Filtering invoices by StartDate and EndDate
...
Now it's required to separate parameters with comma. Forced to do
this because dates have spaces between date and time part
2019-04-26 22:00:12 -05:00
nicolas.dorier
098dfacce8
Remove segwit limitation for rescan
2019-04-24 22:40:35 +09:00
nicolas.dorier
5100c36c06
Uncomment google/amazon code, just disable it in the service registration
2019-04-22 16:45:50 +09:00
Andrew Camilleri
b184360eb7
Abstracted cloud storage - Amazon/Google/Azure/Local ( #708 )
...
* wip
* add in storage system
* ui fixes
* fix settings ui
* Add Files Crud UI
* add titles
* link files to users
* add migration
* set blob to public
* remove base 64 read code
* fix file query model init
* move view model to own file
* fix local root path
* use datadir for local storage
* move to services
* add direct file url
* try fix tests
* remove magic string
* remove other magic strings
* show error message on unsupported provider
* fix asp net version
* redirect to storage settings if provider is not supported
* start writing tests
* fix tests
* fix test again
* add some more to the tests
* more tests
* try making local provider work on tests
* fix formfile
* fix small issue with returning deleted file
* check if returned data is null for deleted file
* validate azure Container name
* more state fixes
* change azure test trait
* add tmp file url generator
* fix tests
* small clean
* disable amazon and google
comment out unused code for now
comment out google/amazon
2019-04-22 16:41:20 +09:00
Nicolas Dorier
0e077ff5c4
Merge pull request #768 from Kukks/feature/invoicesearchsession
...
Make invoice list search term persistent for session
2019-04-15 15:26:05 +09:00
Kukks
96d28f00cc
Make invoice list search term persistent for session
2019-04-13 14:00:48 +02:00
Kukks
8d10186fdf
fix redirect uri for crowdfund invoices
...
closes #759
2019-04-13 13:43:47 +02:00
nicolas.dorier
ae7ad9f667
Filter the apps by the user id
2019-04-12 14:54:59 +09:00
nicolas.dorier
c55f1185e6
Revert "Do not show all apps in Server settings policy"
...
This reverts commit 1619666bef
.
2019-04-12 14:43:07 +09:00
nicolas.dorier
1619666bef
Do not show all apps in Server settings policy
2019-04-12 14:29:56 +09:00
rockstardev
13e330fa65
Better UI for selection of app to be displayed on root
2019-04-12 00:13:14 -05:00
rockstardev
827b133534
Allowing for displaying of app directly on website root
2019-04-11 16:30:23 -05:00
nicolas.dorier
4067d4b00f
Remove the Facade concept
2019-04-11 23:55:20 +09:00
Kukks
d7ada4d493
add redirect automatically to checkout experience/ store settings
2019-04-11 11:53:31 +02:00
Kukks
1cf17872ab
Allow POS to redirect invoices automatically after paid
...
closes #730
2019-04-11 11:08:42 +02:00
Kukks
7a21c03896
fix pos settings savings for notifications
...
closes #751
2019-04-11 09:14:39 +02:00
Nicolas Dorier
327d2298fb
Merge pull request #746 from Kukks/tag-pos-invoices
...
tag pos invoices too
2019-04-09 18:04:14 +09:00
nicolas.dorier
2ca11ed692
Fix PoS decimal issue ( Fix #747 )
2019-04-09 11:10:27 +09:00
Kukks
df824c36d2
tag pos invoices too
2019-04-08 15:46:24 +02:00
Nicolas Dorier
7ff85a86bf
Merge pull request #736 from Dolu89/master
...
New Pay Button type (Custom amount and Slider)
2019-04-08 22:19:05 +09:00
rockstardev
b4b6939498
Coin switching on no-script invoices
2019-04-04 21:48:52 -05:00
Ludovic
bc97c07670
Add currency select in Pay Button
2019-04-04 21:32:16 +02:00
Ludovic
cf27fe5a53
Merge remote-tracking branch 'upstream/master'
2019-04-04 20:57:16 +02:00
Ludovic
449066449b
Add a new Pay Button Type : Slider
2019-04-04 20:56:12 +02:00
nicolas.dorier
d0eed9857d
Prevent user to log in or register via unsecured network
2019-04-04 14:28:50 +09:00
Ludovic
4221763f48
Merge remote-tracking branch 'upstream/master'
2019-04-03 21:45:41 +02:00
Ludovic
184c797b0e
Add a new Pay Button Type : Custom amount
2019-04-03 21:43:53 +02:00
nicolas.dorier
4853e15d8a
Better timing measurement during invoice creation
2019-04-03 15:00:09 +09:00
nicolas.dorier
6b4b903669
Improve invoice logs, make sure logs are saved as fire and forget
2019-04-03 14:38:35 +09:00
Nicolas Dorier
05da63f2a5
Merge pull request #721 from Kukks/expose-notif-to-pos
...
add notif Email to crowdfund and pos + add notif url to pos
2019-04-02 17:34:56 +09:00
Nicolas Dorier
5b4b073fc8
Merge pull request #731 from Kukks/coinswitch-shitcoin-tax
...
add coinswitch shitcoin tax
2019-04-02 17:33:37 +09:00
Nicolas Dorier
4723a83dbb
Merge pull request #732 from rockstardev/uifixes
...
UI fixes
2019-04-02 17:32:47 +09:00
nicolas.dorier
78350db62d
Add a Clean button in the Maintenance page
2019-04-01 17:10:05 +09:00
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