Commit graph

1033 commits

Author SHA1 Message Date
José Oliveira
db13106a2f fix: remove geth only from wizard 2021-03-07 17:36:27 +00:00
José Oliveira
05a6d0aa41 fix: remove geth option for ETH 2021-03-07 17:36:27 +00:00
csrapr
0c2272e880 Fix: disable bills query 2021-03-07 17:34:14 +00:00
csrapr
8cb4b0bb97 Chore: query formatting 2021-03-07 17:34:14 +00:00
csrapr
bce45d34e0 Feat: footer calculate cashout total 2021-03-07 17:34:14 +00:00
Neal
1ffbffd0be fix: revert bitcoind update 2021-03-07 17:32:23 +00:00
Neal
3fc8b31058 chore: update bitcoind, zcashd 2021-03-07 17:32:23 +00:00
José Oliveira
dd7dc68323 refactor: suspensionDays only on suspend triggers 2021-03-03 20:34:01 +00:00
José Oliveira
ca86a70d42 refactor: pass suspension days as param 2021-03-03 20:34:01 +00:00
José Oliveira
28ee05a24a fix: migrate hardlimit to suspend 2021-03-03 20:34:01 +00:00
José Oliveira
2bfd26d13c fix: reject reused addresses 2021-03-03 20:34:01 +00:00
José Oliveira
3fdac72533 fix: compliance migration 2021-03-03 20:34:01 +00:00
José Oliveira
5b81194fc3 fix: migrate accounts, cashout settings, and some triggers 2021-03-03 20:34:01 +00:00
José Oliveira
8d2c23ee87 remove comments 2021-03-01 17:50:13 +00:00
José Oliveira
75629746e7 refactor: filter secret empty fields on the front-end 2021-03-01 17:50:13 +00:00
José Oliveira
78db9c8765 refactor: improve readability and enable delete account info 2021-03-01 17:50:13 +00:00
José Oliveira
80cbebecc4 feat: server allows to save any amount of accounts 2021-03-01 17:50:13 +00:00
José Oliveira
a8fbb57bf6 fix: save only new accounts info 2021-03-01 17:50:13 +00:00
José Oliveira
fcfe16d5eb Refactored to use loadAccounts 2021-03-01 17:50:13 +00:00
José Oliveira
93b6c0e086 obfuscate password fields 2021-03-01 17:50:13 +00:00
csrapr
2401238b2f Chore: change misleading query name 2021-02-23 16:37:30 +00:00
Sérgio Salgado
82e85033df fix: ETH balance 2021-02-20 17:38:05 +00:00
csrapr
66288c34ae Feat: add discount chip and link to customer from transaction row 2021-02-15 23:22:16 +00:00
Sérgio Salgado
caf2c83bfb fix: move ETH pending balance fix to wallet 2021-02-15 23:19:11 +00:00
Sérgio Salgado
9a074438bd fix: ETH pending balance on funding page 2021-02-15 23:19:11 +00:00
csrapr
82912b728a Chore: move catch into queries file 2021-02-15 23:17:19 +00:00
Cesar
05373e83db Feat: enable notify operator for OFAC matches
Fix: fix lack of newline in some SVGs

Chore: fix rebase issues
2021-02-15 23:17:19 +00:00
Cesar
69d3e4cb9b Feat: move notif center fns to own file on the notifier module
Fix: fix jest test
2021-02-15 23:17:19 +00:00
Cesar
34f2b84fe2 Feat: add notification center row in notification settings table 2021-02-15 23:17:19 +00:00
Taranto
538e32fbec fix: bad query on plugins.js 2021-02-14 22:55:27 +00:00
csrapr
0d6349dbf4 Chore: fix regressions caused by rebase 2021-02-05 18:59:11 +00:00
csrapr
ef60b15d82 Chore: post-rebase fixes 2021-02-05 18:59:11 +00:00
Cesar
3eac055294 Feat: enable alerts card on dashboard 2021-02-05 18:59:11 +00:00
Cesar
c7a01f840f Fix: remove unneeded fragments 2021-02-05 18:59:11 +00:00
Cesar
c21cdb13e1 Feat: make dashboard and machine profile page 2021-02-05 18:59:11 +00:00
Cesar
55dc3aab94 Feat: add clear all button, stripe overlay on invalid notification
Fix: rework notification styles
2021-02-05 18:59:11 +00:00
Cesar
7459700986 Chore: add notification center background and button
Chore: notifications screen scaffolding

Fix: change position of notification UI

Feat: join backend and frontend

Feat: notification icons and machine names
2021-02-05 18:59:11 +00:00
Cesar
c16e47af96 Feat: change column "detail" in database to use jsonb 2021-02-05 18:59:11 +00:00
Cesar
82916388a0 Chore: fiatBalancesNotify refactor
Chore: removed now-unused code in some files
2021-02-05 18:59:11 +00:00
Cesar
016bd12113 Chore: balancesNotify refactor 2021-02-05 18:59:11 +00:00
Cesar
bf8a40026e Feat: user compliance saving to DB 2021-02-05 18:59:11 +00:00
Cesar
705747e9e0 Feat: compliance blacklisted addresses notifications 2021-02-05 18:59:11 +00:00
Cesar
1ec56cd1ab Feat: crypto balance notifications saving in DB
Chore: add new column "detail" to transactions table migration

Feat: check if older notification is valid before sending new one

Feat: error saving to database

Fix: fix error when invalidating notification on
clearCryptoBalanceNotifications
Chre: code refactor in new-settings-loader for simplicity
Chore: refactor code on notifier and merge similar functions
2021-02-05 18:59:11 +00:00
Cesar
d73520c0c0 Feat: save cash balance notifications in DB
Feat: add "detail" row in notifications table migration

This makes searching for specific notifications in the
code like cashbox number easier because we don't need
to scrub the notification message column anymore to search
for notifications relating the cashbox 1 for example.

Feat: clear notifications on cash cassette balance update
2021-02-05 18:59:11 +00:00
Cesar
096c4bc87b Feat: save highVolumeTxs on DB and plugins code refactor
Fix: remove unused module and add space before '('

Chore: add jest tests for transactionNotify
2021-02-05 18:59:11 +00:00
Cesar
366adad375 Fix: fix crypto overrides not being respected 2021-02-04 15:48:23 +00:00
Cesar
c457faab40 Chore: make notification center UI
Chore: fiatBalancesNotify refactor

Chore: removed now-unused code in some files

Feat: change column "detail" in database to use jsonb

Chore: add notification center background and button

Chore: notifications screen scaffolding

Fix: change position of notification UI

Feat: join backend and frontend

Feat: notification icons and machine names

Feat: add clear all button, stripe overlay on invalid notification

Fix: rework notification styles

Feat: use popper to render notifications

Feat: make notification center UI

Fix: fix css on notification center

Fix: fix invalidateNotification

Chore: apply PR requested changes

Fix: PR fixes

Fix: make toggleable body/root styles be handled by react

Chore: delete old notifier file

Fix: undo variable name changes for cryptobalance notifs
2021-02-04 15:48:23 +00:00
Cesar
2a9e8dadba Feat: user compliance saving to DB 2021-02-04 15:48:23 +00:00
Cesar
204e421b3d Feat: compliance blacklisted addresses notifications 2021-02-04 15:48:23 +00:00
Cesar
3b3bdf839b Feat: crypto balance notifications saving in DB
Chore: add new column "detail" to transactions table migration

Feat: check if older notification is valid before sending new one

Feat: error saving to database

Fix: fix error when invalidating notification on
clearCryptoBalanceNotifications
Chre: code refactor in new-settings-loader for simplicity
Chore: refactor code on notifier and merge similar functions
2021-02-04 15:48:23 +00:00