Commit graph

170 commits

Author SHA1 Message Date
Sérgio Salgado
0d5f5167ef feat: change custom SMS instances to SMS notices and all its interfaces 2022-02-04 19:39:35 +00:00
Sérgio Salgado
63a86ae8db fix: show batching errors on admin
fix: funding page should take into account batching transactions
2022-02-03 20:54:48 +00:00
Sérgio Salgado
f5540a4c12 fix: add domain passthrough to webauthn credential creation functions 2022-01-26 14:40:40 +00:00
Sérgio Salgado
a9e74086bf fix: FIDO registration on localhost environments 2022-01-26 14:40:37 +00:00
Sérgio Salgado
904c383431 feat: add ciphertrace base implementation 2022-01-21 18:26:57 +00:00
José Oliveira
0cca8b3bf1 fix: disable phone field editable 2022-01-21 15:05:49 +00:00
José Oliveira
aad3826d02 fix: rename phone override fields 2022-01-20 23:03:35 +00:00
José Oliveira
62284a1d33 feat: sms data editable fields 2022-01-20 23:03:26 +00:00
Rafael Taranto
d5b7b088cd Merge pull request #1055 from chaotixkilla/feat-custom-info-requests-as-manual-triggers
Add custom info request manual trigger behavior
2022-01-19 14:37:58 +00:00
Sérgio Salgado
556d8433fa feat: add testing customer toggle 2022-01-19 02:23:26 +00:00
Rafael Taranto
abcce7ff06 Merge pull request #1041 from josepfo/feat/manual-entry-populate-existing-requirement
feat: enable custom entries and custom information requirements
2022-01-18 19:15:14 +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
José Oliveira
f4f4eb1335 fix: disable unfinished features 2022-01-17 16:57:37 +00:00
José Oliveira
bd0701236c feat: enable custom entries and custom information requirements 2022-01-13 15:30:31 +00:00
Sérgio Salgado
94eed283cb feat: add customer creation modal 2022-01-13 15:17:06 +00:00
Sérgio Salgado
33052cddb9 fix: session token retriever 2022-01-04 16:03:38 +00:00
Sérgio Salgado
e2087d0e4d refactor: unify bill related queries 2021-12-23 16:52:45 +00:00
Sérgio Salgado
98a2797494 feat: add cashin bill counter
fix: fiat amount formatting
2021-12-23 16:50:40 +00:00
Rafael Taranto
8fdc6fbb0d Merge pull request #964 from chaotixkilla/refactor-create-batch-function
Create a bill batching function with machine updates
2021-12-11 19:08:02 +00:00
Sérgio Salgado
ec90776d2a feat: create a new batching function which pairs with machine value updates
refactor: abstract amount of cassettes from the cassette wizard

fix: dashboard cassettes
2021-12-09 23:48:21 +00:00
Sérgio Salgado
eb8737872d feat: revamp customer notes feature 2021-12-09 22:31:53 +00:00
Sérgio Salgado
dcd3259484 feat: customer notes migration
feat: customer notes backend operations

feat: add customer note mutation
feat: add editing capabilities to PropertyCard
feat: connect customer notes backend to frontend
fix: customer note form and static content styling

fix: SQL uppercasing

fix: set default value for notes content
fix: SQL after dev rebase
refactor: move get current user token to separate method
2021-12-09 22:31:51 +00:00
Sérgio Salgado
036e47bad4 feat: add custom requirements UI to the profile page 2021-12-08 22:17: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
José Oliveira
0dff055b05 refactor: improve TODOs readability 2021-12-06 19:44:16 +00:00
José Oliveira
77858b55bc fix: remove useless prop on feature button and add refactor reminder 2021-12-06 19:34:09 +00:00
José Oliveira
b77b732bcb fix: latest customer data selection and button margin 2021-12-06 19:25:05 +00:00
José Oliveira
68c635ce38 fix: use gql upload lib and remove logs 2021-12-06 19:25:04 +00:00
José Oliveira
3e4f4a4962 fix: apollo server image upload 2021-12-06 19:25:03 +00:00
José Oliveira
9baa16c824 fix: formik bugs and gql upload 2021-12-06 19:25:01 +00:00
José Oliveira
3de7ae2fe9 feat: add edit, delete and image input 2021-12-06 18:31:31 +00:00
Rafael Taranto
cc8c48ff4c Merge pull request #727 from chaotixkilla/feat-btc-transaction-batching
BTC transaction batching
2021-11-24 22:56:09 +00:00
Rafael Taranto
540f1581f5 Merge pull request #712 from chaotixkilla/feat-implement-fido-auth
Hardware credential authentication
2021-11-24 22:55:34 +00:00
Sérgio Salgado
00c38ea721 feat: add batch_time and batched to cash_in_txs
feat: add batched flag to clear tx to send
feat: add batch information to front-end
feat: change transaction sending info on batch sending
fix: batching support function added to all wallet plugins
fix: mock-wallet batching check
feat: send machine information about batchable coins
2021-11-24 22:21:40 +00:00
Sérgio Salgado
3c32f9009a fix: expected rp names 2021-11-24 22:20:21 +00:00
Sérgio Salgado
d8f163af74 fix: multiple small fixes 2021-11-24 22:11:25 +00:00
Sérgio Salgado
1563aa307b fix: sql uppercasing
fix: structural changes to remove async/await flows
fix: invert boolean flow
fix: minor fixes
2021-11-24 20:23:51 +00:00
Sérgio Salgado
f987a07e0b feat: implement hardware key auth 2021-11-24 20:23:49 +00:00
Rafael Taranto
e57bccf750 Merge pull request #813 from chaotixkilla/feat-custom-sms
Custom SMS
2021-11-24 17:42:27 +00:00
Rafael Taranto
abd3bcc625 Merge pull request #838 from chaotixkilla/feat-add-backend-support-customer-custom-fields
Add backend support to customer custom fields
2021-11-24 17:41:39 +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
Sérgio Salgado
ee8c46b51e fix: remove machine selector 2021-11-23 19:09:50 +00:00
Sérgio Salgado
54b73b95b4 feat: scripting-like tags on custom sms content
feat: add created column to custom_messages
feat: custom message dynamic validators and testing
feat: delete custom sms
feat: employ custom sms to existing events
2021-11-23 19:09:48 +00:00
Sérgio Salgado
3480bbf8f7 feat: add custom SMS screen
feat: custom messages database migration
feat: populate custom SMS screen with database data
feat: custom SMS creation modal
fix: small fixes on styling
2021-11-23 19:08:02 +00:00
Sérgio Salgado
7c0338294d chore: remove customFields from CustomerInput gql type 2021-11-23 18:52:08 +00:00
Sérgio Salgado
fec57bf173 feat: add migration to add customer custom fields related tables
feat: create CustomerCustomField type on graphql
feat: add custom fields fetching to getCustomer and getCustomerList functions
feat: add mutations to interact with customer custom fields
2021-11-23 18:52:04 +00:00
Sérgio Salgado
5b13ffe3d9 feat: encode pazuz_operatoridentifier header
chore: rename cookies to fit a standard
fix: small fixes
2021-11-16 16:46:47 +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
csrapr
cb2e1b3907 Feat: adds async local storage to admin server 2021-11-16 16:46:11 +00:00
André Sá
30a0b39280 refactor: rename Bills to Bill in GraphQL schema 2021-11-15 21:18:25 +00:00