Commit Graph

2297 Commits

Author SHA1 Message Date
Umar Bolatov
438fc34ad2 Replace pay button PNG image with an SVG and add 2x res version (#1034)
fix #1030
2019-09-20 19:14:08 +09:00
nicolas.dorier
9e107b1eb1 Try to read the authorized keys file from the configuration 2019-09-20 18:51:14 +09:00
nicolas.dorier
0823a3e0dc Remove warnings 2019-09-20 17:35:55 +09:00
nicolas.dorier
3dada3c464 Remove SSH warning if no SSH settings set 2019-09-20 15:26:09 +09:00
nicolas.dorier
a2cb6178b8 Can edit authorized_keys in SSH Services, remove download keyfile support 2019-09-19 19:17:20 +09:00
nicolas.dorier
42dda56eea Retry SSH connection later if it fails 2019-09-19 16:54:07 +09:00
Rockstar Developer
200c9709fe Updating BundlerMinifier (#1033) 2019-09-13 04:56:36 +09:00
Andrew Camilleri
18b8bec8d0 Checkout: show red border around email when invalid (#1013) 2019-09-12 18:28:11 +09:00
nicolas.dorier
41d714e2ce Revert "Share same browser for all selenium tests"
This reverts commit 2ce0749bb6.
2019-09-11 16:22:41 +09:00
nicolas.dorier
2ce0749bb6 Share same browser for all selenium tests 2019-09-11 15:36:12 +09:00
Andrew Camilleri
7ab97311be Re-enable lightning sats feature through C# (#1014) 2019-09-11 14:49:06 +09:00
Andrew Camilleri
e6cfb6e851 Selenium Tests for Checkout + other store operations (#1015) 2019-09-10 17:03:24 +09:00
Umar Bolatov
2a262c4e1e Allow removing transaction labels by clicking on an icon
close #1025
2019-09-09 20:40:32 -07:00
Nicolas Dorier
3a8e136f39 Merge branch 'master' into fix-1017 2019-09-09 13:34:51 +09:00
Nicolas Dorier
8eec6db825 Merge pull request #1021 from dennisreimann/patch-1
Fix typo on Pay Button page
2019-09-09 13:33:22 +09:00
Umar Bolatov
8b7ea6c71f [Wallet] Add space between transaction labels
close #1024
2019-09-08 11:00:57 -07:00
nicolas.dorier
3fc9d0c010 Better error message for seed signing (Fix #999) 2019-09-08 00:18:30 +09:00
Dennis Reimann
345ce6ba5a Fix typo on Pay Button page
Signed-off-by: Dennis Reimann <mail@dennisreimann.de>
2019-09-07 08:32:01 +02:00
nicolas.dorier
d9cd00f49a Make tests more resilient 2019-09-06 18:29:12 +09:00
nicolas.dorier
11730cbae6 Add sshd service so we can test SSH stuff as well 2019-09-06 16:51:49 +09:00
nicolas.dorier
91b1a5e3e5 Remove MySQL from tests (never run) 2019-09-06 15:16:24 +09:00
Umar Bolatov
8fa9834bf6 [Wallet] Prevent jumpy transition on page load when transaction labels are present
fix #1017
2019-09-05 19:22:31 -07:00
mbambnag
cf930fc46a Update Currencies.txt 2019-09-06 07:16:15 +07:00
nicolas.dorier
9ca9b5a5d2 Remove lightning sats denomination (Fix #1012) 2019-09-05 14:58:01 +09:00
nicolas.dorier
3a87dc2223 Fix payment method switching stopped working #1012 2019-09-05 12:48:00 +09:00
nicolas.dorier
67d3875c98 Fix error on this.fetchData 2019-09-05 12:13:36 +09:00
nicolas.dorier
77d0f3d85c Fix tests 2019-09-05 11:55:31 +09:00
nicolas.dorier
0798b95c6b fix build 2019-09-05 11:41:51 +09:00
nicolas.dorier
c247e275f6 Make sure NotificationUrl and RedirectUrl are of type Uri 2019-09-04 18:20:36 +09:00
nicolas.dorier
f17a359893 Fix NotificationUrl and RedirectUrl templating 2019-09-04 18:01:26 +09:00
nicolas.dorier
00b82ad07a Update translations 2019-09-04 17:30:24 +09:00
Nicolas Dorier
a21948cf16 Merge pull request #1004 from bolatovumar/fix-606
Tackle additional issues in #606
2019-09-04 17:26:58 +09:00
Kukks
eb583ba628 Revert "Start off cart hidden on desktop breakpoint"
This reverts commit a169179061.
2019-09-04 09:29:46 +02:00
Umar Bolatov
a4b61f8aab [POS app] Allow empty string for product description (#1010)
fix #1008
2019-09-04 13:07:09 +09:00
Andrew Camilleri
7208e63155 Excerpts from #971 (manual PR) (part1 ) (#1006)
* Excerpts from #971

Relating to selenium tests + small renamings

* fix build
2019-09-03 20:11:36 +09:00
nicolas.dorier
8f464b0838 Fix build 2019-09-03 14:10:13 +09:00
britttttk
233b799a46 Fix inventory string (#1005) 2019-09-03 14:08:55 +09:00
Andrew Camilleri
d99beb9811 New feature: Apps limited inventory (#961) 2019-09-02 22:37:52 +09:00
nicolas.dorier
0047a5388d Add test for dead links in Views 2019-09-02 16:32:38 +09:00
nicolas.dorier
66064bd2eb Add link to wallets doc 2019-09-02 16:10:52 +09:00
nicolas.dorier
6bd601137a Allow Placeholders in redirectURL (Fix #169) 2019-09-02 16:04:41 +09:00
Umar Bolatov
eae913f809 fix(pos-app): hide "clear search" button when input field is manually cleared 2019-09-01 11:18:46 -07:00
Umar Bolatov
bc8e7ce888 Add background color to cart tip button when it's focused 2019-08-30 20:27:43 -07:00
Umar Bolatov
1ec342da1e Apply consistent border radius to POS app search bar 2019-08-30 20:06:08 -07:00
Umar Bolatov
a169179061 Start off cart hidden on desktop breakpoint 2019-08-30 20:04:21 -07:00
nicolas.dorier
57b436417c Revert "Skip BundleMinify if in Debug mode"
This reverts commit 0229b560e7.
2019-08-30 19:36:57 +09:00
nicolas.dorier
0229b560e7 Skip BundleMinify if in Debug mode 2019-08-30 19:18:56 +09:00
Nicolas Dorier
3c51bd3b23 Merge pull request #1000 from btcpayserver/refactor/move-data
[Refactor] Move SQL classes in their own assembly
2019-08-30 18:45:22 +09:00
nicolas.dorier
f257f9f91d [Refactor] Move SQL classes in their own assembly 2019-08-30 18:22:13 +09:00
Umar Bolatov
8971dbc2f9 Ensure raised amount is showing with correct precision in crowdfound app tooltip (#987)
fix #926
2019-08-30 16:17:17 +09:00