Mirror importado do GitHub: https://github.com/Rodribm10/iachat
Go to file
Sony Mathew 0b65526b85
Feature: Conversation Continuity with Email (#770)
* Added POC for mail inbox reply email
* created mailbox and migratuion for the same
* cleaned up sidekiq queues and added the queues for action mailbox and active storage
* created conversation mailbox and functionlaity to create a message on the conversation when it's replied

* Added UUID to conversation to be used in email replies

* added migration to add uuid for conversation
* changed parsing and resource fetching to reflect matching uuid and
  loading conversation alone
* cleaned up conversation mailbox.rb

* Added content type & attribute for message

* Added the new reply email to outgoing emails
* Added migration to accounts for adding domain and settings
* Modified seeds to reflect this changes
* Added the flag based column on account for boolean settings
* Added the new reply to email in outgoing conversation emails based on conditions

* Added dynamic email routing in application mailbox
* Added dynamic email routing in application mailbox
* Added a catch all deafult empty mailbox
* Added annotation for account

* Added the complete email details & attachments to the message
* Added the complete email details to the message in content_attributes, like subject, to, cc, bcc etc
* Modified the mail extractor to give a serilaized version of email
* Handled storing attachments of email on the message

* Added incoming email settings, env variables

* [#138] Added documentation regarding different email settings and variables

* Fixed the mail attachments blob issue (#138)
* Decoided attachments were strings and had to construct blobs out fo them to work with active storage
* Fixed the content encoding issue with mail body
* Fixed issue with Proc used in apllication mailbox routing
* Fixed couple of typos and silly mistakes

* Set appropriate from email for conversation reply mails (#138)
* From email was taken from a env variable, changed it to take from account settings if enabled
* Set the reply to email correctly based on conversation UUID
* Added commented config ind development.rb for mailbox ingress

* Added account settings for domain and support email (#138)
* Added the new attributes in accounts controller params whitelisting, api responses
* Added options for the the new fields in account settings

* Fixed typos in email continuity docs and warnings

* Added specs for conversation reply mailer changes (#138)
* Added specs for
  * conversation reply mailer
  * Accounts controller
  * Account and Conversation models

* Added tests for email presenter (#138)

* Specs for inbound email routing and mailboxes (#138)
2020-04-30 20:20:26 +05:30
__mocks__ Feature: Agent Profile Update with avatar (#449) 2020-02-16 17:20:38 +05:30
.circleci Chore: Update ruby version (#665) 2020-04-05 12:11:50 +05:30
.dependabot Add Dependabot config (#217) 2019-11-25 09:48:11 +05:30
.github [Enhancement] Select widget_color while creating inbox (#362) 2019-12-14 18:14:35 +05:30
app Feature: Conversation Continuity with Email (#770) 2020-04-30 20:20:26 +05:30
bin 🚨Fix Rubocop lint errors 2019-10-20 14:17:26 +05:30
config Feature: Conversation Continuity with Email (#770) 2020-04-30 20:20:26 +05:30
db Feature: Conversation Continuity with Email (#770) 2020-04-30 20:20:26 +05:30
docker Chore: Update ruby version (#665) 2020-04-05 12:11:50 +05:30
docs Feature: Conversation Continuity with Email (#770) 2020-04-30 20:20:26 +05:30
lib Feature: Twilio Whatsapp Integration (#779) 2020-04-30 01:41:13 +05:30
log Initial Commit 2019-08-14 15:18:44 +05:30
public [Feature] Add PWA support (#157) 2019-10-18 12:37:09 +05:30
spec Feature: Conversation Continuity with Email (#770) 2020-04-30 20:20:26 +05:30
swagger Chore: Update swagger API documentation (#745) 2020-04-20 11:55:06 +05:30
tmp Initial Commit 2019-08-14 15:18:44 +05:30
vendor/assets Initial Commit 2019-08-14 15:18:44 +05:30
.all-contributorsrc [docs] Move contributors section to docs (#120) 2019-10-06 09:23:24 +05:30
.browserslistrc Initial Commit 2019-08-14 15:18:44 +05:30
.codeclimate.yml Feature: Ability to set an account name (#667) 2020-04-06 22:17:07 +05:30
.dockerignore Reduce docker image size (#394) 2019-12-31 18:23:18 +05:30
.editorconfig Introduce .editorconfig (#149) 2019-10-16 12:01:05 +05:30
.env.example Feature: Conversation Continuity with Email (#770) 2020-04-30 20:20:26 +05:30
.eslintrc.js Chore: Upgrade babel packages (#736) 2020-04-17 18:49:14 +05:30
.gitignore Chore: Enable Users to create multiple accounts (#440) 2020-03-07 12:18:16 +05:30
.nvmrc Feature: API for updating account settings (#645) 2020-03-29 12:16:31 +05:30
.prettierrc Add linters and pre-commit hook 2019-08-21 10:27:57 +05:30
.rspec Fix url in emails, add frontendURL helper (#19) 2019-08-25 19:59:28 +05:30
.rubocop_todo.yml Chore: Scope URLs with account_id (#601) 2020-03-09 23:27:10 +05:30
.rubocop.yml Feature: Business logo API for web widget (#674) 2020-04-07 10:19:19 +05:30
.ruby-version Chore: Update ruby version (#665) 2020-04-05 12:11:50 +05:30
.scss-lint.yml Chore: Web widget Inbox Tech Debts (#738) 2020-04-19 23:40:28 +05:30
app.json [#260] One click deploy to heroku (#275) 2019-11-24 17:19:14 +05:30
babel.config.js Chore: Upgrade babel packages (#736) 2020-04-17 18:49:14 +05:30
Capfile 🚨Fix Rubocop lint errors 2019-10-20 14:17:26 +05:30
config.ru Initial Commit 2019-08-14 15:18:44 +05:30
crowdin.yml Update Crowdin configuration file 2020-04-13 19:01:00 +05:30
docker-compose.production.yaml Bug: Added Sidekiq to production docker compose (#555) (#557) 2020-02-25 01:23:29 +05:30
docker-compose.yaml Feature: Add Sidekiq docker (#443) 2020-01-27 00:15:13 +05:45
Gemfile Feature: Twilio Whatsapp Integration (#779) 2020-04-30 01:41:13 +05:30
Gemfile.lock Feature: Twilio Whatsapp Integration (#779) 2020-04-30 01:41:13 +05:30
jest.config.js Feature: Agent Profile Update with avatar (#449) 2020-02-16 17:20:38 +05:30
LICENSE Docs: Update year in license file (#401) 2020-01-02 12:27:22 +05:30
package.json Chore: Upgrade babel packages (#736) 2020-04-17 18:49:14 +05:30
postcss.config.js Upgrade bourbon to ^6.0.0 (#161) 2019-10-20 13:34:19 +05:30
Procfile Send emails via sidekiq (#380) 2019-12-25 03:03:02 +05:30
Procfile.dev Feature: Add Sidekiq docker (#443) 2020-01-27 00:15:13 +05:45
Rakefile Initial Commit 2019-08-14 15:18:44 +05:30
README.md Chore: Fix URLs in README 2020-04-08 22:46:58 +05:30
workbox-config.js [Feature] Add PWA support (#157) 2019-10-18 12:37:09 +05:30
yarn.lock Chore: Upgrade babel packages (#736) 2020-04-17 18:49:14 +05:30

Woot-logo

A simple and elegant live chat software
An opensource alternative to Intercom, Zendesk, Drift, Crisp etc.

Deploy


Maintainability CircleCI Badge Docker Build Badge License Commits-per-month Discord Chat on Discord

ChatUI progess

Background

Chatwoot is a customer support tool for instant messaging channels which can help businesses to provide exceptional customer support. The development of Chatwoot started in 2016 and it failed to succeed as a business and eventually shut the shop in 2017. During 2019 #Hacktoberfest, the maintainers decided to make it opensource instead of letting the code rust in a private repo. With a pleasant surprise, Chatwoot became a trending project on Hacker News and best of all, got lots of love from the community.

Now, a failed project is back on track and the prospects are looking great. The team is back to working on the project and we are building it in the open. Thanks to the ideas and contributions from the community.

Documentation

Detailed documentation is available at www.chatwoot.com/docs.

You can find the quick setup docs here.

Branching model

We use git-flow branching model. The base branch is develop. If you are looking for a stable version, please use the master or tags labelled as v1.x.x.

Heroku one-click deploy

Deploying chatwoot to heroku, it's a breeze. It's as simple as clicking this button.

Deploy

Follow this link to understand setting the correct environment variables for the app to work with all the features. There might be breakages if you do not set the relevant environment variables. This applies to deploying the docker image as well.

Docker

Follow our docker development guide to develop and debug the application using docker-compose.

Follow our environment variables guide to setup environment for Docker.

Contributors

Thanks goes to all these wonderful people:

Chatwoot © 2017-2020, ThoughtWoot Inc - Released under the MIT License.