1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-25 03:43:33 +01:00
Commit Graph

1232 Commits

Author SHA1 Message Date
FreeScout
ecc031422e v1.5.7 2020-05-28 03:27:12 -07:00
FreeScout
7451223e09 Sort threads in emails to customers by thread ID instead of created_at - closes #532 2020-05-28 02:21:14 -07:00
FreeScout
9a1ae415ce Reply from customer to deleted conversation should undelete it - closes #585 2020-05-27 22:47:26 -07:00
FreeScout
e09fe00563 Do not send autoreplies to own mailboxes 2020-05-27 22:13:17 -07:00
FreeScout
0d8ae55422 Remove slug column from mailboxes table 2020-05-27 21:19:44 -07:00
FreeScout
ee508a7927 Let getInProtocolName work when protocol not set 2020-05-27 20:57:24 -07:00
FreeScout
ec8b282767 Deactivate license from Modules page 2020-05-27 03:05:06 -07:00
FreeScout
face17249d PHP 7.4 support 2020-05-27 02:59:01 -07:00
FreeScout
ce182c9fa5 Fix Select all in next page - closes #618 2020-05-27 01:36:52 -07:00
FreeScout
b25a59e748 PHP 7.4 support - closes #432 2020-05-26 03:45:33 -07:00
FreeScout
3b0c50329a Fix error when moving conversation to the mailbox where current assignee is not present 2020-05-26 03:36:23 -07:00
FreeScout
420245e66a
Merge pull request #617 from springboardVR/feature/postgres
Postgres Support
2020-05-26 14:10:51 +05:45
Matthew Hall
dd9db08431 Postgres support 2020-05-20 09:00:21 -04:00
FreeScout
f8122d5fb3 Fix viewers icons on mobile 2020-05-16 21:24:22 -07:00
FreeScout
90975c31d2 Fix sidebar buttons width 2020-05-16 21:20:07 -07:00
FreeScout
25a41858fd v1.5.6 2020-05-16 03:44:02 -07:00
FreeScout
d20986949b Updated translations: de, es, fr, pl 2020-05-16 03:42:17 -07:00
FreeScout
bc60281379 Allow to cancel queued job - closes #606, #611 2020-05-16 03:17:42 -07:00
FreeScout
84b3df80e2 View some attachments in browser instead of downloading - closes #609 2020-05-15 21:11:37 -07:00
FreeScout
8923315995 Show mailbox in search 2020-05-15 19:10:14 -07:00
FreeScout
528b4584ac Fix sorting in search - closes ##608 2020-05-14 04:44:27 -07:00
FreeScout
c14d2c3867 Show no subject for previous conversations without a subject 2020-05-14 01:58:00 -07:00
FreeScout
be3081de42 New reply separator 2020-05-14 01:54:24 -07:00
FreeScout
f00df1c17a v1.5.5 2020-05-08 20:47:44 -07:00
FreeScout
684f8769a1 In customer profile show only conversation from mailboxes available for the user - closes #587 2020-05-08 20:46:34 -07:00
FreeScout
956888956e Preserve the thread id if any for reply copies 2020-05-08 19:27:36 -07:00
FreeScout
d8de1f86cf Merge branch 'master' of github.com:freescout-helpdesk/freescout 2020-05-08 19:17:58 -07:00
FreeScout
4be4b84622
Merge pull request #600 from cloudron-io/preserve-thread-id-for-reply-copies
Preserve the thread id if any for reply copies
2020-05-09 08:02:27 +05:45
FreeScout
ce1fbb5e05 Fix redirect to the folder after changing conversation status 2020-05-08 19:14:43 -07:00
Johannes Zellner
c29a7cd693 Preserve the thread id if any for reply copies 2020-05-02 14:05:29 +02:00
FreeScout
b69361abf2
Merge pull request #596 from fvdm/patch-1
Update NL translation
2020-05-02 17:37:29 +05:45
Franklin
e7e50bee35
Reordered keys NL translation 2020-04-30 12:08:23 +02:00
Franklin
2cef319a32
Update NL translation 2020-04-30 12:06:41 +02:00
Franklin
9df7c18181
Update NL translation 2020-04-30 11:49:21 +02:00
FreeScout
c11632f8ef 1.5.4 2020-04-26 03:10:30 -07:00
FreeScout
972cd5e645 Fix an array to string conversion error 2020-04-26 03:02:06 -07:00
FreeScout
87e606699d Improve saving reply emails to IMAP folder 2020-04-26 02:53:02 -07:00
FreeScout
5da4dee1cb
Merge pull request #577 from cloudron-io/copy-reply-to-sent
Save reply email to mailbox
2020-04-26 15:00:42 +05:45
FreeScout
0d44809496 Merge branch 'master' of github.com:freescout-helpdesk/freescout 2020-04-25 03:54:33 -07:00
FreeScout
74e0108d76 Update readme 2020-04-25 03:54:19 -07:00
Johannes Zellner
243fe9c756 Save reply email to mailbox
If reply_folder is empty, no mails are stored on the IMAP server
automatically

Fixes #574
2020-04-16 15:32:25 +02:00
FreeScout
276dff3ae1
Merge pull request #576 from ChrisRAoW/master
Fix for reply on notification e-mail not assigned to original conversion
2020-04-13 07:45:00 +05:45
ChrisRAoW
e1ed469ec9
Fix for reply on notification e-mail not assigned to original conversion
Mac mail (at least) removes elements that are set to display none when you're replying. Because the {#FS:****#} was in an hidden div it was removed, and freescout was not able anymore to relate the reply to the original conversation. Simply removing the display none fixes that.
2020-04-12 20:44:50 +02:00
FreeScout
d60ac945fc
Merge pull request #573 from cloudron-io/invite-subject
Use getCompanyName() wrapper for fallback value
2020-04-12 17:18:22 +05:45
Johannes Zellner
82d0f81498 Use getCompanyName() wrapper for fallback value
Fixes #570
2020-04-12 12:24:03 +02:00
FreeScout
f176c1f117 Fix Undefined variable folder in FetchEmails.php 2020-04-03 04:11:12 -07:00
FreeScout
a86721f992 v1.5.3 2020-03-29 02:09:57 -07:00
FreeScout
d50805da83 Add setting for conversation history in user notifications - closes #375 2020-03-28 22:07:54 -07:00
FreeScout
7532cec613
Merge pull request #548 from fvdm/feature-userhistory
Add setting for conversation history in user notifications
2020-03-29 10:30:38 +05:45
FreeScout
6ef4e44c88 Allow to exclude INBOX from IMAP folders 2020-03-28 21:33:24 -07:00