Commit Graph

1557 Commits

Author SHA1 Message Date
nicolas.dorier
6e27233be8 Remove BIP70 support 2018-12-06 17:08:28 +09:00
nicolas.dorier
9209984a2f Remove useless argument from GetInvoice 2018-12-06 17:05:27 +09:00
nicolas.dorier
1477630c78 Remove anonymous access to invoice data 2018-12-06 16:58:04 +09:00
nicolas.dorier
ab670080c7 bump 2018-12-06 12:29:13 +09:00
nicolas.dorier
8198f98376 Code simplification 2018-12-06 12:26:42 +09:00
nicolas.dorier
65b4697229 Properly error 401 if request is not signed correctly 2018-12-06 12:22:05 +09:00
nicolas.dorier
e75a1a8b70 Improve ledger feedback for asking authorization to access xpub 2018-12-04 21:22:27 +09:00
nicolas.dorier
5a958da84d bump 2018-12-04 13:04:56 +09:00
nicolas.dorier
cad602ad14 Fix several issues in cart
* Fix: Only USD currency with 2 decimals were properly handled for tips
* Fix: All PoS apps would were sharing the same basket
* Fix: Currency formatting was not using server side information
* Fix: Various bug of formatting for decimal 0 and more than 2.
2018-12-04 13:04:26 +09:00
nicolas.dorier
1f14bd6188 Add button and qr code to the bitpay translator 2018-12-04 11:53:25 +09:00
nicolas.dorier
156f52b76f Add bitpay translator 2018-12-03 23:59:08 +09:00
Nicolas Dorier
d674b8ac71
Merge pull request #430 from dalijolijo/master
bump
2018-12-01 22:40:48 +09:00
David
861150971f bump 2018-12-01 10:15:57 +00:00
Nicolas Dorier
a653421514
Merge pull request #428 from mariodian/fix-pos-cart-currency
Fix currency format for total amount
2018-12-01 14:09:01 +09:00
Mario Dian
8f234a02cb Add currency formats for major currencies 2018-12-01 12:59:45 +08:00
nicolas.dorier
92ecf99427 bump 2018-12-01 13:23:56 +09:00
nicolas.dorier
705dbf12d7 Change translation of the expiration screen 2018-12-01 13:19:35 +09:00
nicolas.dorier
fe11b11c13 Add Polski and Srpski 2018-12-01 12:02:53 +09:00
Mario Dian
f2a43ad1f3 Escape js properties in html template 2018-11-30 21:14:09 +08:00
Mario Dian
cbbe5cfb25 - fix currency format for numbers over 999
- fix cart table
2018-11-30 20:01:47 +08:00
nicolas.dorier
0eccc6085b bump 2018-11-30 04:34:38 -06:00
rockstardev
a89da1f705 Recoding test to respect new ordering in CSV 2018-11-30 04:34:18 -06:00
rockstardev
5b297e539a Additional fields and ordering based on feedback 2018-11-30 04:18:37 -06:00
nicolas.dorier
1d932c3753 Improve invoice script if no PoS data available 2018-11-30 04:17:57 -06:00
Andrew Camilleri
5a77fc74ba quickly fix changelly button style (#423)
Fix the button for now so it doesn't appear broken.
2018-11-30 04:17:44 -06:00
rockstardev
7b47b96252 Always using quotes for CSV export 2018-11-30 03:15:23 -06:00
rockstardev
a4bec83ecc Fixing warnings on invariant culture, hate this for being so verbose 2018-11-30 02:51:23 -06:00
rockstardev
8509a0de18 Basic export CSV and JSON tests 2018-11-30 02:34:43 -06:00
rockstardev
8e30b7430d Adding PaymentType and destination, CSV export 2018-11-30 02:04:26 -06:00
rockstardev
9235d32a45 Export of payments made on invoices 2018-11-30 01:22:39 -06:00
nicolas.dorier
dd503570ac bump 2018-11-30 11:30:30 +09:00
Mario Dian
613281a1e7 Fix form processing when cart is enabled (#424) 2018-11-30 11:29:27 +09:00
nicolas.dorier
bab7bf6633 bump 2018-11-27 15:17:32 +09:00
Mario Dian
1831692761 Enable shopping cart, add items to cart, enable tips (#410)
Modal cart, remove items, checkout

Fix removal and adding of cart items

Improve cart UI

Add cart bundle, remove unused js files from the view when cart isn't used

Do not enable cart by default

Do not put modal into the view when the cart is disabled

Escape js properties

Work with amounts as cents

Make animation speed look constant

Enable tips in the cart

Fix cart UI
2018-11-27 15:14:32 +09:00
Andrew Camilleri
e144d2479b Add POS Data to Invoice UI (#409)
* Add POS Data in Invoice UI

* fix build

* extract in helper and add UTs

* add in unit test coverage through mvc view too
2018-11-27 15:13:09 +09:00
nicolas.dorier
c25831316e bump nbx 2018-11-26 12:02:50 +09:00
nicolas.dorier
60b72aabe8 fix test 2018-11-24 13:38:23 +09:00
nicolas.dorier
c8fcb0ab18 Use framework dependent build for ARM 2018-11-23 16:14:13 +09:00
nicolas.dorier
9911d18390 Do not push latest images to dockerhub 2018-11-23 14:12:47 +09:00
nicolas.dorier
e24630ac1e Remove qemu install requirement for the host 2018-11-23 14:08:14 +09:00
nicolas.dorier
4c1fd3edae More comment on ARM build 2018-11-23 14:02:44 +09:00
nicolas.dorier
f65492dd66 Use stretch slim for arm 2018-11-23 14:00:33 +09:00
nicolas.dorier
5d978c7670 Use manifest image for building arm images 2018-11-23 13:58:21 +09:00
nicolas.dorier
11788cece9 No need to create latest tag 2018-11-23 13:18:35 +09:00
nicolas.dorier
1aaa55dc62 Make test less flaky 2018-11-23 13:09:30 +09:00
nicolas.dorier
ce57a2b8fb Do not tag latest 2018-11-23 12:59:48 +09:00
nicolas.dorier
0604cc5bd0 bump 2018-11-23 11:37:05 +09:00
nicolas.dorier
3d2c0bcc6c Use specific sdk and runtime version for arm 2018-11-23 11:23:27 +09:00
Rockstar Developer
0f222979a6 CircleCI multiarch Docker images (#416)
* Preparing final version of CircleCI docker building

* Removing test job requirement for building Docker images

We'll already monitor build before tagging, would be too many checks

* Adding pushing of manifest for tag

* Easy access to docker/circle config files for edit

* Generalizing script with $DOCKERHUB_REPO variable
2018-11-23 11:21:01 +09:00
nicolas.dorier
a1eb6a14f5 Fix all script because of docker-compose team screwing up (https://github.com/docker/compose/issues/6316) 2018-11-22 16:16:10 +09:00