Commit Graph

3113 Commits

Author SHA1 Message Date
Dennis Reimann
564dd95d81 Remove unused modern theme
We can start over with this once the general design decisions are decided on and we start implementing a new UI.
2019-12-02 11:19:17 +01:00
Dennis Reimann
eb16b435df Document themeing approach
Sums up and adds to the comments made in #1175.

I wasn't sure where to put these kinds of docs, as tehy are code related and not end user facing. Let's discuss whether or not this fits in here or should become part of the docs repo.

fix
2019-12-02 11:18:33 +01:00
Nicolas Dorier
f94daed06d Merge pull request #1184 from bolatovumar/fix-1182
[Wallet] Specify validation range for wallet send amount
2019-12-02 18:29:45 +09:00
Nicolas Dorier
e841bfa148 Merge pull request #1186 from dennisreimann/custom-theme
UI: Add custom theme file option
2019-12-02 18:29:07 +09:00
Nicolas Dorier
03b76380e7 Merge pull request #1192 from dennisreimann/ln-node-certthumbprint
LN Node: Show ready to use certthumbprint
2019-12-02 18:28:11 +09:00
Nicolas Dorier
c6671f7122 Merge pull request #1200 from pavlenex/ipn-notification
Re-name the Invoice e-mail notification field
2019-12-02 18:27:52 +09:00
Nicolas Dorier
db56c2b106 Merge pull request #1202 from pavlenex/create-wallet
Change create with connect in wallet page
2019-12-02 18:27:40 +09:00
Nicolas Dorier
f7b2c836b7 Merge pull request #1203 from Kukks/nbxupdate
update nbx + prep bitcoin payment data ctor change
2019-12-02 18:27:28 +09:00
Nicolas Dorier
6ec379b538 Merge pull request #1198 from Eskyee/patch-3
Update vaultbridge.js
2019-12-02 18:27:02 +09:00
Kukks
d6e1d34ebf update nbx docker tests 2019-12-02 10:10:24 +01:00
Kukks
bc2a039ea2 bump nbx and make balance return decimal 2019-12-02 09:57:38 +01:00
Kukks
e31e600144 update nbx + prep bitcoin payment data ctor change 2019-12-01 15:30:56 +01:00
pavlenex
91f83d751f Connect wallet clarification 2019-11-30 18:15:28 +01:00
nicolas.dorier
b8288f1efa Use 127.0.0.1 instead of localhost for vault's http requests. (Fix https://github.com/btcpayserver/BTCPayServer.Vault/issues/9#issuecomment-559858955) 2019-11-30 23:34:47 +09:00
nicolas.dorier
fa61c2bcdd Add error for invalid network 2019-11-30 23:33:42 +09:00
pavlenex
2d168e1d9b Re-name the Invoice e-mail notification field 2019-11-30 11:45:06 +01:00
Esky33
3e7ad4a4f6 Update vaultbridge.js
replace localhost with 127.0.0.1 fixes BTCPay Vault in Apple Safari browser Version 13.0.3 macOS Catalina 10.15.1 (19B88)
thanks to Nicolas
2019-11-29 20:09:46 +00:00
nicolas.dorier
d2357ee8b9 Do not ask for Pin on Trezor T 2019-11-25 11:50:49 +09:00
Nicolas Dorier
9f04c7d0bc Merge pull request #1193 from dennisreimann/heading-alignment
UI: Left align admin section headings
2019-11-25 11:44:25 +09:00
Dennis Reimann
9baa7eed80 UI: Left align admin section headings
Removes the custom property and consistently align the headings left, which I agree is the better choice.

Context: https://chat.btcpayserver.org/btcpayserver/pl/upb3nzch7j8nmpbt7kfmoe6beo
2019-11-24 20:39:29 +01:00
nicolas.dorier
287fbc523f Asks pin and passphrase if device is not ready 2019-11-24 22:51:13 +09:00
Dennis Reimann
ea6df35c87 LN Node: Show ready to use certthumbprint
Turns the output of the `openssl` command from

`SHA256 Fingerprint=48:37:A4:D6:[…]`

into this, which can be copied and inserted directly:

`4837A4D6[…]`
2019-11-24 09:48:34 +01:00
nicolas.dorier
2e0db1a430 Fix XML parsing error (#1185) 2019-11-23 14:04:26 +09:00
Dennis Reimann
7ccf0c3612 UI: Add custom theme file option
This adds a "Custom Theme CSS file" to the "Server settings: Theme" page. It works similar to the custom bootstrap and creative start fields, but is only added to the head in case it is set.

The main idea here is that users would choose one of our predefined themes and have the option to override specific values. The other apporach would be to let the custom theme replace the predefined one, but this could lead to issues in case we extend the set of variables, which would be unset then.
This way users can copy a predefined theme and override all variables or just the ones they want to customize.

The help icon besides the label links to a page in the docs I'm currently working on.
2019-11-22 21:09:18 +01:00
nicolas.dorier
1b58058796 Refactoring 2019-11-22 19:19:05 +09:00
nicolas.dorier
98276bcb3d Remove useless try/catch 2019-11-22 19:16:32 +09:00
nicolas.dorier
1aa4dbb90d bump 2019-11-22 19:14:15 +09:00
nicolas.dorier
eef623fb4b Ask passphrase when appropriate (Fix #1185) 2019-11-22 19:13:04 +09:00
Umar Bolatov
84bbbcbe10 [Wallet] Specify validation range for wallet send amount
fix #1182
2019-11-21 18:47:10 -08:00
Nicolas Dorier
a324e2aeaf Merge pull request #1181 from Kukks/register-login-link
add login button to register page
2019-11-21 18:01:39 +09:00
Kukks
d6b3530384 add login button to register page 2019-11-21 09:28:35 +01:00
nicolas.dorier
dfe8a10e1a bump 2019-11-21 16:39:18 +09:00
nicolas.dorier
5afa847e6e Fix sign transaction 2019-11-21 16:38:43 +09:00
nicolas.dorier
1bcbc9bab0 Should not show the password 2019-11-21 16:03:06 +09:00
nicolas.dorier
b915544798 Prevent NRE on NBxplorer listener 2019-11-21 14:27:57 +09:00
nicolas.dorier
2b9f390c64 update translation 2019-11-21 14:17:27 +09:00
nicolas.dorier
ee42d5c7b4 bump 2019-11-21 14:15:04 +09:00
Nicolas Dorier
f809dd51a6 Merge pull request #1152 from NicolasDorier/feature/vault
Add hardware support via BTCPayServer Vault
2019-11-21 14:13:43 +09:00
nicolas.dorier
1a8d6e5c05 Implement BTCPayServer vault derivation scheme import 2019-11-21 14:06:16 +09:00
Nicolas Dorier
869ba745b2 Merge pull request #1175 from bolatovumar/fix-1169
Add CSS variable for preformatted text color
2019-11-21 14:03:05 +09:00
Umar Bolatov
180dfb6edf Add CSS variable for preformatted text color
fix #1169
2019-11-20 11:12:31 -08:00
nicolas.dorier
45b08ac8d2 Add sponsor 2019-11-19 20:37:15 +09:00
nicolas.dorier
9a4b385432 Add sponsor 2019-11-19 20:33:26 +09:00
Nicolas Dorier
08289b89c5 Merge pull request #1176 from pavlenex/supporters-sw
Add new supporter to readme
2019-11-19 20:32:42 +09:00
pavlenex
a31d1d81c8 Update README.md 2019-11-19 09:20:31 +01:00
pavlenex
e4c7bb0378 add wallet of satoshi to readme
add wallet of Satoshi, fix Lunanode spacing
2019-11-19 09:16:04 +01:00
pavlenex
374aaf2e2b add walletofsatoshi svg logo 2019-11-19 09:12:38 +01:00
Nicolas Dorier
52fd686993 Merge pull request #1174 from pavlenex/new-supporters-lw
add new supporter to readme
2019-11-19 00:31:06 +09:00
pavlenex
03c36ef0d2 add lunanode to readme 2019-11-18 15:55:56 +01:00
nicolas.dorier
71a6ffac2e Adjust status message for WalletTransactions 2019-11-18 21:47:09 +09:00