Commit graph

1150 commits

Author SHA1 Message Date
Liordino Neto
df8a1804a3 feat: changed old server ports so it can coexists with the new server
feat: removed deleted references from old server

feat: created reset and migrate mutations on gql server and
correspondent functions on new settings loader

feat: created front end for the config migration with reset and migrate
functionalities

style: add spacing between buttons
Signed-off-by: Liordino Neto <liordinoneto@gmail.com>
2020-12-24 20:20:05 +00:00
Taranto
0ad1ba2f77 fix: small fixes and release prep 2020-12-24 20:05:45 +00:00
Cesar
5823485ab7 Feat: warn admin if address is duplicate 2020-12-24 13:41:29 +00:00
Cesar
0cd14ba398 Fix: blacklist modal not opening
Fix: no more fetching of non operator added addresses for blacklisted
addresses table.

Fix: trim address white spaces before sending it to database query
2020-12-21 15:54:54 +00:00
Cesar
6994303069 Feat: warn admin before restarting services 2020-12-16 17:24:49 +00:00
Sérgio Salgado
a432d913be fix: override fields update 2020-12-16 17:18:38 +00:00
Cesar
1913390eae Fix: notification override alerts not being sent 2020-12-16 17:13:17 +00:00
Josh Harvey
eaac41d277 Merge pull request #532 from naconner/wallets-again
chore: update wallet nodes, enable RBF by default
2020-12-16 16:16:52 +00:00
csrapr
bb3c9ef2ec Merge branch 'dev' into fix/coinatmradar-fix-7.5 2020-12-14 17:38:05 +00:00
Cesar
0b02c7feae Fix: fix query 2020-12-11 19:23:12 +00:00
Cesar
ed4e654036 Chore: remove unused code and use lodash 2020-12-11 19:23:12 +00:00
Cesar
0ec49159e4 feat: Customer transactions fetching with dataloader library 2020-12-11 19:23:12 +00:00
Cesar
4a763b87b4 Fix: apply change requests 2020-12-11 16:20:31 +00:00
Cesar
3893ce3996 Chore: add jest tests 2020-12-07 18:20:06 +00:00
Cesar
e325d6d2b1 Feat: validate axios request and enable commissions switch 2020-12-02 19:02:57 +00:00
Neal
5aa61e8b4f feat: enable RBF by default 2020-12-02 11:54:29 -05:00
Neal
906863ede3 chore: update wallet nodes 2020-12-02 11:53:10 -05:00
Cesar
95a1385a1e fix: getCashLimit wasn't returning actual value, cashLimit was assigned to an object instead of a number 2020-11-30 15:03:06 +00:00
Cesar
f6a876ccb8 fix: coinatmradar request error 400 2020-11-27 18:08:23 +00:00
Sérgio Salgado
721b21d194 fix: user_agent nullable 2020-11-20 16:48:14 +00:00
Cesar
a6b6ebd0bc fix: fix for requested changes pr #513 2020-11-18 21:45:31 +00:00
Cesar
fd6f1a2fe0 feat: create blacklist page 2020-11-18 21:45:31 +00:00
Sérgio Salgado
839e6aae47 refactor: user agent parsing 2020-11-12 22:03:26 +00:00
Sérgio Salgado
791b275cdf feat: add request data to user_tokens and token filtering 2020-11-12 22:03:26 +00:00
Sérgio Salgado
c4e7547c45 feat: add revoke token button 2020-11-12 22:03:26 +00:00
Sérgio Salgado
4b44e1ef97 feat: token management screen 2020-11-12 22:03:26 +00:00
Rafael Taranto
5434e9f8e6 Fix/csv logs (#505)
* fix: use async csv lib

* fix: wording on the wizard

* chore: builded react files
2020-11-09 10:27:44 +00:00
Rafael Taranto
431f652de7 Chore/merge dd back (#503)
* chore: update ZEC, LTC, BTC, ETH, use BCHN

* chore: update zcashd

* chore: v7.4.10

* fix: remove lamassu-update

* fix: remove lamassu-update from bins

* fix: use p2sh-segwit addresses for cash-out

Latest releases of bitcoind default to bech32 addresses. Instead, use p2sh-segwit to maintain compatibility on cash-out.

* fix: use p2sh-segwit addresses for LTC

* chore: update wallet nodes

Co-authored-by: naconner <7396812+naconner@users.noreply.github.com>
Co-authored-by: Neal <neal@lamassu.is>
2020-11-06 20:31:32 +00:00
Neal
0fe322a076 chore: update wallet nodes 2020-11-06 18:15:14 +00:00
Taranto
c7a6a290c9 fix: unresponsive instead of stuck if both 2020-11-05 18:53:58 +00:00
Taranto
9595afb63a feat: all coins on commissions 2020-11-05 18:53:58 +00:00
Liordino Neto
3a5bbbca1f feat: added shutdown function to the machine loader
feat: created shutdown route and call it from gql server (called from
admin UI button)

feat: added an extra message property to the ConfirmDialog

refactor: simplified the MachineDetailsCard component

feat: added an extra information message to the Shutdown machine action
2020-11-04 13:12:12 +00:00
Liordino Neto
106fa166b0 fix: correctly test the alert thresholds (considering falsy values) 2020-11-04 13:06:38 +00:00
Liordino Neto
b1574c277a fix: removed the attempts to use the bignumber.js lib with null values 2020-11-04 13:06:38 +00:00
Liordino Neto
5b502c1395 fix: high value notifications, if configured, are now triggered even if
transactions notifications are globally disabled (for sms or email)

fix: added extra information on the sms notification informing if the
transaction that just happened is a high value one
2020-11-02 15:11:06 +00:00
Taranto
13633b06bd fix: overrides should not merge child arrays 2020-10-30 20:18:37 +00:00
Taranto
a108df0c4c feat: return logs in csv format 2020-10-30 20:17:42 +00:00
Taranto
e3310ce856 fix: receipt printing new admin 2020-10-30 20:14:45 +00:00
Taranto
96b8e3d9a2 feat: error handling for the tables and wizards 2020-10-30 20:13:12 +00:00
Liordino Neto
a1cc7cad13 fix: removed unnecessary support log code from server 2020-10-28 16:16:14 +00:00
Liordino Neto
15618df4ef fix: inverted name and phone positions on the customers list
fix: use the correct variables for getting the customers status

fix: customer name was showing as 'undefined undefined' when not present

fix: use the phone number as a fallback for the customer name when it's
not present

fix: removed phone number compliance card

fix: set a fixed size for the popup photos
2020-10-26 16:04:15 +00:00
Liordino Neto
f53a934092 feat: change customer screen transaction list part to the new design
feat: created the compliance details component (no data for now)

fix: added missing properties into the gql schema and the compliance
details component

feat: added another chip type for a neutral situation

style: change the property card style for the v1 specs

fix: added front facing camera override to schema and components

feat: added authorized override (status) column to the customers list
table

fix: moved name to the front of the phone on the customers list table

fix: added sanctions description text on it's card

fix: added id icon to the right of the customer name

feat: created subpage button component and use it in the customer
profile

feat: created an image popper component and use it in the customer
compliance page

fix: added varying sizes to the customer details and id data cards fields

refactor: simplify the compliance subpage code
2020-10-26 16:04:15 +00:00
Taranto
0aae7ac1ff fix: prevent account query from returning null 2020-10-25 20:24:31 +00:00
Taranto
c5b2c2daaa fix: overrides stuck on infinite loop if blocked 2020-10-25 20:22:21 +00:00
Taranto
f19a2749ec chore: added builded files and compression 2020-10-22 17:03:00 +01:00
Taranto
89bb9a8f25 chore: cleanup, node14 and new admin default 2020-10-20 21:54:58 +02:00
Taranto
be7e4c5c10 fix: commissions overrides and coinatmradar 2020-10-20 21:50:15 +02:00
Taranto
520efc0c27 fix: suspend when no ff camera 2020-10-20 21:11:29 +02:00
Taranto
3a6f3a2915 fix: wizard rework 2020-10-15 21:32:46 +02:00
Taranto
d889bb34ac fix: wallet pending values 2020-10-15 21:27:27 +02:00