Commit Graph

478 Commits

Author SHA1 Message Date
nicolas.dorier
6806d96baa Listen to all derivation schemes 2018-03-12 19:02:03 +09:00
nicolas.dorier
dc3b3077c2 Add text align for rate in invoice detail page 2018-03-12 11:02:02 +09:00
nicolas.dorier
936ae64ca3 Allow connection via non https lightning charge node through localhost or 127.0.0.1 2018-03-11 15:14:05 +09:00
nicolas.dorier
3a0a5dbd7f Accept all success HTTP code for invoice callbacks 2018-03-07 14:22:02 -05:00
nicolas.dorier
ed4430ae7d bump 2018-03-07 07:49:46 -05:00
Nicolas Dorier
9a0e4e35d9
Merge pull request #56 from lepipele/dev-lepi
Tweaking Checkout page so that it works properly in IE
2018-03-07 07:48:52 -05:00
lepipele
5715dd2058 Disabling AJAX caching that messes up checkout in IE
Ref: https://stackoverflow.com/questions/4303829/how-to-prevent-a-jquery-ajax-request-from-caching-in-internet-explorer
2018-03-06 22:04:03 -06:00
lepipele
da4c132f9d Adding Vue.js binding attributes 2018-03-06 22:02:34 -06:00
nicolas.dorier
303a617f9e Improve invoice.cshtml display if offchain payment is present 2018-03-06 16:37:25 -05:00
nicolas.dorier
3116ec9cb8 Fix bitcoin logo for internet explorer, update nbxplorer 2018-03-06 10:41:41 -05:00
nicolas.dorier
b3f4eab075 fix doc 2018-03-06 09:40:21 -05:00
nicolas.dorier
c98593b47b add dependencies to README 2018-03-06 09:35:20 -05:00
nicolas.dorier
2c49d61682 shebang and fix line ending 2018-03-06 09:23:08 -05:00
nicolas.dorier
21f5c94cff update readme 2018-03-06 09:18:00 -05:00
nicolas.dorier
834ba4afab chmod +x scripts 2018-03-06 09:15:09 -05:00
nicolas.dorier
d690cd6b7b Add build and run scripts 2018-03-06 09:14:45 -05:00
nicolas.dorier
937bd07daa add doc 2018-03-05 10:58:27 -05:00
nicolas.dorier
559b822111 fix broken expiration screen on checkout 2018-03-03 20:33:52 -05:00
nicolas.dorier
7afb4c6b11 bump 2018-03-03 15:08:11 -05:00
nicolas.dorier
1c98a3a33d Rename currency selection with "Pay With" 2018-03-03 15:07:34 -05:00
nicolas.dorier
3320eb284e Merge branch 'lepipele-dev-lepi' 2018-03-03 15:06:58 -05:00
lepipele
919fb60558 Hiding currency selection when invoice paid 2018-03-03 00:52:49 -06:00
lepipele
7796589105 Extracting public methods in core.js 2018-03-03 00:41:52 -06:00
lepipele
de6d3198ff Bundling JS and CSS files for Checkout.cshtml
Now we'll finally have versioning so when those JS/CSS files update, clients will properly request new bundle
2018-03-03 00:32:51 -06:00
lepipele
f1e971d047 Refactoring core.js in preparation for bundling
Moving Vue registration to body for quick update of page
Removing defer dependancy for core.js
2018-03-03 00:32:04 -06:00
lepipele
acd98aad32 Showing loader for better UX when switching currencies 2018-03-03 00:11:08 -06:00
lepipele
b0c810398c Moving currency selection to order details
This way state transitions of form are now properly preserved
2018-03-02 23:49:51 -06:00
lepipele
03a0044745 Currency selection moved to top of the form 2018-03-02 23:42:17 -06:00
Nicolas Dorier
15684efdce
Update README.md 2018-03-02 15:04:00 -05:00
nicolas.dorier
b67a962d12 Make sure the txrelayfee is correctly set 2018-03-02 14:16:16 -05:00
nicolas.dorier
339cedadf7 Save a call to nbxplorer.GetStatus, update NBXplorer 2018-03-02 14:03:47 -05:00
Nicolas Dorier
e19d730fb7
Merge pull request #54 from practicalswift/typos
Fix typos
2018-03-03 02:43:16 +09:00
practicalswift
649497e54f Fix typos 2018-03-01 15:11:30 +01:00
nicolas.dorier
40eee0924a bump 2018-03-01 11:48:55 +09:00
nicolas.dorier
bbf5fb3c30 show port if failing to connect to lightning node 2018-03-01 10:31:01 +09:00
nicolas.dorier
346cdf2431 show block gap if lightning node is not synched 2018-02-28 23:12:09 +09:00
nicolas.dorier
030cb09af8 Fix bug of address parsing for lightning 2018-02-28 22:56:12 +09:00
nicolas.dorier
9f734349da Prettify date on the invoice list, and add orderid 2018-02-28 19:03:23 +09:00
nicolas.dorier
2d5a861df0 Update to work with 0.16.0 2018-02-28 17:01:10 +09:00
nicolas.dorier
061f428a54 fix bundling 2018-02-27 17:29:57 +09:00
nicolas.dorier
9a539fd350 Remove default profile for launchSettings 2018-02-27 17:19:37 +09:00
lepipele
4149fe10e9 Removing unused bundle.css & bundle.min.css 2018-02-27 17:03:51 +09:00
lepipele
1014083160 Preserving bundles directory required for build 2018-02-27 17:03:49 +09:00
lepipele
dfa3167c18 Removing generated bundles from source control 2018-02-27 17:03:45 +09:00
lepipele
7e09efb9a3 Adding BundleJsCss as property on BtcPayServerOptions 2018-02-27 17:03:41 +09:00
lepipele
fb736c0d0f Moving AddBundles to BtcPayServerServices 2018-02-27 17:03:39 +09:00
lepipele
e4a7263e9b Turning JS/CSS bundling on 2018-02-27 17:03:38 +09:00
lepipele
c52926f2b0 Using min versions of JS and CSS files 2018-02-27 17:03:37 +09:00
lepipele
b6138b36be Restoring Unobtrusive Jquery validation 2018-02-27 17:03:29 +09:00
lepipele
04bce3ae00 Bundling of CSS/JS files that's configurable in launchSettings.json
If you set BTCPAY_BUDNLEJSCSS to true it'll bundle all JS/CSS files into one

Ref: https://github.com/btcpayserver/btcpayserver/issues/47
2018-02-27 16:44:28 +09:00