Commit Graph

71 Commits

Author SHA1 Message Date
Alex
fb8d0e2983 fix bugs in php 8.1 changes (#6744)
* Update voicemail_greetings.php

* Update recordings.php

* Update recording_edit.php

* Update phrases.php

* Update phrase_edit.php

* Update music_on_hold_edit.php

* Update fax_queue.php

* Update extensions.php

* Update email_templates.php

* Update email_queue_edit.php

* Update dialplan_inbound_add.php

* Update device_profiles.php

* Update device_profile_copy.php

* Update contact_address_edit.php

* Update call_recordings.php

* Update call_center_agent_edit.php

* Update call_center_agents.php

* Update call_center_queues.php

* Update call_block.php

* Update menu_edit.php

* Update default_setting_edit.php

* Update database_edit.php
2023-06-05 12:41:28 -06:00
fusionate
5b79979c41 Email Queue - Delete: Updates for PHP 8.1 2023-05-27 03:40:18 +00:00
fusionate
f9dd931caf Email Queue - Edit: Updates for PHP 8.1 2023-05-27 03:39:52 +00:00
fusionate
c1980aa241 Email Queue: Add Email Test feature, updates for PHP 8.1 2023-05-27 03:39:27 +00:00
fusionate
65ab2ccada Email Queue: Language additions for Email Test. 2023-05-27 03:36:11 +00:00
fusionate
6670e18e88 Email Queue: Add new email_test.php file. 2023-05-27 03:35:39 +00:00
Alex
a46c5dbfc9 Update translations (#6688)
* Update app_languages.php
2023-05-12 15:14:59 -06:00
Alex
3e0ec8b752 Add missing translations (#6673) 2023-05-09 11:39:02 -06:00
Alex
10a2d87ee6 Add missing translations (#6662)
* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php
2023-05-05 15:22:22 -06:00
frytimo
fef8165be2 Frytimo pr patches for php8.1 (#6630)
* Passing null to parameter #2 ($string) of type string is deprecated

* Passing null to parameter #1 ($string) of type string is deprecated

* php 8.1 fixes

* php 8.1 fixes - replace strlen($var) > 0 with !empty($var)

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - strlower with null

* php 8.1 fixes - strreplace with null

* php 8.1 fixes - passing null to base64_decode

* php 8.1 fixes - check for false and check for null on $this->dir

* php 8.1 fixes - remove assignment of $db variable to modules object

* php 8.1 fixes - avoid sending null to substr

* php 8.1 fixes - change ${var} to {$var}

* php 8.1 fixes - check for null before preg_replace

* php 8.1 fixes - remove setting db variable on domains object

* php 8.1 fixes - set empty string if $row['domain_setting_subcategory'] is null

* php 8.1 fixes - set empty string if $_REQUEST['show'] is not available

* php 8.1 fixes

* php 8.1 fixes - correct $_POST checking syntax

* php 8.1 fixes - correct $_POST variables

* php 8.1 fixes

* Use brackets consistently

* Update user_setting_edit.php

* Change to not empty

* Update device.php

* Update text.php

---------

Co-authored-by: Tim Fry <tim@voipstratus.com>
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2023-05-05 10:46:37 -06:00
FusionPBX
bc255fba73 Update Arabic translation for email queue 2023-05-03 12:52:47 -06:00
markjcrane
14f6dee027 Add additional translations 2023-05-03 12:49:04 -06:00
Anthony
c742f4e03e Update app_menu.php (#6660)
* Update app_menu.php
2023-05-03 11:05:26 -06:00
markjcrane
1513bd3301 Add Chinese, Korean, and Japanese translations 2023-05-03 10:36:25 -06:00
markjcrane
28fe89066e Add Chinese, Korean, and Japanese translations 2023-05-02 22:05:16 -06:00
markjcrane
381b3bdd9f Add menu translations 2023-05-02 20:30:13 -06:00
markjcrane
41e87e7f01 Add additional languages 2023-05-02 20:22:44 -06:00
frytimo
69bd42af05 remove unneeded destruct methods as GC has higher performance (#6631)
Co-authored-by: Tim Fry <tim@voipstratus.com>
2023-04-27 20:18:53 -06:00
fusionate
f181f533ae Email Queue - List: Apply case to Status filter select options. 2023-04-13 21:19:39 +00:00
fusionate
00fc9c0dda Email Queue - List: Responsive optimizations. 2023-04-13 21:04:26 +00:00
fusionate
757fd38c51 Email Queue - List: Apply case to Status column value. 2023-04-13 20:43:58 +00:00
fusionate
076b69ae93 Email Queue - Edit: Format mutliple To addresses better, Status to select field. 2023-04-13 20:32:54 +00:00
fusionate
9a9cff7ebd Email Queue - List: Truncate long To address values with ellipsis. 2023-04-13 20:32:10 +00:00
fusionate
c4ca3313fe Email Queue - List: Limit width of To column. 2023-04-13 18:56:14 +00:00
fusionate
19e58af546 Email Queue Attachments - Add CID and Mime Type fields. 2023-04-12 20:06:41 +00:00
markjcrane
2d2c5fc06e Add email attachment cid and mime type 2023-04-12 14:04:56 -06:00
trideeindhoven
fba26b3f84 Better NL translations (#6590)
Co-authored-by: Jeroen Hermans <jeroen@perfectvoip.nl>
2023-03-28 10:24:11 -06:00
Finn
8cdcd86ba9 update custom transcription provider for async transcriptions and retry logic (#6583)
Co-authored-by: Finn <finn@acceleratenetworks.com>
2023-03-24 12:43:17 -06:00
fusionate
b7e63aff1a Email Queue - Edit: Textarea for Body field. 2023-03-01 03:19:40 +00:00
FusionPBX
1d36ca2dc9 Preprend the settings to the email response 2023-02-17 16:58:44 -07:00
FusionPBX
c430c5c07f Add email settings to the saved email response 2023-02-17 16:45:52 -07:00
FusionPBX
ef866e12d7 Remove code that was commented out 2023-02-17 12:59:22 -07:00
FusionPBX
97dbe7b31a Save the email response (#6558)
* Save the email response

* use the response variable from the email class

* Rename email_debug to email_response

* Update app_languages.php

* Show the email response

* Save the email response
2023-02-17 12:47:11 -07:00
FusionPBX
7dbfd22acb Add email status search trying 2023-02-17 11:55:47 -07:00
FusionPBX
bc84d609d0 Update app_languages.php 2023-02-17 11:54:09 -07:00
FusionPBX
e1713bfc0b Add text area for email error 2023-02-13 13:21:29 -07:00
FusionPBX
7bca5305ec Add the email error
Log the email error to identify what went wrong with the email.
2023-02-13 13:03:04 -07:00
FusionPBX
8396f1b572 Fix the search and status for paging 2023-02-11 12:00:53 -07:00
FusionPBX
a28e248867 Use $_SERVER['DOCUMENT_ROOT'] 2023-01-13 14:23:27 -07:00
FusionPBX
e1b0f08321 Update the config.conf include 2023-01-13 13:58:06 -07:00
FusionPBX
720eb58a89 Re-organize the inlcudes. 2022-10-22 23:52:01 -06:00
FusionPBX
9cd8261eda Update email_queue.php 2022-10-22 23:47:58 -06:00
FusionPBX
47c13a7270 Set update_date now() when the status is updated 2022-10-18 07:58:03 -06:00
FusionPBX
b300961d75 Use server DOCUMENT_ROOT variable. 2022-10-11 11:45:37 -06:00
FusionPBX
fa870da5c9 Use server DOCUMENT_ROOT variable
Move includes to the near the top of the page
2022-10-11 11:44:54 -06:00
FusionPBX
f75f623767 Remove root.php and include require.php once 2022-10-11 11:27:57 -06:00
markjcrane
d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
FusionPBX
6fc44d467e Update debian.service 2022-09-26 11:43:57 -06:00
FusionPBX
ecb385cf60 PostgreSQL maybe running on a different server 2022-09-26 11:42:32 -06:00
markjcrane
eb5c25aa35 Add insert_date, insert_user, update_date, update_user to all tables 2022-09-18 00:54:37 -06:00