Commit graph

298 commits

Author SHA1 Message Date
Taranto
89bb9a8f25 chore: cleanup, node14 and new admin default 2020-10-20 21:54:58 +02:00
Taranto
f2080c32e9 feat: new compliance options 2020-10-06 23:19:22 +02:00
Liordino Neto
76030c7208 fix: don't allow negative values on the commissions forms
feat: add an all machines option to the commissions overrides

fix: added cash-in and cash-out icons to main and override table headers

feat: filter out already overriden machine-coin combinations

fix: fix error when there's no machine selected yet
2020-09-21 12:43:49 +01:00
Liordino Neto
fbb72e9562 fix: added missing lodash dependency to accounts lib
fix: removed unnecessary properties from CAR page and config

style: changed the CAR page properties from radio groups to switches

fix: refetch config after saving
2020-07-31 00:02:42 +02:00
Taranto
db32ad4f16 Merge remote-tracking branch 'upstream/defiant-dingirma' into fix/flat-schema 2020-06-01 21:02:44 +01:00
Taranto
bf8f1d991c chore: integrate new admin with l-s 2020-05-27 22:43:00 +01:00
Taranto
7fc8ff3d1d fix: make t&c changes backwards compatible 2020-04-03 15:44:31 +02:00
Taranto
fa69d2a030 hotfix: add fudge factor 2020-03-23 19:10:58 +01:00
Taranto
84ba74926c fix: make t&c changes backwards compatible 2020-03-20 15:41:50 +01:00
naconner
203b1a33e0 chore: version v7.4.8 2020-02-27 17:22:05 -05:00
Liordino Neto
507027cdee feat: added the compliance/customers route
feat: added customers list page

feat: created the Customer type on the gql server and consume it

Currently only with the 'name' property

feat: added query on gql to get the customers list with the needed props

feat: added the currently available props to the front end table

fix: consider only sent txs for the aggregations on the customers list

fix: replace ExpTable with a non-expandable one

fix: remove unused properties from gql and front-end

fix: fixed the customers list columns width

fix: the last active table column was reading the wrong property

chore: remove debug logging

fix: use the correct table columns to check for txs that should be
considered on the customers list page

fix: use the international format for phone numbers

feat: added the search box

fix: remove ordering from the gql customers list query and moved it to
the front-end)

fix: removed the search box

chore: refactor the customers list table into a new component

chore: cleanup code

fix: fixed styles from customer list page header
2020-02-17 22:47:39 +01:00
naconner
dc85afda13 chore: version v7.4.7 2020-01-26 11:32:04 -05:00
Taranto
f1edea4e8a feat: only refetch t&c on config change 2020-01-24 14:32:04 +01:00
Taranto
9ccdd7d6f9 feat: add compression to l-s 2020-01-24 14:32:04 +01:00
Luis Félix
b9d2341cd1 feat: add services page
fix: change styles, fix hook trigger, add ux

feat: setup custom error messages

refactor: conform to new style guide

refactor: migrate to graphql

refactor: migrate to Ramda

fix: update state on mutation

refactor: migrate error ux to graphql

fix: change structure of accounts config

fix: use absolute imports

fix: move makeStyles out of components

fix: correct Strike behaviour
2020-01-20 18:04:26 +01:00
Rafael Taranto
b8e0c2175b feat: add graphql support (#349)
* fix: eslint warnings

* refactor: use ramda + sanctuary instead of lodash

* refactor: use prettier-standard for formatting

* feat: enable security

* feat: add graphql

* chore: remove trailing commas from linter

* docs: new scripts on react and new-admin-server

* feat: handle authentication on graphql

* fix: perf improvement to date picker

* chore: add insecure-dev script to run servers
2019-12-24 15:36:41 +01:00
naconner
8e7b59bddc chore: version v7.4.6 2019-12-18 12:14:18 -05:00
Rafael Taranto
f590dbe49c Merge remote-tracking branch 'upstream/new-lamassu-admin' into dev 2019-11-28 22:18:40 +00:00
Rafael Taranto
db3a4e4936 Merge remote-tracking branch 'upstream/defiant-dingirma' into dev 2019-11-28 22:07:42 +00:00
naconner
43a89d82f1 v7.4.4 2019-11-27 11:02:31 -08:00
Luis Félix
703c5d7c91 feat: add new server log page 2019-11-12 11:20:57 +00:00
naconner
51d4bb1fe5 v7.4.3
* v7.4.3
2019-10-31 07:38:10 -07:00
Rafael Taranto
fc1951c4b2 Lamassu admin server initial commit 2019-10-31 12:28:51 +00:00
Neal Conner
20f3cf14e9 v7.4.1 2019-09-27 20:16:24 +02:00
Rafael Taranto
1153c6af6a Merge cc into dd (#317)
* Fix ETH fee fetching (#303)

* v7.3.3 (#304)

* Throttle clock skew and fetch logs

* PR Fixes

* Reduce throttle time

* Remove old endpoint

* Fix standard styles and improve readability

* Simplify throttling

* Small fixes

* Bump version
2019-09-20 12:33:00 +01:00
Neal Conner
f020ea1f47 v7.3.2 (#290) 2019-07-09 07:37:10 -04:00
Neal Conner
90de4fe24d Version bump (#288)
* v7.3.0
2019-06-09 11:03:38 +03:00
Rafael Taranto
3dd7503e45 Fix ratchet errors on commission and ticker 2019-03-05 17:59:10 +01:00
Rafael Taranto
e59ec4ed28 Add ZEC, BCH, and LTC to BitGO wallet plugin (#240)
* Add ZEC, BCH and LTC to BitGO wallet plugin

* Convert to legacyAddress on bitgo plugin
2018-12-30 15:48:40 +01:00
Davit Abulashvili
b254f7f2be Support itbit exchange/ticker. Additions (#232)
* Initial itBit implementation

* Add tests for calculatePrice in exchange/itbit.js

* Add etherium to supported crypto codes in common/itbit.js

* Apply standardjs to itbit files

* itbit trade test. not important

* test getCurrencyRates in ticker/itbit.js
2018-12-11 11:47:34 +02:00
Josh Harvey
8e1f9e0b83 Merge pull request #223 from RafaelTaranto/bitgo-api-v2
Bitgo api v2
2018-12-10 00:39:45 +02:00
Davit Abulashvili
907cd08cf1 Log unsuccessful trade attempts in the db (#224)
* Save trade error in table trades

* Add one migration, Add error column to trades table

* changes in plugins.js file

* Apply standardjs to plugins.js file
2018-11-28 20:24:48 +02:00
Rafael Taranto
01153d0562 Migrate bitgo api to v2 2018-11-21 11:36:02 -02:00
Rafael Taranto
06f8c57608 Save migrations file on db (#215)
* Revert "Migration sql changes (#199)"

This reverts commit 12c834469c.

* Save migrate file on db

* Add message on migration error in lamassu-update
2018-11-18 10:15:22 +01:00
Josh Harvey
3c37898046 update to 7.1.1 2018-10-21 13:32:06 +03:00
Josh Harvey
cdcdc4c2d2 7.1.1 2018-10-06 11:49:43 +02:00
Rafael Taranto
3b14a715b4 Replace mailjet with mailgun (#180) 2018-10-04 21:40:50 +03:00
Fabio Cigliano
9fc79f1bb4 OFAC flow fix (#137)
* 7.0.1

* OFAC flow fix
2018-09-22 23:36:02 +01:00
Josh Harvey
59cb5da61c 7.1.0 2018-08-24 17:33:47 +03:00
Josh Harvey
2de5c6d78f 7.0.1 2018-07-17 19:27:51 +03:00
Josh Harvey
0c893f5b22 7.0.0 2018-07-15 13:43:29 +03:00
Josh Harvey
ac89f0e5e9 add Infura wallet support 2018-07-10 17:09:18 +03:00
Fabio Cigliano
25030fab2a Strike bugfix (#122) 2018-06-12 16:11:53 +03:00
Fabio Cigliano
a30b835786 Terms and conditions screen (#118)
* Terms and Conditions screen added

* missing fields

* SQL migration added

* terms.text: markdown to html on server side

* markdown field type added

* other minor changes
2018-06-05 22:35:30 +03:00
Josh Harvey
d9aaf2437f 5.8.7 2018-05-29 22:49:50 +02:00
Josh Harvey
2797c75a31 5.8.6 2018-05-27 12:49:24 +03:00
Josh Harvey
8d4a36865b 5.8.5 2018-05-21 16:31:49 +03:00
Josh Harvey
84b65200f6 5.8.4 2018-05-21 16:31:46 +03:00
Josh Harvey
4f7efc1177 use mainnet for lightning 2018-05-20 15:46:40 +03:00
Josh Harvey
be53de7326 support sending funds to external wallet 2018-05-17 16:28:39 +03:00