Sojan
480eb3043c
Merge branch 'release/2.4.0'
Publish Chatwoot CE docker images / build (push) Waiting to run
2022-04-18 23:25:37 +05:30
Sojan
569ae24d8a
Bump version to 2.4.0
2022-04-18 23:23:17 +05:30
Sojan Jose and GitHub
615a575bdd
fix: Agent typing indicator for website widget ( #4495 )
...
When we migrated the pubsub tokens from contact to contact inboxes, we missed out on doing this update for the typing indicator events. Hence the agent typing events weren't visible on the widget side. This change fixes that and removes the necessary column contact pubsub token from the model.
fixes : #4476
2022-04-18 19:05:45 +05:30
Pranav Raj S and GitHub
17fb6b8d55
fix: Update business hour calculation ( #4496 )
2022-04-18 18:15:20 +05:30
Muhsin Keloth and GitHub
e010f0c6f0
chore: Sync pre-chat fields after custom attribute destroy ( #4456 )
2022-04-18 14:06:27 +05:30
Shivam Chahar and GitHub
04e890070d
fix: Change report_type to type in report API docs ( #4492 )
2022-04-18 11:38:22 +05:30
Pranav Raj S and GitHub
0319b78eac
fix: Allow users to login even if they have access to more than 15 accounts ( #4475 )
2022-04-14 20:54:26 +05:30
Vishnu Narayanan and GitHub
80e5d6d7a0
feat: add chatwoot_edition variable for CE docker images ( #4462 )
...
* chore: add chatwoot_edition variable for CE docker images
* fix cw_edition variable
* chore: update comment
* feat: include cw_edition data in payload to hub
* refactor cw_edition to edition
2022-04-14 17:15:57 +05:30
337a74a10c
feat: Add send message, fix issues with message conditions ( #4423 )
...
Co-authored-by: Tejaswini <tejaswini@chatwoot.com >
2022-04-14 13:36:55 +05:30
d4be268cc3
enhancement: Remove clickaway for expanded reply box ( #4414 )
...
* enhancement: Remove clickaway for expanded reply box
* Removes unused imports
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2022-04-13 12:04:34 +05:30
Tejaswini Chile and GitHub
a6b119d187
Feat: twitter image support ( #4429 )
2022-04-13 01:29:51 +05:30
Tejaswini Chile and GitHub
923b4637db
chore: Automation bug fix ( #4442 )
2022-04-12 20:23:34 +05:30
b6ad468eb4
fix: Nokogiri bundle update ( #4448 )
...
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2022-04-12 11:30:54 +05:30
14503b5fe0
feat: Add missing password validation at signup ( #4441 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-04-12 11:08:12 +05:30
c64e2e3bc5
chore: Report improvements ( #4392 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-04-11 20:57:22 +05:30
Aswin Dev P.S and GitHub
31cdc63e18
fix: Remove IMAP and SMTP email validation ( #4435 )
...
* Remove IMAP and SMTP email validation
* Rename imap_email & smtp_email columns to imap_login & smtp_login respectively.
* Use channel email domain if inbound email domain not present
2022-04-11 07:07:20 -07:00
Nithin David Thomas and GitHub
3d164271a8
fix: Yellow color shades are inconsistent ( #4391 )
2022-04-11 17:27:28 +05:30
Sojan Jose and GitHub
1194188f13
chore: Swagger doc for Conversation meta API ( #4394 )
...
fixes: https://github.com/chatwoot/chatwoot/issues/4327
2022-04-11 16:43:09 +05:30
Aswin Dev P.S and GitHub
9b5eb98c59
feat: Support additional authentication mechanisms for SMTP ( #4431 )
...
* Support additional authentication mechanisms for SMTP
2022-04-11 03:13:05 -07:00
8622740161
chore(deps): bump moment from 2.29.1 to 2.29.2 ( #4434 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 15:10:37 +05:30
Muhsin Keloth and GitHub
fb3ed29c90
chore: Add missing test cases in conversations_controller_spec ( #4438 )
2022-04-11 14:06:44 +05:30
Aswin Dev P.S and GitHub
f1ae09d21b
fix: SMTP shouldn't be configurable without IMAP enabled ( #4428 )
...
* fix: Configure SMTP only if IMAP is enabled
2022-04-11 00:05:03 -07:00
Pranav Raj S and GitHub
b1efcde495
feat: Remove duplicate Switch Component ( #4427 )
2022-04-08 18:25:08 +05:30
Pranav Raj S and GitHub
bc7bcc20b8
Revert "feat: Adds support for draft in conversation reply box ( #4205 )" ( #4425 )
...
This reverts commit 5ea0436051 .
2022-04-08 15:52:39 +05:30
Muhsin Keloth and GitHub
7e5ec7925c
feat: Add phone_number & custom_attributes in create conversation end point ( #4421 )
2022-04-08 14:53:37 +05:30
727993aa19
feat: Add toggle button component( #4419 )
...
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2022-04-08 14:02:26 +05:30
Aswin Dev P.S and GitHub
d5536d65f7
feat: Consider business hours while generating the reports ( #4330 )
...
* feat: Consider business hours while generating the reports
2022-04-08 00:18:18 -07:00
Tejaswini Chile and GitHub
57359be37e
Fix: Find mailbox with cc email ( #4372 )
2022-04-08 11:20:19 +05:30
Sivin Varghese and GitHub
14e6a5d6b0
fix: Background dark mode colour issue in campaign view ( #4416 )
2022-04-08 10:54:51 +05:30
5ea0436051
feat: Adds support for draft in conversation reply box ( #4205 )
...
* Add draft support
* Fixes issue with draft loading
* Adds draft for private notes
* Use localstorage helper
* .remove instead of .clear
* Remove timestamp
* clearLocalStorageOnLogout
* Fix draft save on refresh
* Remove usage of delete operator
* Adds autosave for draft messages
* Remove setinterval and add debounce
* Removes draft redundancy check
* Adds test cases for debouncer
* Update app/javascript/shared/helpers/specs/TimeHelpers.spec.js
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
* Update app/javascript/shared/helpers/specs/TimeHelpers.spec.js
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
* Review fixes
* Fixes issue with debouncer
* FIxes debouncer issue
* Fixes issue with draft empty message
* Removes empty keys from local storage drafts
* Fixes error with empty draft
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com >
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
Co-authored-by: iamsivin <iamsivin@gmail.com >
2022-04-07 22:16:45 +05:30
Muhsin Keloth and GitHub
dfb56f6bb8
doc: Swagger for custom attribute APIs ( #4382 )
2022-04-07 19:01:31 +05:30
d4a046a21e
fix: Audio notification would not work without action on the dashboard ( #4303 )
...
* fixes: Audio notification would not work without an action on dashboard
* fixes spec
* Minor fixes
* Minor fixes
* Review fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2022-04-07 10:23:18 +05:30
Fayaz Ahmed and GitHub
8482ecc1b1
Feat - Sort inboxes alphabetically ( #4383 )
2022-04-07 10:01:08 +05:30
Sivin Varghese and GitHub
5b490bc8cc
chore: fix scroll bar color in the dark mode ( #4404 )
2022-04-07 07:14:40 +05:30
Muhsin Keloth and GitHub
c2afdd5c93
chore: Remove unnecessary fields from notification payload ( #4403 )
2022-04-07 00:07:53 +05:30
Vishnu Narayanan and GitHub
75ce5345a9
feat: add gh action to build Chatwoot CE/foss docker image ( #4406 )
...
Github action to build and push chatwoot-ce(foss) edition images. This action will run on merges to master, develop and when tags are created. Corresponding docker tags are as follows.
GitHub branch/tag --> docker tag
----
master --> latest-ce
develop ---> develop-ce
v2.3.2 ---> v2.3.2-ce
v* ---> v*-ce
Fixes #4388
2022-04-06 21:14:04 +05:30
9329f08e14
chore: Fix typo in en localisation file ( #4405 )
...
Fix
Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com >
2022-04-06 20:21:19 +05:30
Pranav Raj S and GitHub
0b03e4b296
feat: Add an option to disable endConversation button ( #4352 )
2022-04-06 13:54:55 +05:30
Tejaswini Chile and GitHub
821b953ee9
Fix: handling UTF encoded mail ( #4384 )
2022-04-06 12:36:32 +05:30
Sojan Jose and GitHub
7a8aa4ca2e
chore: Add Swagger Doc for Team Members ( #4390 )
...
Add swagger documentation for Team Members APIs
2022-04-05 16:05:49 +05:30
2595e774e5
fix: Update validations in automation edit actions ( #4370 )
...
Co-authored-by: fayazara <fayazara@gmail.com >
2022-04-05 15:22:56 +05:30
Sojan Jose and GitHub
9a8a0bd865
feat: Ability to customize the online presence duration ( #4385 )
2022-04-05 15:20:34 +05:30
cd5646b4b9
fix: Skip contact_last_seen_at in empty conversation payload ( #4387 )
...
* Fix undefined `last_seen_at` empty conversation
* chore: remove the comment
Co-authored-by: Sojan Jose <sojan@pepalo.com >
2022-04-05 14:00:07 +05:30
Vishnu Narayanan and GitHub
76f53d9a11
feat: add gh action to run CE edition tests ( #4342 )
...
* feat: add gh action to run CE spec
* setup ruby
* add pg,redis services
* fix failing tests
2022-04-04 19:27:01 +05:30
Muhsin Keloth and GitHub
591d186d66
chore: Add agent_last_seen_at in conversation API ( #4377 )
2022-04-04 18:23:38 +05:30
Jordan Brough and GitHub
73d8073530
chore: Fix test failure in action_cable_listener_spec.rb due to ordering ( #4357 )
2022-04-04 15:15:45 +05:30
Muhsin Keloth and GitHub
1dd0c7249c
fix: Unread notification count in multiple accounts ( #4373 )
...
Fixes : #4367
2022-04-04 14:34:01 +05:30
Pranav Raj S and GitHub
3509692055
chore: Fix brand name in survey translations ( #4360 )
2022-04-03 19:22:56 +05:30
Sivin Varghese and GitHub
5d85a21287
fix: Fix login button is missing in Safari ( #4332 )
...
Fixes #4328
2022-04-01 21:03:53 +05:30
caee9535f1
feat: Support Dark mode for the widget ( #4137 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-04-01 20:59:03 +05:30
Vishnu Narayanan and GitHub
3813b3b372
feat: make linux script installation non-interactive ( #4355 )
...
This PR changes the LetsEncrypt behaviour to be non-interactive. Earlier, the installation flow was waiting for user input at the SSL cert generation stage. With this change, once the user confirms completes the initial selection, the installation can be completed unattended.
2022-04-01 00:34:50 +05:30
Pranav Raj S and GitHub
c397fe1964
fix: Update the URL for POST inbox_members ( #4354 )
2022-03-31 21:21:25 +05:30
cb23ff53bf
fix: Reset Captcha if account signup is an error ( #4279 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-03-31 21:20:37 +05:30
Sivin Varghese and GitHub
3cd1616df6
fix: Fix agent name in Twitter channel private note acting as a link ( #4326 )
2022-03-31 20:22:52 +05:30
Muhsin Keloth and GitHub
eff3a50316
fix: Disable showing read messages in unread view ( #4324 )
2022-03-31 17:35:39 +05:30
0477123f92
chore(deps): bump minimist from 1.2.5 to 1.2.6 ( #4351 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-31 16:33:14 +05:30
c9f821cc5b
chore(deps): bump puma from 5.6.2 to 5.6.4 ( #4348 )
...
Bumps [puma](https://github.com/puma/puma ) from 5.6.2 to 5.6.4.
- [Release notes](https://github.com/puma/puma/releases )
- [Changelog](https://github.com/puma/puma/blob/master/History.md )
- [Commits](https://github.com/puma/puma/compare/v5.6.2...v5.6.4 )
---
updated-dependencies:
- dependency-name: puma
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-31 16:02:53 +05:30
baf697f064
design: Changes yellow color palette for better contrast ratio ( #4334 )
...
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com >
2022-03-30 18:53:24 +05:30
Tejaswini Chile and GitHub
5be9380547
Fix: html mail fix with html_body content ( #4011 )
2022-03-30 18:04:30 +05:30
Muhsin Keloth and GitHub
24b20c10ce
fix: Referer URL validation ( #4309 )
...
Fixes #354
2022-03-30 14:36:22 +05:30
Tejaswini Chile and GitHub
bfe6324d9a
chore: Webhook event data improvements ( #4317 )
2022-03-30 11:37:36 +05:30
Tejaswini Chile and GitHub
15fd37b124
Feat: attachments automation ( #4266 )
2022-03-30 08:08:58 +05:30
3f2ac2042f
fix: Fetch conversation attributes after contact reset ( #4319 )
...
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2022-03-29 19:51:51 +05:30
Tejaswini Chile and GitHub
3158966241
Feat: automation rule based on contact conditions ( #4230 )
2022-03-29 17:29:34 +05:30
Fayaz Ahmed and GitHub
c674393c02
feat: New automation actions ( #4033 )
2022-03-29 13:27:16 +05:30
Kyle Killion and GitHub
cffc984ef6
chore: Add active_storage_purge queue to Sidekiq ( #4322 )
...
I found that these jobs were just enqueuing without processing until I added this queue after switching to S3 storage. This fixed that issue.
2022-03-29 11:43:07 +05:30
Aswin Dev P.S and GitHub
5e8fd689c9
feat: Add live agent load report api ( #4297 )
...
This change allows the admin user to fetch conversation metrics for an account, agents, and filter conversation metrics for a specific agent.
Fixes #4305
2022-03-29 10:31:52 +05:30
Muhsin Keloth and GitHub
ccf52a620b
feat: Update notifications and unread count in real time ( #4261 )
2022-03-28 20:01:23 +05:30
Vishnu Narayanan and GitHub
ec0ea0b1dc
chore: Upgrade to next gen docker convenience image ( #4310 )
...
* chore: Upgrade to next gen docker convenience image
https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034/16
* switch to postgres:14.1 and redis:6.2 images
2022-03-28 18:15:38 +05:30
Vishnu Narayanan and GitHub
8155024b6a
feat: fix logging levels ( #4314 )
...
https://ruby-doc.org/stdlib-2.7.0/libdoc/logger/rdoc/Logger.html
Fixes https://github.com/chatwoot/chatwoot/issues/4313
2022-03-28 18:14:30 +05:30
823c0ab6a7
chore: Use Round Robin service for team assignment ( #4237 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-03-28 14:38:07 +05:30
e8bc30e3c6
feat: Add a confirmation note before deleting a note about a contact ( #4294 )
...
Co-authored-by: Richardo <richardokusuma.sali@medirecords.com >
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-03-28 14:19:12 +05:30
Fayaz Ahmed and GitHub
30ac8054ba
feat: Add an SDK method for opening conversation in popout window ( #4232 )
2022-03-28 13:31:51 +05:30
Aswin Dev P.S and GitHub
0ba6e772a4
feat: Display how many conversations are considered for the metric calculation ( #4273 )
...
* feat: Display how many conversations are considered for the metric calculation
2022-03-28 00:38:23 -07:00
Aswin Dev P.S and GitHub
ba0188aefc
fix: Report spec failure ( #4304 )
2022-03-28 12:31:09 +05:30
Sojan Jose and GitHub
e0f29b9d81
chore: Add swagger docs for Canned Responses ( #4295 )
...
fixes : #3962
2022-03-26 00:43:44 +05:30
Pranav Raj S and GitHub
971755b845
fix: Remove unnecessary dispatchWindowEvent ( #4288 )
2022-03-25 20:25:07 +05:30
0667d9f016
fix: Avatars get cropped on the widget ( #4238 )
...
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com >
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2022-03-25 19:20:53 +05:30
Sivin Varghese and GitHub
48389d69d8
feat: New notification panel for unread notifications ( #4061 )
...
Fixes : #4052
2022-03-25 19:02:45 +05:30
Sojan Jose and GitHub
ff881fcad9
chore: Support Email should give priority to environment variable ( #4270 )
...
Account.support_email should give priority to environment variables over installation config
Fixes : #3304
2022-03-25 16:13:45 +05:30
Sagar and GitHub
5da0b0667f
Fix: SMTP IMAP configuration from email
...
This fix should allow emails from the "Email" inbox to show from as "Name <email@example.com >". if SMTP within Inbox is disabled.
2022-03-25 16:05:26 +05:30
Jordan Brough and GitHub
a8cfcbc168
chore: Timezone fixes for ReportBuilder and for ReportController spec ( #4246 )
...
- ReportBuilder wasn't using the specified time zone for the timestamp in the
"build" method
- The ReportController spec was calling `Time.zone.today.to_time`, but
`Date#to_time` disregards the zone from `Time.zone` and reverts to the system
time zone.
2022-03-25 14:00:27 +05:30
6bfe0f2fc1
feat: Add support for rich editor and allow CCs in email for a new conversation. ( #4194 )
...
* feat: Add support for rich editor and allow CCs in email for a new conversation.
* Minor fixes
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com >
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2022-03-25 11:27:45 +05:30
Jordan Brough and GitHub
131c0a8668
chore: Don't send confirmation email when creating User via platform api ( #4272 )
...
The platform api automatically confirms users so we don't need to send this
email.
2022-03-25 00:36:59 +05:30
Sojan Jose and GitHub
8e153d6350
fix: Redis 6 on Heroku breaks ActionCable config ( #4269 )
...
Heroku made some SSL/TLS changes with Redis 6, which is breaking the ActionCable configuration.
Hence providing an environment variable configuration `REDIS_OPENSSL_VERIFY_MODE` to fix that.
set the value `none` for this environment variable in your Heroku installations where breakage occurs.
fixes : #2420
2022-03-24 19:25:07 +05:30
Tejaswini Chile and GitHub
60a0709de6
Fix: added validation for custom and additional attribute ( #4260 )
2022-03-24 15:38:28 +05:30
Jordan Brough and GitHub
14c53b8b54
chore: Use "contain_exactly" in some tests ( #4243 )
2022-03-24 13:50:04 +05:30
Vishnu Narayanan and GitHub
7577c9c888
fix: drop conv and campaign seq on account delete ( #4256 )
...
Conversation and campaign sequences persist in the database even after the related account is deleted. This PR adds an after_desttory callback on the account model that will delete the associated sequences.
Fixes : #4252
2022-03-24 13:33:15 +05:30
Jordan Brough and GitHub
0cf970dafd
chore: Eliminate deprecation warning in "app_config_controller_spec.rb" ( #4258 )
...
Fix the warning:
Using `should` from rspec-expectations' old `:should` syntax without
explicitly enabling the syntax is deprecated. Use the new `:expect` syntax
or explicitly enable `:should` with `config.expect_with(:rspec) { |c| c.syntax = :should }` instead.
2022-03-24 13:31:19 +05:30
Jordan Brough and GitHub
c2647a1f27
chore: Use "destroy!" instead of "destroy" when not checking the return value ( #4259 )
2022-03-24 13:28:25 +05:30
giquieu and GitHub
8b9aea231c
feat: support audio player on widget ( #4250 )
2022-03-24 12:44:34 +05:30
Jordan Brough and GitHub
b735135431
chore: Fix "action_mailer.delivery_method" in the test env ( #4257 )
...
Fixes : #4247
2022-03-23 20:46:28 +05:30
Sojan
160e8a8ab4
Merge branch 'release/2.3.2' into develop
2022-03-23 19:06:52 +05:30
Sojan
2605f24539
Merge branch 'release/2.3.2'
2022-03-23 19:06:45 +05:30
Sojan
dd76dd4204
Bump version to 2.3.2
2022-03-23 19:05:34 +05:30
86b4183bde
fix: Add multiple file paste support and fix for bugs ( #4066 )
...
- Add multiple files paste support.
- Fixes showing file name in the editor field when we paste the file from finder.
- Fixes showing the image in the advance editor when we paste the image as an attachment from the clipboard.
Fixes : #4036
Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com >
2022-03-23 18:25:57 +05:30
Jordan Brough and GitHub
4a21633a2b
chore: Use bang version of "find_or_create_by!" in Platform UsersController ( #4248 )
2022-03-23 16:09:10 +05:30
Sojan Jose and GitHub
f8c46341f6
chore: Disable invalid contact resolved activity messages ( #4253 )
...
Fixes the bug which triggered "Contact resolved conversation" activity messages when snoozed conversations where reopened
2022-03-23 16:08:42 +05:30
Pranav Raj S and GitHub
771cb5b9fc
fix: Update scroll event name to fix auto-scroll ( #4251 )
...
Fixes #3622
2022-03-23 13:27:50 +05:30
Sojan Jose and GitHub
f43018e017
chore: New translations automation.json (Italian) ( #4231 )
2022-03-22 12:42:10 +05:30
Sojan Jose and GitHub
467f3b9191
chore: Disable fetching new emails after mailbox error ( #4176 )
...
- Disabled email fetch job if credentials for the channel isn't working
- notify customers when the email channel isn't working
fixes: https://github.com/chatwoot/chatwoot/issues/4174
2022-03-22 12:14:17 +05:30
Muhsin Keloth and GitHub
715400f7ab
fix: Disable pre-chat fields for identified users ( #4234 )
2022-03-22 01:28:22 +05:30
Tejaswini Chile and GitHub
7b4cac746a
feat: enhancement to un-send instagram message ( #4120 )
2022-03-21 17:10:15 +05:30
Sojan Jose and GitHub
6169d172d8
chore: Update translations from Crowdin ( #4217 )
2022-03-21 13:15:33 +05:30
Tejaswini Chile and GitHub
e06a6a7c55
Automation enhancement ( #4087 )
2022-03-21 13:12:27 +05:30
c608ca37e0
fix: Contact conversations are showing in the chat list ( #4078 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-03-21 11:46:43 +05:30
Pranav Raj S and GitHub
6097f4c122
fix: Update survey locale based on the account ( #4207 )
2022-03-20 13:07:36 +05:30
Fayaz Ahmed and GitHub
8372ae418e
System default monospace fonts for code elem ( #4222 )
2022-03-19 20:56:29 +05:30
Sojan Jose and GitHub
71391d982b
chore: filter .xml files for Bandwidth SMS ( #4206 )
...
MMS sent from an ATT or Verizon phone number seems to be appending a SMIL file in .xml format for MMS.
2022-03-18 19:00:36 +05:30
b77fad52fb
fix: Add missing contact information to fix invalid activity messages ( #4195 )
...
Co-authored-by: Tejaswini <tejaswini@chatwoot.com >
2022-03-18 13:43:02 +05:30
Sojan Jose and GitHub
40f31cb0a3
chore: Update translations ( #4208 )
2022-03-18 11:24:22 +05:30
7f8a199b29
chore: Update translations ( #4099 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-03-17 20:02:32 +05:30
Muhsin Keloth and GitHub
23fe8847d8
feat: Notification action cable event ( #4154 )
2022-03-17 18:56:36 +05:30
Sojan
430547e026
Merge branch 'hotfix/2.3.1' into develop
2022-03-17 16:55:00 +05:30
Sojan
d0702363f4
Merge branch 'hotfix/2.3.1'
2022-03-17 16:54:49 +05:30
Sojan
d6d0c79618
Bump version to 2.3.1
2022-03-17 16:53:36 +05:30
Sojan Jose and GitHub
9f8e442333
chore: Improve n+1 queries ( #4202 )
...
Fixes the n+1 queries that get triggered while accessing agents endpoint
2022-03-17 15:57:32 +05:30
Pranav Raj S and GitHub
4a3ddad02f
fix: Reduce the height of the unread container while campaign is active ( #4185 )
2022-03-16 14:45:57 +05:30
Tejaswini Chile and GitHub
207a03155e
Feat: authenticate direct upload ( #4160 )
2022-03-16 13:54:18 +05:30
Sojan
796a7805db
Merge branch 'release/2.3.0' into develop
2022-03-15 23:04:09 +05:30
Sojan
a50ea9c88a
Merge branch 'release/2.3.0'
2022-03-15 23:03:59 +05:30
Sojan
711251560b
Bump version to 2.3.0
2022-03-15 22:59:54 +05:30
c4837cd7ac
feat: End conversation from widget ( #3660 )
...
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com >
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-03-15 22:07:30 +05:30
Pranav Raj S and GitHub
4b748e2c8c
fix: Delete content_attributes in message destroy API ( #4184 )
2022-03-15 22:01:16 +05:30
8c8c5a77c8
feat: Show banner message if Chatwoot update available ( #3999 )
...
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com >
Co-authored-by: Pranav <pranav@chatwoot.com >
2022-03-15 21:09:14 +05:30
Sojan Jose and GitHub
02dd5ecfab
chore: 360Dialog attachments fix ( #4173 )
...
fixes : #3701
2022-03-15 17:42:21 +05:30
Muhsin Keloth and GitHub
f405572e5c
Revert "feat: Custom fields in pre-chat form ( #4135 )" ( #4182 )
...
This reverts commit e730804b48 .
2022-03-15 16:54:33 +05:30
Sojan Jose and GitHub
25876993ff
fix: NoMethodError: undefined method `id' for nil:NilClass ( #4172 )
...
fixes : #4171
2022-03-15 14:30:33 +05:30
b3ba8b9513
fix: Could not able to create label ( #4161 )
...
* fixes: Could not able to create label
* review fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2022-03-14 20:43:56 +05:30
Fayaz Ahmed and GitHub
4a2452173e
feat: Added support for Created At, Last Activity At filters in the UI ( #4031 )
2022-03-14 20:24:53 +05:30
Aswin Dev P.S and GitHub
c62d74a01d
feat: Display trends in report metrics ( #4144 )
2022-03-14 18:15:27 +05:30
Sivin Varghese and GitHub
5edf0f2bbe
fix: Fix modal responsiveness ( #4149 )
2022-03-14 18:14:16 +05:30
Fayaz Ahmed and GitHub
dd1fe4f93a
fix: Handle unsanitized markup in DOM ( #4110 )
2022-03-14 18:13:21 +05:30
Muhsin Keloth and GitHub
e730804b48
feat: Custom fields in pre-chat form ( #4135 )
...
Fixes : #2744
2022-03-14 15:06:56 +05:30
Sivin Varghese and GitHub
578414d788
feat: Adds ability to delete contact without having to type name ( #4155 )
2022-03-11 17:00:55 +05:30
Sivin Varghese and GitHub
619441ce1c
fixes: Showing vue warning in the console ( #4152 )
...
* fixes: Showing vue warn with PR#4100
* Minor fixes
2022-03-10 22:06:59 +05:30
Nithin David Thomas and GitHub
3c3b6f90c7
fix: Add base_url to the audio notification file ( #4116 )
2022-03-10 20:40:47 +05:30
Tejaswini Chile and GitHub
647efa12e7
fix: Attach instagram images with file type story_mentions ( #4100 )
2022-03-10 20:27:30 +05:30
b3545f42f1
fixes: Contact search is skipping the '+' sign for email. ( #4142 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-03-10 11:15:41 +05:30
Pranav Raj S and GitHub
fb03b6f434
chore: Upgrade rails to 6.1.4.7 to fix ( #4143 )
...
Fixes CVE-2022-21831
2022-03-10 11:01:40 +05:30
Pranav Raj S and GitHub
1aa7d6f7d8
fix: Update brand name in mailers ( #4123 )
2022-03-08 09:22:57 +05:30
giquieu and GitHub
96b719017b
feat: Ability to send voice message to channel ( #4064 )
...
Created the possibility to send audio as an attachment via the dashboard.
The channels that can send audio are the same channels that can send any type of attachment.
Used RecordRTC (https://github.com/muaz-khan/RecordRTC ) to capture the audio and Wavesurfer (https://github.com/katspaugh/wavesurfer.js ) to display the audio waves.
RecordRTC can be used to record videos if necessary.
Fixes #1973
2022-03-04 19:43:07 +05:30
Aswin Dev P.S and GitHub
b94e67f5d7
feat: Add agents filter in CSAT reports ( #4106 )
...
* add agents filter in csat reports
2022-03-04 03:49:26 -08:00
c76b588850
chore(deps): bump marked from 2.0.3 to 4.0.10 ( #3771 )
...
* chore(deps): bump marked from 2.0.3 to 4.0.10
Bumps [marked](https://github.com/markedjs/marked ) from 2.0.3 to 4.0.10.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v2.0.3...v4.0.10 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* use {marked}
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-03-04 14:53:40 +05:30
a28b911132
chore(deps): bump url-parse from 1.5.7 to 1.5.10 ( #4076 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2022-03-04 10:58:05 +05:30
6e4ae1a1bc
chore(deps): bump commonmarker from 0.23.2 to 0.23.4 ( #4108 )
...
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker ) from 0.23.2 to 0.23.4.
- [Release notes](https://github.com/gjtorikian/commonmarker/releases )
- [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gjtorikian/commonmarker/compare/v0.23.2...v0.23.4 )
---
updated-dependencies:
- dependency-name: commonmarker
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-04 10:57:22 +05:30
Pranav Raj S and GitHub
9583a2dbad
chore: Pass sso_account_id to select the account during SSO Login ( #4103 )
2022-03-03 20:49:51 +05:30
Sojan Jose and GitHub
11adfd2384
chore: remove unnecessary dependent destroy ( #4104 )
2022-03-03 13:02:02 +05:30
Pranav Raj S and GitHub
28d102f526
fix: Show new message screen instead of input field ( #4102 )
2022-03-03 12:36:31 +05:30
3d7ca61481
Show email signature with maximum height 8vh, fixes #4021 ( #4063 )
...
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com >
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2022-03-02 15:28:56 +05:30
Sojan Jose and GitHub
7b9e4982cf
Feat: Support MMS in SMS Channel ( Bandwidth ) ( #4046 )
...
Ability to send and receive MMS to bandwidth channel
fixes : #3961
2022-03-02 15:09:56 +05:30
4d458c2184
feat: Support respective input types in custom attributes - filters ( #4032 )
...
* Support differnt input types in custom attributes
* Handle list type custom attributes
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com >
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2022-03-02 14:16:42 +05:30
0582d15eb5
chore(deps): bump image_processing from 1.12.1 to 1.12.2 ( #4095 )
...
Bumps [image_processing](https://github.com/janko/image_processing ) from 1.12.1 to 1.12.2.
- [Release notes](https://github.com/janko/image_processing/releases )
- [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md )
- [Commits](https://github.com/janko/image_processing/compare/v1.12.1...v1.12.2 )
---
updated-dependencies:
- dependency-name: image_processing
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 10:31:37 +05:30
915fe3897c
chore: Add Github in contact social profiles ( #4086 )
...
* Add github in social links
* Code cleanup
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2022-03-01 14:33:26 +05:30
Muhsin Keloth and GitHub
f08d1b35d0
feat: Toggle automation status ( #3991 )
2022-03-01 14:14:23 +05:30
a3cb26a317
fix: AudioContext warning when loading widget on Chrome ( #3956 )
...
* fix: AudioContext warning when loading widget on Chrome
* minor fixes
* Minor fixes
* adds event on document
* Play audio from parent window through SDK
* Adds notification to dashboard
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com >
2022-02-28 21:43:24 +05:30
eee89bf0d8
feat: Show cc from last email on reply editor ( #3983 )
...
* Adds last emails to reply editor
* Fixes bug in reply box
* Adds test cases
* Prevents private notes having cc bcc data
* Prevents private notes having cc bcc data
* Init reply head with values
* fix broken tests
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com >
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2022-02-28 21:42:50 +05:30
Muhsin Keloth and GitHub
1de18391b4
fix: Handle invalid country code in contact details ( #4081 )
2022-02-28 19:48:13 +05:30
Muhsin Keloth and GitHub
bb16780278
chore: Upgrade utils to 0.0.5 ( #4082 )
2022-02-28 18:50:29 +05:30
4260441f8c
Chore: clean up Reporting Events ( #4044 )
...
Tech debt clean up
Fixes #4057
Co-authored-by: Aswin Dev P S <aswin@chatwoot.com >
2022-02-28 18:16:12 +05:30
12c0be002e
feat: Format time in reports ( #4072 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-02-28 16:54:43 +05:30
Muhsin Keloth and GitHub
aff14b697f
chore: Add webhook URL validation ( #4080 )
2022-02-28 15:44:02 +05:30
Pranav Raj S and GitHub
87a6266ddc
fix: Add resetTriggered flag to fix reset loop ( #4079 )
2022-02-28 14:53:11 +05:30
Sojan
cebb1bf871
Merge branch 'release/2.2.1' into develop
2022-02-28 14:12:36 +05:30
Sojan
ed2772dd59
Merge branch 'release/2.2.1'
2022-02-28 14:12:22 +05:30
Sojan
4f19fa763c
Bump version to 2.2.1
2022-02-28 14:04:40 +05:30
Muhsin Keloth and GitHub
46c1734ba1
feat: Add additional attributes in setUser method ( #3958 )
2022-02-28 12:10:55 +05:30
9b615f11f1
fix: Consider timezone in the reports ( #4027 )
...
Co-authored-by: Sojan Jose <sojan@pepalo.com >
2022-02-28 10:56:24 +05:30
Sojan Jose and GitHub
4ca66c1195
fix: Automation loop on conversation_update ( #4071 )
2022-02-25 18:01:21 +05:30
Pranav Raj S and GitHub
cc74bebc0f
feat: Display Account context in the UI ( #4069 )
2022-02-25 16:36:36 +05:30
2c8a3ef3b2
fix: Message signature going with other channels message ( #4024 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-02-25 16:36:10 +05:30
Pranav Raj S and GitHub
6c94768bdb
feat: Add flat design for widget ( #4065 )
2022-02-25 16:18:18 +05:30
Nithin David Thomas and GitHub
dcecbf4b80
Fix: show empty emails in chat ( #4030 )
2022-02-24 21:33:16 -08:00
Vishnu Narayanan and GitHub
d590b0ebc4
fix: nokogiri gem build failure in docker ( #4060 )
...
tar (child): xz: Cannot exec: No such file or directory¶
Starting in v1.13.2, the source archive used for libxml2 and libxslt is compressed with xz (previous versions were compressed with gzip. As a result, when compiling from source, your system will need to have xz installed in order to extract the source code for these libraries.
2022-02-23 23:27:19 +05:30
Pranav Raj S and GitHub
85f19fa25a
chore: Show error messages from server in agent APIs ( #4055 )
2022-02-23 20:18:20 +05:30
Tejaswini Chile and GitHub
1ca1b4d36b
feat: bulk actions to update conversation objects ( #3934 )
...
Added the endpoints for bulk updating conversation objects
Fixes : #3845 #3940 #3943
2022-02-23 16:53:36 +05:30
Sivin Varghese and GitHub
9059f5906a
fix: Throwing error when click load more conversation ( #4049 )
2022-02-23 16:48:53 +05:30
Sojan Jose and GitHub
eb0da2026f
chore: Bundle update ( #4038 )
...
- address the nokogiri security issues
2022-02-22 16:06:04 +05:30
Aswin Dev P.S and GitHub
e348db1e37
Fix: add option to choose 24 hour working slot ( #4018 )
...
* Add option to choose 24 hour working slot
* fix spec
* add check to update open hour and close hour for open all day
* update 24 hour working slot change in widget side
* add validation to check open_all_day and closed_all_day true at the same time
2022-02-22 01:28:49 -08:00
Muhsin Keloth and GitHub
7ba24b90c4
feat: Add chatwoot:error sdk event ( #3998 )
2022-02-21 09:40:11 +05:30
3b015d4dd8
chore(deps): bump url-parse from 1.5.3 to 1.5.7 ( #4016 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-20 11:30:19 +05:30
ea44a32758
feat: Add hCaptcha for public forms ( #4017 )
...
- added hCaptcha based verification for chatwoot signups
Co-authored-by: Sojan <sojan@pepalo.com >
2022-02-18 20:02:50 +05:30
Muhsin Keloth and GitHub
80d83b401c
feat: Show refresh modal on action cable disconnect ( #4010 )
2022-02-18 11:09:43 +05:30
Sivin Varghese and GitHub
ea3e011d3f
fix: Auto scroll to bottom when agent sends a message ( #3764 )
2022-02-17 20:42:13 +05:30
Sivin Varghese and GitHub
2586c8e7e5
fix: Lock icon colour issue in private messages ( #4009 )
...
* fix: Lock icon colour issue in private messages
* minor fixes
2022-02-17 18:58:53 +05:30
Sojan
b9025a98d3
Merge branch 'release/2.2.0' into develop
2022-02-15 23:41:56 +05:30
Sojan
b6c3d61163
Merge branch 'release/2.2.0'
2022-02-15 23:41:48 +05:30
Sojan
991f291c69
Bump version to 2.2.0
2022-02-15 23:39:57 +05:30
Fayaz Ahmed and GitHub
5ad6db07b4
fix: Automation Bugs and minor enhancements ( #3936 )
2022-02-15 23:36:29 +05:30
Sivin Varghese and GitHub
e345a4486d
fix: Throwing NavigationDuplicated error ( #3978 )
2022-02-15 22:49:53 +05:30
Sojan Jose and GitHub
5ad7e93059
chore: Discard activities from email notifiable messages ( #3989 )
2022-02-15 18:15:45 +05:30
Pranav Raj S and GitHub
505c93c467
revert: "fix: html content is available and mail_part empty" ( #3986 )
...
Reverts de4e4c6
2022-02-15 17:19:28 +05:30
464e12ceb7
fix: Update auto reply and hide reply time for email inbox ( #3985 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-02-15 17:11:28 +05:30
Aswin Dev P.S and GitHub
e6f8895c1b
feat: Group by filter in reports ( #3973 )
2022-02-15 17:10:49 +05:30
Sojan Jose and GitHub
a703ef2de6
chore: Update translations ( #3980 )
2022-02-15 16:22:42 +05:30
94a473c9f8
chore: Delayed deploy of direct uploads ( #3966 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-02-15 16:16:54 +05:30
Pranav Raj S and GitHub
2591a04c0b
chore: Remove message_signature_enabled from users ( #3982 )
2022-02-15 12:10:53 +05:30
Nithin David Thomas and GitHub
351a3dc372
feat: Adds email signature form to profile settings ( #3906 )
2022-02-15 10:38:24 +05:30
Tejaswini Chile and GitHub
d5c9193d1a
feat: Add specs for reply-to changes ( #3959 )
2022-02-15 10:28:04 +05:30
Tejaswini Chile and GitHub
de4e4c6f65
fix: html content is available and mail_part empty ( #3964 )
2022-02-14 20:22:58 +05:30
dependabot[bot] and GitHub
f34a2e6115
chore(deps): bump puma from to 5.6.2, rails to 6.1.4.6 ( #3969 )
2022-02-14 20:09:21 +05:30
Pranav Raj S and GitHub
9c7044c81b
fix: Use default from attribute if undefined ( #3977 )
2022-02-14 17:37:40 +05:30
Sojan Jose and GitHub
04148b95a6
chore: Update translations ( #3937 )
2022-02-14 17:11:43 +05:30
Sojan Jose and GitHub
3d73d8935a
feat: Add the ability for a super admin to define account limits ( #3946 )
...
Fixes : #3773
2022-02-14 15:55:08 +05:30
edd93ca4a3
chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 ( #3970 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 15:53:13 +05:30
Nithin David Thomas and GitHub
2c15d5b4f3
fix: Custom attribute not getting changed on conversations ( #3965 )
2022-02-14 15:52:15 +05:30
Nithin David Thomas and GitHub
74d9203868
feat: Show the sender email address ( #3974 )
2022-02-14 15:46:20 +05:30
Tejaswini Chile and GitHub
25001689ec
fix: Use to_i in campaign scheduled_at key ( #3968 )
2022-02-14 11:20:31 +05:30
Muhsin Keloth and GitHub
2da618bd5e
feat: Add conversation_created event in webhooks ( #3949 )
2022-02-14 09:44:25 +05:30
ba7f387dde
chore: Reduces clutter in inbox settings page ( #3960 )
...
* chore: Reduces clutter in inbox settings page
* Fix spacing issues
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com >
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2022-02-11 08:38:42 +05:30
Sivin Varghese and GitHub
1115bd18ed
fix: Icon colors are not recognizable in bubble ( #3957 )
2022-02-11 07:15:07 +05:30
e9a162e71a
feat: Prefer reply-to over from in email channels ( #3837 )
...
Co-authored-by: root <root@support.loomio.com >
2022-02-10 19:20:30 +05:30
Nithin David Thomas and GitHub
4201b57315
fix: Fixes console error with image component in widget ( #3955 )
2022-02-10 12:48:22 +05:30
Sivin Varghese and GitHub
0ec3a56041
fix: Blank page after deleting contact ( #3948 )
2022-02-09 14:35:18 +05:30
Aswin Dev P.S and GitHub
4e416b4d51
Add openssl verify mode and email encryption for smtp configuration ( #3885 )
...
* Add openssl verify mode and email encryption for smtp configuration
* Add spec for code coverage
2022-02-08 03:26:13 -08:00
Muhsin Keloth and GitHub
4ae9ed8f94
chore: Assign the conversation to agent who opens the conversation ( #3925 )
2022-02-08 16:39:19 +05:30
Pranav Raj S and GitHub
7b2ff2f112
feat: Show assignee name in folders view ( #3933 )
2022-02-08 10:38:14 +05:30
Sojan Jose and GitHub
e2ff1b1a15
chore: Update German translations ( #3928 )
2022-02-08 10:12:34 +05:30
Sivin Varghese and GitHub
d891c1e7b5
Fixes API call failing after opening the saved filter ( #3932 )
2022-02-08 10:11:56 +05:30
Pranav Raj S and GitHub
2a07eae69f
fix: URL encode params on Platform API call ( #3929 )
...
Add URL encoding for the params in platform API calls.
Fixes: product#307
Fixes : #2186
2022-02-07 15:17:36 -08:00
375d943a48
fix: Avoid filter payload changing to null on load more conversations ( #3926 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2022-02-07 22:14:21 +05:30
Sojan Jose and GitHub
4c0f6c1333
chore: Update translations ( #3927 )
2022-02-07 20:17:49 +05:30
97675c61ea
chore: Update to the latest translations ( #3923 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-02-07 17:19:34 +05:30
Muhsin Keloth and GitHub
f4c0ce5dfa
chore: Assign to agent who create new message from contact panel ( #3924 )
2022-02-07 13:43:16 +05:30
Muhsin Keloth and GitHub
9f37a6e2ba
fix: Render valid urls only in custom attributes ( #3921 )
2022-02-07 13:04:27 +05:30
047070ad87
chore: Fix translations in Swedish language ( #3765 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-02-07 12:44:05 +05:30
1a3d39a7f3
feat: Shows an alert while replying if chats are not assigned to them ( #3867 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-02-07 12:27:20 +05:30
Muhsin Keloth and GitHub
a737f89c47
fix: Ongoing campaign URL validation ( #3890 )
2022-02-04 14:38:18 +05:30
Tejaswini Chile and GitHub
a7987d4d1c
feat: Add date custom filter ( #3892 )
2022-02-04 13:14:20 +05:30
Sagar and GitHub
32673ea8b4
chore: Allow Self Hosted Instances to use Support Inbox within Dashboard for Agents ( #3907 )
2022-02-04 09:58:53 +05:30
Sojan Jose and GitHub
9454c6b14f
Fix: Conversation filter permissions ( #3908 )
...
fixes : chatwoot/product#225
2022-02-03 18:25:28 -08:00
Sojan Jose and GitHub
cf10f3d03b
chore: Provider APIs for SMS Channel - Bandwidth ( #3889 )
...
fixes : #3888
2022-02-03 15:22:13 -08:00
Tejaswini Chile and GitHub
fba7f40bee
Fix: Custom filter distinct select ( #3895 )
2022-02-03 14:39:47 +05:30
Nithin David Thomas and GitHub
5c6958482f
fix: Shows tooltip and avatar for template messages ( #3898 )
2022-02-03 12:14:34 +05:30
Pranav Raj S and GitHub
8dcb4a5ed4
chore: Add resolve action in Dialogflow Integration ( #3900 )
2022-02-03 12:05:39 +05:30
Pranav Raj S and GitHub
dbb50e5923
fix: Update font-size/width to fix iOS input zoom ( #3894 )
2022-02-03 10:11:02 +05:30
Muhsin Keloth and GitHub
903072ef14
chore: Add custom attributes in conversation webhook payload ( #3839 )
2022-02-03 10:05:56 +05:30
fc1f257793
feat: Clone automation rules ( #3893 )
...
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2022-02-03 09:14:22 +05:30
Tejaswini Chile and GitHub
8821106da9
Fix: Added the backend validation for name ( #3878 )
...
- Added the backend validation for name
- Add message size constraint
2022-02-02 14:21:17 -08:00
Tejaswini Chile and GitHub
e99ea0b582
feat: Email signature API support ( #3874 )
2022-02-02 19:37:33 +05:30
193a531e49
feat: Edit automation modal ( #3876 )
...
* Add automation modal
* Fix the v-model for automations
* Actions and Condition dropdowns for automations
* Fix merge conflicts
* Handle event change and confirmation
* Appends new action
* Removes actions
* Automation api integration
* Api integration for creating automations
* Registers vuex module to the global store
* Automations table
* Updarted labels and actions
* Integrate automation api
* Fixes the mutation error - removed the data key wrapper
* Fixed the automation condition models to work with respective event types
* Remove temporary fixes added to the api request
* Displa timestamp and automation status values
* Added the clone buton
* Removed uncessary helper method
* Specs for automations
* Handle WIP code
* Remove the payload wrap
* Fix the action query payload
* Removed unnecessary files
* Disabled Automations routes
* Ability to delete automations
* Fix specs
* Edit automation modal
* Edit automation modal and api integration
* Replaced hardcoded values
* Using absolute paths
* Update app/javascript/dashboard/routes/dashboard/settings/automation/EditAutomationRule.vue
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
* Update app/javascript/dashboard/routes/dashboard/settings/automation/Index.vue
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
* Intendation fix
* Disable automation route
* Minor fix
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2022-02-02 19:15:02 +05:30
91b9168fae
feat: Add the ability to add new automation rule ( #3459 )
...
* Add automation modal
* Fix the v-model for automations
* Actions and Condition dropdowns for automations
* Fix merge conflicts
* Handle event change and confirmation
* Appends new action
* Removes actions
* Automation api integration
* Api integration for creating automations
* Registers vuex module to the global store
* Automations table
* Updarted labels and actions
* Integrate automation api
* Fixes the mutation error - removed the data key wrapper
* Fixed the automation condition models to work with respective event types
* Remove temporary fixes added to the api request
* Displa timestamp and automation status values
* Added the clone buton
* Removed uncessary helper method
* Specs for automations
* Handle WIP code
* Remove the payload wrap
* Fix the action query payload
* Removed unnecessary files
* Disabled Automations routes
* Ability to delete automations
* Fix specs
* Fixed merge conflicts
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com >
Co-authored-by: fayazara <fayazara@gmail.com >
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2022-02-02 18:46:07 +05:30
1f3c5002b3
feat: Shows agent avatar for message sent by agent ( #3884 )
...
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2022-02-01 16:34:54 +05:30
Vishnu Narayanan and GitHub
c0276d252a
chore: add aws rds root cert for tls connection ( #3812 )
...
* chore: add aws rds cert for tls connection
* add aws rds ca cert
* remove intermediate ca cert
2022-02-01 16:01:25 +05:30
Fayaz Ahmed and GitHub
52d1821cd3
feature: Filtering conversations and contacts with custom attributes ( #3851 )
2022-02-01 13:13:55 +05:30
Pranav Raj S and GitHub
e0d24e0a73
chore: Use globalConfig in NetworkNotification ( #3871 )
2022-02-01 12:25:51 +05:30
Prithvi Tharun and GitHub
b1e1d7e423
fix: Update the copy to use inclusive language ( #3880 )
...
Fixes #3879
2022-02-01 11:12:20 +05:30
Tejaswini Chile and GitHub
a95d249ec1
Feat: Custom attribute advanced filter ( #3818 )
2022-01-31 13:36:44 +05:30
a1034a70c4
chore(deps): bump node-fetch from 2.6.1 to 2.6.7 ( #3862 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-28 11:41:12 -08:00
Tejaswini Chile and GitHub
357a374478
Fix: Update yarn ( #3866 )
2022-01-28 13:19:22 +05:30
Tejaswini Chile and GitHub
1467a8fa33
Fix: parse verification mail ( #3864 )
...
Email parsing logic was stripping of HTML tables which was causing the issue in this case.
Fixes : #3731
2022-01-27 15:45:26 -08:00
13eaff156a
Added keybindings for commandbar ( #3854 )
...
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2022-01-27 17:57:33 +05:30
Sivin Varghese and GitHub
e7e46590a4
bug: Fixes sidebar does not show an active page for settings page ( #3861 )
2022-01-27 17:39:21 +05:30
Frederik Kriewitz and GitHub
17018d392d
chore: update deployment scripts to install sudo ( #3841 )
...
* Update setup_20.04.sh to install sudo
* Update setup_18.04.sh to install sudo
2022-01-27 16:55:27 +05:30
Tejaswini Chile and GitHub
69eaf3ff7f
feat: Activestorage direct upload ( #3768 )
2022-01-27 15:57:22 +05:30
Sivin Varghese and GitHub
cd6c9a8fe9
enhancement: Custom views ( #3838 )
...
* enhancement: Custom views
* Review fixes
2022-01-27 08:26:12 +05:30
Pranav Raj S and GitHub
5710b7559e
fix: Fix email template to render the chat bubble properly ( #3858 )
2022-01-26 17:52:08 -08:00
Shivam Chahar and GitHub
8e6d8e7654
fix: Validate avatar only when it has changed ( #3849 )
2022-01-26 16:01:41 -08:00
59deffc7e3
feat: Ability to toggle conversation continuity via email ( #3817 )
...
Fixes : #3368
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-01-26 15:59:48 -08:00
Sojan Jose and GitHub
34e8ad9dc5
feat: Unify user and super admin credentials ( #3830 )
...
Fixes : #3061 , #3489
2022-01-25 16:58:49 -08:00
Pranav Raj S and GitHub
23965fbaa3
fix: Return if window.$chatwoot is already defined ( #3847 )
2022-01-25 16:39:19 -08:00
8cff690640
feat: Support multiple file upload on dashboard ( #3748 )
...
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2022-01-24 18:46:58 -08:00
Sivin Varghese and GitHub
b304f5a826
feat: Adds the ability to delete a segment ( #3836 )
...
* feat: Adds the ability to delete a segment
* Minor fixes
* Small changes
2022-01-24 17:37:43 +05:30
Prithvi Tharun and GitHub
e90d064648
fix: Fixes typo in documentation on sidebar
2022-01-24 16:03:37 +05:30
Sivin Varghese and GitHub
504fc24fb3
feat: Add the ability to save filters for contact ( #3791 )
2022-01-21 14:11:59 -08:00
Sojan Jose and GitHub
693f2531ab
feat: Support 360Dialog Interactive Templates ( #3823 )
...
fixes : #3795
2022-01-20 17:09:30 -08:00
Tejaswini Chile and GitHub
e997aaceb7
Fix: Email Parsing for html fix ( #3659 )
2022-01-20 15:55:35 -08:00
Tejaswini Chile and GitHub
a7c947aeae
feat: Clone and update automation rules ( #3782 )
...
- endpoints to clone and update automation rules
fixes : #3740
2022-01-20 15:30:21 -08:00
ab864a86fd
fix: File and emoji pickers are disabled by default ( #3803 )
...
File and emoji pickers should be enabled by default.
Fixes : #3560
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2022-01-19 22:20:04 -08:00
Shivam Chahar and GitHub
9617137688
chore: Account auto resolution time validation ( #3651 )
2022-01-19 13:16:21 +05:30
1b36143d27
fix: Fixes alignment of widget unread view close button ( #3806 )
...
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2022-01-19 12:43:04 +05:30
241e7d0c29
Enhancement: Add background color to draggable blocks in the sidebar ( #3778 )
...
* add background
* update background color in contact info
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2022-01-19 11:26:52 +05:30
Sivin Varghese and GitHub
185f916b2a
feat: Adds the ability to delete the saved custom views ( #3780 )
...
* feat: Adds the ability to delete the saved custom views
* Removed unused tag
* Review fixes
* Review fixes
* Update DeleteCustomViews.vue
2022-01-19 09:40:32 +05:30
Sojan
4a68d13310
Merge branch 'hotfix/2.1.1' into develop
2022-01-17 23:37:52 -08:00
Sojan
ceb2b9673c
Merge branch 'hotfix/2.1.1'
2022-01-17 23:37:45 -08:00
Sojan Jose
1749b4eb61
chore: Clean up assignment logic ( #3763 )
2022-01-17 23:36:54 -08:00
Sojan
346d89ecc0
Bump version to 2.1.1
2022-01-17 23:33:47 -08:00
c64cffb294
fix: Update the hardcoded scroll-width to match with the current table length ( #3774 )
...
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2022-01-18 07:37:51 +05:30
6deb3764dc
Fix: Pagination bug with filters payload ( #3747 )
...
* Removes the last operators value
* Moved removing the last operator to the payload generator
* Update app/javascript/dashboard/helper/filterQueryGenerator.js
This makes sure the last operator is never sent to the request
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
* Fixed the test specs
* Fixed the intendation and added comments
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2022-01-17 20:35:53 +05:30
4398734bdf
feat: Adds the ability to have custom view for conversations ( #3666 )
...
* feat: Adds the ability to save custom filters and display folders on the sidebar
* Minor fixes
* Review fixes
* Review fixes
* i18n fixes
* Shows conversations when the user click on the folder sidebar item
* Spacing fixes
* Review fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2022-01-17 09:18:54 +05:30
Sojan Jose and GitHub
290196d43b
chore: Clean up assignment logic ( #3763 )
2022-01-13 21:38:10 -08:00
fcd2b892bf
chore(deps): bump follow-redirects from 1.14.5 to 1.14.7 ( #3760 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.5 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.7 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-13 12:46:09 -08:00
cab5a3e53b
chore: Add a redirect link to the conversation in success toast message ( #3711 )
...
When creating a conversation from the contacts tab now we can go directly to the conversation by clicking the link in the success message
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2022-01-13 11:15:40 -08:00
Muhsin Keloth and GitHub
359caf754c
fix: Update contact bio style to solve overflow ( #3753 )
2022-01-13 10:57:12 -08:00
Sivin Varghese and GitHub
7fcac532df
fix: Update timestamp style on the private message from bot ( #3758 )
2022-01-13 10:54:52 -08:00
Nithin David Thomas and GitHub
d57be3ffae
fix: Allow private note without selecting a tweet ( #3754 )
2022-01-13 10:54:00 -08:00
Pranav Raj S and GitHub
5046dcaf61
fix: Update broken CSS Styles in liquid template ( #3756 )
2022-01-13 10:52:48 -08:00
Tejaswini Chile and GitHub
7df68c6388
Feat: Automations Actions ( #3564 )
2022-01-13 11:21:06 +05:30
Sojan Jose and GitHub
905fd62974
chore: Support Whatsapp Interactive messages (360Dialog) ( #3751 )
...
Render button and list reply clicks as text messages in agent dashboard
fixes : #3684
2022-01-12 19:42:23 -08:00
Sojan Jose and GitHub
1c99294c8c
chore: Fix 360Dialog template message breakage ( #3750 )
...
Template parsing fails when regexp characters are present in templates.
Fixes : #3587
2022-01-12 17:41:42 -08:00
94209d29cb
fix: Fixes widget unread view blocking parent page ( #3658 )
...
Co-authored-by: Pranav <pranav@chatwoot.com >
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2022-01-12 12:27:16 -08:00
9c31d7c672
feat: Use vue-router on widget route management ( #3415 )
...
* feat: Add vue-router to widget
Co-authored-by: Pranav <pranav@chatwoot.com >
* Move to dynamic imports
* Move to routerMixin
* Fix popup button display
* Remove unnecessary import
* router -> route
* Fix open state
* Fix issues
* Remove used CSS
* Fix specs
* Fix specs
* Fix widgetColor specs
* Fix mutation specs
* Fixes broken lint errors
* Fixes issues with widget flow
Co-authored-by: Nithin <nithin@chatwoot.com >
Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com >
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2022-01-12 16:25:27 +05:30
Sojan
991a42c417
Merge branch 'release/2.1.0' into develop
2022-01-11 19:28:49 -08:00
Sojan
4a902fce6d
Merge branch 'release/2.1.0'
2022-01-11 19:28:42 -08:00
Sojan
5475746a87
Bump version to 2.1.0
2022-01-11 19:26:23 -08:00
Vishnu Narayanan and GitHub
acba07cf6e
chore: revert GlobalConfig changes ( #3702 )
...
Priority to GlobalConfig changes are reverted and for the time being, env vars will take precedence if set.
Fixes #3699
2022-01-11 19:20:23 -08:00
Sojan Jose and GitHub
f44be0b1e6
fix: SuperAdmin Improvements ( #3733 )
...
- Fix broken access tokens pages
- Fix broken avatar images in the super admin users tab
- Fix broken pagination links in super admin
- Add agent bot tabs
Fixes : #2021
2022-01-11 19:00:00 -08:00
Prithvi Tharun and GitHub
bec1266242
fix: Update shortcode -> short code ( #3708 )
...
Closes #3672
2022-01-11 15:20:52 -08:00
Sojan Jose and GitHub
ebb04487a8
chore: Prevent null in Contact JSONB attributes ( #3730 )
2022-01-11 15:14:55 -08:00
de37975be4
chore(deps): bump google-protobuf from 3.18.1 to 3.19.2 ( #3714 )
...
Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf ) from 3.18.1 to 3.19.2.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.18.1...v3.19.2 )
---
updated-dependencies:
- dependency-name: google-protobuf
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-11 13:25:44 -08:00
Axel Tietje and GitHub
8a26d78623
chore: fix german translations ( #3724 )
2022-01-12 00:36:57 +05:30
Aswin Dev P.S and GitHub
7ee7062843
feat: Toggle to disallow users to send messages after a conversation is resolved ( #3605 )
2022-01-11 00:32:03 -08:00
Tejaswini Chile and GitHub
a0884310f4
feat: Save automation rules ( #3359 )
2022-01-10 12:41:59 +05:30
Anisha-art and GitHub
9a9462f5cb
fix: Removed extra space before "." ( #3717 )
...
Fixes Removed extra space before "." as mentioned in the issue: #3669
2022-01-09 22:27:45 -08:00
Prithvi Tharun and GitHub
9b6f1df871
fix: Update copy in canned responses ( #3716 )
...
Fixes #3669
2022-01-09 22:26:35 -08:00
Anisha-art and GitHub
ab4d63a006
Error with plurals in Invite members onboarding guide. Issue #3671 ( #3718 )
...
Updated "email address" to "email addresses" in the Invite your team members guide.
2022-01-10 10:29:16 +05:30
Fayaz Ahmed and GitHub
0745ceb430
Chore: Update ninja keys to 1.1.9 ( #3710 )
2022-01-07 13:52:08 -08:00
Pranav Raj S and GitHub
f7ed7756d9
chore: Use logo thumbnail instead of logo in the sidebar ( #3706 )
2022-01-06 15:09:01 -08:00
Muhsin Keloth and GitHub
e1fe4f09bc
chore: Add subscription delete API ( #3703 )
2022-01-06 21:40:43 +05:30
Nayan Patel and GitHub
a61dae0bb2
General updates and add CODEOWNERS ( #3685 )
2022-01-05 12:37:22 +05:30
Nithin David Thomas and GitHub
fade94658a
chore: Show scrollbar for sidebar only on hover ( #3688 )
2022-01-05 09:37:43 +05:30
Vishnu Narayanan and GitHub
e775d22b98
feat: add new view and controller to display app configs together ( #3563 )
...
fixes : #3578
2022-01-04 21:50:16 +05:30
Tejaswini Chile and GitHub
e304ad27cb
Chore: Custom filter api docs updated ( #3668 )
2022-01-04 13:10:29 +05:30
Prithvi Tharun and GitHub
3e8ae3865f
chore: Update the copy for new password in profile settings ( #3676 )
...
Fixes #3656
2022-01-02 22:43:50 -08:00
Nithin David Thomas and GitHub
223fb2b7e4
chore: Updates design of resolve context menu ( #3667 )
2021-12-29 22:24:11 +05:30
Nithin David Thomas and GitHub
666028a443
feat: Adds multiple path support for fluent icons ( #3665 )
...
* feat: Adds multiple path support for icons
* Changes dashboard icon
2021-12-29 18:01:49 +05:30
Sojan
8bdd7ba3e4
Merge branch 'release/2.0.2'
2021-12-28 21:56:59 +05:30
Sojan
a1c77c8c4c
Bump version to 2.0.2
2021-12-28 21:55:57 +05:30
Sojan Jose and GitHub
577e9905c6
chore: Fix issue with conversation assignment notifications ( #3661 )
...
- fixes issues with conversation assignment notifications not working in certain cases
2021-12-28 21:53:13 +05:30
Muhsin Keloth and GitHub
9606abe251
chore: Fix Eslint warnings ( #3654 )
...
* Fix all the eslint warnings
* Revert the schema
2021-12-27 13:49:31 +05:30
Sojan
28da30f7e4
Merge branch 'release/2.0.1' into develop
2021-12-23 01:04:10 +05:30
Sojan
9f663ed4e5
Merge branch 'release/2.0.1'
2021-12-23 01:04:02 +05:30
Sojan
acc55ea79c
Bump version to 2.0.1
2021-12-23 01:02:56 +05:30
Sojan Jose and GitHub
13d6734977
chore: Minor API cleanups ( #3645 )
...
- exception list updated
- revert mail presenter changes
2021-12-23 00:55:49 +05:30
Tejaswini Chile and GitHub
c57c975a0d
bug: NoMethodError: undefined method `match' for in_reply_to ( #3641 )
...
Fixes #3615
2021-12-22 22:33:18 +05:30
Tejaswini Chile and GitHub
44486fc8e1
chore: Improve email parsing using email trimmer gem ( #3611 )
...
Email parsing using email_trimmer gem
Fixes : #3539 , #2954 , #3572
2021-12-22 18:16:40 +05:30
Sojan Jose and GitHub
009abc1948
chore: API improvements ( #3637 )
...
- Unique validations for Inbox members and Team member objects
- Move notification processing to Async
2021-12-21 22:48:01 +05:30
Muhsin Keloth and GitHub
262474166f
chore: Add display id in all conversation notifications ( #3635 )
...
- Added conversation display id in push payload for the notifications conversation_creation and conversation_assignment
2021-12-21 19:59:22 +05:30
Nithin David Thomas and GitHub
307118b235
feat: Shows error message with retry for widget messages ( #3594 )
...
- Adds error message retry option for widget bubbles
- Adds a fallback for widget images with file type bubble
2021-12-21 12:02:43 +05:30
Sivin Varghese and GitHub
0130e08016
fix: Remove animated running numbers ( #3604 )
2021-12-20 18:19:59 -08:00
Nithin David Thomas and GitHub
83655f4ca4
feat: Show errors for message bubbles in dashboard ( #3585 )
2021-12-21 00:07:33 +05:30
6fe5484119
chore: Allow more filetypes in uploads ( #3557 )
...
- Allowing the ability to upload more common file types like zip, Docx etc
- Fallback for image bubble when the image URL isn't available
fixes : #3270
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com >
2021-12-20 23:50:37 +05:30
Tejaswini Chile and GitHub
76e8acd3c6
Fix: Editable attrs presence check for the channel class ( #3630 )
2021-12-20 19:38:38 +05:30
Sivin Varghese and GitHub
ad09c5dc5f
bug: Fixes pressing enter key not submitting values in widget. ( #3610 )
2021-12-20 08:48:09 +05:30
Sojan Jose and GitHub
f8cf0cd7c5
chore: Enable Slovak Language ( #3614 )
2021-12-19 11:38:21 +05:30
Sojan Jose and GitHub
46d2a8f218
chore: New Crowdin updates ( #3616 )
2021-12-19 11:38:02 +05:30
Amit Kumar and GitHub
6069cd9eba
chore: Contact builder ignores custom attributes ( #3571 )
...
This is incorrect as per the documentation here: https://www.chatwoot.com/developers/api/#operation/create-a-contact
This allows setting the proper attributes when creating a contact
2021-12-19 10:59:03 +05:30
Sojan Jose and GitHub
8d65608666
chore: Clean up migrations ( #3613 )
...
Fixes : #3530
2021-12-19 09:47:07 +05:30
Aswin Dev P.S and GitHub
5ee209c079
chore: Fix user email re-confirmation flow ( #3581 )
...
Users can change their email from profile settings. They will be logged out immediately. Users can log in again with the updated email without verifying the same. This is a security problem.
So this change enforce the user to reconfirm the email after changing it. Users can log in with the updated email only after the confirmation.
Fixes: https://huntr.dev/bounties/7afd04b4-232e-4907-8a3c-acf8bd4b5b22/
2021-12-16 19:32:49 +05:30
Sivin Varghese and GitHub
e0c9687f5e
bug: Fixes irregular padding on agent selector in report page ( #3593 )
...
* bug: Fixes irregular padding on agent selector in report page
* code climate fixes
2021-12-16 13:20:35 +05:30
Sivin Varghese and GitHub
93f384a3ec
enhancement: Changes button design for tables in settings page ( #3553 )
...
* enhancement: Changes button design for tables in settings page
* Minor fixes
* Review fixes
2021-12-16 13:00:55 +05:30
Tejaswini Chile and GitHub
9984edd3ef
Feat: Manage conversation for tweets based on the tweet flag ( #3353 )
...
Add tweet conversation only if tweets are enabled.
Fixes #1961
2021-12-16 00:24:50 +05:30
Sivin Varghese and GitHub
e2e459a1ac
bug: Fixes space missing issue with message bubbles after sending messages ( #3562 )
2021-12-15 19:12:11 +05:30
Tejaswini Chile and GitHub
b7336eca65
Fix: Add max retries for all jobs ( #3582 )
2021-12-15 17:31:16 +05:30
Nithin David Thomas and GitHub
6ae06f2c7a
fix: Fixes wrong color for note tab in reply box ( #3566 )
...
* fix: Fixes wrong color for note tab in reply box
* Changes color for warning button
* Fixes spacing
2021-12-14 20:09:52 +05:30
Vishnu Narayanan and GitHub
7986d61b6f
feat: allow users to select components to install when using linux script ( #3528 )
...
Provide a choice to select the components to install. The script
should be able to just install chatwoot alone. Postgres, redis,
SSL certs via letsencrypt and nginx as a webserver should be
installed after confirmation.
Fixes : #3513
2021-12-14 18:26:57 +05:30
Nithin David Thomas and GitHub
c2191e48b1
Chore: Fixes icon size in button ( #3555 )
...
* Chore: Fixes icon size in button
* Changes normal button to woot button
2021-12-14 17:37:25 +05:30
Vishnu Narayanan and GitHub
ac372f188d
chore: add line messenger in readme ( #3552 )
2021-12-13 14:19:12 +05:30
Sivin Varghese and GitHub
178cb34319
bug: Fixes expanded reply box is not closing after the message is sent ( #3537 )
2021-12-13 12:37:21 +05:30
Tejaswini Chile and GitHub
c2519ea1ea
Fix: fixing mail to and in_reply_to issues ( #3451 )
2021-12-10 19:42:26 +05:30
Pranav Raj S and GitHub
dcdeaa7954
chore: Remove license tag from Readme
2021-12-09 02:30:33 -08:00
arabakevin and GitHub
0b7eb2e2c1
chore: Fix typo in enterprise license ( #3535 )
2021-12-09 02:22:37 -08:00
Pranav Raj S and GitHub
2defe4a8fe
chore: Fix line breaks in Readme.md
2021-12-09 02:19:16 -08:00
Pranav Raj S and GitHub
b0af3f2498
chore: Update Readme.md
2021-12-09 02:16:05 -08:00
Sojan Jose and GitHub
5feb5aba72
Merge tag 'v2.0.0' into develop
...
v2.0.0
2021-12-09 08:17:34 +00:00
Sojan Jose and GitHub
a7623041bf
Merge branch 'release/2.0.0'
2021-12-09 08:17:15 +00:00
Sojan Jose and GitHub
d268f155e4
Bump version to 2.0.0
2021-12-09 06:59:23 +00:00
b1eea7f7d1
chore: Introduce enterprise edition license ( #3209 )
...
- Initialize an "enterprise" folder that is copyrighted.
- You can remove this folder and the system will continue functioning normally, in case you want a purely MIT licensed product.
- Enable limit on the number of user accounts in enterprise code.
- Use enterprise edition injector methods (inspired from Gitlab).
- SaaS software would run enterprise edition software always.
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-12-09 12:07:48 +05:30
Pranav Raj S and GitHub
2f63ebb8a6
fix: Add fixes for sentry errors ( #3522 )
...
- Add fixes for sentry errors
2021-12-09 11:50:28 +05:30
Pranav Raj S and GitHub
2be71e73dc
feat: Add a view for mentions ( #3505 )
...
- Added a new table mentions for saving user mentions
- Added a filter conversation_type in the API
- Added a view to see the mentions
2021-12-09 11:20:14 +05:30
Sojan Jose and GitHub
1db82f235d
Chore: Improve confirmation flow for agents ( #3519 )
...
- Agents are redirected to the password reset page which confirms the agent as well as sets a new password.
2021-12-09 11:11:46 +05:30
9306b725d8
chore: Fix pre-commit hooks ( #3525 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-12-08 17:32:00 -08:00
Muhsin Keloth and GitHub
3ee6b7d6e9
chore: Add the ability to use same key for conversation and contact ( #3526 )
2021-12-08 20:15:27 +05:30
Tejaswini Chile and GitHub
35130bc83e
Fix: Add foreign key with delete cascade for destroy_async ( #3527 )
2021-12-08 18:03:27 +05:30
Tejaswini Chile and GitHub
f609a28c6b
Fix: Added facebook login scope with new advanced access for page read ( #3518 )
2021-12-08 16:17:49 +05:30
Sivin Varghese and GitHub
714c10dc66
bug: Fixes error with the secondary menu. ( #3524 )
2021-12-08 14:20:59 +05:30
f5d79ffe58
chore: Updates icon for network disconnect alert ( #3514 )
...
* chore: Upadates icon for network disconnect alert
* Changes background color
* Review fixes
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2021-12-07 23:45:36 +05:30
Nithin David Thomas and GitHub
824101bc30
fix: Fixes cc bcc being sent when mail head is empty ( #3515 )
...
* fix: Fixes cc bcc being sent wrongly with emails
* fixes values not sycned to parent component
* Update app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue
* Review fixes
2021-12-07 23:44:32 +05:30
Muhsin Keloth and GitHub
46afcd9348
fix: Index custom attribute uniqueness on account ( #3516 )
...
- Move custom attribute uniqueness validation to account
2021-12-07 18:20:47 +05:30
Nithin David Thomas and GitHub
6b025816f5
fix: Update sidebar toggle icon breaking message view ( #3512 )
2021-12-06 08:41:34 -08:00
Sivin Varghese and GitHub
3c72a2759f
enhancement: Improves sidebar open/close toggle design ( #3507 )
2021-12-06 18:16:36 +05:30
a98f10130b
bug: Fix cannot copy text content from sidebar ( #3506 )
...
* bug: Fixes cannot copy text content from sidebar .
* fixes cannot copy issue in sidebar
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-12-06 14:38:04 +05:30
Muhsin Keloth and GitHub
b46ee5e580
Fix: Conversation status event in widget side ( #3509 )
2021-12-03 22:45:00 +05:30
thedev105 and GitHub
6d378eb206
Fix: Update contact validation messages ( #3500 )
...
Fixes #3476
2021-12-03 13:19:11 +05:30
d7cfe6858e
feat: Add advanced contact filters ( #3471 )
...
Co-authored-by: Tejaswini <tejaswini@chatwoot.com >
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-12-02 19:12:44 -08:00
Sivin Varghese and GitHub
1c29f5bbe4
bug: Fixes missing inbox icon in Twillio SMS channel. ( #3502 )
2021-12-02 11:47:49 +05:30
8b4134c790
fix: Update route permissions in the new primary menu ( #3499 )
...
* fix: Display rolewise primary sidebar
* Fix issues with roles
* Fix active style
* Fix accessible menu
* Fix key missing
* Changes menu icon size
Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com >
2021-12-02 11:02:43 +05:30
Sojan Jose and GitHub
b826319776
chore: create CONTRIBUTING.md
2021-12-01 23:21:02 +05:30
Muhsin Keloth and GitHub
025bbf1bfb
chore: Add i18n survey transaltion in crowdin ( #3496 )
2021-12-01 18:25:22 +05:30
Nithin David Thomas and GitHub
2a5932cf1b
chore: Fixes error in reply box code ( #3494 )
2021-12-01 16:04:02 +05:30
0a18993b70
fix: Changes thumbnail colors to new color scheme ( #3483 )
...
* Enhancement: Updates sidebar to a new design (#2733 )
* feat: Changes primary navbar to new design (#2598 )
* feat: updates design for secondary navbar (#2612 )
* Changes primary nvbar to new design
* Updates design for contexual sidebar
* Fixes issues with JSON
* Remove duplication of notificatons in Navigation
* Fixes broken tests
* Fixes broken tests
* Update app/javascript/dashboard/components/layout/AvailabilityStatus.vue
* Update app/javascript/dashboard/components/layout/AvailabilityStatus.vue
* Update app/javascript/dashboard/components/layout/SidebarItem.vue
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
* Update app/javascript/dashboard/components/layout/SidebarItem.vue
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
* Update app/javascript/dashboard/modules/sidebar/components/Secondary.vue
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
* Chore: Update design changes to features
* Fixes menu transitions and refactors code
* Refactors sidebar routeing logic
* lint error fixes
* Fixes dropdown menu styles
* Fixes secondary new item links
* Fixes lint scss issues
* fixes linter issues
* Fixes broken test cases
* Update AvailabilityStatus.spec.js
* Review feedbacks
* Fixes add modal for label
* Add tooltip for primary menu item
* Tooltip for notifications
* Adds tooltip for primary menu items
* Review fixes
* Review fixes
* Fix merge issues
* fixes logo size for login pages
* fixes Merge breaks with styles
* fix: Changes thumbnail colors to new color scheme
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-12-01 15:18:41 +05:30
b01d032d0d
feat: Updates sidebar to accomodate sub menu ( #3416 )
...
* Enhancement: Updates sidebar to a new design (#2733 )
* feat: Changes primary navbar to new design (#2598 )
* feat: updates design for secondary navbar (#2612 )
* Changes primary nvbar to new design
* Updates design for contexual sidebar
* Fixes issues with JSON
* Remove duplication of notificatons in Navigation
* Fixes broken tests
* Fixes broken tests
* Update app/javascript/dashboard/components/layout/AvailabilityStatus.vue
* Update app/javascript/dashboard/components/layout/AvailabilityStatus.vue
* Update app/javascript/dashboard/components/layout/SidebarItem.vue
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
* Update app/javascript/dashboard/components/layout/SidebarItem.vue
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
* Update app/javascript/dashboard/modules/sidebar/components/Secondary.vue
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
* Chore: Update design changes to features
* Fixes menu transitions and refactors code
* Refactors sidebar routeing logic
* lint error fixes
* Fixes dropdown menu styles
* Fixes secondary new item links
* Fixes lint scss issues
* fixes linter issues
* Fixes broken test cases
* Update AvailabilityStatus.spec.js
* Review feedbacks
* Fixes add modal for label
* Add tooltip for primary menu item
* Tooltip for notifications
* Adds tooltip for primary menu items
* Review fixes
* Review fixes
* Fix merge issues
* fixes logo size for login pages
* fixes Merge breaks with styles
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-12-01 12:45:39 +05:30
Pranav Raj S and GitHub
c792cfc0be
feat: Use Fluent SVG icons on the dashboard ( #3482 )
2021-11-30 21:03:18 -08:00
Pranav Raj S and GitHub
98be3b33c1
fix: Update missing method onNewToastMessage ( #3481 )
2021-11-30 10:57:44 -08:00
Sojan Jose and GitHub
0115b4ddc4
chore: validation spec for schedules ( #3480 )
...
We had instances where after copy-pasting the schedule block, the dev forgets to change the schedule key,
This would break some of the scheduled jobs without explicit errors.
this PR add a spec that will prevent it from happening
2021-11-30 21:44:30 +05:30
Sojan Jose and GitHub
d5c30760a7
chore: Whatsapp templates fix for 360 dialog ( #3479 )
...
Fixes : #3426
2021-11-30 20:50:35 +05:30
Pranav Raj S and GitHub
0899f62912
fix: Use bus.$off to remove listeners on destroy ( #3478 )
2021-11-30 10:45:36 +05:30
Sojan Jose and GitHub
86dfdfb9ab
chore: fix scheduled jobs ( #3473 )
...
- fixes the duplicate schedule job key
2021-11-27 17:08:40 +05:30
Shivam Chahar and GitHub
bfcde9b022
chore: Conversation history in email notifications ( #3414 )
...
Display recent messages in the notification email when a new conversation is created.
Fixes : #2041
2021-11-27 15:38:27 +05:30
Akhil G Krishnan and GitHub
6a98a812e7
Fix: Outgoing email sender header translation issue ( #3393 )
...
Outgoing email-sender header translation fix for "from"
Fixes #3380
2021-11-27 09:46:12 +05:30
Shivam Chahar and GitHub
a4ee8ee239
Chore: Improve conversation auto resolution ( #3405 )
...
Fixes : #1583
2021-11-27 09:26:18 +05:30
Sanju and GitHub
89f9f39e6e
chore: add account id in account settings page ( #3365 )
...
Fixes : #3317
2021-11-27 09:07:09 +05:30
Santhosh C and GitHub
b326da7d94
feat: Ability to remove user profile picture ( #3156 )
...
Fixes #3107
2021-11-27 00:56:07 +05:30
Sojan Jose and GitHub
add004a56e
Chore: API Improvements ( #3469 )
2021-11-27 00:48:46 +05:30
Sivin Varghese and GitHub
55843c5bad
chore: fixes filter input multiselect height issue ( #3466 )
2021-11-26 13:41:09 +05:30
2c3c1888f1
Enhancement: Show unread marker on widget bubble ( #3390 )
...
* add unread marker
* add removeClass in IFramehelper
* Update app/javascript/sdk/sdk.js
* Update app/javascript/sdk/sdk.js
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2021-11-25 20:25:14 +05:30
Tejaswini Chile and GitHub
b0370ce44d
Feat: Fix contact filter pagination ( #3463 )
2021-11-25 12:01:31 +05:30
Vishnu Narayanan and GitHub
3a48e08fe0
feat: migrate facebook env vars to globalConfig ( #3369 )
...
Migrate facebook env vars to globalConfig and make it editable from the super admin UI.
2021-11-25 00:55:26 +05:30
Nithin David Thomas and GitHub
c23e2c23d4
chore: Update design for filters ( #3423 )
2021-11-24 14:26:32 +05:30
Tejaswini Chile and GitHub
330a97b5c5
Fix: contact filter values ( #3456 )
2021-11-24 12:58:00 +05:30
Muhsin Keloth and GitHub
00143f7ee5
fix: Render checkbox if string value passed ( #3453 )
2021-11-24 11:02:45 +05:30
Sivin Varghese and GitHub
da8f9d0337
feat: Add support for List and Checkbox in Custom Attributes ( #3439 )
2021-11-24 09:00:55 +05:30
Pranav Raj S and GitHub
0530e9491c
fix: Use role permissions from accounts instead of role attribute ( #3445 )
...
Use role permissions from accounts instead of the role attribute
Fixes : #2557
2021-11-23 17:37:01 +05:30
Tejaswini Chile and GitHub
11cd7fd6c5
Feat: Added support changes for contact filters ( #3435 )
2021-11-23 16:36:44 +05:30
Tejaswini Chile and GitHub
9103fbbdde
chore: Update schema files ( #3438 )
...
- removes the unintended table from schema files
2021-11-23 16:04:01 +05:30
Sivin Varghese and GitHub
e182b59002
bug: fixes link icon doesn't work in the campaign editor ( #3447 )
2021-11-23 15:26:26 +05:30
Fayaz Ahmed and GitHub
7f8204a9da
fix: Required check for Conversation filters ( #3442 )
2021-11-23 09:42:47 +05:30
Sojan
0033a35ab8
Merge branch 'hotfix/1.22.1' into develop
...
# Conflicts:
# db/schema.rb
2021-11-22 23:35:44 +05:30
Sojan
5db9d397c5
Merge branch 'hotfix/1.22.1'
2021-11-22 23:34:37 +05:30
791d90c6b7
chore: Migrate PubSub Token to contact inbox ( #3434 )
...
At present, the websocket pubsub tokens are present at the contact objects in chatwoot. A better approach would be to have these tokens at the contact_inbox object instead. This helps chatwoot to deliver the websocket events targetted to the specific widget connection, stop contact events from leaking into other chat sessions from the same contact.
Fixes #1682
Fixes #1664
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-11-22 23:32:17 +05:30
Pranav Raj S and GitHub
1a8b8f0900
chore: Move referrerHost to appConfig store ( #3433 )
2021-11-22 15:05:29 +05:30
Vishnu Narayanan and GitHub
1be7c2d72c
chore: add DigitialOcean 1-click deployment button ( #3421 )
2021-11-22 13:20:35 +05:30
Pranav Raj S and GitHub
e93e43532a
fix: Pass label title instead of id to filter API ( #3432 )
2021-11-22 12:06:43 +05:30
Sojan Jose and GitHub
c332e2df12
chore: Add Code of Conduct
2021-11-20 12:08:45 +05:30
Pranav Raj S and GitHub
da163cc1f7
chore: Move unscoped styles to global stylesheet ( #3422 )
2021-11-19 16:09:20 +05:30
Tejaswini Chile and GitHub
7b44bf5b78
Fix: Filter with label name ( #3418 )
2021-11-19 13:55:40 +05:30
Aswin Dev P.S and GitHub
24e6a92297
feat: IMAP Email Channel ( #3298 )
...
This change allows the user to configure both IMAP and SMTP for an email inbox. IMAP enables the user to see emails in Chatwoot. And user can use SMTP to reply to an email conversation.
Users can use the default settings to send and receive emails for email inboxes if both IMAP and SMTP are disabled.
Fixes #2520
2021-11-19 11:52:27 +05:30
Fayaz Ahmed and GitHub
8384d0b38e
chore: Update dropdown z-index to be on top of contact details pane ( #3411 )
2021-11-18 19:55:32 +05:30
c2333214af
feat: Add Advanced Conversation Filters ( #3239 )
...
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
Co-authored-by: Tejaswini <tejaswini@chatwoot.com >
2021-11-18 19:15:02 +05:30
Muhsin Keloth and GitHub
bf96e8b68d
choore: Change values to attribute_values in custom attributes ( #3413 )
2021-11-18 18:59:28 +05:30
Pranav Raj S and GitHub
a3ba8f9e35
feat: Remove ionicons v2 dependency on widget ( #3402 )
2021-11-18 15:18:51 +05:30
Muhsin Keloth and GitHub
c2b4991fd8
feat: Add automation route ( #3410 )
2021-11-18 14:09:55 +05:30
Akhil G Krishnan and GitHub
b81a9f2010
Chore: Replaced dependent destroy with dependent destroy_async in all models ( #3249 )
2021-11-18 10:32:29 +05:30
Vinayak and GitHub
4eeaadbd5b
chore: Added SMTP_TLS and SMTP_SSL in .env.example
...
Added SMTP_TLS and SMTP_SSL in .env.example
Fixes #3396
2021-11-17 22:11:27 +05:30
Jan-David and GitHub
e500d1216b
Fix: Make swagger doc compliant to OpenAPI ( #3394 )
...
This fixes issues in the swagger.json file. The motivation to do so is to be able to generate API clients using https://openapi-generator.tech Doing so will require further changes to the api spec, but this seems like a good first step since it is now "valid" according to editor.swagger.io and openapi-generator validate.
Fixes #2806
2021-11-17 18:55:15 +05:30
Pranav Raj S and GitHub
d227a56747
fix: Set default value of sortBy to empty string ( #3406 )
2021-11-17 18:27:14 +05:30
Shivam Chahar and GitHub
fec4a29081
Feat: Include previous messages in mention/assign notifications email ( #3385 )
2021-11-17 18:05:53 +05:30
Muhsin Keloth and GitHub
9ea42ebff2
chore: Add the support for list and checkbox in custom attribute model ( #3400 )
...
ref: #3399
2021-11-16 23:25:19 +05:30
Sojan
e5a80195ab
Merge branch 'master' into develop
2021-11-15 21:52:59 +05:30
Sojan
928580dd41
Merge branch 'release/1.22.0' into develop
2021-11-15 21:50:54 +05:30
Sojan
01577acb2e
Merge branch 'release/1.22.0'
2021-11-15 21:50:36 +05:30
Sojan
52c850f8b6
Bump version to 1.22.0
2021-11-15 21:49:14 +05:30
Pranav Raj S and GitHub
809509404b
fix: Set cc, bcc default to empty string if unavailable ( #3387 )
2021-11-15 21:05:24 +05:30
Sojan Jose and GitHub
acb06e7df6
chore: Prevent notification email loop ( #3386 )
...
Configuring an agent email also as a support email inbox leads to conversations getting created in a loop if notifications were also configured to the same email.
2021-11-15 19:15:51 +05:30
e849759e15
feat: Add Command bar for improved productivity ( #3352 )
...
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com >
2021-11-15 17:22:44 +05:30
1e3f255ece
chore: Update translations, fix Crowdin issues
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-11-15 17:18:56 +05:30
Muhsin Keloth and GitHub
a2764e5c1d
chore: Update deleteCustomAttribute method in SDK ( #3334 )
2021-11-15 14:56:35 +05:30
Muhsin Keloth and GitHub
c2db8a1fd7
chore: Add the option to edit custom attribute display name ( #3382 )
2021-11-15 12:45:47 +05:30
Muhsin Keloth and GitHub
bb18516403
chore: Update conversation sidebar items default order ( #3381 )
2021-11-15 10:34:57 +05:30
Muhsin Keloth and GitHub
d1a62fe6ab
feat: Add the option for changing the contact/conversation sidebar items order ( #3362 )
2021-11-13 12:32:53 +05:30
Sojan Jose and GitHub
f68a4b55bb
chore: Update the translations for CHAT_STATUS_FILTER_ITEMS ( #3375 )
2021-11-13 11:53:59 +05:30
Sojan Jose and GitHub
987c8f5c7c
chore: Fix translations breaking the chat filter ( #3374 )
...
fixes : #2552
2021-11-13 11:45:18 +05:30
Sojan Jose and GitHub
e011b4566b
chore: New Translation updates ( #3371 )
2021-11-12 23:40:08 +05:30
Tejaswini Chile and GitHub
37a36349f2
feat: Update Swagger for the custom filter endpoint ( #3367 )
2021-11-12 19:28:03 +05:30
cf5f6d5a74
feat: enable Dialogflow integration all inboxes except email ( #3285 )
...
Fixes #2461
Co-authored-by: Sojan Jose <sojan@pepalo.com >
2021-11-12 17:53:03 +05:30
Sojan Jose and GitHub
d78cb67a2a
chore: Fix conversation status in webhooks ( #3364 )
...
- fix the wrong conversation status being sent in webhooks
- additional information in websocket events
- refactor activity messaging code
- move activity message generation to background job to stop the callback loop
2021-11-12 16:17:59 +05:30
b119d9e729
fix: Remove * as import from conversation module ( #3366 )
...
* fix: Remove * as import from conversation module
* Remove * as import from conversation test spec
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com >
2021-11-12 13:41:43 +05:30
Tejaswini Chile and GitHub
564fa5f392
feat: Update custom filter for present/not_present operator ( #3361 )
2021-11-12 11:30:39 +05:30
Vishnu Narayanan and GitHub
58aae7a4a9
fix: make GlobalConfig migrated from .env editable from UI ( #3360 )
2021-11-11 19:31:25 +05:30
Muhsin Keloth and GitHub
c6326993df
feat: Show pre-chat form before triggering the campaign ( #3215 )
2021-11-11 19:02:16 +05:30
Muhsin Keloth and GitHub
76370267f3
feat: Render contact custom attributes in contact/conversation sidebar ( #3310 )
2021-11-11 15:23:33 +05:30
e12edb51a2
chore: Bump axios from 0.21.1 to 0.21.2 ( #3358 )
...
Bumps [axios](https://github.com/axios/axios ) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-11 15:05:59 +05:30
Jakob and GitHub
1dfa173b3a
fix: Limit rails, postgres and redis container access to localhost ( #3354 )
...
This change limits the rails, redis and postgres container on `docker-compose.production.yaml` file to localhost only.
The default docker-compose configuration will expose redis, postgres and rails directly to the internet when the service is started on a virtual machine.
In most cases that is not what you want, and especially for redis and postgres exposing the services could be a potential security risk. By adding 127.0.0.1 access is limited to localhost and access is only possible after nginx oder another web server is configured as reverse proxy.
Note: Moving forward, anyone using docker-compose.production.yaml need to have something like Nginxto proxy the requests to the container.
If you want to verify whether the installation is working, try curl -I localhost:3000 to see if it returns 200. Also, you could temporarily drop the 127:0.0.1:3000:3000 for rails to 3000:3000 to access your instance at http://:3000 . It's recommended to revert this change back and use Nginx in front.
Approved-by: Vishnu Narayanan <vishnu@chatwoot.com >
2021-11-11 14:43:25 +05:30
Sojan Jose and GitHub
a4c87f2052
chore: Handle attachments in Whatsapp Channel ( #3299 )
...
send and receive attachments in 360Dialog WhatsApp channels
2021-11-11 13:03:48 +05:30
sarzynski and GitHub
b3e313a200
fix: Ensure HMAC mandatory when enabled ( #3350 )
...
Add missing condition checking if HMAC is mandatory.
Fixes #3349
2021-11-11 09:48:38 +05:30
Tejaswini Chile and GitHub
c0f5a59cf8
Bug: Instagram render template message twice ( #3313 )
2021-11-10 18:32:46 +05:30
Tejaswini Chile and GitHub
358171062e
Feat: Add Null values at the last while sorting ( #3292 )
...
* Add Null values at the last while sorting
* Add contacts at last with special character in it
* Optimize SQL order and direction
2021-11-10 14:11:00 +05:30
6cfd7d3836
feat: autogenerate vapid keys for push notifications ( #3128 )
...
* feat: Autogenerate push notification keys
* add vapid service class and remove pushkey model
* add spec for vapid service
* unset vapid env keys
* Unset VAPID_PRIVATE_KEY env variable
Co-authored-by: Sojan Jose <sojan@chatwoot.com >
Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com >
2021-11-09 21:36:32 +05:30
Nithin David
0c9b682329
Revert "feat: Updates widget message state to support multiple conversations"
...
This reverts commit a34bb565af .
2021-11-09 18:34:55 +05:30
Nithin David
a34bb565af
feat: Updates widget message state to support multiple conversations
2021-11-09 18:23:20 +05:30
Pranav Raj S and GitHub
d00b8df952
fix: Revert translated keys in conversation status ( #3337 )
2021-11-08 17:03:34 +04:00
Akhil G Krishnan and GitHub
4e01278ea8
TEAM_AVAILABILITY dutch translation issue fixed ( #3324 )
2021-11-08 17:44:02 +05:30
wsuff and GitHub
26f36548c2
chore: Update message limit to Twilio recommended 320 characters ( #3333 )
2021-11-08 10:27:00 +04:00
A. Verde and GitHub
81708f92a8
chore: Fcm notification priority ( #3319 )
2021-11-08 11:32:07 +05:30
Vishnu Narayanan and GitHub
97ee1bfa97
feat: add GlobalConfigService to support env vars migration ( #3288 )
2021-11-03 21:34:42 +04:00
Sivin Varghese and GitHub
03b1a3d045
feat: Adds support for paste attachment with keys. ( #3293 )
...
* copy paste files
* Minor fixes
* Adds support for pasting attachment
* Minor files
* Review fixes
2021-11-02 10:05:49 +05:30
Sivin Varghese and GitHub
0651b11fda
bug: Fixes the height issue of attachment image preview. ( #3296 )
...
* bug: Fixes the height issue of attachment image preview
* fixes codeclimate issue
2021-11-01 21:00:14 +05:30
Tejaswini Chile and GitHub
372bd75028
feat: Add filter APIs for Contacts and Conversations ( #3264 )
2021-11-01 12:27:04 +04:00
Hugo Sarti and GitHub
68fa694268
fix: Disable typing indicator for user when agent is typing a private note ( #3303 )
2021-11-01 12:20:07 +04:00
Tejaswini Chile and GitHub
000c7603d6
feat/3247 Escape html tags from the slack messages ( #3306 )
2021-11-01 12:08:10 +05:30
Muhsin Keloth and GitHub
a3b6e5655d
Disallow editing attribute key and type ( #3305 )
2021-10-30 12:14:09 +05:30
Muhsin Keloth and GitHub
ab77e03c92
feat: Render conversation custom attributes ( #3065 )
2021-10-30 07:09:46 +05:30
Sojan Jose and GitHub
69f55a25b6
chore: Minor API fixes ( #3290 )
...
- Log whether web-hook was successful
- Inbox update shouldn't need channel params
2021-10-28 15:26:20 +05:30
Aswin Dev P.S and GitHub
46867e89cb
feat: Ability to specify a subject line for outbound emails ( #3168 )
2021-10-27 13:09:29 +05:30
Sojan Jose and GitHub
2f2d2b4f73
chore: Update translations ( #3289 )
2021-10-26 23:01:52 +05:30
fcbe68141d
fix: Show twilio channel name based on medium ( #3284 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-10-26 16:00:00 +05:30
Vishnu Narayanan and GitHub
ac46d0c855
feat: add domain check prompt for linux installation script ( #3282 )
...
- move domain check to beginning to have all user input at the start
- notify user to point DNS if they plan to use a domain with Chatwoot
2021-10-25 21:56:26 +05:30
Sanju and GitHub
74db319a7c
feat: Add video preview & player in conversation ( #3201 )
2021-10-25 19:46:37 +05:30
98e9fedfa6
fix: Resolve contacts filter when entered with contry code ( #3241 )
...
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-10-25 19:26:11 +05:30
f2c6799444
feat: Update translations ( #3279 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-10-25 19:23:58 +05:30
Jay Clark and GitHub
5119e7a79e
fix: Update z-index for chevron in contact sidepanel ( #3268 )
...
Signed-off-by: Jay Clark <jay@jayeclark.dev >
2021-10-25 19:14:13 +05:30
Pranav Raj S and GitHub
8e6ce3a813
feat: Add notes for Contacts ( #3273 )
...
Fixes #2275
2021-10-25 18:35:58 +05:30
Viraj Bahulkar and GitHub
e5e73a08fe
fix: Render missing captions for telegram media attachments ( #3257 )
2021-10-25 15:52:06 +05:30
Akhil G Krishnan and GitHub
84df9c807d
chore: Add climate-control gem for handling the test ENV vars ( #3267 )
2021-10-25 13:13:25 +05:30
Sojan Jose and GitHub
06289b03ea
chore: Add Contact Note APIs ( #3266 )
2021-10-24 12:40:30 +05:30
Sivin Varghese and GitHub
19855a90e2
fix: Remove duplicate attachment downloads ( #3262 )
2021-10-22 19:23:05 +05:30
Jan-David and GitHub
09643b63b0
fix: Use correct German translation of 'disabled' ( #3255 )
2021-10-22 10:42:13 +05:30
Tejaswini Chile and GitHub
658a511b88
feat: Conversation and contact endpoint ( #3198 )
2021-10-20 18:14:56 +05:30
Muhsin Keloth and GitHub
b0041ccf3f
fix: Close button click action in contact details sidepanel ( #3245 )
2021-10-20 09:05:08 +05:30
050df43789
feat: Adds sound alert notification for new messages on the widget ( #3181 )
...
* feat: Adds sound alert notification for new messages on the widget
* Review fixes
* uses absolute path
* Minor fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-10-18 06:09:04 -07:00
Sojan
3b3ab39ca3
Merge branch 'release/1.21.1' into develop
2021-10-18 14:34:08 +05:30
Sojan
7015609577
Merge branch 'release/1.21.1'
2021-10-18 14:34:01 +05:30
Sojan
58ad0e6fd6
Bump version to 1.21.1
2021-10-18 14:33:46 +05:30
Sojan
b8ea8e5b5e
Merge branch 'master' into develop
2021-10-18 14:32:33 +05:30
Vishnu Narayanan and GitHub
eada8c9af2
chore: Fix puma http-parser error ( #3236 )
...
https://github.com/puma/puma/releases/tag/v5.5.2
2021-10-18 14:23:28 +05:30
Pranav Raj S and GitHub
6de964a0bd
fix: HTTP parser error in linux installations ( #3232 )
2021-10-18 14:20:48 +05:30
lybrus and GitHub
9f9dd09985
chore: .env.example MAILER_SENDER_EMAIL put value in quotes ( #3226 )
...
Signed-off-by: Damir Rashidov <damir@rashidov.eu >
2021-10-18 14:15:04 +05:30
Sojan
a9849e402e
Merge branch 'master' into develop
2021-10-16 00:18:47 +05:30
Sojan
a2ffcc4502
Merge branch 'release/1.21.0' into develop
2021-10-16 00:13:23 +05:30
Sojan
c831bee0e3
Merge branch 'release/1.21.0'
2021-10-16 00:13:06 +05:30
Sojan Jose and GitHub
3b53ca157c
chore: fix the failing user destroy for admin ( #3223 )
...
- fix the invitee association on the user
- handle Instagram events with inbox missing
2021-10-16 00:11:53 +05:30
Sojan
de0702b679
Bump version to 1.21.0
2021-10-15 14:44:56 +05:30
Muhsin Keloth and GitHub
cd5c2c51d9
fix: Send notification to all the mentioned users in a private message ( #3222 )
2021-10-15 14:35:43 +05:30
Sojan Jose and GitHub
cebd34053b
chore: Use availability in dashboard presence toggle ( #3212 )
2021-10-15 00:30:48 +05:30
Pranav Raj S and GitHub
ed25435ac2
fix: Render inbox icon properly ( #3219 )
2021-10-14 20:18:43 +05:30
0c65db925d
chore: Fixes the missing gem warning ( #3207 )
...
* chore: Fixes the missing gem warning
fixes : #3143
* chore: rubocop fixes
Co-authored-by: Tejaswini Chile <tejaswini776@gmail.com >
2021-10-14 13:57:01 +05:30
Sojan Jose and GitHub
590001cca2
chore: New Translation updates ( #3214 )
2021-10-14 13:32:15 +05:30
Sojan Jose and GitHub
e669f6766f
chore: Fix Dialogflow issue ( #3210 )
2021-10-14 13:17:09 +05:30
Pranav Raj S and GitHub
99abbb8158
feat: Display sent status of emails in email channel ( #3125 )
2021-10-14 12:55:46 +05:30
Muhsin Keloth and GitHub
5c30bc3e2b
fix: Read message appears on page refresh in the widget ( #3175 )
2021-10-14 11:51:00 +05:30
Muhsin Keloth and GitHub
5799b9fa26
chore: Fix the prop warning issue in contact merge modal ( #3211 )
2021-10-13 18:58:30 +05:30
Nithin David Thomas and GitHub
b33701a666
feat: Create modal to merge two contacts ( #2457 )
2021-10-13 18:35:13 +05:30
WevrLabs and GitHub
6c3e2a0bd3
feat: Render sticker messages from Telegram ( #3204 )
...
Add support for rendering sticker messages thumbs in Telegram.
2021-10-13 17:16:14 +05:30
a494afd0e7
chore: Bump puma from 5.4.0 to 5.5.1 ( #3208 )
...
Bumps [puma](https://github.com/puma/puma ) from 5.4.0 to 5.5.1.
- [Release notes](https://github.com/puma/puma/releases )
- [Changelog](https://github.com/puma/puma/blob/master/History.md )
- [Commits](https://github.com/puma/puma/compare/v5.4.0...v5.5.1 )
---
updated-dependencies:
- dependency-name: puma
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-13 14:01:06 +05:30
6998e9aa2d
fix: Update email message_id parsing order ( #3073 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-10-12 20:46:00 +05:30
Muhsin Keloth and GitHub
6bfa551c85
fix: Trigger campaigns only during business hours ( #3085 )
...
Fixes #2433
2021-10-12 17:58:33 +05:30
7c21cf2255
feat: Render audio, video and voice attachments in telegram. ( #3155 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-10-12 12:58:30 +05:30
Tejaswini Chile and GitHub
5749d25ff8
feat: Update instagram webhooks URL ( #3197 )
2021-10-12 12:46:27 +05:30
c1d68cc8ae
feat: Show refresh prompt on network disconnect ( #3165 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-10-12 11:57:36 +05:30
Nithin David Thomas and GitHub
5237e51f2c
chore: Fixes lint errors in mail component ( #3200 )
2021-10-12 10:14:09 +05:30
Manoj M J and GitHub
2c8bf00d38
chore: Use connection pooling for Redis
...
ref: #3199
2021-10-11 19:46:15 +05:30
Murtaza Bagwala and GitHub
3d3f0ff6ee
feat: Ability to receive attachments from LINE messenger ( #3094 )
...
Add support to add videos, audio, and images from line to chatwoot.
Fixes #3039
2021-10-11 19:06:41 +05:30
2c3e37b157
fix: Disable triggering disabled ongoing campaigns ( #3115 )
...
* fixes: Triggering disabled ongoing campaigns.
* Fix the specs
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-10-11 18:18:11 +05:30
Aswin Dev P.S and GitHub
a35269d275
chore: Create conversation API should accept assignee & team ( #3166 )
2021-10-11 15:17:30 +05:30
68e697c379
feat: Support cc and bcc in email replies ( #3098 )
...
Co-authored-by: Tejaswini <tejaswini@chatwoot.com >
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-10-11 13:00:48 +05:30
Sojan Jose and GitHub
0e0632be22
chore: Minor Housekeeping tasks ( #3169 )
...
- Limit Rack attack to production environments
- Make the long-running data migration optional
2021-10-08 15:45:45 +05:30
1c4afb10df
fix: Open live-chat widget clicking on any unread message ( #3153 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-10-08 14:08:13 +05:30
Sanju and GitHub
ec2dc1b61b
fix: Update the styles for ol & li - lists in dashboard ( #3110 )
2021-10-08 13:55:21 +05:30
b9e85a628b
Feat : Toggle to enforce user validation in Chatwoots web SDK ( #3137 )
...
* If enabled, enforces user validation with identifier_hash
* Fixes the hmac flag payload
* Adds missing i18n label for checkbox
* If enabled, Adds EOF on json file
* If applied, Handles HMAC Disable option
Co-authored-by: Tejaswini Chile <tejaswini776@gmail.com >
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2021-10-08 12:53:24 +05:30
Vishnu Narayanan and GitHub
5d3cce12d5
fix: Disable rack attack gem in circleCI ( #3167 )
2021-10-08 12:14:23 +05:30
Sojan Jose and GitHub
8c192559fe
chore: Rate limits on widget conversation endpoints ( #3162 )
...
- Limit widget conversation creation to 6 per 12 hours
- Enable rack attack by default
2021-10-07 18:06:43 +05:30
Tejaswini Chile and GitHub
700721ea6d
fix: Issue when Instagram response body is empty
...
Fixes #3138
2021-10-07 14:36:54 +05:30
Sojan Jose and GitHub
c54aae21ff
chore: Move agent availability to Account level ( #3074 )
...
- Move agent availability to the account level
2021-10-07 13:21:46 +05:30
1c6a539c0a
feat: Add Reports for teams ( #3116 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-10-06 23:53:51 +05:30
3e99088fe3
chore: Bump url-parse from 1.5.1 to 1.5.3 ( #3146 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sojan Jose <sojan@pepalo.com >
2021-10-06 22:16:14 +05:30
ec9903ae82
fix: Add background to inbox channel badges ( #3152 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-10-06 19:34:34 +05:30
Sojan Jose and GitHub
219a8c4bc5
chore: Instagram reconnect fix ( #3142 )
2021-10-06 16:23:32 +05:30
Nithin David
271ca53c58
fix: Makes thumbnail images fill the wrap
2021-10-06 14:47:44 +05:30
Murtaza Bagwala and GitHub
f874925f0e
fix: set default content type as text for message ( #3060 )
...
Fixes #2974
2021-10-06 00:10:29 +05:30
bd7aeba484
chore: Provider API prototype ( #3112 )
...
Enabling Support for Whatsapp via 360Dialog as a prototype for the provider APIs.
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-10-05 23:35:06 +05:30
Tejaswini Chile and GitHub
40d0b2faf3
feat: Add Instagram Channel ( #2955 )
2021-10-05 14:35:32 +05:30
Sivin Varghese and GitHub
30244f79a6
fixes: Reply box goes hidden and emoji input header section is broken. ( #3121 )
2021-10-03 21:49:44 -07:00
Sojan Jose and GitHub
1d94e65ca8
fix: CSAT reports page failing to load ( #3123 )
...
CSAT reports page was failing to load when there is an assigned agent is deleted.
2021-10-01 13:37:52 +05:30
Aswin Dev P.S and GitHub
be9a055a3f
feat: Ability to send attachments to telegram ( #3108 )
...
This feature allows the user to send and delete attachments in the telegram conversation.
Fixes #3037
2021-10-01 01:45:29 +05:30
Siddharth Ramesh and GitHub
e6bcf24864
chore: Add readonly attribute to woot-input component ( #3119 )
2021-09-30 22:07:20 +05:30
Pranav Raj S and GitHub
1083a24a26
fix: Update Re-rendering behaviour for lists in conversation view ( #3117 )
...
* fix: Update Re-rendering behaviour for lists in conversation view
* Remove console.log
2021-09-30 15:11:00 +05:30
a1563917ba
feat - Add filter for reports by agent, label and inboxes ( #3084 )
...
* Adds filter for agents, labels and inboxes
* Added Inboxes Reports Feature
* Fixed populating of filter dropdown issue
* If applied, fixes code climate style-lint warnings
* Fixes codeclimate warnings
* if applied, Refactors sidebar file to fix codclimate warnings
* if applied, fixes the download reports button for filtered report-data
* If applied, replaces native img tag with thumbnail component
* If applied, replaces hardcoded color string with variable
* If applied, adds a11y labels to multiselect dropdowns
* If applied, Renames reports methods to generic names
* If applied, Adds test cases for Labels and Inboxes
* If applied, write a test spec for fileDownload helper
* if applied, Moves fileDownload method to a utils folder
* If applied, Fixes the report file name type
* Test Spec for Reports Store module
* Fix specs - add restoreAllMocks
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-09-30 13:13:45 +05:30
Pranav Raj S and GitHub
57abdc4d5f
feat: Display "Snoozed Until" time on conversation header ( #3028 )
2021-09-29 19:33:51 +05:30
Sojan Jose and GitHub
49ac4a4400
chore: Fix Twilio callback url not appearing until refresh ( #3106 )
...
The Twilio callback url wasn't being displayed until the page is refreshed
fixes : #3034
2021-09-29 18:29:13 +05:30
Pranav Raj S and GitHub
cc244833d0
feat: Add all filter for conversations ( #3102 )
2021-09-29 16:23:39 +05:30
d55a48037a
chore: Bump tmpl from 1.0.4 to 1.0.5 ( #3059 )
...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases )
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5 )
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-09-29 13:00:56 +05:30
6f6bb91823
fix: Add meaningful alert error message if file upload fails ( #3093 )
...
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-09-29 13:00:08 +05:30
a8f6eebd66
bug: Fixes Incorrect badge for Twilio SMS inbox and adds the ability to differentiate Twitter tweets and chats ( #3003 )
...
* bug: Fixes Incorrect badge in the thumbnail for Twilio SMS inbox
* Minor fixes
* Minor fixes
* Review fixes
* Minor fixes
* fixes codeclimate error
* Minor fixes
* Minor fixes
* Minor fixes
* Review fixes
* Minor fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-09-29 12:56:45 +05:30
bba2750975
feat: Add ability to bulk import contacts ( #3026 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-09-29 12:01:58 +05:30
6129edce08
fix: dialogflow integration in docker environments ( #3072 )
...
* natively compile ruby gems
* add missing compiler tools
* add bundler platform ruby to force native compilation
* fix bundler env in final docker stage
* add comments to DockerFile
Co-authored-by: Sojan Jose <sojan@pepalo.com >
2021-09-28 20:49:50 +05:30
Sojan Jose and GitHub
ed22e7cad4
chore: mitigate CVE-2021-41098 ( #3101 )
...
ignoring CVE-2021-41098 as Chatwoot doesn't support JRuby at the moment
fixes : #3097
2021-09-28 19:34:11 +05:30
Aswin Dev P.S and GitHub
edd0e2329f
feat: Add the ability to close and reopen the chat window via SDK ( #3080 )
2021-09-28 19:25:44 +05:30
Sivin Varghese and GitHub
1761bec615
feat: Adds ability to edit out webhook URL of API Channel ( #3013 )
2021-09-28 12:33:08 +05:30
Aswin Dev P.S and GitHub
15aaa8883c
feat: API to Filter reports by teams ( #3066 )
...
Add API to Filter reports by teams
Fixes : #2916
2021-09-27 21:12:08 +05:30
8b7f6c691a
bug: fixes error in creating a new one off campaign ( #3067 )
...
* bug: fixes error in creating a new one off campaign
* Review fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-09-24 08:07:30 -07:00
Akhil G Krishnan and GitHub
1cb2226dbc
chore: Remove unused memoization in telegram incoming service ( #3075 )
2021-09-24 17:22:22 +05:30
Hugo Sarti and GitHub
1f4685ae4b
fix: offset issue for Business hours on timezones with DST
2021-09-24 00:20:08 +05:30
Tejaswini Chile and GitHub
54bdb2957f
feat: Add assignee last seen to conversations ( #3069 )
...
- Adds assignee last seen attribute to conversations
2021-09-23 20:59:10 +05:30
Aswin Dev P.S and GitHub
4f51a46c2b
feat: Ability to delete a contact ( #2984 )
...
This change allows the administrator user to delete a contact and its related data like conversations, contact inboxes, and reports.
Fixes #1929
2021-09-23 12:52:49 +05:30
Muhsin Keloth and GitHub
0c24df96a8
chore: Conversation custom attribute APIs ( #3024 )
2021-09-22 10:46:48 +05:30
Tejaswini Chile and GitHub
dddab0bbce
chore: Handle the Twilio exception in sentry
...
Fix trying to extract the Sid from non created message.
Fixes #3029
2021-09-21 23:02:45 +05:30
Murtaza Bagwala and GitHub
c504067e2b
fix: Add blank check for file param in Import API ( #3057 )
2021-09-21 10:20:12 +05:30
Pranav Raj S and GitHub
b59e73b10b
fix: Update associations when a label is updated ( #3046 )
2021-09-21 10:16:32 +05:30
Sojan Jose and GitHub
aaadd61e09
fix: Outbound messages triggering out of office ( #3051 )
2021-09-21 10:16:14 +05:30
dcbbb09ebd
fix: Update widget option button style to handle long text ( #3030 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-09-19 21:12:54 +05:30
Pranav Raj S and GitHub
fa2db5a729
fix: Update title for out of office message ( #3043 )
2021-09-19 20:38:20 +05:30
Tejaswini Chile and GitHub
b1b0268705
feat: Support sending and receiving attachments in Slack Integration ( #3022 )
...
- Process incoming slack attachments
- Send attachments from chatwoot to slack
2021-09-18 00:49:01 +05:30
Aswin Dev P.S and GitHub
794a56d4cc
Feat: Out of office autoresponder ( #2992 )
...
This change allows the user to enable autoresponder during the out-of-office time.
Fixes : #2035
2021-09-17 22:17:11 +05:30
Tejaswini Chile and GitHub
6ad5a7452c
fix: Emails not delivered when case does not match
...
Fixes #2504
2021-09-17 22:14:39 +05:30
Sojan Jose and GitHub
0c3e8b6dbd
chore: Return medium in inbox APIs ( #3025 )
...
Return medium in inbox APIs
2021-09-16 16:51:06 +05:30
Tejaswini Chile and GitHub
a0ffefad71
chore: Use the name of the sender from the mail object
...
if the sender email is Sony Mathew <Sony@chatwoot.com > Contact should be built with Sony Mathew
Fixes #2911
2021-09-16 13:26:52 +05:30
Sojan
799e0ed4f5
Merge branch 'master' into develop
2021-09-15 20:19:34 +05:30
Sojan
928766f07b
Merge branch 'release/1.20.0' into develop
2021-09-15 20:19:09 +05:30
Sojan
b474e39feb
Merge branch 'release/1.20.0'
2021-09-15 20:18:57 +05:30
Pranav Raj S and GitHub
3abcadb5cb
fix: Reject keyboard shortcut listeners if input box is active ( #3019 )
...
Reject keyboard shortcut listeners if input box is active
2021-09-15 20:15:06 +05:30
Sojan Jose and GitHub
a14f4ede87
chore: Sidebar icons for new inboxes ( #3016 )
...
- Sidebar icons for line and telegram inboxes
- Sentry fix for contact IP lookup job
2021-09-15 18:12:56 +05:30
Sojan Jose and GitHub
2396b59f11
chore: API fixes ( #3014 )
...
- Minor API fixes
- Configuration screen for LINE inbox
2021-09-14 22:44:53 +05:30
Sojan Jose and GitHub
946a09928e
Chore: Release Fixes ( #3011 )
...
- Fix super admin crashing
- Fix error on telegram group messages
fixes : #2856
2021-09-14 15:54:57 +05:30
Vishnu Narayanan and GitHub
2c381d726d
chore: Update installation env value for linux script ( #3005 )
2021-09-14 12:59:22 +05:30
Pranav Raj S and GitHub
11cbc4d952
fix: Revert key changes in it translation files ( #3010 )
2021-09-14 12:33:13 +05:30
Sojan
d76455e840
Bump version to 1.20.0
2021-09-14 12:29:05 +05:30
Pranav Raj S and GitHub
aa5d01b572
fix: Hide quoted replies by default from messages ( #3009 )
...
Fixes : #2009 , #2365
2021-09-14 11:55:48 +05:30
Sojan Jose and GitHub
22d1c8baf2
Chore: Inbox Members API improvements ( #3008 )
...
- New Inbox Member APIs
- Return JSON errors for Platform APIs
2021-09-14 11:55:02 +05:30
ccd0dc39ad
chore: Update translations ( #3004 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-09-13 19:19:59 +05:30
Fayaz Ahmed and GitHub
84b96526db
chore: Upgrade vue router to the 3.x ( #2981 )
2021-09-13 18:10:56 +05:30
Pranav Raj S and GitHub
f2e2a0b7ed
chore: Update contact sidebar with accordion ( #3002 )
2021-09-13 18:08:58 +05:30
Sojan Jose and GitHub
328edd24de
chore: Move Facebook event processing to worker ( #2988 )
2021-09-13 18:05:14 +05:30
26a3150fd8
feat: Adds the ability to edit and delete custom attributes ( #2982 )
...
* feat: Adds the ability to edit and delete custom attributes
* Review fixes
* Minor fixes
* Adds specs
* Minor fixes
* Update settings.routes.js
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-09-13 03:26:18 -07:00
Brandon Wilson and GitHub
571fefd7cd
fix: Selected agent profile picture in agent multi select ( #2949 )
2021-09-13 13:43:19 +05:30
Tejaswini Chile and GitHub
b74261205d
chore: Support for special characters in password
...
Fixes : #2919
2021-09-13 13:15:05 +05:30
Pranav Raj S and GitHub
f79c52b8c3
chore: Update Changelog URL ( #3001 )
2021-09-13 12:54:26 +05:30
Sojan Jose and GitHub
0a38632f14
feat: Line Channel ( #2904 )
...
- Ability to configure line bots as a channel in chatwoot
- Receive a message sent to the line bot in chatwoot
- Ability to reply to line users from chatwoot
fixes : #2738
2021-09-11 01:31:17 +05:30
Sojan Jose and GitHub
671c5c931f
feat: Telegram Channel ( #2901 )
...
- Ability to configure telegram bots as a channel in chatwoot
- Receive a message sent to the telegram bot in chatwoot
- Ability to reply to telegram users from chatwoot
- Receive attachment messages in chatwoot
fixes : #1843
2021-09-10 00:00:52 +05:30
Sojan Jose and GitHub
9c4ce9af35
chore: Strip unnecessary data from push payload ( #2924 )
2021-09-09 13:59:42 +05:30
Fayaz Ahmed and GitHub
2821777e93
feat: Add multiline support for channel greeting message ( #2952 )
2021-09-08 15:07:24 +05:30
41314157c2
fix: Revert translated values in CHAT_STATUS_ITEMS ( #2977 )
...
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-09-08 10:06:18 +05:30
Sivin Varghese and GitHub
c80289e661
feat: Add custom attribute table ( #2929 )
2021-09-08 09:37:58 +05:30
39c4fa111a
chore: Update translations ( #2965 )
...
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-09-07 23:14:58 +05:30
Pranav Raj S and GitHub
4759730022
feat: Configure Chatwoot & Analytics for SaaS app ( #2975 )
...
* feat: Add Chatwoot support inside Chatwoot SaaS
* Fix identity issues with Chatwoot
2021-09-07 23:11:01 +05:30
Sojan Jose and GitHub
8de4ce0037
chore: attachment validation fix ( #2976 )
...
- Attachment validation was supposed to affect the web widget channel only. But it was validating for all channels
2021-09-07 22:59:02 +05:30
Nooc and GitHub
7245e66b31
Mount local storage to host in docker-compose.production.yaml ( #2953 )
2021-09-07 19:52:14 +05:30
Tejaswini Chile and GitHub
772d4ae726
feat: Send MMS through Twilio Inbox ( #2959 )
...
Send MMS message to customer for Twilio integration inbox.
Fixes #2311
2021-09-07 00:05:14 +05:30
Pranav Raj S and GitHub
118c1458ab
fix: Remove duplicate emit event ( #2969 )
2021-09-06 15:13:51 +05:30
Pranav Raj S and GitHub
dace97b7b0
feat: Update design - CSAT survey page ( #2964 )
2021-09-06 11:42:02 +05:30
Pranav Raj S and GitHub
7b77bab18e
fix: Update actions position if avatar image is unavailable ( #2963 )
2021-09-06 01:14:17 +05:30
7fc575a474
feat: Use accordion in conversation sidepanel ( #2839 )
...
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-09-06 00:19:09 +05:30
Sojan Jose and GitHub
9acac38635
chore: Update translations ( #2958 )
2021-09-05 19:12:18 +05:30
Sojan Jose and GitHub
2ebd38c3b7
Chore: API Improvements ( #2956 )
...
- API to fetch info of a single inbox
- Document passing custom_attributes in the API
- Ability to filter contacts with contact identifier in search API
2021-09-04 17:56:46 +05:30
Sojan Jose and GitHub
b866c54ad5
chore: Bring updated translations ( #2945 )
2021-09-03 15:48:24 +05:30
Muhsin Keloth and GitHub
ff1625708e
fix: Subscription attribute update issue ( #2951 )
2021-09-03 13:45:14 +05:30
Sanju and GitHub
a03ed4eea0
feat: Update agent report filename to use generated date ( #2934 )
2021-09-03 11:58:26 +05:30
Sojan Jose and GitHub
ad83d1bb71
feat: Platform API improvements ( #2900 )
...
- Platform APIs to add and update custom attributes to users
- Platform APIs to delete accounts
- Platform APIs to delete users
2021-09-02 18:29:45 +05:30
Nithin David Thomas and GitHub
a60a33679f
fix: Fixes messages jumping issue for newly created message ( #2935 )
...
* fix: Fixes messages jumping issue for newly created message
* Fixes border radius issue of messages
* Fixes bottom jumping issue
* Fixes code climate issue
2021-09-02 16:26:20 +05:30
af1d8c0ee5
feat: Fixes #1940 WCAG support for website widget ( #2071 )
...
Co-authored-by: Kaj Oudshoorn <kaj@milvum.com >
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2021-09-02 12:13:53 +05:30
2ddd508aee
Add missing conversation id for first response event ( #2922 )
...
- Add missing conversation id for first response event
- Fixing the flaky test
Fixes #2746
Co-authored-by: Tejaswini <tejaswini@chatwoot.com >
2021-09-02 00:16:09 +05:30
8b841596a5
feat: Creates pop out reply box ( #2832 )
...
* enhancement: Creates draggable pop out replay box
* Review fixes
* Minor fixes
* codeclimate fixes
* Update z-index.scss
* Minor fixes
* Review fixes
* Minor fixes
* Update MessagesView.vue
* Review fixes
* Review fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-09-01 06:42:22 -07:00
afdf1c70c1
chore: Bump tar from 6.1.3 to 6.1.11 ( #2936 )
...
Bumps [tar](https://github.com/npm/node-tar ) from 6.1.3 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v6.1.3...v6.1.11 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-01 18:13:41 +05:30
Sojan Jose and GitHub
6fdd4a2996
chore: Security Improvements to the API ( #2893 )
...
- Devise auth tokens are reset on password update
- Avatar attachment file type is limited to jpeg,gif and png
- Avatar attachment file size is limited to 15 mb
- Widget Message attachments are limited to types ['image/png', 'image/jpeg', 'image/gif', 'image/bmp', 'image/tiff', 'application/pdf', 'audio/mpeg', 'video/mp4', 'audio/ogg', 'text/csv']
- Widget Message attachments are limited to 40Mb size limit.
2021-09-01 15:08:05 +05:30
Muhsin Keloth and GitHub
06d8916341
fix: Handle more rest client exceptions ( #2930 )
2021-08-31 19:45:11 +05:30
Aswin Dev P.S and GitHub
6563cccf34
Add attachment button for email conversation ( #2927 )
2021-08-31 19:06:12 +05:30
5319af3dfc
chore: Merge contact copy over information ( #2812 )
...
fixes : #2767 , #2773
Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com >
2021-08-31 15:30:18 +05:30
1ff9939a80
feat: Ability to remove inbox avatar ( #2885 )
...
* Delete inbox avatar
1) New API endpoint added for deleting inbox avatar.
2) Delete avatar button in the inbox settings page.
Co-authored-by: Sojan Jose <sojan@pepalo.com >
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-08-31 15:12:05 +05:30
Sivin Varghese and GitHub
fdcc322660
feat: Add the ability to create custom attribute ( #2903 )
2021-08-31 13:54:34 +05:30
Pranav Raj S and GitHub
75329e5de1
fix: Add missing referer & initiated_at.timestamp to events ( #2920 )
2021-08-31 11:46:15 +05:30
Pranav Raj S and GitHub
588f49cc34
fix: Update param name for attachments ( #2921 )
2021-08-31 11:27:40 +05:30
Tejaswini Chile and GitHub
65f3e83afd
feat: APIs to filter reports ( #2889 )
...
Fixes #2823
2021-08-27 22:46:32 +05:30
Brandon Wilson and GitHub
f94abaef5f
feat: Shows inbox identifier token for API inbox ( #2894 )
...
Fixes : #2605
2021-08-27 19:56:45 +05:30
Aswin Dev P.S and GitHub
9a8cbee470
chore: Display email channel configuration while editing ( #2896 )
2021-08-27 19:15:54 +05:30
Nithin David Thomas and GitHub
78646b44b8
fix: Fixes widget holder blocking page clicks ( #2897 )
2021-08-27 13:10:21 +05:30
0a08e1ffc0
feat: Adds async and defer attributes to chatwoot script tag ( #2890 )
...
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2021-08-26 19:51:10 +05:30
Muhsin Keloth and GitHub
5853531d9a
fix: Disable attribute route from settings menu ( #2891 )
2021-08-26 18:51:59 +05:30
Sivin Varghese and GitHub
d13c4ff8c5
feat: Keyboard shortcuts improvements ( #2790 )
2021-08-26 15:55:58 +05:30
Tejaswini Chile and GitHub
69b0434bb7
chore: Display available name in email ( #2888 )
2021-08-26 15:16:47 +05:30
1d5150e3a7
feat: Update activity message, email designs in Message bubble ( #2886 )
...
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2021-08-26 11:58:56 +05:30
Muhsin Keloth and GitHub
7dd42f3fd7
chore: Add description in custom attributes CRUD API response ( #2875 )
2021-08-26 01:10:45 +05:30
Sivin Varghese and GitHub
4a23a393f7
feat: Creates custom attributes route ( #2877 )
2021-08-25 20:30:34 +05:30
Vishnu Narayanan and GitHub
8d6b3efa2e
fix: chatwoot_webpack failure due to missing git ( #2878 )
2021-08-25 14:51:35 +05:30
Muhsin Keloth and GitHub
a27ccc5866
fix: Disable "none" option from team dropdown If team is not selected ( #2876 )
2021-08-25 14:11:16 +05:30
Sojan Jose and GitHub
a9ca76d9df
chore: support for APMs ( #2874 )
...
Add the support for Newrelic and Datadog.
ref: https://www.chatwoot.com/docs/self-hosted/monitoring/apm-and-error-monitoring
fixes : #2861
2021-08-25 01:04:29 +05:30
Tejaswini Chile and GitHub
21e8a41206
fix: Update styles in email template for mention notifications ( #2871 )
2021-08-24 22:42:48 +05:30
Muhsin Keloth and GitHub
1257f86f22
chore: Add description field in custom attribute model ( #2872 )
2021-08-24 21:17:23 +05:30
Tejaswini Chile and GitHub
09e3413d10
chore: consider X-original-sender to create contact in case of group mail ( #2841 )
...
For emails forwarded from google groups, Google rewrites the FROM address to the group email and the original email will be available under X-Original-Sender. This PR enables chatwoot to handle this case.
Fixes : #2715
2021-08-24 14:18:08 +05:30
Muhsin Keloth and GitHub
6515b69560
feat: CSAT for all channels ( #2749 )
2021-08-23 22:00:47 +05:30
5debe9e8ee
fix: Add agent typing notification on all channels ( #2855 )
...
Fixes CVE-2021-22881
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-08-23 21:34:23 +05:30
Vishnu Narayanan and GitHub
7cd3cef0a2
chore: add uptime and response time badges ( #2842 )
2021-08-20 21:28:16 +05:30
Tejaswini Chile and GitHub
eb80324eaa
feat: Add message content to mention email template ( #2838 )
2021-08-18 15:28:45 +05:30
Sojan
20b96c7c60
Merge branch 'release/1.19.0'
2021-08-17 01:50:25 +05:30
Sojan
6a9c885926
Bump version to 1.19.0
2021-08-17 01:48:46 +05:30
Pranav Raj S and GitHub
ed317c5bb3
feat: Use relay server for self-hosted mobile push notifications ( #2757 )
2021-08-17 01:44:16 +05:30
Vishnu Narayanan and GitHub
319412f6dc
feat: include installation method in data to cw hub ( #2831 )
2021-08-16 23:35:00 +05:30
Sivin Varghese and GitHub
0e4196c91a
enhancement: Removes the focus of the first item in the dropdown when it is active. ( #2833 )
2021-08-16 22:11:20 +05:30
Nithin David Thomas and GitHub
70d41ffcdd
fix: Smoothens out opening animation for widget ( #2789 )
2021-08-14 08:40:29 +05:30
Nithin David Thomas and GitHub
e09941db1c
fix: Use all: revert to avoid external css styles for widget bubble ( #2809 )
2021-08-13 20:16:33 +05:30
Pascal Jufer and GitHub
37bf4b7dd8
fix: Use label for "Subscribe to updates" checkbox ( #2788 )
2021-08-13 19:10:47 +05:30
Aswin Dev P.S and GitHub
9e052fd5b2
chore: Set phone_number through Website SDK ( #2803 )
...
Fixes : #2599
2021-08-13 17:26:09 +05:30
dfcc33cbdd
fix: Fixes error when dropdown button is focused ( #2797 )
...
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-08-13 13:40:12 +05:30
0f148f7700
fix: Fixes parsing issue with custom attributes ( #2796 )
...
* fix: Fixes parsing issue with custom attributes
* Update app/javascript/dashboard/routes/dashboard/conversation/ContactCustomAttributes.vue
Co-authored-by: शैलेश कळमकर (Shailesh Kalamkar) <shailesh.kalamkar@gmail.com >
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: शैलेश कळमकर (Shailesh Kalamkar) <shailesh.kalamkar@gmail.com >
Co-authored-by: Sojan Jose <sojan@pepalo.com >
2021-08-13 13:37:51 +05:30
Sojan Jose and GitHub
acb39cbc8f
chore: Ability to create contact with identifiers ( #2802 )
2021-08-13 13:02:46 +05:30
Nithin David Thomas and GitHub
d492a65c24
fix: Checks JS window object for null before focusing ( #2798 )
2021-08-12 23:21:31 +05:30
3d807684bb
fix: Reduce size of Docker image ( #2779 )
...
* fix: Ordering in Dockerfile
Folders node_modules & tmp/cache are currently not removed and thus the Docker image
size is pretty big.
I don't think we can remove app/assets & vendor/assets though as the
app won't work without those.
* Expose port 3000 in Docker image
* Further Dockerfile optimization
Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com >
2021-08-12 15:10:02 +05:30
21d2b4d918
chore: Consider inbox.timezone in open_at logic ( #2183 )
...
Co-authored-by: Sojan Jose <sojan@pepalo.com >
2021-08-12 02:29:15 +05:30
Sojan Jose and GitHub
1f59205f20
chore: handle more exceptions ( #2793 )
2021-08-12 01:32:22 +05:30
a065165bcb
fix: undefined method contact in support mailbox ( #2678 )
...
if chatwoot receives an email of already existing contact with a different case say "Care@example.com ", before this fix, it will throw an error. Now it will retrieve existing contact
Fixes : #2553
Co-authored-by: Sojan Jose <sojan@pepalo.com >
2021-08-12 01:28:07 +05:30
4907489ea8
chore: Bump path-parse from 1.0.6 to 1.0.7 ( #2786 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-12 00:28:14 +05:30
Muhsin Keloth and GitHub
4d668d8db3
feat: Dedicated tab for campaigns ( #2741 )
2021-08-11 20:29:33 +05:30
Sojan Jose and GitHub
8daf1fe033
chore: Add down gem for Local file downloads ( #2765 )
...
- Add down gem to handle downloading files to host machine
- Remove the LocalResource class
- Introduce max limit for contact avatars send via SDK
2021-08-11 16:40:28 +05:30
29f54c1f26
chore: Removed the multi-select agent dropdown from the conversation header. ( #2781 )
...
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2021-08-10 23:25:55 -07:00
1a4faab381
feat: Creates story for cc bcc input component in reply box ( #2763 )
...
* feat: Creates cc bcc input component for reply box
* Adds email inputs for cc and bcc
* Cleans storybook code
* Fixes eslint issues
* Update app/javascript/dashboard/components/widgets/conversation/stories/ReplyEmailHead.stories.js
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
* Review fixes
* Update app/javascript/dashboard/components/widgets/conversation/stories/ReplyEmailHead.stories.js
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
* Update app/javascript/dashboard/components/widgets/conversation/stories/ReplyEmailHead.stories.js
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
* Update app/javascript/dashboard/components/widgets/conversation/stories/ReplyEmailHead.stories.js
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-08-11 11:34:47 +05:30
c3314dd186
feat: Creates a modal showing all the available keyboard shortcuts ( #2728 )
...
* feat: Adds modal showing all the available keyboard shortcuts
* Minor fixes
* Minor fixes
* Spacing fixes
* fix translations
* Adds i18n
* Review fixes
* Review fixes
* spacing fixes
* Review fixes
* Minor fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-08-09 21:23:40 -07:00
Pranav Raj S and GitHub
bdc4ecffc1
fix: Save content_type, multipart information to email message model ( #2774 )
2021-08-09 18:04:34 +05:30
Nithin David Thomas and GitHub
462214aced
fix: Reduces space for custom drop-downs ( #2778 )
2021-08-09 15:12:11 +05:30
c523a953f7
feat: Adds keyboard shortcuts for conversation actions ( #2672 )
...
* feat: Adds keyboard shortcuts for conversation actions
* Minor fixes
* Minor fixes
* Minor fixes and add new shortcut
* MInor fixes
* Review fixes
* Minor fixes
* Code cleanup
* Minor fixes
* Uses Alt or Option key instead of shift-key
* Review fixes
* Review fixes
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-08-09 00:38:52 -07:00
Sivin Varghese and GitHub
c7482696d4
fix: Remove text retained in confirm delete modal ( #2775 )
2021-08-09 12:07:42 +05:30
2035d24cb8
enhancement: Show close button for unread view ( #2758 )
...
* enhancement: Show close button for unread view
* Fixes issue with button spacing
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-08-07 11:56:40 +05:30
9c257578b0
fix: Fixes unread view blocking page scroll ( #2727 )
...
* fix: Fixes unread view blocking page scroll
* Update sdk.js
* Fixes the height issue for unread view
* Fix unread message position issue
* Code climate fixes
* Fixes height issue for large messages
* Fixes height issue on unread view
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-08-07 11:56:15 +05:30
Vishnu Narayanan and GitHub
b58ca21f0b
docs: Update README to add question/support sub-section ( #2764 )
...
- add questions sub-section and mention discord
- improve formatting
2021-08-07 00:44:07 +05:30
Sojan Jose and GitHub
edec74c389
chore: Fix Twilio send message error ( #2761 )
2021-08-06 13:34:20 +05:30
f934a5eb04
fix: Broken Docker Builds ( #2755 )
...
Co-authored-by: Pascal Jufer <paescuj@users.noreply.github.com >
2021-08-06 01:21:44 +05:30
Raikas and GitHub
f477c5281f
chore: Fix Finnish translations ( #2753 )
2021-08-05 10:24:07 +05:30
Muhsin Keloth and GitHub
6265c1c907
fix: Add brand color in CSAT card component ( #2756 )
2021-08-05 01:20:01 +05:30
e834b545ef
chore: Bump tar from 6.1.0 to 6.1.3 ( #2750 )
...
Bumps [tar](https://github.com/npm/node-tar ) from 6.1.0 to 6.1.3.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.3 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-04 10:23:13 +05:30
Pascal Jufer and GitHub
c37966744f
fix: Fix and rename pg_database_url.sh helper script ( #2747 )
...
- Fix and rename pg_database_url helper script
- Use single-quote and remove trailing whitespace
2021-08-03 22:56:55 +05:30
Sojan Jose and GitHub
ab54d9c629
chore: Upgrade rails and ruby versions ( #2400 )
...
ruby version: 3.0.2
rails version: 6.1.4
2021-08-03 20:11:52 +05:30
Sivin Varghese and GitHub
7e960b7c72
feat: Add support for rich content for message in ongoing campaigns ( #2577 )
2021-08-03 19:38:51 +05:30
Muhsin Keloth and GitHub
92c14fa87d
feat: CSAT response collection public page ( #2685 )
2021-08-03 18:22:50 +05:30
Vishnu Narayanan and GitHub
9b01b82cc7
docs: update chatwoot VDP guidelines ( #2740 )
2021-08-03 16:13:44 +05:30
Nithin David Thomas and GitHub
0475060245
enhancement: Updates icons to show last message type ( #2743 )
2021-08-03 12:13:24 +05:30
Pranav Raj S and GitHub
faf104c1fe
fix: Update tweet character count logic ( #2709 )
2021-08-02 16:07:30 +05:30
Pranav Raj S and GitHub
d88e3e3596
fix: Resolve conversation with id instead of current conversation ( #2731 )
2021-08-02 13:11:07 +05:30
Muhsin Keloth and GitHub
9f3f238cb5
chore: Show new account modal if user accounts are empty ( #2448 )
2021-08-02 08:54:53 +05:30
Pranav Raj S and GitHub
5b3339cd33
fix: Render line-breaks properly in messages ( #2699 )
2021-08-02 08:24:08 +05:30
Pranav Raj S and GitHub
bfa00cc12d
fix: Avoid flicker while updating the view with new messages ( #2730 )
2021-08-02 08:03:12 +05:30
Sojan Jose and GitHub
e46aa1aa64
chore: Mark Facebook accounts for reconnection ( #2405 )
...
fixes : #2037
2021-08-01 18:15:39 +05:30
Sojan Jose and GitHub
2890339734
chore: Limit objects returned by conversation API ( #2721 )
2021-07-31 21:19:42 +05:30
Pranav Raj S and GitHub
915366c472
fix: Rename identity_hash to identifier_hash ( #2726 )
2021-07-29 20:11:21 +05:30
f2b5e328bb
feat: Update agent and team multi-select with new multi-select dropdown ( #2516 )
...
* feat: Update agent/team multiselect styles
* Component name fixes
* Adds key control for our multiselect dropdown and component name spell fix
* Minor fixes
* Review fixes
* Minor fixes
* Minor fixes
* Review fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2021-07-29 17:44:37 +05:30
Nithin David Thomas and GitHub
672e5874fb
fix: Appending markdown as HTML into editor ( #2720 )
2021-07-29 11:53:28 +05:30
Nithin David Thomas and GitHub
8f30abb98b
feat: Show links for custom attributes ( #2723 )
2021-07-28 21:36:35 +05:30
223385d134
fix: Specify external db with non-standard port ( #2711 )
...
POSTGRES_PORT was not taking effect if provided separately
instead of using DATABASE_URL. This adds support for using
databases running on non-standard ports.
#1145
#1147
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-07-28 19:36:51 +05:30
Muhsin Keloth and GitHub
7662fdce47
feat: CSAT response public APIs ( #2670 )
2021-07-28 14:59:13 +05:30
a47ca9cf4b
feat: Show e-mail meta data for conversations ( #2708 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-07-28 14:43:44 +05:30
b44f9b792b
chore: Block & throttle abusive requests ( #2706 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-07-27 21:27:23 +05:30
Sanju and GitHub
359c3c8ccb
Fix: type error trim of undefined#2595 ( #2702 )
2021-07-27 07:38:27 +05:30
sbreiler-work and GitHub
d7da6fbfb5
fix: Make "Search Results" in PopOverSearch translateable ( #2705 )
2021-07-26 14:33:42 +05:30
Pranav Raj S and GitHub
7664006625
chore: Improve search, list performance of contact/conversation APIs ( #2696 )
2021-07-23 18:39:24 +05:30
Pranav Raj S and GitHub
6e1493501a
feat: Add APIs for custom attribute definitions ( #2689 )
2021-07-23 17:04:33 +05:30
Sanju and GitHub
7e0937f3ed
chore: Cypress test case for create label flow
2021-07-23 16:38:44 +05:30
d955d8e7dc
feat: Ability to snooze conversations ( #2682 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-07-23 15:24:07 +05:30
Vishnu Narayanan and GitHub
4d45ac3bfc
chore: Switch from addgroup to adduser ( #2688 )
2021-07-22 19:49:12 +05:30
ecdf977de7
Live chat widget preview #2441 ( #2523 )
...
* update widget preview on storybook
* removed default value for logo
* add online dot
* resolve PR comments
- split widget to head, body & footer
- updated reply time to a select box
* update spacing with variables
* update reply-time with i18
* update with spacing variables
* update padding with space variable
* resolved PR comments
* update background color
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2021-07-22 18:36:33 +05:30
Muhsin Keloth and GitHub
6b6df7a70d
fix: Disable "none" option from agent dropdown If agent is not selected ( #2687 )
2021-07-22 16:31:53 +05:30
Sojan Jose and GitHub
a7ca55c080
chore: Change the conversation bot status to pending ( #2677 )
...
fixes : #2649
2021-07-21 22:02:43 +05:30
Sojan Jose and GitHub
a0886d37bc
chore: Expose widget config via an API ( #2645 )
...
Expose widget config via an API so that the UI could be detached from the rails Application.
2021-07-21 01:26:32 +05:30
Sojan
caf8669db5
Merge branch 'release/1.18.1'
2021-07-20 00:51:08 +05:30
Sojan
d1619bdc87
Bump version to 1.18.1
2021-07-20 00:50:38 +05:30
Sojan Jose and GitHub
217dd8a6f0
chore: Add assigned_count to conversation APIs ( #2665 )
2021-07-19 19:10:58 +05:30
Pranav Raj S and GitHub
a235e82a02
fix: Update attribute name to conversationsCount ( #2662 )
2021-07-19 14:41:16 +05:30
Pranav Raj S and GitHub
a2fca2edb8
fix: Fix HTML only email rendering ( #2644 )
2021-07-16 19:56:54 +05:30
Sojan
9de36f2b9e
Merge branch 'release/1.18.0'
2021-07-16 00:08:30 +05:30
Sojan
fa3cc40059
Bump version to 1.18.0
2021-07-16 00:07:18 +05:30
Sojan Jose and GitHub
3941c6f32b
chore: Translation updates ( #2639 )
2021-07-16 00:04:09 +05:30
Sojan Jose and GitHub
eda52930be
chore: Add Telemetry ( #2631 )
...
ref: https://www.chatwoot.com/docs/self-hosted/telemetry
2021-07-15 23:58:54 +05:30
Pranav Raj S and GitHub
5aac2acf56
fix: Improve mail content parsing ( #2638 )
2021-07-15 22:50:32 +05:30
Muhsin Keloth and GitHub
85ea56b765
fix: Disable sender tooltip and copy button in deleted messages ( #2637 )
2021-07-15 21:06:54 +05:30
Pranav Raj S
72069e45ef
fix: Use mail.decoded as fallback for text content to fix char-rendering
2021-07-15 20:06:43 +05:30
Mrunal Selokar and GitHub
e0535168a0
chore: Removing duplicate callback to create auth token ( #2624 )
...
Removed after create callback in user model to create a new access token. This is already being taken care of by AccessTokenable module.
Fixes #2620
2021-07-15 15:24:38 +05:30
Muhsin Keloth and GitHub
b56512eb56
fix: Hide deleted messages on widget side ( #2614 )
2021-07-15 14:27:37 +05:30
Muhsin Keloth and GitHub
cf785123a5
feat: One off campaign UI ( #2621 )
2021-07-15 13:31:43 +05:30
Pranav Raj S and GitHub
aa7db90cd2
fix: Use Dompurify to strip style characters ( #2632 )
2021-07-15 12:54:31 +05:30
Sojan Jose and GitHub
d7982a6ffd
chore: Add assigned option to conversation finder API ( #2630 )
...
- Adds the ability to filter all the conversations which are assigned
- Add rack timeout gem
- Remove size attribute from Sidekiq config
2021-07-14 22:51:27 +05:30
Pranav Raj S and GitHub
3d18ec9e40
feat: Add date-range filter on CSAT Reports ( #2622 )
2021-07-14 20:15:57 +05:30
Sojan Jose and GitHub
a5bc81b304
chore: Suppress the unnecessary CSRF warning ( #2606 )
...
Suppress the unnecessary CSRF warning
2021-07-14 18:40:24 +05:30
Sojan Jose and GitHub
dfddf9cacc
chore: one off SMS campaign APIs ( #2589 )
2021-07-14 12:24:09 +05:30
Pranav Raj S and GitHub
cb44eb2964
feat: Add CSAT reports ( #2608 )
2021-07-14 10:20:06 +05:30
Pranav Raj S and GitHub
b7806fc210
fix: Update styles to fix the image resolution on smaller devices ( #2618 )
2021-07-13 18:54:33 +05:30
f9b55944ad
feat: Adds custom date range component for reports ( #2602 )
...
* feat: Adds custom date range for reports
* Review fixes
* Minor fixes
* Review fixes
* Use computed property
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-07-13 03:41:03 -07:00
dependabot[bot] and GitHub
fae8466a6c
chore: Bump addressable from 2.7.0 to 2.8.0 ( #2610 )
2021-07-13 13:58:54 +05:30
Nithin David Thomas and GitHub
deb4513584
bug: Fixes alignment issue with deleted messages ( #2613 )
2021-07-13 12:00:29 +05:30
Muhsin Keloth and GitHub
15085cfb98
feat: Conversation transcript in widget ( #2549 )
2021-07-13 11:31:21 +05:30
Siddharth Ramesh and GitHub
fc4ef1595b
chore: Twilio to individual(SMS/Whatsapp) channels ( #2566 )
2021-07-12 22:33:39 +05:30
Muhsin Keloth and GitHub
ba547b3f60
chore: Delete related notifications if a conversation is deleted ( #2592 )
2021-07-12 12:28:16 +05:30
Pranav Raj S and GitHub
5726447e47
fix: Unescape Slack incoming messages ( #2604 )
2021-07-09 17:45:02 +05:30
a9ccded62b
feat: Creates custom date range picker component ( #2597 )
...
* feat: Adds custom date range in reports
* error fixes
* Creates new component for date range and adds stories
* Revert files
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-07-09 14:16:55 +05:30
Muhsin Keloth and GitHub
64e69a85f8
chore: Update availability status everywhere if the user changes the status from the account menu ( #2581 )
...
* add agent mixin
* apply agent mixin in components
* review fixes
* fix specs
2021-07-09 13:20:54 +05:30
Muhsin Keloth and GitHub
4a2195aeda
chore: Disable delete option for deleted messages ( #2600 )
...
* disable delete option for deleted message
* review fixes
2021-07-09 12:34:09 +05:30
Nithin David Thomas and GitHub
efd6f735dc
fix: Align delete message menu on twitter bubble correctly ( #2591 )
...
* fix: Aligns delete message menu on twitter bubble correctly
* Fixes alignment issues
2021-07-09 10:53:28 +05:30
38cce3c1c0
chore: New translation updates ( #2585 )
...
* New translations contact.json (Vietnamese)
* New translations conversation.json (Vietnamese)
* New translations inboxMgmt.json (Vietnamese)
* New translations settings.json (Vietnamese)
* New translations en.json (Vietnamese)
* New translations inboxMgmt.json (Chinese Traditional)
* New translations contact.json (Chinese Traditional)
* New translations conversation.json (Chinese Traditional)
* New translations settings.json (Chinese Traditional)
* New translations en.json (Chinese Traditional)
* New translations en.yml (Chinese Simplified)
* New translations settings.json (Indonesian)
* New translations en.json (Indonesian)
* New translations contact.json (Persian)
* New translations conversation.json (Persian)
* New translations inboxMgmt.json (Persian)
* New translations inboxMgmt.json (Indonesian)
* New translations contact.json (Portuguese, Brazilian)
* New translations conversation.json (Portuguese, Brazilian)
* New translations inboxMgmt.json (Portuguese, Brazilian)
* New translations integrations.json (Portuguese, Brazilian)
* New translations settings.json (Portuguese, Brazilian)
* New translations en.json (Portuguese, Brazilian)
* New translations contact.json (Indonesian)
* New translations conversation.json (Indonesian)
* New translations en.json (Chinese Simplified)
* New translations devise.en.yml (Chinese Simplified)
* New translations inboxMgmt.json (Swedish)
* New translations settings.json (Swedish)
* New translations conversation.json (Swedish)
* New translations en.json (Swedish)
* New translations contact.json (Turkish)
* New translations conversation.json (Turkish)
* New translations contact.json (Swedish)
* New translations conversation.json (Slovak)
* New translations inboxMgmt.json (Slovak)
* New translations settings.json (Slovak)
* New translations en.json (Slovak)
* New translations inboxMgmt.json (Turkish)
* New translations en.json (Ukrainian)
* New translations contact.json (Chinese Simplified)
* New translations settings.json (Ukrainian)
* New translations conversation.json (Chinese Simplified)
* New translations inboxMgmt.json (Chinese Simplified)
* New translations settings.json (Chinese Simplified)
* New translations settings.json (Turkish)
* New translations en.json (Turkish)
* New translations contact.json (Ukrainian)
* New translations conversation.json (Ukrainian)
* New translations inboxMgmt.json (Ukrainian)
* New translations settings.json (Persian)
* New translations integrationApps.json (French)
* New translations en.json (Hebrew)
* New translations contact.json (Hebrew)
* New translations en.json (Nepali)
* New translations conversation.json (Hebrew)
* New translations inboxMgmt.json (Hebrew)
* New translations settings.json (Hebrew)
* New translations settings.json (Nepali)
* New translations csatMgmt.json (French)
* New translations contact.json (Thai)
* New translations conversation.json (Thai)
* New translations inboxMgmt.json (Thai)
* New translations settings.json (Thai)
* New translations en.json (Thai)
* New translations en.json (Tamil)
* New translations contact.json (Tamil)
* New translations en.json (Persian)
* New translations conversation.json (Tamil)
* New translations inboxMgmt.json (Tamil)
* New translations settings.json (Tamil)
* New translations settings.json (Malayalam)
* New translations en.json (Malayalam)
* New translations contact.json (Nepali)
* New translations conversation.json (Nepali)
* New translations inboxMgmt.json (Nepali)
* New translations inboxMgmt.json (Malayalam)
* New translations contact.json (Hindi)
* New translations conversation.json (Hindi)
* New translations inboxMgmt.json (Hindi)
* New translations settings.json (Hindi)
* New translations en.json (Hindi)
* New translations contact.json (Malayalam)
* New translations conversation.json (Malayalam)
* New translations contact.json (Slovak)
* New translations contact.json (Danish)
* New translations conversation.json (Danish)
* New translations inboxMgmt.json (Danish)
* New translations settings.json (Danish)
* New translations en.json (Danish)
* New translations inboxMgmt.json (Czech)
* New translations contact.json (Czech)
* New translations conversation.json (Czech)
* New translations settings.json (Czech)
* New translations en.json (Czech)
* New translations contact.json (German)
* New translations settings.json (Greek)
* New translations en.json (Greek)
* New translations contact.json (Finnish)
* New translations conversation.json (Finnish)
* New translations inboxMgmt.json (Finnish)
* New translations inboxMgmt.json (Greek)
* New translations conversation.json (German)
* New translations inboxMgmt.json (German)
* New translations integrations.json (German)
* New translations settings.json (German)
* New translations en.yml (German)
* New translations en.json (German)
* New translations contact.json (Greek)
* New translations conversation.json (Greek)
* New translations en.json (Catalan)
* New translations inboxMgmt.json (French)
* New translations integrations.json (French)
* New translations report.json (French)
* New translations settings.json (French)
* New translations en.yml (French)
* New translations conversation.json (French)
* New translations en.json (French)
* New translations labelsMgmt.json (French)
* New translations teamsSettings.json (French)
* New translations campaign.json (French)
* New translations contact.json (Spanish)
* New translations conversation.json (Spanish)
* New translations contact.json (French)
* New translations contact.json (Romanian)
* New translations conversation.json (Romanian)
* New translations inboxMgmt.json (Romanian)
* New translations settings.json (Romanian)
* New translations chatlist.json (French)
* New translations en.json (Romanian)
* New translations inboxMgmt.json (Spanish)
* New translations en.json (Arabic)
* New translations contact.json (Catalan)
* New translations settings.json (Arabic)
* New translations conversation.json (Catalan)
* New translations inboxMgmt.json (Catalan)
* New translations settings.json (Catalan)
* New translations settings.json (Spanish)
* New translations en.json (Spanish)
* New translations contact.json (Arabic)
* New translations conversation.json (Arabic)
* New translations inboxMgmt.json (Arabic)
* New translations settings.json (Norwegian)
* New translations en.json (Norwegian)
* New translations contact.json (Polish)
* New translations conversation.json (Polish)
* New translations inboxMgmt.json (Polish)
* New translations inboxMgmt.json (Norwegian)
* New translations conversation.json (Dutch)
* New translations inboxMgmt.json (Dutch)
* New translations settings.json (Dutch)
* New translations en.json (Dutch)
* New translations contact.json (Norwegian)
* New translations conversation.json (Norwegian)
* New translations settings.json (Finnish)
* New translations contact.json (Russian)
* New translations conversation.json (Russian)
* New translations inboxMgmt.json (Russian)
* New translations settings.json (Russian)
* New translations en.json (Russian)
* New translations en.json (Portuguese)
* New translations settings.json (Polish)
* New translations en.json (Polish)
* New translations contact.json (Portuguese)
* New translations conversation.json (Portuguese)
* New translations inboxMgmt.json (Portuguese)
* New translations settings.json (Portuguese)
* New translations contact.json (Dutch)
* New translations en.json (Hungarian)
* New translations contact.json (Italian)
* New translations conversation.json (Italian)
* New translations inboxMgmt.json (Italian)
* New translations settings.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Finnish)
* New translations contact.json (Hungarian)
* New translations conversation.json (Hungarian)
* New translations inboxMgmt.json (Hungarian)
* New translations settings.json (Hungarian)
* New translations contact.json (Korean)
* New translations conversation.json (Korean)
* New translations inboxMgmt.json (Korean)
* New translations settings.json (Korean)
* New translations en.json (Korean)
* New translations en.json (Japanese)
* New translations contact.json (Japanese)
* New translations conversation.json (Japanese)
* New translations inboxMgmt.json (Japanese)
* New translations settings.json (Japanese)
* New translations en.yml (Portuguese, Brazilian)
* chore: revert key name
* Update zh_CN.yml
* New translations contact.json (Russian)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-07-07 21:25:04 +05:30
e89e184d3b
chore: Add loader for email and csat submit buttons ( #2569 )
...
* fix the loader issue in submit button
* review fixes
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2021-07-07 11:24:08 +05:30
Pranav Raj S and GitHub
0d02142925
feat: Support messages along with the actions in Dialogflow response ( #2579 )
2021-07-07 10:04:48 +05:30
Sojan Jose and GitHub
bbc47971d7
chore: Reduce steps to spin up Codespaces ( #2576 )
2021-07-06 21:21:40 +05:30
104ae8de2e
feat: Create component to merge contacts ( #2412 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-07-06 13:02:37 +05:30
Sojan Jose and GitHub
e11b3c4f17
chore: Expose contact custom attributes in events ( #2562 )
...
Expose contact custom attributes in events so the external system can behave accordingly without triggering an additional API call.
2021-07-05 14:35:53 +05:30
0bd48129b9
feat: Add settings for audio alert notifications ( #2415 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-07-05 12:01:54 +05:30
Muhsin Keloth and GitHub
48127e00d7
feat: Enable/disable CSAT in web widget settings ( #2531 )
2021-07-05 11:07:02 +05:30
Sivin Varghese and GitHub
abda86f9a7
bug: fixes typing indicator out of position in widget ( #2551 )
...
Fixes typing indicator out of position in the widget when the agent did not send the last message.
2021-07-02 15:28:32 +05:30
Muhsin Keloth and GitHub
8341a43143
chore: Update CSAT submit action behaviour ( #2556 )
...
* update behaviour of CSAT submit
* code cleanup
2021-07-02 14:52:20 +05:30
f0f66c7da6
feat: Add ability to create a new conversation if the previous conversation is resolved ( #2512 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-06-30 21:09:44 +05:30
Sivin Varghese and GitHub
e6e9916fdb
feat: Add drag and drop for images/files in the agent input box ( #2546 )
2021-06-30 20:32:17 +05:30
dd9d5e410c
feat: Add CSAT response APIs ( #2503 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-06-29 20:59:41 +05:30
Nithin David Thomas and GitHub
2e71006f9d
feat: Add option to delete message content ( #2532 )
2021-06-29 20:06:40 +05:30
Pranav Raj S and GitHub
30832d8a34
feat: Add APIs to create custom views on the dashboard ( #2498 )
2021-06-29 19:29:57 +05:30
Sojan Jose and GitHub
fa37f8e185
chore: Support Github Codespaces ( #2510 )
...
Note: Update the ruby version 2.7.3. For production Linux VM, install 2.7.3 and follow the upgrade steps as shown in https://www.chatwoot.com/docs/self-hosted/deployment/linux-vm#upgrading-to-a-newer-version-of-chatwoot
2021-06-29 19:18:10 +05:30
07a422219a
chore: New translation updates ( #2533 )
...
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-06-29 18:12:33 +05:30
Muhsin Keloth and GitHub
8027c69c1c
chore: Change the notification text for mention notification type ( #2534 )
2021-06-29 14:32:57 +05:30
Nithin David Thomas and GitHub
044b6872a4
feat: Add actions and API for deleting message via API ( #2519 )
2021-06-29 11:19:08 +05:30
Pranav Raj S and GitHub
b705eb39e2
fix: Add missing Cache-Control headers in the production config ( #2518 )
2021-06-28 18:32:01 +05:30
Pranav Raj S and GitHub
ac657e3bf9
fix: Remove style tags from email content ( #2515 )
2021-06-26 11:50:40 +05:30
Vishnu Narayanan and GitHub
bed1979986
fix: rvm gpg key issue ( #2514 )
...
sks-keyserver gpg pool is now deprecated due to GDPR issues and is
no longer reliable. Switching to use ubuntu keyserver for the time
being as this is the only server returning rvm maintainers gpg keys.
2021-06-25 21:19:08 +05:30
Sivin Varghese and GitHub
151bfbd1dd
feat: Creates new component for multiselect. ( #2446 )
2021-06-25 17:41:24 +05:30
d840b7b13d
feat: Adds storybook for search component. ( #2444 )
...
* feat: Adds storybook for search component.
* Review fixes
* Uses woot-label for conv-id
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2021-06-25 17:14:37 +05:30
Pranav Raj S and GitHub
bd1b17baf3
feat: Show the CSAT response to the agent ( #2511 )
2021-06-25 13:37:51 +05:30
b769fc87d0
chore: Adds storybook for woot textarea ( #2451 )
...
* chore: Adds storybook for woot textarea
* Review fixes
* Minor fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2021-06-25 13:18:24 +05:30
Sivin Varghese and GitHub
ad431c2008
chore: fixes gutter space between settings page content and sidebar ( #2505 )
...
* chore: fixes no gutter space between the settings page content and right content.
* Review fixes
2021-06-25 12:56:10 +05:30
dbddb1ece4
feat: Add CSAT response submit action ( #2506 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-06-25 12:00:49 +05:30
Sivin Varghese and GitHub
2f9637bde5
feat: Adds time zone in Business Hours ( #2497 )
2021-06-24 17:47:56 +05:30
Sivin Varghese and GitHub
ae53aa6cfb
feat: Add inbox info to previous conversations ( #2491 )
2021-06-23 19:29:50 +05:30
Sojan Jose and GitHub
cd11efea1d
feat: Add CSAT Message Template Hooks ( #2494 )
2021-06-23 19:29:27 +05:30
Sojan Jose and GitHub
640e028bde
chore: Add help-text for slack integration ( #2409 )
2021-06-23 11:52:06 +05:30
Sojan Jose and GitHub
bd9bac75ad
fix: Adds condition to handle base and mergee contact being same ( #2485 )
...
When an agent updates a contact email in the dashboard and the contact also update his email via the email collect box,
Merge action receives the same base and mergee contacts which could cause data corruption.
2021-06-22 15:57:48 +05:30
Muhsin Keloth and GitHub
29b9915d3b
feat: Add customer satisfaction component ( #2456 )
2021-06-22 13:01:19 +05:30
Sivin Varghese and GitHub
a357b657a8
chore: Adds story for woot input ( #2449 )
2021-06-22 07:05:23 +05:30
Muhsin Keloth and GitHub
3d748aa8d4
chore: Add contact note model ( #2462 )
2021-06-21 15:16:26 +05:30
Sivin Varghese and GitHub
f809431074
chore: Update the design of the attachments preview ( #2447 )
2021-06-20 19:54:57 +05:30
Muhsin Keloth and GitHub
e34fe1c614
fix: Fix the sender tooltip getting undefined in bot messages ( #2453 )
2021-06-20 19:25:36 +05:30
e45abebe39
feat: Improve scrolling for last message on agent side ( #2421 )
...
* Improve chat widget scrolling
* refactor the class names to snake-case
* refactor the scrollTop calculations to a helper
* Add tests for scrollTopCalculationHelper
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com >
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
2021-06-18 20:12:43 +05:30
6c49e58ff8
feat: Add contact label filter ( #2454 )
...
Co-authored-by: Sojan Jose <sojan@pepalo.com >
2021-06-18 20:08:58 +05:30
Sojan Jose and GitHub
50e4bb3e63
chore: Add CSAT survey toggle attribute to Inboxes ( #2455 )
...
ref: #1890
2021-06-18 15:55:48 +05:30
Nithin David Thomas and GitHub
6cdefb19a2
chore: Add multiselect support in stories ( #2427 )
2021-06-18 14:29:43 +05:30
Sojan
0a96ded5bd
Merge branch 'release/1.17.1'
2021-06-16 00:48:15 +05:30
Sojan
6b997c6804
Bump version to 1.17.1
2021-06-16 00:47:21 +05:30
Sojan Jose and GitHub
af8223545e
chore: Swagger documentation for public APIs ( #2417 )
2021-06-16 00:14:09 +05:30
Pranav Raj S and GitHub
2b9c93a1b3
chore: Disallow unread/campaign view if widget is active ( #2432 )
2021-06-15 11:35:31 -07:00
Sojan
2d2382a3f8
Merge branch 'release/1.17.0'
2021-06-15 23:21:02 +05:30
Sojan
a0331b40d4
Bump version to 1.17.0
2021-06-15 23:20:28 +05:30
7a7f6234b1
chore: Enable Polish (pl), update translations ( #2403 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-06-15 22:15:18 +05:30
Muhsin Keloth and GitHub
e41957ae02
fix: Campaign message is hiding the conversation view after opening the widget ( #2428 )
...
* Fix the widget triggered- campain collision
* fix spelling mistakes
2021-06-15 08:53:16 -07:00
fb2f3ff89f
feat: Create campaign conversation only if user interacts with the bubble ( #2335 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-06-15 20:09:42 +05:30
Sojan Jose and GitHub
853db60f8e
feat: Add Public APIs for API Channel ( #2375 )
2021-06-15 20:09:17 +05:30
0f377da109
feat: Add an option to delete campaigns ( #2402 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-06-15 14:14:59 +05:30
Nithin David Thomas and GitHub
a56aa5656d
chore: Fixes contact panel scroll issue ( #2424 )
2021-06-14 16:48:33 +05:30
Nithin David Thomas and GitHub
fe3f1c3a40
Chore: Update style for new message buton ( #2423 )
...
- Changes button style for new message and edit contact in contact page side panel
2021-06-14 10:37:01 +05:30
d21c1c773b
feat: Ability to add label for contact page ( #2350 )
...
* feat: Ability to add label for contact page
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com >
2021-06-14 10:36:00 +05:30
fe2af370e0
Feat: Show notes panel on crm page ( #2320 )
...
* Feat: Show notes panel on CRM page
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-06-14 09:49:17 +05:30
Nithin David Thomas and GitHub
75d05e55ae
Chore: Refactors sidebar styles ( #2416 )
...
* Chore: Refactors sidebar styles
* Removes unused i18n
2021-06-11 17:11:13 +05:30
Sivin Varghese and GitHub
e9fa9e5eff
feat: Add assign to me button next to assign agents. ( #2414 )
2021-06-11 15:38:46 +05:30
534acfbf96
chore: Ensure privilege validations for API endpoints ( #2224 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-06-11 11:44:31 +05:30
Muhsin Keloth and GitHub
5a95c74bf6
fix: Add missing translation in inbox settings page ( #2411 )
2021-06-10 03:41:55 -07:00
Muhsin Keloth and GitHub
b9e40d1452
feat: Add an option to enable/disable email collect box ( #2399 )
...
* add email collect enabled migration
* migrations
* expose enable_email_collect field
* add select for email collect
* add enable_email condition on new conversation
* add default value true for enable_email_collect
* add specs for email collect enabled
* rereun migration
* code cleanup
* update token life span to 2 months
* revert uuid column
2021-06-10 02:34:03 -07:00
Sivin Varghese and GitHub
8ca63f0b79
chore: Cleanup page-top-bar style conflicts ( #2407 )
...
* chore: Class name cleanup page-top-bar.
* prettier spacing fixes
* Review fixes and adds storybook
* Circleci fixes
2021-06-10 09:35:15 +05:30
Muhsin Keloth and GitHub
174886671d
feat: Add the ability to edit inbox name ( #2406 )
2021-06-09 21:26:23 +05:30
Nithin David Thomas and GitHub
77d4f86ec9
chore: Clean up contact note styles ( #2404 )
2021-06-09 18:25:05 +05:30
f79e489a0a
chore: Use button component in ReplyBox
...
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2021-06-09 14:01:43 +05:30
8a0afb912c
chore: Add validation error for label create/edit modal ( #2381 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-06-09 13:57:42 +05:30
1bf7227843
chore: Fix emails being sent with the wrong translations ( #2236 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-06-08 22:45:01 +05:30
67ce6f5704
feat: Add regex validation on form message inputs ( #2317 )
...
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com >
Co-authored-by: Sojan <sojan@pepalo.com >
2021-06-08 16:32:01 +05:30
0a087c95fd
chore: Message API improvements ( #2396 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-06-08 01:11:06 +05:30
Pranav Raj S and GitHub
1ebab21cfa
chore: Configure API channel name and thumbnail ( #2398 )
2021-06-08 00:22:36 +05:30
9e56565a30
chore: Add status param in conversation APIs ( #2394 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-06-07 20:04:31 +05:30
467b45b427
feat: Improved password security policy ( #2345 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-06-07 17:26:08 +05:30
Sojan Jose and GitHub
d1b3c7b0c2
chore: Update Facebook Messenger gem ( #2342 )
2021-06-07 13:58:01 +05:30
Sojan Jose and GitHub
ae3cbf4f79
chore: Expose contact identifier in API ( #2391 )
2021-06-07 11:46:47 +05:30
Pranav Raj S and GitHub
1155b49e42
fix: Add swagger definition for platform_user_id ( #2385 )
2021-06-06 21:18:47 +05:30
94a83ea995
feat: Add an option to edit webhook URL ( #2316 )
...
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-06-06 16:59:47 +05:30
Muhsin Keloth and GitHub
14b51e108a
feat: Add Integration hooks UI ( #2301 )
2021-06-06 16:59:05 +05:30
c6487877bf
chore: Bump ws from 6.2.1 to 6.2.2 ( #2382 )
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/commits )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-05 18:58:59 +05:30
c028f30f82
chore: Add a different color for messages from bot ( #2374 )
...
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-06-04 21:54:06 +05:30
Muhsin Keloth and GitHub
8a283a7783
feat: Ask to confirm with name before inbox/team deletion ( #2370 )
2021-06-04 13:17:44 +05:30
Nithin David Thomas and GitHub
562a65a70d
chore: Cleanup unused components ( #2379 )
2021-06-04 12:54:16 +05:30
Nithin David Thomas and GitHub
58846e7ad8
chore: Add new color shade + tint for violet ( #2373 )
2021-06-03 23:21:39 +05:30
f731002b70
fix: Retain focus after sending message in rich content editor ( #2372 )
...
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com >
2021-06-03 23:20:30 +05:30
b1228f805e
feat: Creates event timeline card component for CRM ( #2291 )
...
* feat: Creates event timeline card component for CRM
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com >
2021-06-02 23:09:43 +05:30
9a9bcf8153
feat: Create add reminder component for CRM ( #2264 )
...
* feat: Creates add reminder component for CRM
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com >
2021-06-02 22:53:13 +05:30
2fca87e3e7
Feat: Creates reminder list component for CRM ( #2258 )
...
* Feat: Creates reminder list component for CRM
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com >
2021-06-02 22:48:09 +05:30
Pranav Raj S and GitHub
75fe851345
fix: Update the translation key for Custom Attributes ( #2364 )
2021-06-02 21:29:53 +05:30
b8aaf6c90d
chore: Bump dns-packet from 1.3.1 to 1.3.4 ( #2346 )
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com >
2021-06-02 21:21:20 +05:30
49be9e21c3
chore: Universal Linking for Android ( #2324 )
...
* android assetlinks.json config
* try renaming html to json
* update env example
* chore: fix styling
* chore: styling part 2
* test: add spec for android assetlinks
* minor fixes
* minor fixes
* remove android sha256 value from env example
* add default sh256 value
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: Sojan Jose <sojan@pepalo.com >
2021-06-02 08:46:45 -07:00
b0b4d9d6f5
enhancement: Current password confirmation in change password ( #2108 )
...
* add current password field in change password form
* locale changes
* chore: update password API
* chore: rubocop fixes
* replace currentPassword with current_password
* code cleanup
* replace input with woot-input
* code cleanup
Co-authored-by: Sojan <sojan@pepalo.com >
2021-06-02 05:22:24 -07:00
Nithin David Thomas and GitHub
2c42e70637
feat: Add support for canned response command anywhere on rich text editor ( #2356 )
2021-06-02 10:20:40 +05:30
Sojan Jose and GitHub
22965be6dc
feat: Add AgentBot APIs ( #2323 )
2021-06-01 22:34:25 +05:30
Sojan Jose and GitHub
9d16e52e33
chore: Add Swagger docs for Platform APIs ( #2349 )
2021-05-31 10:58:43 +05:30
Sivin Varghese and GitHub
cc75a668cb
feat: Create section header component ( #2296 )
2021-05-31 10:07:07 +05:30
Pranav Raj S and GitHub
25ba852b68
chore: Adjust Chatwoot Config to deploy frontend as a separate app ( #2347 )
2021-05-28 19:21:16 +05:30
Sojan Jose and GitHub
3b39eb3e33
chore: ability to run Chatwoot as API only server ( #2344 )
...
- Ability to run chatwoot as an API only server
- Removes action cable testing gem since it is merged to rails 6
2021-05-27 20:07:21 +05:30
Nithin David Thomas and GitHub
9c555e70c9
fix: Uses label component for add label button ( #2337 )
...
* fix: Uses label component for add label button
* Use button instead of span
2021-05-27 08:24:29 +05:30
Sojan Jose and GitHub
9ffdb0ec70
chore: Add select field example to WootMessageSeeder ( #2338 )
...
Fixes : #2076
2021-05-25 21:41:53 +05:30
Pranav Raj S and GitHub
12c68e8a3c
chore: Upgrade @sentry/vue to 6.4.1 ( #2332 )
2021-05-25 14:10:09 +05:30
Muhsin Keloth and GitHub
cfdf4a12c8
chore: Add missing frontend specs ( #2329 )
...
* complete dshboard api specs
* code cleanup
* add conversation mixin spec
* add isadmin mixin spec
* add agent details component spec
* add notification badge spec
* spec for thumbnail exist in agent details
* fix the deprecation warnings
* add agent details spec
* add account selector specs
* code cleanup
* refactor contact spec
* review fixes
* review fixes
* add shared spec helper
* update api spec helper
* review fixes
2021-05-25 01:30:21 -07:00
Nithin David Thomas and GitHub
652d988993
fix: Fixes email overflow issue in conversation. ( #2331 )
2021-05-25 12:53:00 +05:30
Muhsin Keloth and GitHub
62d19911be
chore: Add chatwoot utils package ( #2307 )
...
* add chatwoot utils package
* remove color helper
* replace contrasting text color with chatwoot util
2021-05-24 00:13:03 -07:00
Sojan Jose and GitHub
58dd6d37e0
chore: Update language translations ( #2321 )
2021-05-21 23:52:38 +05:30
Nithin David Thomas and GitHub
ac2c5c93b9
chore: Update webhook delete button styles( #2322 )
...
* Chore: Fixes style issue of webhook button
* Review fixes
2021-05-21 07:19:57 -07:00
26ba8e6ff7
feat: Create custom attributes for a contact from CRM ( #2299 )
...
* feat: Creates cutom attributes for a contact from CRM
* Review fixes
* Change inline forms edit icon size
* Review fixes
* Fix validation labels color
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
2021-05-21 19:22:47 +05:30
Sojan Jose and GitHub
64718eb879
fix: Broken Docker production config ( #2319 )
...
fixes : #2110
2021-05-21 18:55:42 +05:30
Sojan Jose and GitHub
bb1c028926
fix: Slack integration redirect url missing the client ID ( #2309 )
...
Fixes : #2304
2021-05-21 00:03:09 +05:30
Nithin David Thomas and GitHub
2a492b4162
Chore: Refactors view note component ( #2310 )
2021-05-20 23:41:15 +05:30
Nithin David Thomas and GitHub
047617713e
Chore: Refactor add note to use foundation card classes ( #2308 )
2021-05-20 23:08:05 +05:30
Sojan Jose and GitHub
46356d0bf9
docs: Add documentation for integration APIs ( #2300 )
2021-05-20 20:46:45 +05:30
Nithin David Thomas and GitHub
c681e8a01b
chore: Refactor button styles ( #2259 )
2021-05-20 13:51:46 +05:30
af8e681f2a
chore: Bump puma from 4.3.6 to 4.3.8 ( #2294 )
...
Bumps [puma](https://github.com/puma/puma ) from 4.3.6 to 4.3.8.
- [Release notes](https://github.com/puma/puma/releases )
- [Changelog](https://github.com/puma/puma/blob/master/History.md )
- [Commits](https://github.com/puma/puma/compare/v4.3.6...v4.3.8 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sojan Jose <sojan@pepalo.com >
2021-05-19 17:14:15 +05:30
71d1f229f0
chore: Bump nokogiri from 1.11.3 to 1.11.4 ( #2293 )
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.11.3 to 1.11.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.3...v1.11.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sojan Jose <sojan@pepalo.com >
2021-05-19 16:37:05 +05:30
Sojan
090b5f46e8
Merge branch 'release/1.16.2'
2021-05-18 16:05:18 +05:30
Sojan
10c18aa7f1
Bump version to 1.16.2
2021-05-18 16:04:26 +05:30
20a0d381a7
fix: Resolve infinite loop with campaign API call ( #2290 )
...
Co-authored-by: Muhsin <muhsinkeramam@gmail.com >
2021-05-18 12:15:23 +05:30