Muhsin Keloth
ecce6e021b
chore: update link issue API
2024-05-10 15:50:13 +05:30
Muhsin Keloth
4d47fc1c25
chore: rename from team_entites to team_entities
2024-05-10 15:16:56 +05:30
Muhsin Keloth and GitHub
b25e395bf7
Merge branch 'develop' into feat/linear-backend
2024-05-10 11:40:56 +05:30
Shivam Mishra and GitHub
a4001374a5
feat: add missing clickaway directives ( #9451 )
...
* feat: add onClickaway to widget
* feat: add clickaway to portal
* feat: add directive to PublicArticleSearch
2024-05-10 11:15:36 +05:30
Muhsin Keloth and GitHub
12b3323364
Merge branch 'develop' into feat/linear-backend
2024-05-10 09:44:59 +05:30
Sojan Jose and GitHub
4284c123a6
chore: Handle invalid email address in IMAP channel ( #9450 )
2024-05-10 08:55:26 +05:30
Muhsin Keloth and GitHub
793420c341
Merge branch 'develop' into feat/linear-backend
2024-05-09 23:41:57 +05:30
Shivam Mishra and GitHub
05f0398b86
fix: Update message signature default value ( #9446 )
2024-05-09 10:55:30 -07:00
Muhsin Keloth and GitHub
775e8251a6
Merge branch 'develop' into feat/linear-backend
2024-05-09 22:45:43 +05:30
b110ff5e00
chore: Upgrade @chatwoot/utils ( #9445 )
...
chore: upgrade utils
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2024-05-09 22:42:05 +05:30
Muhsin Keloth
4645e57e9a
feat: add linked issue api
2024-05-09 22:40:42 +05:30
Muhsin Keloth
5e1dbfb64d
feat: search issue API
2024-05-09 22:28:47 +05:30
Muhsin Keloth
df29b43540
feat: unlink issue api
2024-05-09 21:44:42 +05:30
5138a0ad32
feat: Adds support for all snooze option in bulk actions ( #9361 )
...
* feat: Add support for bulk snooze until
* feat: Adds support for all snooze option in bulk actions
* chore: Adds comment
* chore: Review fixes
* chore: Minor fix
* chore: Minor fix
* chore: Review fixes
* chore: yarn changes
* fix: terminal waring
* chore: Adds spec
* Update conversationHotKeys.js
---------
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2024-05-09 19:27:31 +05:30
Muhsin Keloth
3e4f43d7da
chore: add specs for create and link apis
2024-05-09 16:24:31 +05:30
Muhsin Keloth
2b7c972cbf
feat: add specs for linear processor
2024-05-09 15:16:14 +05:30
Muhsin Keloth
429cfd0166
feat: add specs for create and link issue
2024-05-09 15:12:20 +05:30
Muhsin Keloth
fc41669178
feat: add link issue API
2024-05-09 15:05:36 +05:30
Muhsin Keloth
e567be8fb2
chore: issue input validation
2024-05-09 14:25:00 +05:30
Muhsin Keloth
1ddc05dadb
feat: add create issue API
2024-05-09 12:23:14 +05:30
Muhsin Keloth and GitHub
0268d544d1
Merge branch 'develop' into feat/linear-backend
2024-05-09 11:33:07 +05:30
Shivam Mishra and GitHub
eff24c0d71
feat: allow feature plan map in super admin ( #9318 )
...
- Add subscribed_features method in models/enterprise/account and include it in the JSON response
2024-05-08 22:58:46 -07:00
Muhsin Keloth and GitHub
2960bcdf7d
Merge branch 'develop' into feat/linear-backend
2024-05-09 10:37:54 +05:30
Toan Le and GitHub
4eec0aa11a
fix: Profile pictures missing in facebook inbox [CW-1976] ( #9212 )
...
The ActiveJob FacebookEventsJob created a Contact and then enqueued Avatar::AvatarFromUrlJob in another process. However, since the Contact was created within a transaction when AvatarFromUrlJob was executed immediately afterwards, the Contact was not actually present in the database then.
Fixes : #6138 #6761
2024-05-08 20:38:16 -07:00
Muhsin Keloth and GitHub
3c4a7bb9f7
Merge branch 'develop' into feat/linear-backend
2024-05-09 07:32:51 +05:30
Sojan Jose and GitHub
3a1299520c
chore: Enable plan reconcile in self hosted ( #9357 )
...
This PR will revert the premium config in self hosted instances to its original state if any unauthorised modifications are made.
2024-05-08 14:26:00 -07:00
Shivam Mishra and GitHub
73f373913f
fix: Add fallback for created_by and updated_by attributes in Macro ( #9436 )
2024-05-08 13:40:07 -07:00
Shivam Mishra and GitHub
6c5b137dba
fix: Add Safari compatibility for requestIdleCallback ( #9435 )
2024-05-08 13:28:27 -07:00
Muhsin Keloth
792bc5cf9d
Merge branch 'feat/linear-backend' of https://github.com/chatwoot/chatwoot into feat/linear-backend
2024-05-08 13:46:43 +05:30
Muhsin Keloth
bf40242497
Merge branch 'feat/linear-backend' of https://github.com/chatwoot/chatwoot into feat/linear-backend
2024-05-08 13:46:35 +05:30
Muhsin Keloth
2130a2ebe1
Merge branch 'feat/linear-backend' of https://github.com/chatwoot/chatwoot into feat/linear-backend
2024-05-08 12:36:54 +05:30
Muhsin Keloth and GitHub
2bad7f435a
Merge branch 'develop' into feat/linear-backend
2024-05-08 12:36:43 +05:30
Muhsin Keloth
c0d985a62b
chore: make applications component in vue 3 syntax
2024-05-08 12:36:33 +05:30
Muhsin Keloth
5b7af73abe
Merge branch 'feat/linear-backend' of https://github.com/chatwoot/chatwoot into feat/linear-backend
2024-05-08 12:15:44 +05:30
Muhsin Keloth
2ae79bd9a1
chore: add specs
2024-05-08 12:15:38 +05:30
Pranav and GitHub
9977bcc093
fix: Convert audio file to mp3 before sending it to WhatsApp ( #9432 )
...
Last week, the WhatsApp API has started returning an error message for the voice notes, Unsupported Audio mime type audio/opus. Please use one of audio/ogg; codecs=opus, audio/mpeg, audio/amr, audio/mp4, audio/aac. This error began appearing on May 1. Even though there was no change in the files and content type, FB API started rejecting the file.
In this PR, we are converting the audio recordings from Wav to Mp3 from frontend itself.
2024-05-07 23:10:54 -07:00
Muhsin Keloth
17b61ad2b4
chore: add specs
2024-05-08 10:51:10 +05:30
Muhsin Keloth and GitHub
e098e463ad
Merge branch 'develop' into feat/linear-backend
2024-05-08 09:09:13 +05:30
Muhsin Keloth and GitHub
d649bd2dfd
feat: Add support for bulk snooze until ( #9360 )
2024-05-08 08:55:31 +05:30
2ef767d60f
feat: exporting contacts takes the filters into account ( #9347 )
...
- This PR allows contacts to be exported using the current filter in CRM view
Co-authored-by: Sojan Jose <sojan@pepalo.com >
2024-05-07 20:18:36 -07:00
de044e29f0
chore: Rescue Oauth2::Error and mark the channel as inactive ( #9358 )
...
Co-authored-by: Sojan <sojan@pepalo.com >
2024-05-07 12:03:38 -07:00
Sojan Jose and GitHub
892e1fd333
chore:Remove the official support for 360Dialog APIs ( #9356 )
2024-05-07 11:37:28 -07:00
Muhsin Keloth
b11f4d5bd5
Update linear_controller.rb
2024-05-07 15:22:59 +05:30
Muhsin Keloth
0a45b7e156
chore: add feature flag linear_integration
2024-05-07 15:13:33 +05:30
Muhsin Keloth
ee184d9792
chore: cleanup code
2024-05-07 14:19:34 +05:30
Muhsin Keloth and GitHub
3595903fb5
Merge branch 'develop' into feat/linear-backend
2024-05-07 14:06:03 +05:30
Shivam Mishra and GitHub
4c1c856562
chore: Remove word spacing from p ( #9353 )
2024-05-06 18:27:56 -07:00
Sojan Jose and GitHub
f6d7f3b665
fix: assignee_changed callback not getting triggered during conversation creation ( #9334 )
...
The reload method in our callback was refreshing the object and hence the saved_change_to_assignee_id? Method wasn't working in the following callbacks.
This impacted the listeners subscribing to the event `ASSIGNEE_CHANGE`, `TEAM_CHANGE` etc
2024-05-06 11:48:17 -07:00
Muhsin Keloth and GitHub
68a7fce45c
Merge branch 'develop' into feat/linear-backend
2024-05-06 22:35:00 +05:30
2af0d58deb
feat: Revamp profile settings screen ( #9352 )
...
Co-authored-by: Shivam Mishra <scm.mymail@gmail.com >
Co-authored-by: iamsivin <iamsivin@gmail.com >
2024-05-06 22:33:39 +05:30