iachat/app/controllers/api/v1
Gabriel Jablonski 56c5609ca0
feat: add per-inbox signature management (#226)
* feat: add per-inbox signature management

- Introduced `InboxSignature` model to manage signatures specific to each inbox.
- Added API endpoints for fetching, creating, updating, and deleting inbox signatures.
- Updated UI components to support inbox-specific signatures, including overrides for signature position and separator.
- Implemented a new composable `useInboxSignatures` for managing inbox signatures in the frontend.
- Enhanced existing components to utilize inbox signatures, including the reply box and message signature settings.
- Added tests for the new inbox signatures functionality, ensuring proper behavior of the API and model validations.
- Updated translations for new UI elements related to inbox signatures.

* feat: implement inbox access validation and add related tests

* feat: enhance inbox signatures fetching and management logic
2026-02-26 19:53:03 -03:00
..
accounts feat: add show author option to portal settings and update related views (#225) 2026-02-26 14:32:52 -03:00
integrations feat: Slack link unfurling (#7940) 2023-09-29 19:35:56 +05:30
profile feat: add per-inbox signature management (#226) 2026-02-26 19:53:03 -03:00
widget Merge branch 'main' into chore/merge-upstream-4.11.0 2026-02-17 23:05:26 -03:00
accounts_controller.rb feat: Conversation workflows(EE) (#13040) 2026-01-27 11:36:20 +04:00
notification_subscriptions_controller.rb fix: Remove the notification subscription if present (#5510) 2022-09-27 12:36:57 -07:00
profiles_controller.rb Merge branch 'main' into chore/merge-upstream 2025-05-30 11:03:07 -03:00
webhooks_controller.rb chore: Upgrade Exception tracking (#4638) 2022-05-09 14:23:19 +05:30