Chatwoot/app
Sony Mathew 818c769bb7
Chore: Message to support multiple attachments (#730)
* Changes for the message to have multiple attachments
* changed the message association to attachments from has_one to has_many
* changed all the references of this association in building and fetching to reflect this change

* Added number of attachments validation to the message model

* Modified the backend responses and endpoints to reflect multiple attachment support (#737)

* Changing the frontend components for multiple attachments
* changed the request structure to reflect the multiple attachment structures
* changed the message bubbles to support multiple attachments
* bugfix: agent side attachment was not showing because of a missing await
* broken message was shown because of the store filtering
* Added documentation for ImageMagick

* spec fixes

* refactored code to reflect more apt namings

* Added updated message listener for the dashboard (#727)
* Added the publishing for message updated event
* Implemented the listener for dashboard

Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
2020-04-17 21:15:20 +05:30
..
actions Feature: Business logo API for web widget (#674) 2020-04-07 10:19:19 +05:30
assets [Chore] - Fix docker build (#290) 2019-11-26 13:37:28 +05:30
bot Chore: Switch from Carrierwave to ActiveStorage (#393) 2020-01-07 22:59:17 +05:30
builders Chore: Message to support multiple attachments (#730) 2020-04-17 21:15:20 +05:30
channels Feature: Add online status to each user (#452) 2020-02-02 22:49:16 +05:45
controllers Chore: Message to support multiple attachments (#730) 2020-04-17 21:15:20 +05:30
dispatchers Chore: Housekeeping tasks (#721) 2020-04-16 15:05:01 +05:30
finders Chore: Message to support multiple attachments (#730) 2020-04-17 21:15:20 +05:30
helpers Feature: Support file type messages on widget and dashboard (#659) 2020-04-02 12:28:38 +05:30
identities Initial Commit 2019-08-14 15:18:44 +05:30
javascript Chore: Message to support multiple attachments (#730) 2020-04-17 21:15:20 +05:30
jobs Feature: Website SDK (#653) 2020-04-03 13:04:58 +05:30
listeners Chore: Message to support multiple attachments (#730) 2020-04-17 21:15:20 +05:30
mailers Bug: Fixed conversation reply mail issue when an attachment is sent (#655) 2020-03-30 16:07:01 +05:30
models Chore: Message to support multiple attachments (#730) 2020-04-17 21:15:20 +05:30
policies Chore: APIs for agent bots (#676) 2020-04-07 10:41:18 +05:30
presenters/conversations Bug: Fix duplicate messages from Twitter DM and tweets (#599) 2020-03-06 01:47:37 +05:30
services Chore: Message to support multiple attachments (#730) 2020-04-17 21:15:20 +05:30
views Chore: Message to support multiple attachments (#730) 2020-04-17 21:15:20 +05:30
workers Feature: Conversation creation email notifications (#576) 2020-03-01 19:06:13 +05:30
test-matchers.js Initial testing with jest (#133) 2019-10-15 00:18:46 +05:30