Commit Graph

623 Commits

Author SHA1 Message Date
lepipele
7df3c86649 Tweaking primary color now that creative.css no longer overrides 2018-04-17 16:29:05 -05:00
lepipele
c6e0a923bb Unifying bg-dark style, cleaning up references to extra colors 2018-04-17 16:22:20 -05:00
lepipele
637fe1727b Adding missing font styles back in
These are referenced by Creative - Start Bootstrap theme
2018-04-17 16:12:17 -05:00
lepipele
fd087bbeb8 Streamlining style for footer 2018-04-17 15:33:29 -05:00
lepipele
2f515e1cc0 Removing unused classes 2018-04-17 15:20:27 -05:00
lepipele
18986faca8 Merge remote-tracking branch 'source/master' into dev-bootstrap
# Conflicts:
#	BTCPayServer/Controllers/ServerController.cs
2018-04-14 11:11:38 -05:00
lepipele
659936577b Adding German translations
Again using Google Translate, we need native speaker to review them
2018-04-14 10:53:02 -05:00
nicolas.dorier
85efc3b00c fix tests 2018-04-14 23:32:39 +09:00
nicolas.dorier
5efac45d46 bump 2018-04-14 22:55:35 +09:00
nicolas.dorier
c7dce280d7 fix js 2018-04-14 22:53:31 +09:00
nicolas.dorier
04c6107196 Can configure rate caching and bitcoinaverage API keys 2018-04-14 22:52:57 +09:00
Ricardo Andrade
cee955fb9d
Update pt_BR.js 2018-04-14 07:48:31 -03:00
nicolas.dorier
2e4b0daa48 add french translation, bump NBitcoin 2018-04-14 13:18:56 +09:00
lepipele
b099f93c78 Adjusting Policies form to look better on different screen sizes 2018-04-13 16:15:21 -05:00
lepipele
81afe397be CssThemeManager that injects Bootstrap css uri from settings 2018-04-13 16:15:03 -05:00
lepipele
f869c06aee Adding Bootstrap theme uri field to settings 2018-04-13 15:42:34 -05:00
lepipele
75099b99d4 TxCount strings in Spanish 2018-04-13 14:44:42 -05:00
lepipele
7b1b2a0f68 Bugfixing redirect link when invoice expires
Refactoring logic so that it's same for paid and expired
2018-04-13 14:39:45 -05:00
lepipele
203c28df3d Extracting transaction string and supporting plural form 2018-04-13 14:10:06 -05:00
nicolas.dorier
2e2c3cdec4 bump 2018-04-14 00:06:00 +09:00
nicolas.dorier
6f827c86a4 Update images and bump 2018-04-13 14:34:29 +09:00
Vinny
4646f88e3a Fix Portuguese translation 2018-04-12 18:45:05 -03:00
nicolas.dorier
2b11cc1077 Simplify root key path calculation 2018-04-12 11:48:33 +09:00
nicolas.dorier
77b42eb085 Do not forget to pass expiry to createinvoice on clightning 2018-04-11 18:42:19 +09:00
nicolas.dorier
7de067cd7a remove unused 2018-04-10 19:12:37 +09:00
nicolas.dorier
9da6df50b7 Add DOGECOIN 2018-04-10 19:07:57 +09:00
lepipele
2432834f3d Updating BundleMinifier, now supporting CSS variables 2018-04-09 23:13:14 -05:00
lepipele
01fa483f95 Improving styling of Forgot password page
Fixes: https://github.com/btcpayserver/btcpayserver/issues/108
2018-04-09 23:12:03 -05:00
nicolas.dorier
1ddf47256f Show more invoices on the invoice page, better search button 2018-04-09 17:53:43 +09:00
nicolas.dorier
25fe32c3f8 Add border to table 2018-04-09 17:43:33 +09:00
nicolas.dorier
ac9b8d03d7 Fix slow invoice creation 2018-04-09 16:25:31 +09:00
nicolas.dorier
8fdfb2c4f6 Fix Back to Website path for Hangfire 2018-04-09 14:41:52 +09:00
nicolas.dorier
b1da136f77 Update packages and remove hangfire hack 2018-04-09 14:31:39 +09:00
nicolas.dorier
9a6f85fa21 Prevent full crash if lightning crash 2018-04-09 10:48:16 +09:00
lepipele
b798a17ef8 Updating Bootstrap4 path on POS 2018-04-08 00:28:39 -05:00
lepipele
4b8899860e Migrating btn-info to btn-secondary 2018-04-08 00:25:00 -05:00
lepipele
f46c8a0a0f Migrating btn-success to btn-primary 2018-04-08 00:08:15 -05:00
lepipele
48832f9ac3 Updating tables not to have top border and margin as requested 2018-04-08 00:06:47 -05:00
lepipele
9c798fc2e2 Bootstrap 4 custom theme to address issues from #106
Including SCSS variable changes in case we eventually want to
generate results CSS from Bootstrap SCSS
2018-04-08 00:05:00 -05:00
lepipele
4704587f0a Removing unused Bootstrap 4 flavors and versions 2018-04-07 23:53:08 -05:00
lepipele
58e6b63fd7 Removing legacy btn-default style 2018-04-07 23:50:34 -05:00
lepipele
3c76dfb584 Migrating to btn-primary
btn-default has been removed in Bootstrap4:
https://github.com/twbs/bootstrap/issues/25029
2018-04-07 23:49:36 -05:00
lepipele
10055d987d Merge remote-tracking branch 'source/master' into dev-bootstrap4 2018-04-07 23:22:11 -05:00
nicolas.dorier
14016e2f84 Fix grammar 2018-04-07 21:34:24 +09:00
nicolas.dorier
d7cb6f1cca Add a way to customize lightning invoice description 2018-04-07 16:27:46 +09:00
nicolas.dorier
21215dc537 Make sure a too high expiration do not trigger "The value needs to translate in milliseconds to -1 (signifying an infinite timeout)" 2018-04-07 11:53:33 +09:00
nicolas.dorier
20e147edfc Fix #103 2018-04-07 02:49:26 +09:00
nicolas.dorier
1048dd516b Pass itemDesc to lightning invoice (Fix #104) 2018-04-07 02:43:35 +09:00
nicolas.dorier
42f44327f0 Update NBitcoin and NBXplorer 2018-04-07 02:23:12 +09:00
lepipele
49200a4a9c Removed old Bootstrap, no longer needed 2018-04-06 00:16:27 -05:00