Commit Graph

168 Commits

Author SHA1 Message Date
canove
ce155e817d improvement: blocking reopen a ticket when already a ticket open for that contact 2020-10-17 11:58:54 -03:00
canove
a0c807301e fix: setMessageAsRead not handling group contacts 2020-10-17 11:50:34 -03:00
canove
d7d953d812 improvement: removed await from "sendSeen" method to improve performance 2020-10-17 11:48:49 -03:00
canove
e0c1b0eec5 improvement: use updatedAt instead of createdAt as reopen ticket criteria 2020-10-17 11:39:46 -03:00
canove
f3ecb5dbd0 fix: apps throws an error when importing contacts from phone 2020-10-17 11:16:17 -03:00
canove
a567614c63 improvement: translated all backend errors messages 2020-10-13 22:53:05 -03:00
canove
0b91a341ed chore: split ticket in multiple componentts 2020-10-13 16:16:48 -03:00
canove
011d8d5dfe improvement: started translation of backend errors 2020-10-13 06:50:00 -03:00
canove
09f8ef9be0 chore: removed redundant user check on session controller 2020-10-12 18:43:19 -03:00
canove
caf0623761 chore!: add dialetic env to database config file 2020-10-12 16:31:52 -03:00
canove
a21ccbc539 fix: remove vcard support, waiting for better implementation 2020-10-07 17:50:14 -03:00
canove
ffce591817 improvement: moved message creation to service 2020-10-07 12:50:01 -03:00
canove
2d7751231d fix: sending media count as unread messages 2020-10-07 11:15:50 -03:00
canove
228c087d51 improvement: send audio messages as whatsapp audio 2020-10-05 19:53:36 -03:00
canove
cbd62a436e feat: handle vcard messages 2020-10-04 14:31:01 -03:00
canove
315dbac175 improvement: moved vcard parse logic to backend 2020-10-04 14:05:32 -03:00
canove
ec9fbee7d3 improvement: add validation to contacts create/update 2020-10-04 09:04:36 -03:00
canove
70e89996a3 fix: connections page not updating on session changes 2020-10-03 16:12:26 -03:00
canove
4bfb04fe90 feat: handle media sent from phone 2020-10-02 19:00:09 -03:00
canove
7d4e89b8d1 fix: ignoring stickers on messages 2020-10-01 14:21:23 -03:00
canove
3de9bf9ca7 fix: ignore "status@broadcast" messages 2020-10-01 11:40:59 -03:00
canove
6235f160ed fix: use filename as body on sending media 2020-10-01 06:02:08 -03:00
canove
38d926820c improvement: trim search params on contacts and tickets filters 2020-09-30 20:00:17 -03:00
canove
ea25a76b6f Merge branch 'master' into refresh-tokens 2020-09-30 19:30:43 -03:00
canove
4c67067d8f feat: handle group messages 2020-09-30 19:16:31 -03:00
canove
c8b4b5bdfe feat: start using refresh tokens and better session handler 2020-09-29 20:30:02 -03:00
canove
d78df2bf2e fix: deleting a ticket with unreadMessages keeps ticket in notifications 2020-09-29 06:20:16 -03:00
canove
3c0ecd8fb1 improvement: moved delete message logic to single file 2020-09-28 11:38:10 -03:00
canove
d5bee7420d feat: option to delete messages on whatsapp chat 2020-09-28 09:40:27 -03:00
canove
2e1785ea15 feat: start delete whatsapp messages backend 2020-09-27 20:10:52 -03:00
canove
2d3fa28a58 improvement: mark ticket messages as read when ticket status change 2020-09-27 09:19:47 -03:00
canove
11f429329b improvement: block open another ticket from same contact when already a open / pending ticket 2020-09-27 09:17:10 -03:00
canove
856308e093 fix: ticket status not updating on "search tab" 2020-09-27 09:06:05 -03:00
canove
36a2451dc5 fix: deleting a user keeping user's tickets open assigned to "null" 2020-09-26 20:19:33 -03:00
canove
2e9919c621 feat: #14 allow multiline messages 2020-09-26 15:33:01 -03:00
canove
abe0b84b83 improvement: change ticket user after aceppting ticket 2020-09-25 22:37:32 -03:00
canove
eb23775948 fix: remove ticket from all users when deleted 2020-09-25 21:17:41 -03:00
canove
5396837db4 improvement: remove tickets logic from useTickets to improve notifications 2020-09-25 18:53:14 -03:00
canove
c7d3807219 improvement: moved notification logic to backend 2020-09-24 21:00:57 -03:00
canove
0729f25295 improvement: change code execution order in some services 2020-09-24 14:27:11 -03:00
canove
e1db12d545 improvement: added types to ListTicketService 2020-09-24 14:15:06 -03:00
canove
f6b5ed389a improvement: better token error handling 2020-09-24 14:08:57 -03:00
canove
34a99ade2d improvement: error handling on contact creation 2020-09-24 13:49:38 -03:00
canove
e6641bde39 code cleanup 2020-09-22 21:20:29 -03:00
canove
c0e42d71c0 code cleanup 2020-09-22 21:18:06 -03:00
canove
ee9fe6c60d fix: check message types on wbotMessageListener 2020-09-22 17:55:22 -03:00
canove
5c7a759efa fix: handling wwebjs erros without blocking routes 2020-09-22 16:33:13 -03:00
canove
0d8b4cd60c migrated import contacts controller to typescript 2020-09-22 11:09:52 -03:00
canove
9bab61c7dc enabled sentry 2020-09-22 10:39:59 -03:00
canove
6bc3b216c8 code cleanup 2020-09-22 10:18:38 -03:00