Kukks
|
02d26467f9
|
remove fake bundle
|
2020-04-27 12:04:18 +02:00 |
|
Dennis Reimann
|
8658cb5f29
|
Re-add versioning for btcpay.js (#1489)
|
2020-04-22 08:24:29 +02:00 |
|
Umar Bolatov
|
e508b22d34
|
Make both sides of payment request table look same
fix #1488
|
2020-04-20 20:45:59 -07:00 |
|
Nicolas Dorier
|
ded5670108
|
Merge pull request #1486 from Kukks/hotwalletwarning
Show warning when using hot wallet on non admin
|
2020-04-20 01:56:18 +09:00 |
|
nicolas.dorier
|
c1ffeb331b
|
Fix typo
|
2020-04-20 01:47:27 +09:00 |
|
Kukks
|
1f7a821c09
|
Show warning when using hot wallet on non admin
closes #1475
|
2020-04-19 13:45:51 +02:00 |
|
Kukks
|
426fe793e6
|
remove versioning for btcpay.js
fixes #1483
|
2020-04-19 09:29:20 +02:00 |
|
Dennis Reimann
|
8420c74b31
|
Improve static asset caching
Cache static assets for one year and set the correct cache control header. Adds the cache busting version based on file content to asset references to invalidate the cache on change. ([further details on the approach](https://andrewlock.net/adding-cache-control-headers-to-static-files-in-asp-net-core/) and [why one year](https://ashton.codes/set-cache-control-max-age-1-year/))
Most of the changes are the additions of the `asp-append-version="true"` attribute, the main configuration change is in `Startup.cs`.
|
2020-04-18 17:56:05 +02:00 |
|
Nicolas Dorier
|
e73aece9c3
|
Merge pull request #1467 from dennisreimann/404-center-supporters
Center supporter logos on 404 page
|
2020-04-16 14:47:35 +09:00 |
|
Dennis Reimann
|
00d1c4ebcc
|
Navbar fixes (#1466)
* Fix onion position in mobile navbar
* Show nav hover highlight only on desktop
* Fix navbar icon color
|
2020-04-15 17:13:58 +02:00 |
|
Dennis Reimann
|
26067fbfe2
|
Center supporter logos on 404 page
|
2020-04-15 16:49:13 +02:00 |
|
Kukks
|
bd21bf9c0f
|
add payjoin tooltip
|
2020-04-13 11:51:25 +02:00 |
|
Nicolas Dorier
|
511a0efa89
|
Merge pull request #1465 from Kukks/hot-wallet-policy
add additional server policy for hot wallet RPC import
|
2020-04-13 15:51:01 +09:00 |
|
Kukks
|
4e09bb0b01
|
add additional server policy for hot wallet
So that if you enable hot wallets for all, you can still not allow them to import to your RPC
|
2020-04-13 08:48:35 +02:00 |
|
Umar Bolatov
|
cb10551d2c
|
Make sure sponsor logos show up nicely on all screen sizes
fix #1459
|
2020-04-12 15:08:28 -07:00 |
|
Nicolas Dorier
|
b0073af5aa
|
Merge pull request #1408 from Kukks/api/api-key-uu-refactor
Refactor UI for Add APIKey/Authorize
|
2020-04-10 22:00:32 +09:00 |
|
Kukks
|
ad284a4b61
|
Refactor UI for Add APIKey/Authorize
|
2020-04-10 09:49:01 +02:00 |
|
Dennis Reimann
|
5e34efc9f4
|
Improve invoice table details display
|
2020-04-10 09:18:08 +02:00 |
|
Dennis Reimann
|
05952f95f1
|
Split light and dark theme
To make them explicitely selectable.
|
2020-04-10 09:18:08 +02:00 |
|
Dennis Reimann
|
fbd5673cfd
|
POS logo coloring fix
|
2020-04-10 09:18:08 +02:00 |
|
Dennis Reimann
|
c205e41072
|
Rename modern to default theme
|
2020-04-10 09:18:07 +02:00 |
|
Dennis Reimann
|
48c220b751
|
Header updates for light/dark theme
fix
|
2020-04-10 09:18:07 +02:00 |
|
Dennis Reimann
|
9ee920a816
|
Draft modern theme
Based on the design input from Figma, see https://www.figma.com/file/C7Xyq0FlxgFW8vaBr8ht1z/BTCPAY?node-id=17%3A126
Color updates
|
2020-04-10 09:18:07 +02:00 |
|
Andrew Camilleri
|
ed0e423aa7
|
Add payment link in checkout with payjoin indicator (#1449)
* Add payment link in checkout with payjoin indicator
* move to bottom
|
2020-04-09 20:44:08 +09:00 |
|
Nicolas Dorier
|
aae0086e68
|
Merge pull request #1443 from dennisreimann/wallet-view-improvements
Wallet view improvements
|
2020-04-08 21:25:31 +09:00 |
|
Dennis Reimann
|
5a841216b8
|
Add checkbox coin selection (js version)
|
2020-04-08 13:29:16 +02:00 |
|
Dennis Reimann
|
d6d58a98db
|
Improve non-js coin selection
|
2020-04-08 13:15:03 +02:00 |
|
Dennis Reimann
|
6a0cda69c9
|
Wallet view improvements
As brought up by @kukks with [this comment](https://github.com/btcpayserver/btcpayserver/pull/1434#issuecomment-609724703). These improvements can be applied across themes, so these fixes are separated from the originating PR.
Pure visual finetunings for the Coin Selection form and amount/fee rate links.
|
2020-04-08 12:38:26 +02:00 |
|
Dennis Reimann
|
829b0dd5e2
|
Fix transaction dropdowns
As brought up by @kukks with [this comment](https://github.com/btcpayserver/btcpayserver/pull/1434#issuecomment-609720019). The problem exists across themes, so the fix is separated from the originating PR.
|
2020-04-06 18:16:41 +02:00 |
|
Kukks
|
5503132ffc
|
Fix vue-i18n var substitution error in checkout
fixes #1438
|
2020-04-06 13:38:58 +02:00 |
|
Kukks
|
16e35e8b55
|
update html styles
|
2020-04-06 11:51:01 +02:00 |
|
Kukks
|
8278926e42
|
change wallet send buttons
|
2020-04-06 11:51:01 +02:00 |
|
Kukks
|
65c99ead1d
|
cleanup
|
2020-04-06 11:51:00 +02:00 |
|
Kukks
|
2693dacae6
|
Scan address/bip21 with camera
|
2020-04-06 11:51:00 +02:00 |
|
Nicolas Dorier
|
7ce614f1c4
|
Merge pull request #1435 from btcpayserver/pr/dark-checkout
Dark checkout theme
|
2020-04-06 17:46:17 +09:00 |
|
Nicolas Dorier
|
79a0f97abb
|
Merge pull request #1432 from Kukks/api/permission-blob
GreenField: Switch to Blob for API Keys
|
2020-04-06 17:42:32 +09:00 |
|
Nicolas Dorier
|
670e0ee7df
|
Merge pull request #1436 from NicolasDorier/remove-rider-errors
Remove bugs reported by Rider
|
2020-04-06 17:36:07 +09:00 |
|
Dennis Reimann
|
f5dfee7642
|
Improve section spacings on manage store page
|
2020-04-06 10:12:05 +02:00 |
|
nicolas.dorier
|
4c966e2a09
|
Refactor the detection of the payjoin payment
|
2020-04-05 22:44:34 +09:00 |
|
rockstardev
|
c106ac2c42
|
Adding margin around QR code
|
2020-04-04 23:44:47 -05:00 |
|
nicolas.dorier
|
98e2baae19
|
Remove bugs reported by Rider
|
2020-04-05 12:30:23 +09:00 |
|
Nicolas Dorier
|
963c69a0e0
|
Merge pull request #1321 from Kukks/bpu
BIP79
|
2020-04-05 12:10:55 +09:00 |
|
nicolas.dorier
|
fd026a9733
|
Refactor server-side
|
2020-04-05 12:02:36 +09:00 |
|
rockstardev
|
c86370c25a
|
Extracting css class for Powered by BtcPayServer
|
2020-04-04 17:28:00 -05:00 |
|
rockstardev
|
3e2efc7f27
|
Adding first iteration of dark design
|
2020-04-04 16:47:37 -05:00 |
|
Kukks
|
c6d75de3d7
|
GreenField: Switch to Blob for API Keys
|
2020-04-02 09:32:22 +02:00 |
|
Kukks
|
9e1ae29600
|
change broadcast button style
|
2020-03-31 14:57:24 +02:00 |
|
Kukks
|
a408541eb3
|
Fix coin selection filter bug
|
2020-03-31 11:07:57 +02:00 |
|
Nicolas Dorier
|
1ba25448cc
|
Merge pull request #1423 from btcpayserver/feat/new-invoice
New invoice design
|
2020-03-31 17:33:10 +09:00 |
|
Kukks
|
4d2e59e1a1
|
Change flow of payjoin in wallet + fix tests
|
2020-03-30 13:27:04 +02:00 |
|