Esky33
|
df81051d07
|
bootstrap.css deleted last line
deleted this line
/*# sourceMappingURL=bootstrap.css.map */
because of a debug error in browser's
[Error] Failed to load resource: the server responded with a status of 404
(Not Found) (bootstrap.css.map, line 0)
https://btcpay-server-testnet.azurewebsites.net/vendor/bootstrap/css/bootstrap.css.map
|
2018-01-26 01:12:52 +00:00 |
|
nicolas.dorier
|
ac70a77361
|
Fix #38 with paidOver + paidLate
|
2018-01-24 10:37:23 +01:00 |
|
nicolas.dorier
|
59a2432af9
|
Better invoice loop, fix javascript
|
2018-01-20 14:09:57 +09:00 |
|
nicolas.dorier
|
ea4fa8d5d4
|
Mock rate provider
|
2018-01-20 12:30:22 +09:00 |
|
nicolas.dorier
|
ade3eff75c
|
unwrap rates in api/rates
|
2018-01-20 12:11:24 +09:00 |
|
nicolas.dorier
|
db2a2a2b6c
|
Fix expiration message on checkout page
|
2018-01-20 00:33:37 +09:00 |
|
nicolas.dorier
|
579dcb5af8
|
Fix confirmation message when changing altcoin derivation scheme
|
2018-01-20 00:29:20 +09:00 |
|
nicolas.dorier
|
69247dee8a
|
Fix api/rates allow to scope by cyrptoCode and storeId
|
2018-01-19 18:11:43 +09:00 |
|
nicolas.dorier
|
7b9541b8e9
|
Do not crash if some of the altcoins are unavailable
|
2018-01-19 17:39:15 +09:00 |
|
nicolas.dorier
|
a12e4d7f64
|
fix typo
|
2018-01-19 17:14:27 +09:00 |
|
nicolas.dorier
|
897da9b07a
|
Better explanation for the price source
|
2018-01-19 17:13:29 +09:00 |
|
nicolas.dorier
|
293525d480
|
do not query the rate source if the preferred exchange did not changed
|
2018-01-19 16:19:13 +09:00 |
|
nicolas.dorier
|
198e810355
|
Store can customize rate source
|
2018-01-19 16:00:20 +09:00 |
|
nicolas.dorier
|
fe25e00c94
|
Fix https://github.com/btcpayserver/btcpayserver/issues/38
|
2018-01-19 10:52:44 +09:00 |
|
Nicolas Dorier
|
8b129ab2e5
|
Merge pull request #37 from lepipele/dev-lepi
Resolving problems with Vue console warnings
|
2018-01-19 01:41:01 +09:00 |
|
nicolas.dorier
|
770bed54d1
|
bump
|
2018-01-19 00:52:38 +09:00 |
|
nicolas.dorier
|
774817d4ac
|
Add transaction speed on the invoice page
|
2018-01-19 00:52:17 +09:00 |
|
lepipele
|
b8068b2ae8
|
Vue ignoring custom HTML5 elements
Ref: https://github.com/btcpayserver/btcpayserver/issues/34#issuecomment-358541767
|
2018-01-18 09:48:21 -06:00 |
|
lepipele
|
3007a6bbc8
|
Upgrading Vue and linking production (min) version
|
2018-01-18 09:47:39 -06:00 |
|
nicolas.dorier
|
1c0c8fece2
|
Change default speed to medium
|
2018-01-19 00:37:00 +09:00 |
|
nicolas.dorier
|
c52eee47f0
|
bump
|
2018-01-19 00:13:40 +09:00 |
|
nicolas.dorier
|
f88c98b9d9
|
fix block explorer link for mainnet
|
2018-01-18 23:57:41 +09:00 |
|
nicolas.dorier
|
b0e9e10f7e
|
Add extended notifications
|
2018-01-18 20:56:55 +09:00 |
|
nicolas.dorier
|
39d47e33f6
|
Fix https://github.com/btcpayserver/btcpayserver/issues/31
|
2018-01-18 18:53:11 +09:00 |
|
nicolas.dorier
|
4b7b6c6327
|
debug
|
2018-01-18 18:33:26 +09:00 |
|
nicolas.dorier
|
a59edc5e8c
|
bump
|
2018-01-18 18:12:44 +09:00 |
|
nicolas.dorier
|
5ba322ea6a
|
Add debug messages
|
2018-01-18 18:12:01 +09:00 |
|
nicolas.dorier
|
b47b4b10cb
|
should fix https://github.com/btcpayserver/btcpayserver/issues/31
|
2018-01-18 17:21:29 +09:00 |
|
nicolas.dorier
|
26d3178e93
|
Fix expiration transitioning with a delay
|
2018-01-18 12:45:39 +09:00 |
|
nicolas.dorier
|
2762224f0f
|
Fix parsing bug zpub LTC mainnet
|
2018-01-17 19:39:15 +09:00 |
|
nicolas.dorier
|
86fc64d184
|
Bump
|
2018-01-17 16:34:24 +09:00 |
|
nicolas.dorier
|
726cd6fd49
|
Add badge if not on mainnet in the top bar
|
2018-01-17 16:34:01 +09:00 |
|
nicolas.dorier
|
be1c4666e0
|
resize videos
|
2018-01-17 16:28:09 +09:00 |
|
nicolas.dorier
|
97815f8daf
|
Merge branch 'dev-lepi' of https://github.com/lepipele/btcpayserver into lepipele-dev-lepi
|
2018-01-17 16:18:54 +09:00 |
|
nicolas.dorier
|
5f6913b3a2
|
Can tweak the rate at store level
|
2018-01-17 15:59:31 +09:00 |
|
nicolas.dorier
|
2b31af80cb
|
Can configure invoice expiration
|
2018-01-17 15:14:53 +09:00 |
|
nicolas.dorier
|
3f9889d374
|
Update docker, remove tx cache, use new nbxplorer
|
2018-01-17 15:02:53 +09:00 |
|
lepipele
|
f8189c64a4
|
Non blocking modal that shows sync progress
Ref: https://forkbitpay.slack.com/archives/C7M093Z55/p1515557792000053
|
2018-01-16 10:37:06 -06:00 |
|
nicolas.dorier
|
c9b5f89f17
|
Make sure BTCPayServer exit cleanly in case of crash during startup, see https://github.com/aspnet/Hosting/issues/1194
|
2018-01-15 14:42:51 +09:00 |
|
nicolas.dorier
|
ecb82f2cc9
|
do not send IPN if not set
|
2018-01-15 00:22:40 +09:00 |
|
nicolas.dorier
|
f340c6eb7f
|
Add more events to invoice
|
2018-01-14 22:06:06 +09:00 |
|
nicolas.dorier
|
ba0e080816
|
Invoices has events recorded
|
2018-01-14 21:48:23 +09:00 |
|
nicolas.dorier
|
bb3d107309
|
Fix legacy rate not being correct for alt only payment
|
2018-01-14 15:26:14 +09:00 |
|
nicolas.dorier
|
8517b222bf
|
Add redirect url to the invoice page
|
2018-01-14 15:01:09 +09:00 |
|
nicolas.dorier
|
aed32204b5
|
Fix crashing ManageController
|
2018-01-14 14:52:15 +09:00 |
|
nicolas.dorier
|
6b4eeff3f1
|
add tests, do not returns bitcoinAddress field if not supported by the invoice
|
2018-01-13 22:01:09 +09:00 |
|
nicolas.dorier
|
4a152e8ffc
|
fix build
|
2018-01-13 17:32:08 +09:00 |
|
nicolas.dorier
|
d54a9474d1
|
Fixing exception thrown when invoice is paid and supporting only LTC
|
2018-01-13 17:23:09 +09:00 |
|
nicolas.dorier
|
98472211fc
|
bump
|
2018-01-13 12:55:05 +09:00 |
|
nicolas.dorier
|
099c9fa1f9
|
Fix balance calculation when there is unconfirmed tx
|
2018-01-13 12:53:56 +09:00 |
|
nicolas.dorier
|
5226b77ffc
|
Fix bug happening when removing data of nbxplorer
|
2018-01-13 02:28:23 +09:00 |
|
nicolas.dorier
|
290779ee39
|
bump
|
2018-01-13 01:48:43 +09:00 |
|
nicolas.dorier
|
4f39a8060c
|
Fixing bug of uncorrectly unassigned addresses
|
2018-01-13 01:48:19 +09:00 |
|
nicolas.dorier
|
92caa98dfb
|
bump
|
2018-01-13 01:06:18 +09:00 |
|
nicolas.dorier
|
df7bb9e2f8
|
Add info about nbxplorer synching
|
2018-01-13 01:05:38 +09:00 |
|
nicolas.dorier
|
02a039d695
|
Fixing bug when targetting testnet
|
2018-01-12 22:36:13 +09:00 |
|
nicolas.dorier
|
b5e4c803aa
|
fix bad network throwing nullreferenceexception
|
2018-01-12 22:08:20 +09:00 |
|
nicolas.dorier
|
2b7c70622f
|
bump
|
2018-01-12 21:55:13 +09:00 |
|
nicolas.dorier
|
88779e7129
|
Make sure websockets does not throw, fix annying warning of emails
|
2018-01-12 18:32:46 +09:00 |
|
nicolas.dorier
|
a1ebedc0d1
|
Fix unit test
|
2018-01-12 16:54:57 +09:00 |
|
nicolas.dorier
|
d5ad0cdb39
|
Fix a edge case "The instance of entity type 'HistoricalAddressInvoiceData'"
|
2018-01-12 16:42:10 +09:00 |
|
nicolas.dorier
|
39fb8dbb6a
|
better handle case when BTC is not supported by a store
|
2018-01-12 16:30:34 +09:00 |
|
nicolas.dorier
|
58194cb060
|
Fix tests, clean code of Options
|
2018-01-12 16:00:31 +09:00 |
|
nicolas.dorier
|
ef165e15bf
|
Fix config discovery when datadir is set
|
2018-01-12 13:45:25 +09:00 |
|
nicolas.dorier
|
b59021a0be
|
Cleanup the design for multi currencies support, use a single nbxplorer instead of two
|
2018-01-12 11:54:57 +09:00 |
|
nicolas.dorier
|
8596e16feb
|
make default configuration just work with multi chains
|
2018-01-11 22:52:28 +09:00 |
|
nicolas.dorier
|
223558c01d
|
Adding transaction caching
|
2018-01-11 21:01:00 +09:00 |
|
nicolas.dorier
|
3a91965187
|
Some refactoring improving performance, and better tests for multiple currencies
|
2018-01-11 17:29:48 +09:00 |
|
nicolas.dorier
|
55d50af39d
|
BTCWallet is single currency, introduce BTCWalletProvider
|
2018-01-11 14:36:12 +09:00 |
|
nicolas.dorier
|
3ff293ab7f
|
Fix #30
|
2018-01-10 21:14:09 +09:00 |
|
nicolas.dorier
|
7bcf2b5472
|
fix slack link
|
2018-01-10 19:42:38 +09:00 |
|
nicolas.dorier
|
983f34814f
|
bump, add field to know if replaced
|
2018-01-10 18:40:53 +09:00 |
|
nicolas.dorier
|
a33e20b46b
|
fix invoice page
|
2018-01-10 18:38:49 +09:00 |
|
nicolas.dorier
|
bafdcb04ed
|
fix error if invoice is requested without existing
|
2018-01-10 18:33:05 +09:00 |
|
nicolas.dorier
|
cb4468d3b3
|
Fixing payment in different crypto
|
2018-01-10 18:30:45 +09:00 |
|
nicolas.dorier
|
de6f0008a6
|
bump
|
2018-01-10 15:43:39 +09:00 |
|
nicolas.dorier
|
7618eacef1
|
Fix: altcoin payment not detected after another coin payment
|
2018-01-10 15:43:07 +09:00 |
|
nicolas.dorier
|
1c510df3fc
|
bump
|
2018-01-10 02:41:33 +09:00 |
|
nicolas.dorier
|
c80ffe396e
|
forgot passing cancellation
|
2018-01-10 02:13:49 +09:00 |
|
nicolas.dorier
|
401a31e5c2
|
Cleanup code
|
2018-01-10 02:07:42 +09:00 |
|
nicolas.dorier
|
2df60bd121
|
bump
|
2018-01-09 23:55:37 +09:00 |
|
nicolas.dorier
|
6d10c8a6c1
|
Can change crypto on checkout page
|
2018-01-09 23:55:08 +09:00 |
|
nicolas.dorier
|
44898b5e23
|
Checkout page: Bind crypto image to client cycle view model, add logo on main QR code
|
2018-01-09 22:43:36 +09:00 |
|
nicolas.dorier
|
c0f53db561
|
fix sync bar
|
2018-01-09 18:52:16 +09:00 |
|
nicolas.dorier
|
133fb96d28
|
bump
|
2018-01-09 17:27:54 +09:00 |
|
nicolas.dorier
|
98b7ad62af
|
Fix order accounting
|
2018-01-09 17:27:26 +09:00 |
|
nicolas.dorier
|
3069fe0dd9
|
BTCPayServer should work on HTTP even if externalurl is https
|
2018-01-09 16:54:40 +09:00 |
|
nicolas.dorier
|
729555b96f
|
Fix NBxplorerListener disconnecting itself every minute
|
2018-01-09 16:10:16 +09:00 |
|
nicolas.dorier
|
b4040ba7ad
|
Update NBXplorer, bump
|
2018-01-09 14:12:28 +09:00 |
|
nicolas.dorier
|
863752a471
|
update nbxplorer (fix ltc testnet)
|
2018-01-09 12:53:58 +09:00 |
|
nicolas.dorier
|
6ae9d13c43
|
Allow checkout with litecoin
|
2018-01-09 11:41:07 +09:00 |
|
nicolas.dorier
|
0c735f4e29
|
Fix accounting calculation when multi crypto
|
2018-01-09 10:54:19 +09:00 |
|
nicolas.dorier
|
76d50b018b
|
Calculate rate properly per crypto
|
2018-01-09 02:57:06 +09:00 |
|
nicolas.dorier
|
31672a2587
|
Add litecoin to docker-compose fix bugs when two networks generate same address
|
2018-01-09 01:56:37 +09:00 |
|
nicolas.dorier
|
a048494f34
|
bump version
|
2018-01-08 23:12:28 +09:00 |
|
nicolas.dorier
|
c513d6bd44
|
Fix litecoin registration
|
2018-01-08 23:05:41 +09:00 |
|
nicolas.dorier
|
c3d37b1f78
|
Can set derivation scheme for a specific crypto currency
|
2018-01-08 22:45:09 +09:00 |
|
nicolas.dorier
|
5910644cda
|
Remove useless field
|
2018-01-08 20:57:11 +09:00 |
|
nicolas.dorier
|
a16cd3e287
|
Improve invoice page with currencies information
|
2018-01-08 20:06:16 +09:00 |
|
nicolas.dorier
|
e3a0122eb3
|
make sure to not crash whole process if nbxplorer unavailable
|
2018-01-08 18:18:34 +09:00 |
|