Commit graph

2759 commits

Author SHA1 Message Date
Nikola Ubavic
f204a85b44 fix: machine unpair
feat: add removed_devices table
2021-11-26 15:10:35 +01:00
Rafael Taranto
1cb715332a Merge pull request #947 from chaotixkilla/feat-replace-moment-usage
Replace moment usage
2021-11-24 23:15:49 +00:00
Sérgio Salgado
9c15d19c0e fix: offset sent to machine 2021-11-24 23:02:24 +00:00
Sérgio Salgado
ca2274a8a2 fix: use date-fns functional programming module 2021-11-24 23:02:24 +00:00
Sérgio Salgado
b0a031bd97 fix: timezone options 2021-11-24 23:02:23 +00:00
Sérgio Salgado
973040f409 feat: remove all instances of moment usage 2021-11-24 23:02:23 +00:00
Sérgio Salgado
7d6fb17158 feat: convert from using dst offsets to use timezone code
feat: select timezones from current selected country
2021-11-24 23:02:22 +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
008dd3e9f6 feat: add crypto reservation for batched transaction 2021-11-24 22:23:25 +00:00
Sérgio Salgado
0132227251 fix: batching db transactions 2021-11-24 22:23:25 +00:00
Sérgio Salgado
f6e793ea4d fix: usage of .plus function in BN calculation
fix: move batching database writing to transactions
2021-11-24 22:23:24 +00:00
Sérgio Salgado
bef24cf3a3 fix: remove settings parameter from individual wallet interfaces 2021-11-24 22:23:24 +00:00
Sérgio Salgado
e6be999f02 fix: supportsBatching function 2021-11-24 22:23:23 +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
8289c55acf fix: check for wallet tx batching support 2021-11-24 22:21:39 +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
Sérgio Salgado
c8adaabf85 feat: add batch_id to cash_in_txs
feat: bitcoind sendmany request
feat: check if wallet supports transaction batching
2021-11-24 22:21:38 +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
6b44c6aa37 fix: remove log 2021-11-24 20:23:52 +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
24ed69244c Merge pull request #757 from josepfo/feat/create-table-for-operator-ids
feat: create db table and store operator id
2021-11-24 17:51:04 +00:00
Rafael Taranto
e830624e1e Merge pull request #942 from chaotixkilla/fix-user-management-issues
Fix styling and URL creation issues in user management page
2021-11-24 17:44:08 +00:00
Rafael Taranto
7164e1105b Merge pull request #943 from chaotixkilla/fix-transaction-filter-missing-cancelled
Fix transaction search filters
2021-11-24 17:43:16 +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
Rafael Taranto
51fee24b60 Merge pull request #948 from RafaelTaranto/chore/merge-release-into-dev
Chore/merge release into dev
2021-11-24 17:34:43 +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
6bbe5a9c3e fix: simplify filter obj function 2021-11-23 19:50:35 +00:00
Sérgio Salgado
d759704db3 refactor: pull up variable to constants file 2021-11-23 19:10:11 +00:00
Sérgio Salgado
ed7c515993 refactor: unify sms creation into a single function 2021-11-23 19:09:50 +00:00
Sérgio Salgado
ee8c46b51e fix: remove machine selector 2021-11-23 19:09:50 +00:00
Sérgio Salgado
30bc9c96da fix: missing timestamp variable
fix: remove tags array
2021-11-23 19:09:49 +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
91672b73c9 chore: remove log 2021-11-23 18:52:07 +00:00
Sérgio Salgado
0fe2862d61 feat: add custom fields fetching on gql client 2021-11-23 18:52:07 +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
Rafael Taranto
0035684040 Merge pull request #946 from RafaelTaranto/chore/builded-files-23-11
chore: builded files
2021-11-23 09:55:50 +00:00
Taranto
dda1d776d3 chore: builded files 2021-11-23 09:54:48 +00:00
Rafael Taranto
95e4949bda Merge pull request #937 from ubavic/fix/anonymous_users_in_transactions
fix: 'Anonymous' should show in transactions
2021-11-23 09:47:11 +00:00
Rafael Taranto
d456d2cc2e Merge pull request #941 from ubavic/fix/download_transactions_log_pt2
fix: add missing modules
2021-11-23 09:46:48 +00:00
Rafael Taranto
f6cf2d77a4 Merge pull request #936 from ubavic/chore/update_docs
chore: update docs
2021-11-23 09:46:17 +00:00
Rafael Taranto
0a605e9346 Merge pull request #944 from chaotixkilla/fix-notifications-on-disabled-cassettes
Fix low fiat notifications on disabled cassettes
2021-11-23 09:45:00 +00:00
Rafael Taranto
b2491e74bb Merge pull request #945 from RafaelTaranto/fix/cherry-pick-commit-and-builded-files
chore: builded files and missing commit
2021-11-23 09:38:12 +00:00
Taranto
01eb42e3cd chore: builded files and missing commit 2021-11-23 09:37:01 +00:00
Rafael Taranto
60e939a4b9 Merge pull request #933 from SiIky/feat/iCfPSCAQ/cashbox-history-backport
feat: cashbox history backport
2021-11-23 09:08:27 +00:00