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
Umar Bolatov
27f20386df
Add confirmation button to recovery codes view ( #984 )
...
fix #806
2019-08-29 17:16:02 +09:00
Umar Bolatov
9154e4264d
Address issues in #606 ( #988 )
...
* Increase POS cart button and input size elements as per #606
* Increase confirmation modal input and button size as per #606
* Add loading indicator to cart confirmation pay button as per #606
* Ensure POS app tip amount input shows decimal amount with correct divisibility
* Center POS app cart quantity input field
address task in #606
* Ensure search bar and content are horizontally aligned
address task in #606
2019-08-29 17:15:00 +09:00
nicolas.dorier
7457e99451
Change button style
2019-08-29 16:26:34 +09:00
Andrew Camilleri
c5227d9996
Request consent from user before giving application access to the user's data & services.
2019-08-29 16:25:16 +09:00
Umar Bolatov
1447b5e8be
Add top margin to 2FA screen heading ( #986 )
...
fix #985
2019-08-29 16:16:16 +09:00
Andrew Camilleri
efdb131c33
checkout fixes ( #997 )
2019-08-29 15:37:02 +09:00
nicolas.dorier
cb8c077c1e
better error message for bad ssh config
2019-08-27 23:39:17 +09:00
nicolas.dorier
9688798a4a
Asyncify SSH access, do not show SSH service if ssh is not well configured
2019-08-27 23:30:25 +09:00
Andrew Camilleri
9a9e31c759
Split Bitcoin/LN to partial defined in payment handler and convert checkout to Vue ( #996 )
2019-08-27 11:31:15 +09:00