Commit Graph

285 Commits

Author SHA1 Message Date
canove
03dcfdcbcd fix: updating contact does not contact data in ticket list 2020-09-26 13:01:38 -03:00
canove
abe0b84b83 improvement: change ticket user after aceppting ticket 2020-09-25 22:37:32 -03:00
canove
9d87522ad9 improvement: focus app when clicking desktop notification 2020-09-25 22:12:31 -03:00
canove
eb23775948 fix: remove ticket from all users when deleted 2020-09-25 21:17:41 -03:00
canove
6c63abf29c improvement: clicking on desktop notification push to ticket without rendering 2020-09-25 20:22:36 -03:00
canove
72c3332401 improvement: change notifications logic 2020-09-25 19:20:31 -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
c58baf3470 fix: notification not closing after click on ticket 2020-09-24 17:27:30 -03:00
canove
8125b36083 update README 2020-09-24 16:22:57 -03:00
canove
34ad37fb50 update README 2020-09-24 15:56:58 -03:00
canove
8ee97a37e2 fix: removed deprecated reload function after import contacts 2020-09-24 15:47:37 -03:00
Cassio Santos
00c04eb464 Merge pull request #24 from canove/typescript
Typescript adoption on backend code.
2020-09-24 15:41:20 -03:00
Cassio Santos
44d01a1dc3 Merge branch 'master' into typescript 2020-09-24 15:39:59 -03:00
canove
d44b81b05d update readme with build instructions for new typescript backend 2020-09-24 14:48:59 -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
canove
48dbf7e859 migrated receive message logic to typescript 2020-09-22 09:15:18 -03:00
canove
391cd5495c start converting wbot functions to typescript 2020-09-21 18:49:38 -03:00
canove
dd9b61c2b9 added unread messages count to tickets 2020-09-21 11:48:53 -03:00
canove
9bd4c30d3c added id to whatsbot session types 2020-09-20 18:03:57 -03:00
canove
cb3ba09252 migrated wbot initialization to typescript 2020-09-20 14:06:20 -03:00
canove
8b99690c4a enable socket io in all controllers 2020-09-20 12:06:45 -03:00
canove
256262f353 enabled socketio on users controller 2020-09-20 12:04:21 -03:00
canove
95c6dcb32f enabled socket io on tickets controller 2020-09-20 12:00:30 -03:00
canove
02c37276ba enabled socket io in settings controller 2020-09-20 11:53:31 -03:00
canove
23d16679b6 enabled socket events on contact controller 2020-09-20 11:47:46 -03:00
canove
a879bb95ca fix: no extra info in contacts 2020-09-20 11:40:18 -03:00
canove
02d90af657 changed find to show services 2020-09-20 11:27:58 -03:00
canove
4fda0b18c6 fix: qrcode modal throwing error when no whatsappId 2020-09-20 11:16:07 -03:00
canove
c56f848fa6 fix default whatsapp in connection page 2020-09-20 11:13:46 -03:00
canove
0f0d9470c5 change 'default' to 'isDefault' whatsapp field on frontend 2020-09-20 11:12:32 -03:00
canove
aa6f116514 use appError on socket io 2020-09-20 10:52:05 -03:00
canove
b7484afd63 migrated socket IO initialization to typescript 2020-09-20 10:45:49 -03:00
canove
04750df172 add upload config 2020-09-20 09:18:17 -03:00
canove
9368ef2512 started messages migration to ts 2020-09-19 22:49:27 -03:00
canove
70c391e8ef finished contact migration to typescript 2020-09-19 21:41:28 -03:00
canove
5b54c4df41 change service names 2020-09-19 21:16:07 -03:00
canove
2bf5caadce change delete ticket route to typescript 2020-09-19 21:14:25 -03:00
canove
f221fef32d changed ticket update route to typescript 2020-09-19 21:10:12 -03:00
canove
1d0bbda00d changed ticket creation and list to typescript 2020-09-19 21:00:49 -03:00