Abhinav Raut
f12efe5511
fix: remove trailing slash from root URL in settings update
2025-03-09 16:43:40 +05:30
Abhinav Raut
56187ddc46
fix: add background color for private notes in ReplyBox
2025-03-09 13:18:49 +05:30
Abhinav Raut
47af51d0dd
update simple s3
2025-03-09 13:18:49 +05:30
Abhinav Raut
47a3985a51
Merge pull request #31 from keybits/patch-1
...
Clarify Docker installation instructions
2025-03-08 09:22:55 +05:30
Tom Atkins
3f11af13b8
Clarify Docker installation instructions
2025-03-07 12:51:52 +00:00
Abhinav Raut
da629c864c
docs: update installation guide to include Nginx configuration for websocket support
2025-03-06 21:08:11 +05:30
Abhinav Raut
6fb35b90b3
fix: move apply SLA on team change from handler to conversations pkg as automations will also change assigned team and that should also set the appropriate SLA defined for the team.
2025-03-06 20:47:19 +05:30
Abhinav Raut
9892f9dae7
fix: shuffle users in team balancer to prevent ordering bias on app restart
2025-03-06 20:34:51 +05:30
Abhinav Raut
277586f025
fix: round robin assignment not working due to balancer being reloaded entirely.
2025-03-06 20:19:30 +05:30
Abhinav Raut
f3070e13a7
fix: non reactive time input in business hours form.
2025-03-06 20:18:36 +05:30
Abhinav Raut
8ed29df11c
fix: missing component in simple table.
2025-03-06 20:16:58 +05:30
Abhinav Raut
36d91de8f7
fix: remove email validation from SMTP username field in email notification form schema
v0.4.3-alpha
2025-03-06 15:11:16 +05:30
Abhinav Raut
57c1948379
fix[OOM]: fix read buffer size configuration in server settings, the readbuffer was set to the max body size making the binary go OOM.
2025-03-06 15:10:23 +05:30
Abhinav Raut
772152c40c
fix: filter out empty email message ids for setting email references headers.
...
chore: adds debug logs.
v0.4.2-alpha
2025-03-06 12:24:18 +05:30
Abhinav Raut
8e15d733ea
fix: regression in sso login caused due to attempting in hiding client secret in the API response. Resolves #21
v0.4.1-alpha
2025-03-05 16:13:13 +05:30
Abhinav Raut
fc47e65fcb
chore: update screenshot in README
2025-03-05 04:33:11 +05:30
Abhinav Raut
760be37eda
chore: update libredesk screenshot in documentation
2025-03-05 04:32:38 +05:30
Abhinav Raut
d1f08ce035
fix: handle null user last active time when marking agents offline.
v0.4.0-alpha
2025-03-05 04:24:06 +05:30
Abhinav Raut
8551b65a27
fix: set references header in all outgoing emails, set the last 20 messages.
...
feat: set conversation reference number in the subject of conversation for better thread matching.
fix: hide CSAT link from conversation last message.
2025-03-05 03:49:22 +05:30
Abhinav Raut
eb499f64d0
chore: adds v0.4.0 to migration list.
2025-03-05 02:33:03 +05:30
Abhinav Raut
494bc15b0a
feat: Enable agents to create conversations from the UI
...
Before this feature the only way to create a conversation was by adding inbox and sending an email.
Agents first search contacts by email, see a dropdown select an existing contact or fill a new email for new contact.
The backend creates contact if it does not exist, creates a conversation, sends a reply to the conversation.
Optinally assigns conversation to a user / team.
fix: Replies to emails create a new conversation instead of attaching to the previous one.
Was not happening in gmail, as gmail was sending the references headers in all replies and I missed this completely. So when libredesk searches a conversation by references headers it worked!
Instead the right way is to generate the outgoing email message id and saving it in DB. This commit fixes that.
There could be more backup strategies like putting reference number in the subject but that can be explored later.
chore: new role `conversatons:write` that enables the create conversations feature for an agent.
chore: migrations for v0.4.0.
2025-03-05 01:17:42 +05:30
Abhinav Raut
360557c58f
fix: remove client_id and client_secret from get-all-oidc query
2025-03-04 22:02:42 +05:30
Abhinav Raut
8d8f08e1d2
chore add comments to command box component
2025-03-02 20:58:03 +05:30
Abhinav Raut
10b4f9d08c
feat: show app version in admin tab
...
fix: view form validations and issues with reactivity
feat: save team inbox and view inbox dropdown state in localstorage.
fix: view inbox dropdown icon alignment.
2025-03-02 20:49:19 +05:30
Abhinav Raut
79f74363da
fix: hide status dropdown in conversation list as views are prefiltered.
2025-03-02 20:44:05 +05:30
Abhinav Raut
8f6295542e
fix: destroy user session when user account is disabled.
2025-03-02 19:17:42 +05:30
Abhinav Raut
8e286e2273
fix: /account navigation from sidebar.
2025-03-02 18:37:05 +05:30
Abhinav Raut
3aad69fc52
fix: update sample database credentials in config file
...
Matched it with default docker compose password.
2025-03-02 16:31:35 +05:30
Abhinav Raut
58825c3de9
fix: handle invalid sessions by destroying them and redirecting to login
2025-03-02 16:31:00 +05:30
Abhinav Raut
03c68afc4c
fix: max age not working for cookies
...
Switch from expires to max age for setting cookie expiry
Set default max age to 9 hours
2025-03-02 16:28:26 +05:30
Abhinav Raut
15b9caaaed
fix: prevent zap logo shrinking and ensure text wraps correctly in command bar
...
chore: increase command bar size.
2025-03-02 03:31:34 +05:30
Abhinav Raut
b0d3dcb5dd
fix: Reply box layout for fullscreen mode
2025-03-02 03:05:51 +05:30
Abhinav Raut
96ef62b509
fix: reduce pagination sizes for conversation and message lists
2025-03-02 03:03:33 +05:30
Abhinav Raut
79c3f5a60c
fix: do not clear editor state on API errors.
...
fix: handle macro errors silently, clear editor state on macro errors as most likely they are permission errors.
2025-03-02 03:02:46 +05:30
Abhinav Raut
70bef7b3ab
fix: use explicit v-model binding to match defineModel name for action builder.
2025-03-02 02:55:20 +05:30
Abhinav Raut
b1e1dff3eb
feat: replace quill editor with tiptap editor, removes the stupid hack as both editors handle new lines and empty content differently.
...
Quill adds <p><br></p> for new lines, while Tiptap uses <br> for Shift + Enter and <p> for Enter.
This commit fixes this hack I had added, now all editors in Libredesk are tiptap editors.
fix: Typography for agent and contact message bubbles and macro preview, as tailwind removes browser defaults. Introduces new class `native-html` for this.
fix: removes hardcoded classes in tiptap starter kit configuration as the new class `native-html` takes care of it and has to be just applied.
fix: Form validation for automations and macro form.
fix: automation list padding between items.
feat: adds bullet list and ordered list menu options to tiptap editor.
2025-03-02 01:42:17 +05:30
Abhinav Raut
9b34c2737d
feat: multi-tab sync for user availability status and last activity
2025-03-01 20:33:40 +05:30
Abhinav Raut
1b63f03bb1
feat: include recipient details in email templates
...
With this the admin can simply add
```
Dear {{.Recipient.FirstName}},
```
To the default outgoing template and all outgoing emails will have the receipient name.
2025-03-01 20:04:49 +05:30
Abhinav Raut
26d76c966f
feat: allow setting OpenAI API KEY from the UI.
...
feat: new `ai:manage` permission for the same
Migrations for new role.
2025-03-01 19:40:18 +05:30
Abhinav Raut
1ff335f772
fix: improve welcome email template styling and content
...
fix: extra large app logo in base template.
refactor: standardize template variables, explicitly pass variables for rendering into template
2025-03-01 19:10:50 +05:30
Abhinav Raut
5836ee8d90
fix: annoying scroll bar when there's a single message in a conversation
...
adjusts padding around single message in a conversation.
2025-02-28 22:22:13 +05:30
Abhinav Raut
98534f3c5a
fix: reduce update check interval and initial sleep duration
...
As Libredesk is Alpha I will be pushing quick updates and fixes
2025-02-28 22:12:01 +05:30
Abhinav Raut
59951f0829
fix: private message sent as reply
v0.3.3-alpha
2025-02-28 21:44:02 +05:30
Abhinav Raut
461ae3cf22
fix: sla badge not visible in conversation info sidebar.
2025-02-28 21:32:08 +05:30
Abhinav Raut
da5dfdbcde
fix: prevent email enumeration in reset password flow.
2025-02-28 20:57:47 +05:30
Abhinav Raut
9c67c02b08
fix: ensure navigation to SSO list only after creating SSO provider and not while updating SSO provider.
2025-02-27 23:46:31 +05:30
Abhinav Raut
15b200b0db
fix: add descriptions for notification settings SMTP config for better clarity
2025-02-27 23:02:14 +05:30
Abhinav Raut
f4617c599c
fix: correct Zod schema for email address validation
2025-02-27 23:01:49 +05:30
Abhinav Raut
341d0b7e47
Update README.md
2025-02-27 21:37:07 +05:30
Abhinav Raut
78b8c508d8
fix: message bubble styling for better text wrapping
v0.3.2-alpha
2025-02-27 03:01:05 +05:30