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

730 Commits

Author SHA1 Message Date
FreeScout
80438e991c Folder hooks 2019-12-19 23:06:34 -08:00
FreeScout
d0e224dbe1 requiredModules parameter for modules 2019-12-19 01:18:52 -08:00
FreeScout
0c2d9900f3 Upload file helper functions 2019-12-18 04:58:41 -08:00
FreeScout
c3cbeebf91 Add identifier to queue:work command to void conflicts with other FreeScout instances on the same server - closes #387 2019-12-13 21:52:23 -08:00
FreeScout
52bc01dede Create customer from Change customer dialog - closes #49 2019-12-10 02:00:12 -08:00
FreeScout
1b3020d99a Text Before The Reply option for the mailbox - closes #349 2019-12-10 00:21:01 -08:00
FreeScout
79c40bc505 Fix starred conversations counter 2019-12-09 22:51:49 -08:00
FreeScout
120f81e3f5 Fetch all bodies of emails with multiple HTML parts - closes #381 2019-12-09 05:31:54 -08:00
FreeScout
0c70621935 Remove trailing dots from emails - closes #379 2019-12-09 02:05:55 -08:00
FreeScout
9efa70a0ee Set connection timeout when downloading modules 2019-12-08 11:17:03 -08:00
FreeScout
d8d8ea3bd0 Revise translation strings 2019-12-06 01:28:22 -08:00
FreeScout
6acd19977c Revise translation strings 2019-12-05 09:59:46 -08:00
FreeScout
df9bddb85f Fix js messages translation - closes #363 2019-12-05 01:03:41 -08:00
FreeScout
3d6928fcdc Fix last reply date in conversation list 2019-12-04 23:29:43 -08:00
FreeScout
7da26f92bf Catch exception when sending translation 2019-11-26 22:43:14 -08:00
FreeScout
14c04c8ce1 Increment retry interval in case SMTP server is not available 2019-11-26 21:49:16 -08:00
FreeScout
01d8d8b34d Update sidebar folders in real-time 2019-11-25 02:48:23 -08:00
FreeScout
17f280708e Dinamically load new messages, assignee and status when viewing the conversation 2019-11-25 01:23:16 -08:00
FreeScout
22317cd092 Move conversation by entering the traget mailbox email - closes #367 2019-11-23 22:46:13 -08:00
FreeScout
9410d282cc When discarding a new conversation being created from thread return to original conversation 2019-11-23 03:13:43 -08:00
FreeScout
32e40ed930 Fallback to additional freescout API url if can not connect to the main 2019-11-17 05:18:06 -08:00
FreeScout
7022a5a992 conversation.view.start hook 2019-11-17 03:09:52 -08:00
FreeScout
c0477f52f5 Take default settings values into account when saving options 2019-11-16 01:03:34 -08:00
FreeScout
111a0dcdca Pass prev_user_id to conversation.user_changed hook 2019-11-16 01:02:52 -08:00
FreeScout
0113623294 Rename conversation.status_changed_by_user hook into conversation.status_changed 2019-11-15 00:41:47 -08:00
FreeScout
c73857425a Rename conversation.status_changed_by_user hook into conversation.status_changed 2019-11-15 00:40:38 -08:00
FreeScout
a53374f94f conversation.status_changed hook 2019-11-15 00:32:24 -08:00
FreeScout
0682433113 Send only support agent reply without full conversation history in emails to customers - closes #365 2019-11-14 00:17:50 -08:00
FreeScout
025b1e4a61 Do not show deleted users in the users dropdown - closes #364 2019-11-13 23:36:28 -08:00
FreeScout
5fbcf19389 Log fetch exceptions to activity log 2019-11-13 23:30:20 -08:00
FreeScout
ece4e9f3e1 Fix checking module symlnk 2019-11-09 01:51:46 -08:00
FreeScout
4afdbb94cf Mobile app features 2019-11-07 00:45:01 -08:00
FreeScout
7a1aa3fb2a Allow to deactivate module license 2019-11-01 00:27:31 -07:00
FreeScout
712fd47880 Prevent public folder issue when activating modules 2019-10-31 03:43:21 -07:00
FreeScout
b0923098e4 Do not kill background workers of other laravel projects - closes #340 2019-10-31 00:50:51 -07:00
FreeScout
ec7d82d663 Improve user photoUrl variable in mailbox signature 2019-10-13 23:59:00 -07:00
FreeScout
567b47f793 Fix customer avatar path in subdirectory 2019-10-13 23:57:32 -07:00
FreeScout
f2603c030d
Merge pull request #348 from frommMoritz/enhancement/more-fields-in-signature
Photo URL as Variable in signature
2019-10-14 09:44:54 +03:00
Moritz Fromm
2d24ea0e43
Add photoUrl variable as signature template
Close #281
2019-10-11 23:10:41 +02:00
Moritz Fromm
7f70f51c34
Return absolute URL from user->getPhotoUrl()
Ref #281
2019-10-11 23:04:18 +02:00
FreeScout
a5c3424d17
Merge pull request #347 from frommMoritz/enhancement/auto-detect-links
Detect links inside the E-Mail and convert them to html links
2019-10-11 09:03:21 +03:00
FreeScout
9cb3d2fde6
Merge pull request #346 from frommMoritz/enhancement/no-previous-spam
Do not show spam mails in previous conversations
2019-10-11 08:58:39 +03:00
FreeScout
8526ba4d04 Improve new variables in mailbox signature 2019-10-10 22:57:22 -07:00
Moritz Fromm
1d02f1362c
Detect links inside the E-Mail and convert them to html links
The code used was released under the public domain by @jasny
https://gist.github.com/jasny/2000705

Close #341
2019-10-11 00:29:35 +02:00
Moritz Fromm
278a636398
Do not show spam mails in previous conversations
Close #338
2019-10-10 21:47:12 +02:00
Moritz Fromm
5604cf1356
Add more fields in signature
user.jobTitle is being replaced with the jobTitle of the user
user.phone is being replaced with the phone of the user
user.email is being replaced with the email of the user
mailbox.fromName is being replaced with the senders name of the mailbox

Ref #281
2019-10-10 18:44:14 +02:00
FreeScout
7fd5ee818a Auto Bcc for mailbox - closes #59 2019-10-05 23:15:05 -07:00
FreeScout
c3edfd8acf Fix attachment names 2019-10-05 22:19:01 -07:00
Tim Withers
cc131cbf60 Slugified attachment file names to remove adverse interaction in browser urls. 2019-09-17 09:28:44 -07:00
FreeScout
b9198e5b28 Fix conversations pagination - closes #315 2019-09-06 03:57:08 -07:00
FreeScout
67a5c44d06 Replace mailbox password with asterisks in HTML 2019-09-06 01:12:54 -07:00
FreeScout
39485f692c Log error if can not save vars.js 2019-09-06 00:02:15 -07:00
FreeScout
6a7c2dd778 Show preview of the full message for the thread in Show Original modal 2019-09-05 07:47:12 -07:00
FreeScout
20750ebddc Fetch emails with empty Message-ID 2019-09-05 05:07:11 -07:00
FreeScout
b8cbcb8619 Fetch emails with empty body 2019-09-05 05:01:36 -07:00
FreeScout
37fb2b1fb3 Check if outgoing port is open when testing connection 2019-09-05 04:02:33 -07:00
FreeScout
dd58bdc545 Fetch emails with empty Message-ID - closes #311 2019-09-05 02:40:17 -07:00
FreeScout
06e04e1333 Show error message on updating modules 2019-08-10 09:11:57 -07:00
FreeScout
e8b745384c Prevent saving messages with empty body when detecting reply body 2019-08-10 00:11:38 -07:00
FreeScout
374498b445 Fix app.force_https option 2019-08-07 11:29:06 -07:00
FreeScout
e2ca7d73a6 Do not show own conversation views in the conversation list 2019-08-02 11:53:33 -07:00
FreeScout
f2f5a9c488 Fix saving user view with UT8 name - closes #303 2019-08-02 06:30:32 -07:00
FreeScout
b0063d2c2e Fix utf8 user/customer initials 2019-08-02 06:29:20 -07:00
FreeScout
c55162e745 Fix app.force_https option 2019-08-02 05:16:21 -07:00
FreeScout
5681f4b74a Show users who are viewing conversation 2019-07-30 06:43:32 -07:00
FreeScout
e42ed6f581 Search by customers 2019-07-30 01:45:34 -07:00
FreeScout
7fea640a84 Show users who are viewing conversation 2019-07-30 00:28:31 -07:00
FreeScout
dea9c2e998 Merge branch 'master' into collision_detection 2019-07-28 00:14:18 -07:00
FreeScout
7c5ca832e8 Fix json encoding non-latin symbols 2019-07-27 06:07:04 -07:00
FreeScout
491d68088e jsonEncodeUtf8() helper function 2019-07-27 05:51:34 -07:00
FreeScout
c478556c67 Search filters 2019-07-27 05:51:05 -07:00
FreeScout
83d5b26922 nl2brDouble helper function 2019-07-27 00:03:35 -07:00
FreeScout
4810cea1ab Conversation thread hooks 2019-07-26 21:58:29 -07:00
FreeScout
73657915a3 Helper functions 2019-07-26 21:58:02 -07:00
FreeScout
f147b4ef5f Fix creating Phone conversation without draft 2019-07-25 23:49:25 -07:00
FreeScout
102c1fcd96 Do not try to send email to customer for Phone conversations - closes #296 2019-07-25 23:45:04 -07:00
FreeScout
48e89b36c2 New reply separator 2019-07-25 23:26:08 -07:00
FreeScout
d1386ee8f3 Move conversation feature 2019-07-25 23:01:03 -07:00
FreeScout
362e9cf1e6 Check mailbox when fetching replies 2019-07-24 23:58:00 -07:00
FreeScout
36ace2bb7e If customer without name show first part of email in profile 2019-07-24 22:51:16 -07:00
FreeScout
c2fb36a6d1 Optimize self-updating 2019-07-24 22:11:42 -07:00
FreeScout
7807a68a74 Allow to specify fetching period 2019-07-23 00:04:36 -07:00
FreeScout
99d11db2ed Fix error fetching emails from Office365 2019-07-22 23:34:01 -07:00
FreeScout
41ad6bf3e0 Phone conversations 2019-07-22 06:56:01 -07:00
FreeScout
83376e0eac Phone conversations 2019-07-21 23:39:23 -07:00
FreeScout
95c2e1fea9 Select2 for Cc, Bcc, to_email 2019-07-16 05:52:09 -07:00
FreeScout
b38e0a4938 Send new conversation to multiple customers 2019-07-16 02:38:06 -07:00
FreeScout
5a3b15abcb Ajax suggest for recipient 2019-07-16 00:36:51 -07:00
FreeScout
99f5f4a2ad Save attachments when creating a new conversation - closes #289 2019-07-12 07:31:23 -07:00
FreeScout
5d79e3c833 Forward attachmets - closes #72 2019-07-12 06:56:07 -07:00
FreeScout
29f1f86f03 Search filters 2019-07-12 03:47:12 -07:00
FreeScout
7ea5f15371 Search filters 2019-07-12 02:52:11 -07:00
FreeScout
e4548ac167 Fix The specified charset is not supporte error in Microsoft mailboxes - closes #176 2019-07-09 02:06:28 -07:00
FreeScout
c5e28eea7a Fixed not applying mailbox mail config 2019-07-09 01:10:27 -07:00
FreeScout
a0e187d1c7 Update vars.js only if content changed to prevent minified file rebuild 2019-07-08 21:40:03 -07:00
FreeScout
2d54d40149 Optimize DB queries on conversation page 2019-07-08 03:41:25 -07:00
FreeScout
58493c77c1 Allow to send ougoing emails from SMTP server without login and password 2019-07-08 02:51:02 -07:00
FreeScout
78f28e8ed3 Update vars.js only if content changed to prevent minified file rebuild 2019-07-08 02:48:50 -07:00
FreeScout
5625442913 Do not regenerate vars on Setting save 2019-07-08 02:27:18 -07:00
FreeScout
0bb3ec0d02 Ignore false IMAP errors 2019-07-06 02:13:40 -07:00
FreeScout
53ba824106 Ignore false IMAP errors - closes #270 2019-07-06 00:12:14 -07:00
FreeScout
06ccb07c09 Fetch emails from custom IMAP folders - closes #206 2019-07-05 03:18:15 -07:00
FreeScout
25a00f5585 New email reply separator 2019-07-04 23:56:50 -07:00
FreeScout
88aac4accf Do not force clear cache on Status page queue:work is not running 2019-07-04 23:46:04 -07:00
FreeScout
b90e68f23c Respect Users are allowed to edit notes/replies setting 2019-07-04 22:46:38 -07:00
FreeScout
db9103c568 Show detailed error message on updating error 2019-07-04 06:03:41 -07:00
FreeScout
76a1dbd8f1 Custom middleware 2019-07-03 04:00:55 -07:00
FreeScout
6698957104 Fix recipient dropdown when there are other customers in conversation 2019-07-02 22:22:00 -07:00
FreeScout
8eb47b8b69 Detect reply body in Outlook emails 2019-07-02 22:09:29 -07:00
FreeScout
7e9edd5d21 Exclude mailbox emails from recipients on reply 2019-07-02 10:55:11 -07:00
FreeScout
0d3b88c33b Detect reply body in Outlook emails 2019-07-02 02:55:31 -07:00
FreeScout
4d058110e0 Store vars.js in /storage/js/vars.js 2019-07-01 05:39:31 -07:00
FreeScout
fffedb608b Improve reply detection on fetching 2019-07-01 03:58:44 -07:00
FreeScout
a20b142014 Update default mailbox signature 2019-07-01 03:58:24 -07:00
FreeScout
9f672322e0 Collision detection 2019-07-01 02:12:25 -07:00
FreeScout
68588d1bb2 Fix drafts issue - closes #234 2019-06-27 00:17:50 -07:00
FreeScout
a0bf3c4d1b Restart queue:work after changing mailbox sending settings 2019-06-26 05:53:59 -07:00
FreeScout
12cd3c0af7 Forwarding conversations - undoing 2019-06-24 04:51:40 -07:00
FreeScout
51a50a44a4 Restore attachments when editing draft 2019-06-24 02:14:23 -07:00
FreeScout
1e3c024b87 Forwarding conversations - closes #72 2019-06-24 01:15:58 -07:00
FreeScout
1c0c1db43b Forwarding conversations 2019-06-23 22:39:30 -07:00
FreeScout
a709f67a00 Fix sending emails to customers with multiple emails - closes #258 2019-06-20 23:36:31 -07:00
FreeScout
153ecd726e Prevent saving draft of the message which has been sent 2019-06-20 05:55:58 -07:00
FreeScout
2bb93938f9 Edit thread 2019-06-20 03:37:43 -07:00
FreeScout
294df88809 Take mailbox Validate Certificate settings into account on checking IMAP connection - closes #269 2019-06-19 22:49:06 -07:00
FreeScout
d815de5131 Fix subdirectory paths 2019-06-19 06:00:30 -07:00
FreeScout
edde3c4507 Validate Certificate option for fetching emails - closes #253 #269 2019-06-16 03:27:23 -07:00
FreeScout
cbccc495a9 Allow installation into subdirectory 2019-06-15 08:27:33 -07:00
FreeScout
9d0702800c Allow installation into subdirectory 2019-06-15 07:52:34 -07:00
FreeScout
307742fb81 Portuguese translation - closes #239 2019-06-05 04:10:37 -07:00
FreeScout
b6c76dd6ed Make folders names translatable - closes #262 2019-06-05 03:17:44 -07:00
FreeScout
951765a711 Store Fetch Mail schedule option as app.fetch_schedule 2019-06-05 02:59:39 -07:00
FreeScout
2165cd8be8
Merge pull request #261 from Junker/fetch-schedule-setting
fetch mail schedule setting
2019-06-05 15:23:00 +05:45
FreeScout
c66dcf1bb6 Conversation filter in FetchEmails 2019-06-05 01:16:46 -07:00
FreeScout
30941fc4c0 Do not send notification if conversation is spam 2019-06-04 02:44:20 -07:00
FreeScout
d7d279c7b6 stripTags helper function 2019-06-04 01:13:34 -07:00
FreeScout
6afaa4a809 4th parameter for conversation.status_changed_by_user action 2019-06-04 01:13:06 -07:00
FreeScout
0db95d4f15 Conversation function getFirstThread() 2019-06-03 03:06:42 -07:00
FreeScout
676c431bb2 Do not send notification if conversation is spam 2019-06-02 23:03:17 -07:00
FreeScout
d969b567b3 Remove hardcoded action descriptions 2019-06-02 22:52:37 -07:00
FreeScout
46dfca7865 Added getFolderByType() function to Mailbox 2019-06-02 22:02:58 -07:00
FreeScout
e9c19e26ba Conversation filter in FetchEmails 2019-06-02 22:02:13 -07:00
FreeScout
a2d9b608d1 Not Spam button - stay on the same page 2019-05-10 03:04:58 -07:00
FreeScout
02d682c50d Prev status in conversation.status_changed_by_user hook 2019-05-07 22:03:51 -07:00
FreeScout
033283810f Not Spam button 2019-05-07 04:06:47 -07:00
FreeScout
ade6beaffc Static function conversationUrl 2019-05-06 03:30:14 -07:00
Junker
2ff723f54b fetch-monitor depends on 'fetch_schedule' setting 2019-05-02 22:45:36 +02:00
Junker
504398e5d7 rename setting 'mail_schedule' to 'fetch_schedule'. Add APP_FETCH_SCHEDULE env param. 2019-05-02 22:44:23 +02:00
Junker
ff2591550e fetch mail schedule setting 2019-05-01 18:09:03 +02:00
FreeScout
bce1220229 Fix redirect to Mine folder after delete conversation in Mine folder 2019-04-25 21:59:45 -07:00
FreeScout
e4c10ccd73
Merge pull request #249 from Junker/fix-delete-conversation-from-mine-folder
fix: redirect back to 'Mine' folder after delete conversation in 'Mine' folder
2019-04-26 10:35:55 +05:45
FreeScout
6bf0210a63 Function to check if user has access to a particular mailbox 2019-04-25 21:27:26 -07:00
FreeScout
ad50d26e0c Helper function to trim non-breaking spaces 2019-04-25 21:26:37 -07:00
Junker
d434181fd6 fix: redirect to 'mine' folder after delete conversation in 'mine' folder 2019-02-28 07:08:17 +01:00
Alessandro Corbelli
cbd71b7dd9 StyleCI 2019-01-09 14:37:09 +01:00
Alessandro Corbelli
ce2c06af06 StyleCI 2019-01-09 14:36:43 +01:00
Alessandro Corbelli
fa62292633 Fix #229 2019-01-09 14:36:02 +01:00
Junker
2c974afecc fix email bounce check in fetch-emails script 2019-01-04 23:04:31 +01:00
FreeScout
f96a78cb82 Logging on bounce detection 2019-01-04 03:40:34 -08:00
FreeScout
b77e268441
Merge pull request #218 from guestisp/bounce-detection-improvements Bounce detection improvements
Bounce detection improvements
2019-01-04 14:32:03 +03:00
Alessandro Corbelli
b17fccfed0 Removed logs 2019-01-02 12:10:32 +01:00
FreeScout
9526c6714a Update note_added hook 2018-12-31 01:08:33 -08:00
FreeScout
2471c37fd8 Create thread function 2018-12-31 00:22:43 -08:00
FreeScout
2fc1b7d3e0 Fix showing attachments in drafts 2018-12-28 04:56:14 -08:00
FreeScout
0cb9961501 Improve background process stucking detection 2018-12-26 23:53:54 -08:00
Alessandro Corbelli
def039f591 More log added 2018-12-22 11:51:07 +01:00
Alessandro Corbelli
2a860590d8 Detect bounce from Return-Path 2018-12-21 18:33:33 +01:00
Alessandro Corbelli
0be7557204 Increased log 2018-12-21 18:14:56 +01:00
FreeScout
90b9254ffb Apply fixes from StyleCI 2018-12-21 09:10:07 +00:00
FreeScout
c74bd56eb3 Set conversation preview when thread is created from draft 2018-12-21 01:09:07 -08:00
FreeScout
d2cdca1f6a Remove script and style tags content from conversation preview 2018-12-21 01:08:47 -08:00
FreeScout
b9d8540f23 Update pending icon 2018-12-21 00:05:45 -08:00
FreeScout
8adc269058
Merge pull request #188 from guestisp/add-should_save_thread-hook should_save_thread hook
Add "fetch_emails.should_save_thread" hook
2018-12-21 10:49:05 +03:00
FreeScout
9f391b59fc Remove message/rfc822 contetn type from bounce detection 2018-12-20 23:36:12 -08:00
FreeScout
4ea0897e3c mailbox.fillable_fields filter 2018-12-20 22:15:41 -08:00
Alessandro Corbelli
9b5e4acda0 Allow customizing the Mailbox fillable fields by module developers 2018-12-19 15:36:32 +01:00
Alessandro Corbelli
456cb8491f StyleCI 2018-12-19 14:17:37 +01:00
Alessandro Corbelli
d65ce800af StyleCI 2018-12-19 14:17:03 +01:00
Alessandro Corbelli
a236eb2e11 Replaced $hook object with $data array
Added new hook to allow module developers to change data saved by fetchemails
Replaced fetch_emails.should_save_thread to only use a boolean
2018-12-19 14:15:45 +01:00
Alessandro Corbelli
39c6242f3e Merge branch 'master' into add-should_save_thread-hook 2018-12-19 14:09:22 +01:00
FreeScout
d1e5604e79 Fix deleting conversation having a draft thread 2018-12-18 23:56:56 -08:00
FreeScout
d61878a761
Merge pull request #198 from guestisp/fix-197 has_attachments not updated
Fix #197
2018-12-19 10:03:54 +03:00
FreeScout
0a52c0b542
Merge pull request #193 from guestisp/fix-192 Trying to get property email of non-object
Fix #192
2018-12-19 09:52:59 +03:00
FreeScout
30bbef8285 Automatically recalculate folders counters 2018-12-18 22:38:42 -08:00
Alessandro Corbelli
fc267329d4 Fix #187 2018-12-18 17:17:07 +01:00
Alessandro Corbelli
fe54b5af4b StyleCI 2018-12-18 17:15:20 +01:00
Alessandro Corbelli
677bca506f Fix #197 2018-12-18 16:21:00 +01:00
Alessandro Corbelli
284f0835da Fix #192 2018-12-18 12:40:30 +01:00
Alessandro Corbelli
2b687f3334 StyleCI 2018-12-18 12:35:02 +01:00
Alessandro Corbelli
cf1e89f6ef StyleCI 2018-12-18 12:34:27 +01:00
Alessandro Corbelli
057b814e91 Fix FetchEmails 2018-12-18 12:33:31 +01:00
Alessandro Corbelli
2022bf021e StyleCI 2018-12-17 17:57:41 +01:00
Alessandro Corbelli
7b1cb4d29a StyleCI 2018-12-17 17:50:54 +01:00
Alessandro Corbelli
81e80d30f6 Add "fetch_emails.should_save_thread" hook 2018-12-17 17:45:09 +01:00
FreeScout
e497c95ff1 Mailbox name in notification to user 2018-12-15 06:00:48 -08:00
FreeScout
5fd1ea35fc Show delivery error message in conversation thread 2018-12-15 05:24:21 -08:00
FreeScout
f54e61dae2 Improve bounce detection 2018-12-15 01:38:53 -08:00
FreeScout
e5bfe957e2 Show delivery error message in conversation thread 2018-12-15 01:15:30 -08:00
FreeScout
36d52d45ef
Merge pull request #184 from guestisp/bounce-detection-improvement
Bounce detection improvement
2018-12-15 08:40:05 +03:00
FreeScout
148e89e231 Comments for the process of retrying on send error 2018-12-14 21:28:12 -08:00
FreeScout
1d69e0052c Check if .env file is writable in System Status 2018-12-14 02:01:03 -08:00
Alessandro Corbelli
0022c3ca15 StyleCI 2018-12-14 10:26:38 +01:00
Alessandro Corbelli
6d3ec46c61 StyleCI 2018-12-14 10:26:04 +01:00
Alessandro Corbelli
211768717e StyleCI 2018-12-14 10:25:21 +01:00
Alessandro Corbelli
8a47b94cdb StyleCI 2018-12-14 10:24:36 +01:00
Alessandro Corbelli
d7a3829a4d More improvements to bounce detection 2018-12-14 10:22:38 +01:00
FreeScout
a125a8d7b7 Do not send auto replies to bounces 2018-12-14 01:10:43 -08:00
Alessandro Corbelli
9b2495edce Small improvement to bounce detection 2018-12-14 09:48:36 +01:00
FreeScout
fd815acf72 Improve bounce detection 2018-12-14 00:18:23 -08:00
FreeScout
6b2071e405 Accept auto responders but do not send auto replies 2018-12-13 22:41:30 -08:00
FreeScout
d8fbf21579 Apply fixes from StyleCI 2018-12-13 09:11:15 +00:00
FreeScout
46add87243 Fix last reply by in conversations 2018-12-12 22:40:23 -08:00
FreeScout
78eed5c405 Fix saving settings in env file 2018-12-12 22:00:56 -08:00
FreeScout
9a769154d7 Logs monitoring in Settings - Alerts 2018-12-12 06:39:24 -08:00
FreeScout
d74af3e5c0 Show original message for outgoing thread 2018-12-12 04:31:45 -08:00
FreeScout
9c19bca5d9 Delete user using flag 2018-12-11 22:43:58 -08:00
FreeScout
2b6ac6a375 Update conversation folder when adding a note 2018-12-11 01:07:34 -08:00
FreeScout
50a8c8db8a Fix conversation preview updating 2018-12-10 23:41:14 -08:00
FreeScout
946132e4b5 Logs monitoring in Settings - Alerts 2018-12-10 04:52:28 -08:00
FreeScout
b9b829db7f Fix getOptions() default value 2018-12-10 00:58:39 -08:00
FreeScout
9d79f4aea4 Allow to retry and delete failed jobs in System Status 2018-12-09 06:13:00 -08:00
FreeScout
1d8f79f3a2 Retry failed email jobs 2018-12-09 01:53:36 -08:00
FreeScout
b5325c9641 QQ reply separator 2018-12-08 23:18:19 -08:00
FreeScout
414ab76cb4 QQ reply separator 2018-12-08 23:15:39 -08:00
FreeScout
6f8c002349 Update conversation preview on reply 2018-12-08 02:14:37 -08:00
FreeScout
40771d962e Fix counters for starred conversations and drafts 2018-12-08 01:00:20 -08:00
FreeScout
9b83083bc3 Create conversation from thread 2018-12-06 01:13:04 -08:00
FreeScout
2373771be8 Show waiting since time in dashboard 2018-12-05 04:33:05 -08:00
FreeScout
5c495fd1a5 Apply fixes from StyleCI 2018-12-05 07:06:54 +00:00
FreeScout
471920a0ba User data in signature 2018-12-04 23:05:27 -08:00
Greg Slepak
16b7e407a0 Adds user related variables to signature (Closes #146) 2018-12-04 19:23:31 -05:00
FreeScout
f42b3c009e Detect and ignore autoresponders 2018-12-04 05:27:10 -08:00
FreeScout
80a765cf0c Check app requried version on module update 2018-12-04 02:43:48 -08:00
FreeScout
51f5149cb6 Fix saving arrays in Settings 2018-12-03 05:48:20 -08:00
FreeScout
f3e616b4a8 Helper functions 2018-12-03 04:52:28 -08:00
FreeScout
33a1374aea Highlight menu item when viewing folder 2018-12-03 02:06:29 -08:00
FreeScout
39cd69c439 Fix UserCreatedConversation event 2018-12-03 02:04:35 -08:00
FreeScout
bbe628e82f Helper functions 2018-12-03 01:03:23 -08:00
FreeScout
3a4d459872 Redesign 2018-12-02 04:49:02 -08:00
FreeScout
60ee9ff640 Execute background action helper function 2018-12-02 04:47:47 -08:00
FreeScout
9e0453e90a Improve text 2018-12-01 00:24:31 -08:00
FreeScout
9bd0dda3dd Fix options caching 2018-11-27 22:05:13 -08:00
FreeScout
0c413261b4 Merge branch 'master' of github.com:freescout-helpdesk/freescout 2018-11-27 00:20:47 -08:00
FreeScout
b1f87e64e5 Options default values from config 2018-11-27 00:04:56 -08:00
FreeScout
a59d52339e Apply fixes from StyleCI 2018-11-26 12:47:05 +00:00
FreeScout
6bc85bf399 Fix typo in FetchMonitor 2018-11-26 04:41:49 -08:00
FreeScout
de7da536bf Merge branch 'master' of github.com:freescout-helpdesk/freescout 2018-11-26 04:39:28 -08:00
FreeScout
0a34644369 Merge branch 'master' into translate 2018-11-26 04:30:22 -08:00
FreeScout
5120af7953 User language 2018-11-26 04:23:27 -08:00
FreeScout
67668a6227 User language 2018-11-26 02:55:37 -08:00