1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 19:33:07 +01:00
Commit Graph

736 Commits

Author SHA1 Message Date
FreeScout
b9cbf749be Do not send notifications on imported conversations 2020-12-30 03:18:11 -08:00
FreeScout
abf3192476 Settings stored in .env file no being updated after clicking Save button 2020-12-24 02:22:22 -08:00
FreeScout
3fedf57b72 Improve fetch_emails.unseen hook 2020-12-23 21:52:12 -08:00
FreeScout
3140c2e90c
Merge pull request #959 from tillmon/unseen
Fetch emails hook unseen
2020-12-24 08:45:27 +03:00
FreeScout
5fbab18684 Permission to allow users manage users 2020-12-22 23:48:15 -08:00
Tillmann Baumgart
1fc7c4d53d fetch emails hook unseen 2020-12-23 08:16:57 +01:00
FreeScout
2f14216e49 User Permissions per User - closes #741 2020-12-22 10:07:42 -08:00
FreeScout
08c701a3eb Store user permissions in .env instead of Options 2020-12-22 02:22:35 -08:00
FreeScout
40cebf61c2 Delete send logs older 6 months 2020-12-21 07:04:11 -08:00
FreeScout
fe694de119 Improve set closed_at if conversation is closed after reply 2020-12-16 23:37:16 -08:00
FreeScout
74bb03f92e
Merge pull request #941 from tillmon/dev2
Set closed_at if conversation is closed after reply
2020-12-17 10:18:58 +03:00
FreeScout
3446abd7d8 Improve prefilling To address in new conversation 2020-12-16 23:14:38 -08:00
Tillmann Baumgart
49df4425ea set closed_at if conversation is closed after reply 2020-12-16 22:39:07 +01:00
Tillmann Baumgart
758129d035 set "to" in new conversation with url parameter 2020-12-16 22:38:06 +01:00
FreeScout
77ed94a2e8 Fix deactivating licenses 2020-12-05 10:19:38 -08:00
FreeScout
54657e5dc7 Fix deactivating licenses 2020-12-05 09:59:45 -08:00
FreeScout
50f22ccf25 Allow encoded settings using env_encode parameter 2020-12-03 02:24:43 -08:00
FreeScout
cb10380498 Make customer messages editable - closes #896 2020-12-02 05:39:56 -08:00
FreeScout
e8e8bd3262 Fix displaying fields in customer profile 2020-11-26 01:08:21 -08:00
FreeScout
55411f7979 Customer hooks 2020-11-25 06:11:45 -08:00
FreeScout
7cd5dd9929 Allow only admin to manage mailbox connection settings - closes #881 2020-11-24 04:22:49 -08:00
FreeScout
fedaa33741 conversation.view.focus event 2020-11-21 22:15:57 -08:00
FreeScout
4f1c2731bf Trigger conversation.view.start when focus returns to conversation 2020-11-20 22:41:51 -08:00
FreeScout
bd1278aab4 Show customer social profiles 2020-11-19 03:13:17 -08:00
FreeScout
4f8063214f Rename customer background into notes, delete age, gender fields 2020-11-19 01:15:00 -08:00
FreeScout
fcdf2fba0e Allow to add customer photo 2020-11-18 23:23:55 -08:00
FreeScout
a8479fb315 Show customer social profiles 2020-11-18 23:09:18 -08:00
FreeScout
712785dc44 New fields added to customer profiles 2020-11-18 06:11:01 -08:00
FreeScout
f904057944 Pagination in customers search 2020-11-18 02:05:43 -08:00
FreeScout
f97f43f49b Misc updates in customers 2020-11-18 00:42:05 -08:00
FreeScout
826e42085c Update search 2020-11-17 21:59:24 -08:00
FreeScout
8041f6b268 Do not redirect user to the anaccessible mailbox after moving conversations 2020-11-16 06:32:48 -08:00
FreeScout
b09ef174ab Do not show deleted users when creating a new mailbox - closes #866 2020-11-15 06:56:28 -08:00
FreeScout
c562b9525a Customer parseName() function 2020-11-06 05:47:38 -08:00
FreeScout
ae6fdeef29 Fix starring conversations - closes #662 2020-11-04 05:47:04 -08:00
FreeScout
bbd0cdee78 Check non-writable cache files in System Status 2020-10-31 04:37:41 -07:00
FreeScout
90e29f8b43 Check non-writable cache files in System Status 2020-10-31 00:04:57 -07:00
FreeScout
e5017a2031 Fix showing Settings updated alert 2020-10-29 22:59:11 -07:00
FreeScout
c3b90d7952 Fix recipient name on forwarding - closes #786 2020-10-28 23:49:54 -07:00
FreeScout
2e4dca4d89 In user notification use the username part of the email address if customer has no name - closes #749 2020-10-27 23:14:23 -07:00
FreeScout
b4d1e3eaff Add quotes when settings .env vars 2020-10-27 22:40:41 -07:00
FreeScout
6e71478598 Fix Unknown system variable sql_require_primary_key - closes #834 2020-10-27 02:37:38 -07:00
FreeScout
48f68f82dd Escape settings containing quotes 2020-10-26 01:39:34 -07:00
FreeScout
27049809ef Forwarding to multiple recipients - closes #825 2020-10-25 23:48:14 -07:00
FreeScout
5b4ff8b5c2 include_attachments parameter for Conversation forward() function 2020-10-25 00:04:19 -07:00
FreeScout
0f581ad9cb Check connection only for SMTP send method - closes #828 2020-10-24 07:39:40 -07:00
FreeScout
c0e54d44c4 Fix File name too long - closes #806 2020-10-24 02:25:46 -07:00
FreeScout
e237f76b0f Remove api routes 2020-10-06 00:27:32 -07:00
FreeScout
a5c9a8cea6 Improve customer creation function 2020-10-06 00:26:50 -07:00
FreeScout
2befc5c172 Helper::isDev() function 2020-10-04 10:33:08 -07:00