mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-16 21:14:27 +08:00
|
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
1. Add permission filter service to separate permission filtering logic from conversation queries 2. Implement hierarchical permissions with cleaner logic: - conversation_manage gives access to all conversations - conversation_unassigned_manage gives access to unassigned and user's conversations - conversation_participating_manage gives access only to user's conversations --------- Co-authored-by: Pranav <pranav@chatwoot.com> |
||
|---|---|---|
| .. | ||
| agent_bots | ||
| auto_assignment | ||
| automation_rules | ||
| base | ||
| contacts | ||
| conversations | ||
| data_import | ||
| email_templates | ||
| geocoder | ||
| imap | ||
| internal | ||
| labels | ||
| line | ||
| llm_formatter | ||
| macros | ||
| message_templates | ||
| messages | ||
| microsoft | ||
| notification | ||
| sms | ||
| telegram | ||
| twilio | ||
| widget | ||
| action_service.rb | ||
| base_refresh_oauth_token_service.rb | ||
| filter_service.rb | ||
| ip_lookup_service.rb | ||
| search_service.rb | ||