mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-13 21:01:16 +08:00
## Summary - add a configurable MAXIMUM_FILE_UPLOAD_SIZE installation setting and surface it through super admin and global config payloads - apply the configurable limit to attachment validations and shared upload helpers on dashboard and widget - introduce a reusable helper with unit tests for parsing the limit and extend attachment specs for configurability ------ [Codex Task](https://chatgpt.com/codex/tasks/task_e_6912644786b08326bc8dee9401af6d0a) --------- Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: iamsivin <iamsivin@gmail.com> |
||
|---|---|---|
| .. | ||
| cache.spec.js | ||
| clipboard.spec.js | ||
| colorHelper.spec.js | ||
| CustomErrors.spec.js | ||
| CustomEventHelper.spec.js | ||
| DateHelper.spec.js | ||
| documentHelper.spec.js | ||
| Emoji.spec.js | ||
| FileHelper.spec.js | ||
| KeyboardHelpers.spec.js | ||
| localStorage.spec.js | ||
| MessageFormatter.spec.js | ||
| MessageTypeHelper.spec.js | ||
| mitt.spec.js | ||
| portalHelper.spec.js | ||
| ReportsDataHelper.spec.js | ||
| sanitizeData.spec.js | ||
| sessionStorage.spec.js | ||
| timeHelper.spec.js | ||
| ValidatorsHelper.spec.js | ||