canove
|
aac6d30083
|
feat: add queue filter to tickets list
|
2021-01-13 12:22:43 -03:00 |
|
canove
|
3aa287d394
|
improvement: moved user data from localstorage to context
|
2021-01-13 08:08:25 -03:00 |
|
canove
|
96e92e6079
|
fix: user keep getting refresh tokens after logout
|
2021-01-12 20:13:30 -03:00 |
|
canove
|
5c5f58e4fe
|
feat: update ticket color on frontend after assign
|
2021-01-11 18:23:28 -03:00 |
|
canove
|
14c3ebe27e
|
feat: added debounce delay to auto reply
reply only last message received within 3 seconds
|
2021-01-11 18:10:25 -03:00 |
|
canove
|
90b438025b
|
feat: add queue color to tickets list item
|
2021-01-11 07:22:56 -03:00 |
|
canove
|
f642f2c788
|
feat: added socket io to queues page
|
2021-01-11 06:53:59 -03:00 |
|
canove
|
be320fa34b
|
feat: removed optionNumber from queues assocs
|
2021-01-11 06:38:45 -03:00 |
|
canove
|
d374c84b60
|
feat: finished queues crud services
|
2021-01-10 10:59:01 -03:00 |
|
canove
|
cca253cd0a
|
feat: start adding auto reply
|
2021-01-09 18:02:54 -03:00 |
|
canove
|
3c6d0660d1
|
feat: added user association to queues
|
2021-01-08 20:18:11 -03:00 |
|
canove
|
9f99245dc4
|
feat: add queue and assoc with whatsapps
|
2021-01-08 17:41:08 -03:00 |
|
canove
|
a12c9db731
|
fix: unread messages count no working when fast reply
|
2021-01-08 13:22:08 -03:00 |
|
canove
|
232b6943fe
|
fix: send a message takes 2 seconds when there's a link on message body
|
2021-01-08 09:01:26 -03:00 |
|
canove
|
048714a31a
|
fix: new messages not appearing in ticket subheader
|
2021-01-08 08:51:10 -03:00 |
|
canove
|
2751e5091b
|
fix: removed duplicated method call
|
2021-01-07 22:14:13 -03:00 |
|
canove
|
c8c8dc43e9
|
improvement: code cleanup
|
2021-01-07 22:01:13 -03:00 |
|
canove
|
896f122cf7
|
improvement: moved all console logs to pino
|
2021-01-07 20:52:51 -03:00 |
|
canove
|
0689b55453
|
fix: socket io CORS error
|
2021-01-06 21:39:59 -03:00 |
|
canove
|
b1e3cb6b8f
|
chore: updated .env.example
|
2021-01-06 21:28:29 -03:00 |
|
canove
|
054fff4182
|
chore: removed unused dependency
|
2021-01-06 19:44:03 -03:00 |
|
canove
|
36098bf12d
|
fix: disable initial syncing messages after connection
|
2020-11-19 21:43:53 -03:00 |
|
canove
|
96bdb2aea6
|
fix: update whatsapweb-js
|
2020-11-19 21:24:23 -03:00 |
|
canove
|
766cb70f0c
|
feat: sync unread messages after connecting
|
2020-11-14 20:02:25 -03:00 |
|
canove
|
fe884999f4
|
chore: add graceful shutdown
|
2020-11-07 17:33:56 -03:00 |
|
canove
|
5b4969f992
|
chore: add socket-redis config for multinode use
|
2020-11-07 17:29:44 -03:00 |
|
canove
|
1e1e48d0a3
|
chore: added default args to puppeteer
|
2020-11-07 17:17:58 -03:00 |
|
canove
|
2ff3b07f84
|
chore: move jwt secrets to .env
|
2020-11-07 16:57:00 -03:00 |
|
canove
|
3859f996d0
|
improvement: change reopen ticket logic to use 'updatedAt'
|
2020-11-05 17:06:42 -03:00 |
|
canove
|
f55e336b38
|
fix: user profile not updating
|
2020-11-05 17:04:17 -03:00 |
|
canove
|
9f0f5b5fe3
|
chore: updated wwebjs to handle whatsapp web updates
|
2020-11-05 07:30:43 -03:00 |
|
canove
|
099a3354ca
|
feat: added new method to fetch old whatsapp messages
|
2020-10-30 10:37:57 -03:00 |
|
canove
|
f68d52ae45
|
chore: fix typo in comment
|
2020-10-29 11:32:31 -03:00 |
|
canove
|
837e925390
|
fix: sending a media from phone to gruop results in a new ticket with isGroup=false
|
2020-10-29 10:55:02 -03:00 |
|
canove
|
74d3772eb1
|
feat: support displaing quoted messages
|
2020-10-28 17:54:29 -03:00 |
|
canove
|
4e259a3de7
|
feat: show an alert when connection with whatsapp brokes
|
2020-10-27 19:59:38 -03:00 |
|
canove
|
e573656276
|
feat: add options to handle whatsapp session on frontend
|
2020-10-27 16:08:50 -03:00 |
|
canove
|
73cb08a557
|
feat: added routes to handle whatsapp session
|
2020-10-26 19:55:07 -03:00 |
|
canove
|
443528d8ed
|
improvement: stop deleting wbot session if phone is offline (timeout)
|
2020-10-24 22:54:24 -03:00 |
|
canove
|
65deab09b4
|
feat: update tickets list on transfer
|
2020-10-24 19:01:04 -03:00 |
|
canove
|
f6e65eed62
|
Merge branch 'tests'
|
2020-10-24 16:35:34 -03:00 |
|
canove
|
1d6fc2bf06
|
chore: added users service unit tests
|
2020-10-24 16:20:14 -03:00 |
|
phegalante
|
9b3c14c2cb
|
improvement: accept number with - like 1399142-8988 and sanitize it in backend
|
2020-10-23 16:51:08 -03:00 |
|
canove
|
ce213777ff
|
chore: added coverage data to .gitignore
|
2020-10-23 13:14:54 -03:00 |
|
canove
|
4d01cc3379
|
chore: adding user creation tests
|
2020-10-23 13:12:00 -03:00 |
|
phegalante
|
d82b65f879
|
feat: support multi files upload
|
2020-10-22 20:39:03 -03:00 |
|
canove
|
3302cd643a
|
chore: start adding test envoriment
|
2020-10-22 13:36:11 -03:00 |
|
phegalante
|
e14a8b4a66
|
Merge branch 'master' of https://github.com/canove/whaticket-prod
|
2020-10-21 20:15:12 -03:00 |
|
phegalante
|
8eaa084170
|
improvement: change default whatsapp logic
|
2020-10-21 20:08:50 -03:00 |
|
canove
|
9f7fee05ff
|
fix: upgraded WWebJs to fix sending media messages
|
2020-10-21 17:24:32 -03:00 |
|