Commit Graph

5030 Commits

Author SHA1 Message Date
Shivam Mishra
02ca4136ad
fix: message attachments 2025-05-20 16:28:08 +05:30
Shivam Mishra
da4049d18a
feat: register UI kit and enable gallery 2025-05-20 16:07:33 +05:30
Shivam Mishra
088608abcf
feat: disable elastic scrolling 2025-05-19 19:45:02 +05:30
Shivam Mishra
afb3c0109b
fix: list item styling 2025-05-19 19:12:08 +05:30
Shivam Mishra
c54973eeb2
feat: use enter for next line in isolated shell mode 2025-05-19 19:11:07 +05:30
Shivam Mishra
cb2785096e
feat: ensure inbox was always there 2025-05-19 16:27:21 +05:30
Shivam Mishra
27f35a7dd8
style: if block 2025-05-19 16:11:47 +05:30
Shivam Mishra
59790e38da
fix: editor loads with private note color 2025-05-19 16:10:51 +05:30
Shivam Mishra
461f1b3bf0
chore: attempt to fix CW-4353 2025-05-19 15:39:57 +05:30
Shivam Mishra
4056a144e4
feat: add spinner 2025-05-19 15:37:51 +05:30
Shivam Mishra
31681610f2
feat: disable lightbox in UI shell 2025-05-16 22:01:16 +05:30
Shivam Mishra
a8b33023f8
feat: auto init if callback is not present 2025-05-16 16:55:31 +05:30
Shivam Mishra
8c5204d0c9
feat: use computed for conversation ID 2025-05-16 16:55:17 +05:30
Shivam Mishra
aa5242fdb0
feat: run on callback 2025-05-16 16:35:18 +05:30
Shivam Mishra
b591893486
feat: better init 2025-05-16 16:23:56 +05:30
Shivam Mishra
a118bef98e
feat: use init fn 2025-05-16 16:18:37 +05:30
Shivam Mishra
daa54f6866
feat: disable unused options 2025-05-16 16:12:05 +05:30
Shivam Mishra
c38e7af0e7
feat: allow cors for api 2025-05-16 09:48:48 +05:30
Shivam Mishra
d6f862a85c
feat: new lite reply box 2025-05-15 17:06:32 +05:30
Shivam Mishra
13f742fd68
feat: allow customizing reply box 2025-05-15 17:06:20 +05:30
Shivam Mishra
b74e78f698
feat: add spinner 2025-05-15 16:10:27 +05:30
Shivam Mishra
5d8646a3f3
feat: smaller bundle 2025-05-14 19:48:10 +05:30
Shivam Mishra
453eba9a81
feat: conditionally show typing indicator 2025-05-14 16:21:14 +05:30
Shivam Mishra
6beb355f29
feat: add typing indicator 2025-05-14 16:01:18 +05:30
Shivam Mishra
980eca46c6
feat: start typing indicator 2025-05-14 15:53:30 +05:30
Shivam Mishra
0868a9af70
refactor: use vue 2025-05-14 14:05:58 +05:30
Shivam Mishra
da6fbe8579
feat: make message sending work 2025-05-13 19:59:14 +05:30
Shivam Mishra
2c814fff99
feat: kickstart message editor\ 2025-05-13 19:52:18 +05:30
Shivam Mishra
c1c44512d4
feat: remove test component 2025-05-13 19:30:01 +05:30
Shivam Mishra
1138195846
feat: include ui in tailwind content 2025-05-13 19:24:29 +05:30
Shivam Mishra
84d31b91f4
feat: add space for editor 2025-05-13 19:22:36 +05:30
Shivam Mishra
2df2459674
chore: run lint 2025-05-13 19:03:37 +05:30
Shivam Mishra
81e18aaafa
feat: fetch inboxes 2025-05-13 19:00:39 +05:30
Shivam Mishra
f07a5215cf
feat: allow bypassing indexedb cache 2025-05-13 19:00:30 +05:30
Shivam Mishra
1899a31416
feat: infinite scrolling 2025-05-13 18:50:48 +05:30
Shivam Mishra
60f5145365
fix: test 2025-05-12 19:04:53 +05:30
Shivam Mishra
e58736e746
feat: kickstart scroll 2025-05-12 18:55:36 +05:30
Shivam Mishra
a9fd459cf4
feat: wait for auth 2025-05-12 17:53:27 +05:30
Shivam Mishra
7235e44a9d
feat: ignore audio events for ui mode 2025-05-12 17:53:09 +05:30
Shivam Mishra
ddd1fb5396
fix: auth payload 2025-05-12 17:52:59 +05:30
Shivam Mishra
a97cf6e4ad
feat: allow api based auth 2025-05-12 17:35:06 +05:30
Shivam Mishra
4ecc92ad6d
feat: setup wss 2025-05-12 17:13:41 +05:30
Shivam Mishra
ff70fbe2e4
Merge branch 'develop' of github.com:chatwoot/chatwoot into feat/ui-lib 2025-05-09 09:39:24 +05:30
Pranav
61c5d751fc
chore: Make the table of contents in help center sticky (#11448)
Some checks failed
Frontend Lint & Test / test (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Run Chatwoot CE spec / test (push) Has been cancelled
Publish Chatwoot EE docker images / merge (push) Has been cancelled
Publish Chatwoot CE docker images / merge (push) Has been cancelled
2025-05-09 08:44:44 +05:30
Pranav
a57dfe4478
fix: Allow resource access without filter type in custom_filters API (#11445)
The custom filters API previously required a filter_type attribute, even
when accessing a resource by its ID, which isn’t necessary. This PR
removes that condition.

Fixes https://github.com/chatwoot/chatwoot/issues/11384
2025-05-08 20:12:05 -07:00
Pranav
27430752b5
feat: Allow agent bots to update custom attributes in accessible conversations (#11447)
Previously, agent bots weren’t allowed to edit custom attributes in
conversations. But with AI, it’s now more feasible to return accurate
and useful attributes. Since there’s no strong reason to block this,
this PR enables bots to update custom attributes.

Fixes https://github.com/chatwoot/chatwoot/issues/11378
2025-05-08 20:11:02 -07:00
Shivam Mishra
4d684da288
fix: Update the copy for excluding the unattended conversations (#11450) 2025-05-08 20:08:12 -07:00
Vishnu Narayanan
588e8a4ee7
fix: throttle stalecontacts job (#11430)
- throttle stale contacts job
- process 20% accounts every day
- reduce batch size from 100 to 20
- add delay between jobs
2025-05-08 20:05:08 -07:00
Shivam Mishra
6766b706c1
feat: Add support for typing events in webhooks (#11423)
Added support for typing events in webhooks. Two new events are now
available: `conversation_typing_on` and `conversation_typing_off`.


<img width="746" alt="Screenshot 2025-05-08 at 4 50 24 PM"
src="https://github.com/user-attachments/assets/62da7b38-de0f-42c5-84f4-066e653da331"
/>

---------

Co-authored-by: Pranav <pranav@chatwoot.com>
Co-authored-by: Pranav <pranavrajs@gmail.com>
2025-05-08 17:28:35 -07:00
ElvioRibeiro
c73f8aefc5
feat: Allow support for trusted IPs to disable throttling (#11226)
Co-authored-by: Pranav <pranav@chatwoot.com>
2025-05-08 16:10:30 -07:00