Commit graph

99 commits

Author SHA1 Message Date
siiky
08843ec73a refactor: make deviceId its own variable 2024-06-07 11:59:26 +01:00
Rafael Taranto
35d38e0dee Merge pull request #1683 from RafaelTaranto/feat/save-last-auth-attempt-customer
LAM-1108 feat: save last auth attempt per customer
2024-06-05 08:21:11 +01:00
Rafael Taranto
d109feb5a8 Merge pull request #1680 from RafaelTaranto/feat/scorechain
[LAM-1093] feat: scorechain address analysis
2024-06-04 16:30:11 +01:00
Rafael Taranto
4743f7f62c feat: save last auth attempt per customer 2024-05-29 09:24:18 +01:00
Rafael Taranto
e1c2cc8619 feat: camera diagnostics (#1681) 2024-05-28 16:42:05 -04:00
Rafael Taranto
501da5f54a feat: scorechain address analysis 2024-04-30 17:18:36 +01:00
Rafael Taranto
35e40f4528 Merge remote-tracking branch 'origin/release-9.0' into chore/merge-9-into-10-20240206 2024-02-06 08:51:09 +00:00
Rafael Taranto
ab304093f3 feat: customer auth via email 2023-11-28 17:36:29 +00:00
Rafael Taranto
a3eb44bda2 fix: added missing code from various LN PRs 2023-10-31 18:27:42 +00:00
Rafael Taranto
21b88f182e refactor: use recyclers instead of stackers 2023-10-09 14:41:33 +01:00
Taranto
53f74a1fc3 fix: cashbox still being used elsewhere 2023-08-09 18:23:37 +01:00
Rafael Taranto
189aff31d7 Merge branch 'release-8.6' into feat-add-aveiro-admin-ui-8.5 2023-06-26 21:29:00 +01:00
Rafael Taranto
b3afbe7255 Merge pull request #1527 from josepfo/feat/add-genmega-support
LAM-789 Fix suspend flag for gm machine
2023-06-15 19:30:40 +01:00
Sérgio Salgado
460a8cf1fd feat: add refillUnit route flow 2023-06-07 14:27:43 +01:00
Sérgio Salgado
45f722e724 feat: add emptyUnit bills table
feat: rework cash unit operations
fix: multiple fixes for the empty unit workflow
2023-06-07 14:27:43 +01:00
Sérgio Salgado
797f074898 feat: add empty and refill unit machine actions
fix: remove certain actions from the state middleware after being consumed by the poller
2023-06-07 14:27:43 +01:00
Sérgio Salgado
f3ab63766e feat: add bill math cassette-agnostic solution
fix: multiple generic fixes related with the recyclers
fix: slight UI data changes
2023-06-07 14:27:42 +01:00
Sérgio Salgado
211c4b1ea7 feat: add aveiro cash units to the devices table
feat: change data fetching to accomodate the new cash units
2023-06-07 14:27:42 +01:00
Sérgio Salgado
a037ecdbec fix: wrong error code 2023-06-01 14:08:02 +01:00
Sérgio Salgado
cf38f09b62 fix: response tx for machine update requests
fix: CT error handling
2023-06-01 10:41:54 +01:00
josepfo
b312c44562 fix: suspend flag for gm machine 2023-03-21 15:34:38 +00:00
Rafael Taranto
f4fa98879f Merge pull request #1451 from chaotixkilla/fix-send-only-server-version-old-poller
Only send the server version to the old poller requests by 8.1+ machines
2022-11-28 12:41:14 +00:00
Sérgio Salgado
cb6df3f86c fix: add backwards compatibility code 2022-11-21 19:12:49 +00:00
Sérgio Salgado
f66d155f08 fix: only send the server version when the old poller is triggered by an 8.1+ machine 2022-11-21 17:25:34 +00:00
Sérgio Salgado
32b54b1596 feat: add debug logs for the cashbox removal and batch creation processes 2022-09-19 17:14:47 +01:00
Sérgio Salgado
6c4b225e73 fix: allow for decimal values on customer suspension time 2022-06-20 22:28:03 +01:00
Taranto
4023470fec Merge remote-tracking branch 'upstream/release-8.0' into merge-release-8.0-into-dev-220906 2022-06-09 23:56:40 +01:00
José Oliveira
44cd957c6d feat: tc photo toggle button 2022-05-16 16:34:52 +01:00
André Sá
6c43f7536d refactor: move getCustomInfoRequests call out of config manager 2022-04-26 15:23:42 +01:00
André Sá
40791cb4cd refactor: move recordPing() to poll() 2022-04-26 12:44:53 +01:00
André Sá
d2b78ea93d refactor: inline variables and reformat promises 2022-04-26 12:44:52 +01:00
André Sá
b74bd2ce14 refactor: remove unnecessary assignment 2022-04-26 12:44:51 +01:00
André Sá
4a6da1b888 refactor: drop unused parameter 2022-04-26 12:44:49 +01:00
André Sá
bdb094f3cc fix: add to the pids object rather than overwrite 2022-03-30 15:12:04 +01:00
José Oliveira
f205f99d7f fix: sms receipt tx direction 2022-03-02 14:40:02 +00:00
Sérgio Salgado
cb7b97b0e2 chore: rename functions to more appropriate names 2022-02-18 18:34:51 +00:00
Rafael Taranto
26bf036553 Merge pull request #1099 from chaotixkilla/fix-custom-sms
Get SMS notices closer to spec
2022-02-16 10:09:18 +00:00
Rafael Taranto
5494fe9600 Merge pull request #1101 from chaotixkilla/fix-cashbox-removal-notification
Fix cashbox removal notification trigger
2022-02-14 23:49:43 +00:00
Rafael Taranto
b353f68236 Merge pull request #1103 from chaotixkilla/fix-missing-custom-req-data-machine-response
Fix missing customer data on machine requests
2022-02-14 17:39:52 +00:00
Rafael Taranto
079905efef Merge pull request #835 from josepfo/feat/move-paper-wallet-only-to-admin
feat: move paper wallet only to admin
2022-02-14 16:08:17 +00:00
Sérgio Salgado
81d74eb40b fix: add missing custom requirement data on customer data communication with machine
fix: create function to reset the override flag in custom requirement data
2022-02-14 15:20:58 +00:00
André Sá
b03901ddd4 Merge branch 'dev' into fix/lam-298/custom_info_requests_flow
* dev: (40 commits)
  fix: remove unnecessary variable
  fix: check for starting supervisor state
  fix: Ethereum sends
  fix: force balance to big number
  fix: XMR sendCoins interface
  chore: update react
  fix: update only if node is stopped
  fix: convert bn.js to bignumber.js bignum
  fix: wallet file checking
  fix: show batching errors on admin fix: funding page should take into account batching transactions
  fix: add feeMultiplier parameter
  fix: BN functions on sendCoinsBatch
  fix: remove allowTransactionBatching from being required
  feat: disable transaction batching editing unless it's BTC
  feat: add transaction batching option to advanced wallet settings
  fix: pollingRoutes typo
  fix: button style and incomplete url
  fix: remove date width
  fix: l-c import on lamassu-send-coins script
  chore: built react files
  ...
2022-02-11 15:16:00 +00:00
Sérgio Salgado
80d7d7184e fix: readd the notification sending function 2022-02-10 17:03:42 +00:00
Sérgio Salgado
cd01d894a3 feat: add sms preview
feat: add reset to default button
feat: add attachable values
feat: connect the sms receipt notice to the sms receipt request
2022-02-10 00:36:32 +00:00
André Sá
c21a5c1bf4 fix: pollingRoutes typo 2022-02-02 18:46:52 +00:00
André Sá
bc78837d39 refactor: remove unnecessary operations 2022-02-02 14:56:56 +00:00
André Sá
c2329be588 fix: send manually entered customer data to machine 2022-01-27 18:00:13 +00:00
José Oliveira
7157a11895 feat: move paper wallet only to admin 2022-01-27 14:27:19 +00:00
André Sá
99f8a516c3 fix: give custom info back to the machine 2022-01-24 19:21:23 +00:00
José Oliveira
a28d7d1aab fix: simplify promise chain 2022-01-20 12:34:22 +00:00