Commit graph

25 commits

Author SHA1 Message Date
Sérgio Salgado
cb6df3f86c fix: add backwards compatibility code 2022-11-21 19:12:49 +00: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
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
André Sá
c21a5c1bf4 fix: pollingRoutes typo 2022-02-02 18:46:52 +00:00
José Oliveira
7157a11895 feat: move paper wallet only to admin 2022-01-27 14:27:19 +00:00
Sérgio Salgado
87a3b718db fix: allow for custom info requests to be allowed or blocked
fix: improve custom info requests backend
fix: add custom info requests to trigger overrides
2022-01-18 18:46:55 +00:00
Sérgio Salgado
c241c458d3 fix: custom info request batching
fix: issue from rebase
2022-01-17 23:59:43 +00:00
Sérgio Salgado
807c5bfc85 fix: triggers wizard allowing empty custom requirement field
fix: issue with custom requirement filtering when in presence of older triggers

refactor: pull up methods

fix: remove log
2022-01-17 23:28:19 +00:00
csrapr
ba8cac60f8 Chore: Add basic screen and toggle
Chore: form skeleton

Feat: wizard step 1 and 2

Feat: toggle button group for formik

Feat: select input type Form and styling

Feat: text entry page

Feat: Choice list and CSS

Fix: scroll to bottom on Add choice button click

Feat: format data at end of wizard

Feat: wizard toggle button and background blur

Feat: data table for custom info requests

Feat: editing and deleting custom info request

Feat: add icons

Fix: Wizard changes

Feat: custom requests migrations

Feat: fetch custom info requests

Feat: add mutations

Feat: add custom request option in trigger wizard

Feat: show customrequests on table

Feat: Triggers page code refactor

Feat: integrate custom info requests on Customer graphql type

Feat: Show custom info requests on user page

Fix: use normal table instead of datatable

Feat: modal for custom information request details

Feat: poller returns custom request information details

Feat: send customer custom info requests to machine

Chore: add field CustomInfoRequestsData on customer updates

Feat: customer custom info request data saving

Chore: variable name changes and lots of fixes

Feat: remove default value in query, sort request on customer profile

Signed-off-by: csrapr <26280794+csrapr@users.noreply.github.com>

Fix: return promise when array of ids is empty

Feat: TitleSection can receive more than one button
2021-12-08 18:28:51 +00:00
Taranto
0ad2ee362a Merge remote-tracking branch 'upstream/release-7.5.0' into chore/merge-release-into-dev 2021-11-24 14:53:50 +00:00
Rafael Taranto
d138b26903 Merge pull request #873 from chaotixkilla/feat-integrate-hedging-and-accounting-with-pazuz-admin
Integrate hedging and accounting with pazuz related screens
2021-11-17 20:34:20 +00:00
Sérgio Salgado
7135a03654 feat: add operatorId to l-a-s middlewares
fix: make changes to db event handler to receive more complex payloads
feat: machine actions previously on REST now work based on notifications
feat: state middleware now operates based on operatorId as well
chore: remove old localAppRoutes related code
2021-11-16 16:46:45 +00:00
José Oliveira
f502c3a57a feat: sms receipt route 2021-11-16 15:34:35 +00:00
André Sá
e82dc27c13 fix: zero-conf backwards compatibility 2021-10-07 19:55:54 +01:00
José Oliveira
2822acbda0 feat: process triggers automation and add to poller response 2021-10-04 11:39:30 +01:00
csrapr
d2b7224c73 Chore: use constant for currencyMax 2021-05-25 15:10:49 +01:00
csrapr
ac38a40b6c Feat: back end support for per coin 0-conf limit 2021-05-25 15:10:49 +01:00
csrapr
8d6ed7c2a3 Fix: re-add pollingRoutes.js/poll changes 2021-03-19 14:04:31 +00:00
Cesar
558317e9f3 Feat: implement per operator settings cache
Fix: fix linter-found issues

Chore: move findOperatorId to own middleware file

Chore: delete old routes.js file and rename new-routes.js to routes.js

Fix: PR fixes
2021-03-19 14:04:31 +00:00
Cesar
85235eaa13 Feat: refactor routes.js express entrypoint config
Feat: express config script refactor

Feat: add state and settingsCache files
2021-03-19 14:04:31 +00:00