Rafael Taranto
1b2d101392
Merge pull request #1188 from siiky/feat/lam-434/tc-edition
...
feat: cache the T&C based on their hash
2022-04-28 15:18:17 +01:00
André Sá
0213ceb7fe
feat: add DB migration to add the hash of T&C
2022-04-26 15:39:31 +01:00
Sérgio Salgado
f4d6b5e454
feat: decouple l-s entrypoint
2022-04-19 22:47:36 +01:00
Sérgio Salgado
fe879d45fc
fix: add default timezone migration
2022-02-21 16:13:30 +00:00
Taranto
080f451269
chore: lamassu-coins rename
2022-02-18 20:15:39 +00:00
Rafael Taranto
da0843bf7f
Merge pull request #1118 from chaotixkilla/fix-sms-notices-migration
...
Add missing comma in SMS notices migration
2022-02-18 17:46:36 +00:00
Sérgio Salgado
72f91b7e36
fix: migration promise flow
2022-02-18 17:16:16 +00:00
Rafael Taranto
6f0c735be8
Merge pull request #1113 from josepfo/fix/fee-priority-selector-up-to-spec
...
feat: advanced wallet settings up to spec
2022-02-18 16:59:53 +00:00
Sérgio Salgado
dcea6661ed
fix: add missing comma
2022-02-18 15:43:49 +00:00
José Oliveira
3a45c490ef
fix: remove deprecated migration
2022-02-18 00:24:24 +00:00
José Oliveira
4120d58a1b
feat: advanced wallet settings up to spec
2022-02-17 01:40:02 +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
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
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
ae8c86a6a7
feat: ciphertrace cashout flow
2022-01-25 15:59:31 +00:00
Sérgio Salgado
904c383431
feat: add ciphertrace base implementation
2022-01-21 18:26:57 +00:00
Rafael Taranto
201fec33e4
Merge pull request #1029 from josepfo/feat/twilio-api-data-ui
...
Feat: twilio api data UI
2022-01-21 15:22:32 +00:00
José Oliveira
0cca8b3bf1
fix: disable phone field editable
2022-01-21 15:05:49 +00:00
José Oliveira
bd2d2b06c2
fix: save config used on migration
2022-01-21 00:28:04 +00:00
José Oliveira
aad3826d02
fix: rename phone override fields
2022-01-20 23:03:35 +00:00
José Oliveira
a64dac0b40
feat: add read only fields to editable card
2022-01-20 23:03:32 +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
a21bb1cbd5
fix: limit transactions from analytics page to the last 2 months
2022-01-19 02:23:28 +00:00
Sérgio Salgado
556d8433fa
feat: add testing customer toggle
2022-01-19 02:23:26 +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
Rafael Taranto
d09fd3f98a
Merge pull request #991 from SiIky/refact/lam-108/dev/rbf-transactions
...
refactor: change RBF checkbox wording
2021-12-22 17:29:05 +00:00
Taranto
e9b2280fc3
Merge remote-tracking branch 'upstream/release-7.5.0' into chore/merge-release-into-dev-21-16-12
2021-12-16 13:38:43 +00:00
André Sá
3213513f54
refactor: rename cash box/cassette batch operations type
2021-12-14 12:39:50 +00:00
Sérgio Salgado
01841c03ba
fix: missing comma in migration file
...
fix: default value for customer notes
fix: remove custom requirements divider when there are no requirements set
2021-12-10 18:18:57 +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
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
b77b732bcb
fix: latest customer data selection and button margin
2021-12-06 19:25:05 +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
f235eb93b9
Merge pull request #963 from chaotixkilla/fix-fiat-balance-overrides
...
Fix fiat balance percentage notification overrides being ignored
2021-12-06 11:09:32 +00:00
Rafael Taranto
dad2c6e66e
Merge pull request #966 from SiIky/fix/uIJsiz4J/machine-names-migration
...
fix: give up on this (now) noop
2021-12-03 17:50:54 +00:00
Rafael Taranto
210acd1b02
Merge pull request #958 from ubavic/fix/machine_unpair_dev
...
fix: machine unpair (dev)
2021-12-02 15:00:25 +00:00
Sérgio Salgado
15e0182ba1
fix: remove duplicated createBatch() calls
...
fix: rename cassetteMaxCapacity to snake uppercase
fix: notification module retrieving the wrong override fields
2021-12-02 14:37:11 +00:00
André Sá
fad165f55f
fix: don't update machine names from queried machine names
2021-11-30 20:14:03 +00:00
Nikola Ubavic
f204a85b44
fix: machine unpair
...
feat: add removed_devices table
2021-11-26 15:10:35 +01:00
Nikola Ubavic
39633e93a9
chore: add a newline
2021-11-26 13:25:10 +01:00
Nikola Ubavic
654e7c601e
fix: machine unpair
...
feat: add removed_devices table
2021-11-25 23:53:49 +01:00
José Oliveira
946260480d
fix: skipping queries on migration
2021-11-25 21:03:53 +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
73c0d09198
feat: add transaction batching module
...
feat: plugin sendCoins batching support
feat: batching processing on poller
feat: mock-wallet batching
fix: bitcoin tx batching
fix: transaction batching db table
2021-11-24 22:21:39 +00:00