Commit Graph

116 Commits

Author SHA1 Message Date
markjcrane 843b9b4377 Use conditions with empty and not empty 2023-05-24 15:44:54 -06:00
Anthony 60adb692ec
Corrected translations & added missing translations in core/app_languages.php (#6701)
* Update app_languages.php
2023-05-18 15:36:59 -06:00
FusionPBX 0162ac42d8
Update domain_json prevent warnings for PHP 8.1 2023-05-13 12:33:21 -06:00
FusionPBX f6a48235d2
Update domains for 8.1 support 2023-05-12 23:42:41 -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
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
FusionPBX afe9a412c6
Add additional languages 2023-05-01 20:54:22 -06:00
Ben 793940f525
added translations (#6644) 2023-04-28 17:20:59 -06:00
Ben f4e9069cec
added translations (#6643) 2023-04-28 16:09:44 -06:00
FusionPBX 2582720028
Add permission domain_select 2023-04-12 18:35:32 -06:00
FusionPBX d704ffa1c9
Remove domain limit
Limit is likely not needed unless someone has a really large number of domains.
2023-04-04 09:56:16 -06:00
fusionate 731d6d1e47
Domains - Edit: Update Call Center Agent Contact on domain rename. 2023-03-01 22:43:43 +00:00
Alex 7326cb845a
Set default for enabled (#6556)
* Set default for enabled

* Update conference_profile_edit.php

* Update call_block_edit.php

* Update conference_control_edit.php

* Update conference_control_detail_edit.php

* Update conference_profile_edit.php

* Update conference_profile_param_edit.php

* Update conference_edit.php

* Update destination_edit.php

* Update device_edit.php

* Update device_profile_edit.php

* Update device_vendor_edit.php

* Update email_template_edit.php

* Update extension_edit.php

* Update module_edit.php

* Update phrase_edit.php

* Update ring_group_edit.php

* Update sip_profile_edit.php

* Update stream_edit.php

* Update time_condition_edit.php

* Update var_edit.php

* Update voicemail_edit.php

* Update call_block_edit.php

* Update default_setting_edit.php

* Update domain_setting_edit.php

* Update domain_edit.php

* Update user_edit.php

* Update bridge_edit.php

* Update sip_profile_edit.php

* Update sofia_global_setting_edit.php

* Update call_flow_edit.php

* Update email_template_edit.php

* Update call_flow_edit.php

* Update bridge_edit.php

* Update email_template_edit.php

* Update sip_profile_edit.php

* Update sofia_global_setting_edit.php

* Update bridge_edit.php

* Update call_flow_edit.php

* Update conference_control_edit.php

* Update sip_profile_edit.php

* Update stream_edit.php

* Update default_setting_edit.php

* Update email_template_edit.php

* Update extension_setting_edit.php

* Update default_setting_edit.php

* Update dashboard_edit.php

* Update dashboard_edit.php

* Update default_setting_edit.php
2023-02-17 14:21:41 -07:00
Alex a229d1e46c
Add enabled toggle to more pages and bug fix (#6552)
* Add enabled toggle to more pages and bug fix

* Add device profile enable toggle

* fixed enable on bridge_edit.php

* Fixed enable on call_block_edit.php

* Fixed enable on call_flow_edit.php

* Fixed enable on conference_center_edit.php

* Add conference room enabled toggle

* Fixed enable on conference_control_detail_edit.php

* Fixed enable on conference_control_edit.php

* Fixed enable on conference_profile_edit.php

* Add conference profile param enabled toggle

* Fixed enable on conference_edit.php

* Fixed enabled on device_edit.php

* Fixed enable on extension_edit.php

* Fixed enable on gateway_edit.php

* Fixed enable on number_translation_edit.php

* Fixed enable on phrase_edit.php

* Fixed enable on ring_group_edit.php

* Fixed enable on sip_profile_edit.php

* Fixed enable on stream_edit.php

* Fixed enable on time_condition_edit.php

* Fixed enable on var_edit.php

* Fixed enable on voicemail_edit.php

* Fixed enable on user_edit.php

* Fixed enable on user_setting_edit.php

* Update user_edit.php

* Update bridge_edit.php

* Update call_flow_edit.php

* Update conference_control_edit.php

* Update stream_edit.php

* Fixed enable on default_setting_edit.php

* Fixed enable on domain_edit.php

* Fixed enable on email_template_edit.php

* Fixed enable on module_edit.php
2023-02-14 11:19:02 -07:00
Alex 129d173624
Add enable toggle to more pages (#6549)
* Add bridge enabled toggle

* Update call_block_edit.php

* Add call flows enabled toggle

* Add conference center enabled toggle

* Add conference control detail enabled toggle

* Add conference control enabled toggle

* Add conference enabled toggle

* Add phrase enabled toggle

* Add stream enabled toggle

* Add voicemail enabled toggle

* Add destination enabled toggle

* Add time condition enabled toggle

* Add default settings enabled toggle

* Add domain enabled toggle

* Add email template enabled toggle

* Add module enabled toggle

* Add number translation enabled toggle

* Add sip profile enabled toggle

* Add switch var enabled toggle
2023-02-13 18:02:01 -07:00
FusionPBX 7997d808ce
Make this a case insensitive 2022-12-08 07:44:55 -07:00
FusionPBX 8c7677bbb2
Disable until its less disruptive for multiple tabs 2022-11-29 15:03:46 -07:00
FusionPBX 421b5dd024
Use domain_view permisison for better versatility. 2022-11-28 21:05:05 -07:00
FusionPBX 7b9203e84f
Correc the permission name 2022-11-28 20:11:32 -07:00
FusionPBX bbde291760
Create domain_json.php 2022-11-28 14:52:53 -07:00
FusionPBX 2ea90bfc52
Copy of the domain array and used it in dialplan import 2022-10-19 13:48:15 -06:00
markjcrane d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
markjcrane eb5c25aa35 Add insert_date, insert_user, update_date, update_user to all tables 2022-09-18 00:54:37 -06:00
agree 90f33bd64d
[domains] add exit after redirect (#6366) 2022-05-06 17:08:52 -06:00
Luis Daniel Lucio Quiroz ca921e88ac
Fixes NULL in _SESSION[context] (#6360)
* Update check_auth.php

* Update domains.php
2022-05-05 09:04:19 -06:00
FusionPBX 600411a2a7
Clear the cache when updating the domain. 2022-03-28 12:25:42 -06:00
FusionPBX bd1229c377
Add a new setting for domain country_code. 2022-02-24 18:03:58 -07:00
FusionPBX 47b1d6720d
Fix domain delete button visibility. 2022-02-23 13:56:00 -07:00
KRooney 730442f72f
Update app_languages.php (#6264)
FR-CA translation changes
2022-01-25 12:23:47 -07:00
AlexC 2a74114cf2
Copy, toggle and delete buttons visible when checkbox is selected (#6242)
* Update bridges.php

* Update call_block.php

* Update call_center_queues.php

* Update call_center_agents.php

* Update call_broadcast.php

* Update call_flows.php

* Update call_recordings.php

* Update conference_centers.php

* Update conference_rooms.php

* Update conference_controls.php

* Update conference_profiles.php

* Update conferences.php

* Update contacts.php

* Update fax.php

* Update ivr_menus.php

* Update music_on_hold.php

* Update phrases.php

* Update recordings.php

* Update streams.php

* Update voicemails.php

* Update devices.php

* Update device_vendors.php

* Update device_vendor_functions.php

* Update extensions.php

* Update gateways.php

* Update dialplans.php

* Update destinations.php

* Update email_templates.php

* Update modules.php

* Update sip_profiles.php

* Update vars.php

* Update databases.php

* Update users.php

* Update default_settings.php

* Update domains.php

* Update groups.php

* Update menu.php
2022-01-13 11:37:59 -07:00
Anthony 1db3e5ba14
Removed Search Reset (#6241)
* Update default_settings.php

* Update devices.php

* Update extensions.php

* Update gateways.php

* Update users.php

* Update destinations.php

* Update dialplans.php

* Update bridges.php

* Update call_block.php

* Update call_broadcast.php

* Update call_flows.php

* Update call_forward.php

* Update call_recordings.php

* Update conference_centers.php

* Update conference_controls.php

* Update conference_profiles.php

* Update conferences.php

* Update contacts.php

* Update fax.php

* Update ivr_menus.php

* Update phrases.php

* Update recordings.php

* Update ring_groups.php

* Update time_conditions.php

* Update voicemails.php

* Update call_center_queues.php

* Update email_logs.php

* Update registrations.php

* Update user_logs.php

* Update access_controls.php

* Update domains.php

* Update email_templates.php

* Update groups.php

* Update menu.php

* Update number_translations.php

* Update sip_profiles.php

* Update database_transactions.php

* Update vars.php

* Update dashboard.php
2022-01-12 16:00:01 -07:00
FusionPBX e06d5a64c5
Create new voicemail directory when adding a new domain. 2021-11-22 09:45:41 -07:00
FusionPBX d8b6e8bf66
When adding a new domain make sure to make the recordings directory. 2021-11-16 11:13:35 -07:00
FusionPBX 7e0b4045db
Update the URL to the dashboard 2021-11-13 15:30:16 -07:00
FusionPBX 806958fffd
Change guid to uuid. 2021-08-25 14:12:09 -06:00
FusionPBX 1049b37e6b
Replace the pipe with additiaonl spaces to visually seperate the links. 2021-07-29 08:21:27 -06:00
demonspork b847f95987
Add "Settings" link to Domains list
Skip the step of clicking on the domain then clicking settings. I very rarely want to edit a domain's basic settings, 99% of the time I am wanting to either manage the domain or edit domain_settings.
2021-03-11 14:01:55 -06:00
FusionPBX 4e17dc4f85
Advanced -> Domains add Manage link as an option to switch domains.
This used to be there and some people miss it so adding it back again.
2021-02-20 17:02:31 -07:00
Nate 5c7f97ac8a Domains: Retain session domain_name and domain_uuid on add and delete. 2020-11-02 16:00:02 -07:00
FusionPBX b4f9e3ffaf
Update domain_edit.php 2020-08-14 00:30:50 -06:00
FusionPBX a660250899
Update domain_edit.php 2020-08-10 12:29:50 -06:00
FusionPBX e4b72206b3
On button replace escape with urlencode 2020-07-29 13:41:33 -06:00
FusionPBX ecb8d919ce
Remove header_description-domain_settings 2020-07-28 21:14:23 -06:00
FusionPBX cf7c918b0c
Add a Settings button. 2020-07-28 21:13:34 -06:00
FusionPBX 1a25c8932e
Put the each column name on its own row. 2020-07-27 14:50:14 -06:00
FusionPBX b4beae1e97
Cast domain_enabled to text 2020-07-10 09:45:54 -06:00
FusionPBX 42a926684a
Remove a duplicate domain_uuid. 2020-07-10 09:44:53 -06:00
FusionPBX 95faf76f97
Use cast to text on domain_enabled. 2020-07-10 09:41:43 -06:00
Mark J Crane a07781860b Change data type and add toggle values 2020-07-02 12:02:54 -06:00