1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-23 19:02:46 +01:00
Commit Graph

229 Commits

Author SHA1 Message Date
FreeScout
f0ee5ee2ae Configure CSP 2023-09-29 09:54:13 -07:00
FreeScout
b32320d59c Fix db seed error on PHP 8.2 2023-09-23 08:48:25 -07:00
FreeScout
ffd299f369 Update phpunit/phpunit to 9.5.28 2023-09-23 06:32:51 -07:00
FreeScout
cf072514a4 Fix OS Command Injection issue in laravel/framework 2023-09-22 23:24:08 -07:00
FreeScout
6133547617 Fix Possibility for Denial of Service by overwriting PHP files with language exports in barryvdh/laravel-translation-manager 2023-09-22 23:15:15 -07:00
FreeScout
d62bf49eb9 Fix CVE-2023-35169 issue in webklex/laravel-imap 2023-09-22 23:09:29 -07:00
FreeScout
7b32dde0cf Fix CVE-2023-35169 issue in webklex/php-imap 2023-09-22 23:04:14 -07:00
FreeScout
8363650304 Fix Cookie serialization vulnerability in laravel/framework 2023-09-22 07:06:43 -07:00
FreeScout
21d86327b9 Fix Guard bypass in Eloquent models in laravel/framework 2023-09-22 04:52:43 -07:00
FreeScout
1e871813f8 Fix CVE-2021-43808 issue in laravel/framework 2023-09-22 04:31:41 -07:00
FreeScout
822fb85f1c Fix RCE vulnerability in cookie session driver in laravel/framework 2023-09-22 02:07:50 -07:00
FreeScout
6bb91df75f Fix CVE-2019-18887 issue in symfony/http-kernel 2023-09-22 01:10:19 -07:00
FreeScout
9c1c180619 Fix CVE-2022-24894 issue in symfony/http-kernel 2023-09-22 01:01:59 -07:00
FreeScout
c6b50b2ccf Fix CVE-2019-18888 issue in symfony/http-foundation 2023-09-17 02:49:35 -07:00
FreeScout
ba8296ef50 Fix CVE-2019-10913 issue in symfony/http-foundation 2023-09-17 01:44:45 -07:00
FreeScout
73c039147e Upgrade guzzlehttp/guzzle to 6.5.8 2023-09-17 01:20:35 -07:00
FreeScout
0c5a50c34e Remove trailing slash from host name when generating URLs 2023-09-08 01:28:51 -07:00
totake0224
348fbb237b set $locale before preg_match.because if former foreach ended continue condition. module translation file would be never importerd. 2023-08-22 15:35:15 +09:00
FreeScout
14e56cd04f Fix Passing null to parameter in HTMLPurifier/Lexer.php - closes #3277 2023-08-16 22:34:47 -07:00
FreeScout
ecfbdd29a7 Speed up Eventy event firing 2023-08-14 23:30:37 -07:00
Otto Winter
4403fa2238
Add missed change 2023-08-14 21:55:40 +02:00
Otto Winter
f2623f0253
Optimize eventy 2023-08-14 20:58:42 +02:00
FreeScout
5244b5c8f0 Fix retrieveing attachments - closes #3154 2023-06-30 20:35:10 -07:00
FreeScout
f851e70d28 Make using imap_utf8_to_mutf7() function optional in Webklex/laravel-imap library - closes #3152 2023-06-30 00:36:05 -07:00
FreeScout
3092424315 Fixed saving data into Timestamp field on PostgreSQL 2023-06-27 01:14:05 -07:00
FreeScout
2abe327e90 Fix Undefined property: Webklex\IMAP\Attachment::config - closes #3142 2023-06-26 23:24:11 -07:00
FreeScout
47ebc2f694 Improve decoding strings in Webklex/laravel-imap library 2023-06-26 11:33:57 -07:00
FreeScout
9312036f69 Improve decoding strings in Webklex/laravel-imap library 2023-06-26 07:10:19 -07:00
FreeScout
e90c1838f1 Change iso-2022-jp encoding to iso-2022-jp-ms when decoding data in Webklex/php-imap library - closes #3122 2023-06-22 00:05:10 -07:00
FreeScout
88932bfc67 Fix decoding sender name in iso-2022-jp encoding - closes #3089 2023-06-19 06:47:56 -07:00
FreeScout
17205d39d2 Improve decoding attachment names with Webklex/PHP-IMAP library - closes #2753 2023-06-19 06:25:08 -07:00
FreeScout
9512104536 Improve decoding attachment names with Webklex/PHP-IMAP library - closes #2753 2023-06-19 05:06:47 -07:00
FreeScout
4eabdc489f Improve body encoding conversion on fetchign - closes #3089 2023-06-19 02:13:21 -07:00
FreeScout
678c9b029b Improve subject decoding with iconv_mime_decode() - closes #3066 2023-06-01 02:28:45 -07:00
FreeScout
6e52046032 Decode subjects using iconv_mime_decode() in Webklex/php-imap library - closes #3039 2023-05-31 02:00:21 -07:00
FreeScout
722349f586 Fix subject with colon being truncated with Webklex/php-imap library - closes #2964 2023-05-30 00:36:26 -07:00
FreeScout
5aabac7b4f Remove app.force_https parameter and determine protocol from app.url parameter - closes #3053 2023-05-28 00:35:51 -07:00
FreeScout
a43729e9c1 Allow to set same_site to none in config/session.php - closes #3023 2023-05-17 23:32:29 -07:00
FreeScout
60914553c3 Improve subject decoding - closes #2987 2023-05-07 23:18:57 -07:00
FreeScout
951d0f322b Use iconv_mime_decode() instead of imap_utf8() for UTF-8 encoded subjects - #2965 2023-05-03 23:00:03 -07:00
FreeScout
3572c95448 Show dates translated into selected language - closes #2950 2023-04-26 05:30:57 -07:00
FreeScout
f818134c2d Use proxy setting from .env when checking and downloading new release - closes #2911 2023-04-14 01:00:55 -07:00
FreeScout
df54432000 Improve Filesystem.php security on Windows 2023-03-30 23:35:14 -07:00
FreeScout
a76c512a1e Fix empty body issue when fetching emails via Webklex/php-imap library - closes #1972 2023-03-17 07:21:49 -07:00
FreeScout
b4e6089f61 Allow single backslashes in .env file - closes #2822 2023-03-15 23:31:15 -07:00
FreeScout
5901132900 Allow single backslashes in .env file - closes #2822 2023-03-14 07:42:41 -07:00
FreeScout
fb6b31106d Clean updater folder before installing a new app version to avoid installing some random release 2023-03-04 00:04:43 -08:00
FreeScout
4141758ee4 Fix Mailbox name is not valid mUTF-7 error for Webklex/laravel-imap - closes #2793 2023-03-03 05:56:16 -08:00
FreeScout
0f3aeab653 Webklex/php-imap Fix not all attachments are pushed to the collection 2023-02-28 22:44:25 -08:00
FreeScout
a87a37ca54 Webklex/php-imap Prevent the structure parsing from parsing an empty part 2023-02-28 22:40:27 -08:00
FreeScout
cd096eacbf Webklex/php-imap Prevent infinite loop in ImapProtocol 2023-02-28 22:27:23 -08:00
FreeScout
0b51653658 Fix undefined attachment names with webklex/php-imap library - closes #2753 2023-02-21 22:41:44 -08:00
FreeScout
dea7ec57f3 Do not write a notice to the log when incoming email date can not be parsed - closes #2734 2023-02-16 22:51:01 -08:00
FreeScout
562235ed8e Make validation of SMTP SSL/TLS certificate optional - closes #2714 2023-02-12 23:59:16 -08:00
FreeScout
5fa9412f9b Sort translations when publishing 2023-02-01 05:59:25 -08:00
FreeScout
a81aa48e0e Fix deprecation errors in Illuminate/Config/Repository.php - closes #2636 2023-01-30 23:08:55 -08:00
FreeScout
f241cdbd15 Fix img proportions on purifying HTML 2023-01-26 00:46:12 -08:00
FreeScout
5edb1e6e9a Make HTMLPurifier PHP 8.2 compatible - closes #2623 2023-01-25 03:13:47 -08:00
FreeScout
25f418f345 Do not distort image proportions when image is scaled using HTML.MaxImgLength - closes #2599 2023-01-23 00:39:40 -08:00
FreeScout
3c934d03af Make Swift/EmbeddedFile PHP 8.2 compatible 2023-01-22 22:51:28 -08:00
FreeScout
04cd790fb1 Make RachidLaasri LaravelInstaller PHP 8.2 compatible 2023-01-19 05:17:40 -08:00
FreeScout
8c28e9a2e9 Make sure Str::replaceFirst() always returns a string 2023-01-18 23:38:21 -08:00
FreeScout
13c21868fb Fix CSS minification on PHP 8.2 2023-01-16 06:07:57 -08:00
FreeScout
a830e0440b Fix sending emails via sendmail on PHP 8.2 2023-01-12 23:36:59 -08:00
FreeScout
f1bce10ef9 Fix sending emails via mail() function on PHP 8.2 2023-01-12 23:32:08 -08:00
FreeScout
328afcbb18 Fix sending emails with attachments on PHP 8.2 - closes #2505 2023-01-04 02:18:02 -08:00
FreeScout
e41e098994 Fix passing null to parameter error in SwiftException.php - closes #2499 2023-01-02 21:59:37 -08:00
FreeScout
e4ba051b49 Make Swiftmailer PHP 8.2 compatible 2022-12-20 00:53:41 -08:00
FreeScout
f61c482775 Fix Callables of the form Swift_SmtpTransport, Swift_Transport_EsmtpTransport::__construct are deprecated on PHP 8.2 2022-12-20 00:49:41 -08:00
FreeScout
2b87f01f90 Make javoscript/laravel-macroable-models compatible with PHP 8.2 2022-12-13 22:40:57 -08:00
FreeScout
23c8107463 PHP 8.2 compatibility 2022-12-09 23:58:10 -08:00
FreeScout
270e0b5da8 Fix PHP 81 error in FormatsMessages.php 2022-11-25 22:01:51 -08:00
FreeScout
4c3fe87a5f Fix PostgreSQL migration on PHP8.1 - closes #2401 2022-11-22 00:52:14 -08:00
FreeScout
83392b81a5 url_generator.app_url hook 2022-09-21 00:30:29 -07:00
FreeScout
29dfd29937 Fix Passing null to parameter in http-foundation/Response.php - closes #2223 2022-09-14 01:47:26 -07:00
FreeScout
a7cc9b4145 Fix strtolower: Passing null to parameter in swift MimePart.php 2022-09-14 00:45:55 -07:00
FreeScout
584cf3bcea Fix decoding binary encoded emails - clsoes #2186 2022-09-02 06:36:41 -07:00
FreeScout
04374dccdf Authentication hooks 2022-06-03 01:49:26 -07:00
FreeScout
8bb0988010 Allow passwords with spaces during installation - closes #1998 2022-05-16 07:20:53 -07:00
FreeScout
1d859d3fb9 Fix resettings a password on PHP 8.1 - closes #1911 2022-04-14 04:42:48 -07:00
FreeScout
153e68f7ae Make symfony/http-foundation/Request.php PHP 8.1 compatible - closes #1841 2022-04-05 07:19:47 -07:00
FreeScout
57a943edec Fix invalid encoding "default" on PHP 8 - closes #1837 2022-03-29 00:46:37 -07:00
FreeScout
97d0c470fb Fix null to parameter in Swiftmailer - closes #1831 2022-03-20 07:01:08 -07:00
FreeScout
c0fc874ce4 If custom login page path set do not show login form at /login - closes #1751 2022-02-25 06:25:19 -08:00
FreeScout
d26ab69b18 Fix underscores in encoded subjects 2022-02-22 22:21:01 -08:00
FreeScout
346148ae60 Fix underscores in encoded subjects - closes #1744 2022-02-22 22:10:42 -08:00
FreeScout
384ff40d88 Fix parsing dates with underscores - closes #1738 2022-02-16 04:04:52 -08:00
FreeScout
8dca28adeb Fix preg_match issue in Str.php 2022-02-16 04:04:07 -08:00
FreeScout
19d84bb479 Improve Module::isActive() method performance 2022-02-14 01:11:00 -08:00
Ahmet Bora
5c8de33eb6 Fix php 8 compatibility #1713 2022-02-07 12:03:32 +03:00
FreeScout
96fa6b5507 Store all vendor overrides in overrides folder 2022-02-04 07:18:23 -08:00
FreeScout
c19600bc7c Store all vendor overrides in overrides folder 2022-02-04 04:18:23 -08:00
FreeScout
a9a3863d05 Fix ?: operator 2022-02-03 23:30:48 -08:00
FreeScout
a2adf76962 PHP 8.1 compatibility 2022-02-03 03:47:48 -08:00
FreeScout
63f5b92a3c PHP 8.1 compatibility 2022-02-02 22:48:10 -08:00
FreeScout
2b07bcbca7 PHP 8.1 compatibility - closes #1691 2022-02-02 22:25:12 -08:00
FreeScout
92e4dbcaa8 Add SESSION_SECURE_COOKIE to web installer 2021-08-29 00:53:24 -07:00
FreeScout
b8f3200f8f Fix htmlpurifier INTL_IDNA_VARIANT_2003 issue on PHP7.2 and 7.3 - closes #1322 2021-08-03 07:30:57 -07:00
FreeScout
e52711d592 Process incoming email even if imap_mime_header_decode fails - closes #351 2021-04-29 00:38:21 -07:00
FreeScout
34082cb122 PHP 8 support - closes #1002 2021-03-31 00:35:40 -07:00