Commit graph

22 commits

Author SHA1 Message Date
Rafael Taranto
a687827f7e chore: use monorepo organization 2025-05-12 10:52:54 +01:00
Rafael
62f39f3561 fix: do server side validation on blacklist
address validation imports a lot of files that rely on nodejs to run
previouly the build was automatically adding polyfills for that
2024-12-02 08:35:38 +00:00
siiky
a56336282f fix: get blacklist message associated with address 2024-11-29 11:36:39 +00:00
siiky
4793b2a415 refactor: join in the DB 2024-11-29 11:28:22 +00:00
Sérgio Salgado
01303d6454 fix: clean up code 2024-11-29 11:28:04 +00:00
Sérgio Salgado
677cb39f0c feat: add blacklist message to machine communication 2024-11-29 11:24:31 +00:00
Sérgio Salgado
8af7c97c16 feat: add advanced address blacklisting 2024-11-29 11:20:12 +00:00
Sérgio Salgado
473bb15c24 feat: turn address into a coin-agnostic solution 2024-11-29 11:18:48 +00:00
Taranto
ba4117173e chore: undo $ prepend on queries 2021-07-22 12:15:45 +01:00
csrapr
e6059be8d2 Chore: refactor to use new schema changing queries 2021-07-22 12:15:45 +01:00
Sérgio Salgado
d7519d477e feat: add migration to clean blacklist table
fix: address reuse and blacklist check
2021-07-05 11:07:37 +01:00
csrapr
82912b728a Chore: move catch into queries file 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
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
c686ecc2aa Fix: adds created_by_operator constraint for duplicate checking 2020-12-30 17:58:21 +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
fd6f1a2fe0 feat: create blacklist page 2020-11-18 21:45:31 +00:00
Rafael Taranto
5125601e56 Only block reused address if option is on 2019-08-19 10:59:00 +03:00
Rafael Taranto
98cc3b18b7 Prevent address reuse option 2019-07-31 18:12:16 +01:00
Rafael Taranto
4640b4a774 Add blacklist functionality 2019-04-30 19:13:24 +02:00