Commit graph

2437 commits

Author SHA1 Message Date
fayazara
4f3a31a5c9 Review changes 2022-10-10 19:39:51 +05:30
fayazara
687055b0c0 Remove team message input box changes as it is removed 2022-10-10 19:33:22 +05:30
fayazara
47d8c9335d Refactor markup and specs 2022-10-10 19:31:01 +05:30
fayazara
56bb2a9121 Fix display active class 2022-10-10 17:46:26 +05:30
fayazara
2b40dfc98f Rewrite macros frontend ui 2022-10-10 16:59:21 +05:30
fayazara
a9a8d8f70a Follow 2 spaces intendation 2022-09-29 18:06:04 +05:30
Fayaz Ahmed
54076a35ec
Update app/javascript/dashboard/mixins/uiSettings.js
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2022-09-29 17:15:38 +05:30
fayazara
534eb909b7 Fixed macro test 2022-09-29 17:13:45 +05:30
fayazara
16d736d43d Fixed spec to the correct method 2022-09-29 17:13:45 +05:30
Sivin Varghese
9f1556f195
Merge branch 'develop' into feat-macros-frontend 2022-09-29 09:53:07 +05:30
Chamath K.B. Attanayaka
6b47c7b43d
fix: Attachment not sending to bots message creation (#5353) 2022-09-28 13:13:29 -07:00
Tejaswini Chile
fcb9a9ab0c
fix: contact is not available for inaccessible sender (#5509)
Fixes: #5508

We can not read contact information because of this error, as the messages echo when the sender sends messages to contacts. We don't have the user's consent until and unless they send messages to us.

So after this result, information about the contact is empty, and we are trying to create a contact inbox for the same, and the error appears.

type: OAuthException, code: 230, message: (#230) User consent is required to access user profile, x-fb-trace-id: AaitxF/whwY [HTTP 403] (Koala::Facebook::ClientError)
2022-09-28 12:50:23 -07:00
Pranav Raj S
428dafaefe
Update app/javascript/dashboard/i18n/locale/en/macros.json 2022-09-28 12:12:08 -07:00
Pranav Raj S
291dbd5a5a
Update app/javascript/dashboard/i18n/locale/en/macros.json 2022-09-28 12:05:09 -07:00
Pranav Raj S
83eee7df91
chore: Set locale in default_locale (#5515) 2022-09-28 08:29:00 -07:00
Tejaswini Chile
543854eaa8
fix: Remove the notification subscription if present (#5510) 2022-09-27 12:36:57 -07:00
Tejaswini Chile
336c09e072
fix: Add all articles count to article API (#5497) 2022-09-27 12:35:53 -07:00
Tejaswini Chile
c1c57fb2cd
fix: Add slug to articles (#5500) 2022-09-27 12:27:18 -07:00
fayazara
ad554a2341 Rename init macro method name 2022-09-27 14:05:05 +05:30
fayazara
76a878c0ef Handle Edge cases 2022-09-27 13:19:54 +05:30
fayazara
34700d508d Review Fixes 2022-09-27 12:41:16 +05:30
fayazara
95ed729705 Fix send email to teams bug 2022-09-27 12:25:42 +05:30
Muhsin Keloth
6cbe52cfcd Fix conversation new entry 2022-09-23 21:56:49 +05:30
fayazara
4640d698d0 Minor UI Fixes 2022-09-23 17:51:54 +05:30
fayazara
ce134816b1 Test specs for macros 2022-09-23 16:46:49 +05:30
Fayaz Ahmed
3685ca1091
Merge branch 'develop' into feat-macros-frontend 2022-09-23 16:06:01 +05:30
fayazara
a55e9eef86 Macros CRUD apis and Execution 2022-09-23 16:04:46 +05:30
Sojan
8e5d8fcdaf Merge branch 'release/2.9.1' into develop 2022-09-22 14:22:40 -07:00
Sojan
d2d7355e2d Bump version to 2.9.1 2022-09-22 14:18:30 -07:00
Sojan Jose
913224ad84
chore: Normalize portal slug to nil (#5487) 2022-09-22 14:08:48 -07:00
dependabot[bot]
b463ce5b1a
chore(deps): bump commonmarker from 0.23.5 to 0.23.6 (#5480)
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.5 to 0.23.6.
- [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.5...v0.23.6)

---
updated-dependencies:
- dependency-name: commonmarker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-21 20:43:08 -07:00
Tejaswini Chile
111016fe4c
fix: Add not found status if macro not found (#5473) 2022-09-21 14:10:35 +05:30
Pranav Raj S
cc4ef14faa
chore: Fix link generation logic in help-center (#5470) 2022-09-20 18:23:28 -07:00
Pranav Raj S
2d871a1ed5
fix: Hide conversation links in input_csat message in non-website channels (#5469)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
2022-09-20 17:15:32 -07:00
Tejaswini Chile
c556e9c694
Fix: Redirect to portal with default locale (#5467)
- Redirect to default locale if URL does not provide the locale param
2022-09-20 10:31:39 -07:00
Nithin David Thomas
d28502b917
Bug: Adds support multiline text input on article edit page (#5465)
* Bug: Scroll issue with article list page

* Adds support multiline text input on article edit page
2022-09-20 22:42:09 +05:30
Fayaz Ahmed
c5d875cb08
Merge branch 'develop' into feat-macros-frontend 2022-09-20 16:37:15 +05:30
fayazara
6ce46ea4f5 Macros submission and listing 2022-09-20 16:35:41 +05:30
Pranav Raj S
1761100c77
chore: Remove static URLs from the documentation (#5461) 2022-09-19 21:52:01 -07:00
Sojan
3a1e521b4c Merge branch 'release/2.9.0' into develop 2022-09-19 20:37:02 -07:00
Sojan
06c9aad7b3 Bump version to 2.9.0 2022-09-19 20:34:49 -07:00
Pranav Raj S
eb8e348ec1
chore: Update design of the help-center articles (#5459)
- Update designs
- Fixes meta tags
- Update typography
2022-09-19 20:31:38 -07:00
Nithin David Thomas
54d0055e86
chore: Helpcenter routing and UI fixes (#5460)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2022-09-19 19:40:32 -07:00
Sojan Jose
3b7cae19e6
chore: Enable help center for self-hosted accounts (#5458) 2022-09-19 19:39:41 -07:00
Shivam Chahar
6b80afaf50
fix: un-assign agent from conversation after removal (#5417)
Unassign agents from the conversation when they are removed from the account.

Fixes: #4555
2022-09-19 18:14:55 -07:00
Sojan Jose
99de8f4500
chore: Improve Helpcenter custom domains (#5456)
- Support rendering articles over frontend URL
- Support rendering articles over help center URL
- Support rendering help center home page in the custom domain root
2022-09-19 17:36:01 -07:00
Sivin Varghese
a773ad7d08
fix: Read status not updated in widget popout mode (#5454) 2022-09-19 15:35:41 -07:00
Sojan Jose
97583e410c
feat: Ability to manage account features from super admin (#5455)
- This PR adds the ability to enable and disable features for an account from the super admin.
2022-09-19 14:57:21 -07:00
fayazara
611ecfe46e Added listing and builder page 2022-09-19 18:19:43 +05:30
Sivin Varghese
678a0af962
chore: Enable Help Center on Sidebar (#5435)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2022-09-18 13:08:30 -07:00