FreeScout

Results 268 comments of FreeScout

Error occurs here on PHP7.3: https://github.com/ezyang/htmlpurifier/blob/master/library/HTMLPurifier/AttrDef/URI/Host.php#L103

The only way to fix this seems to be: ``` try { if (defined('IDNA_NONTRANSITIONAL_TO_ASCII') && defined('INTL_IDNA_VARIANT_UTS46')) { $string = idn_to_ascii($string, IDNA_NONTRANSITIONAL_TO_ASCII, INTL_IDNA_VARIANT_UTS46); } else { $string = idn_to_ascii($string); } }...

Is it ok to create a pull request for this https://github.com/ezyang/htmlpurifier/issues/163#issuecomment-886888844? PHP developers made a mistake for which there is no other solutions.

On iOS the following code should be called in the very beginning: ``` // Needed for iOS if (typeof(window.cordova.platformId) == "undefined" || window.cordova.platformId != 'android') { // Asks only once...

https://github.com/freescout-helpdesk/freescout/issues/3707

Customers page is always available to everyone. Teams menu item now is shown to admins only in Teams Module v1.0.18 Mailboxes menu item we'll leave always visible to avoid extra...

Try to add `APP_NEW_FETCHING_LIBRARY=true` parameter to the .env file and [clear cache](https://github.com/freescout-helpdesk/freescout/wiki/Clearing-the-Cache).

@torrelasley What email service are you using? Can you send the screenshot of your Fetching settings. In the future the old fetching library will be removed, so better to make...

Maybe you are talking about https://github.com/freescout-helpdesk/freescout/issues/3974