Commit Graph

127 Commits

Author SHA1 Message Date
FusionPBX ca43df30f2
Default Settings updated for PHP 8.1 2023-05-12 23:27:19 -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
fusionate 3711bf3664
Default Settings: Minor adjustment to Copy domain select box default. 2023-04-27 21:02:26 +00:00
fusionate 6bc1e53244
Default Settings - Copy: Move function to list view and use copy method in class. 2023-01-31 01:41:43 +00:00
fusionate 107b8a48f2
Voicemail: Default/Domain Settings to control CID Number and Date & Time playback/order. 2023-01-27 22:17:51 +00:00
fusionate c4b8c7add1
Default/Domain/User Settings - Edit: Change Type field to select box. 2023-01-27 21:50:43 +00:00
fusionate 7dac0db939
Default Settings: Use Reload icon on Reload button. 2023-01-25 15:16:43 +00:00
fusionate 7fc8ad9c77
Default Settings: Change icon on Domain button. 2023-01-25 15:12:20 +00:00
fusionate dc1307028a
Default/Domain/User Settings: Implement select field for input_toggle_style options. 2023-01-23 19:31:18 +00:00
FusionPBX a44ca60441
Category and Search pass-through (#6511)
* Update default_settings.php

* Update default_setting_edit.php
2022-12-20 14:12:47 -07:00
FusionPBX 2f55ba03c8
Allow copy setting to a domain for single tenant 2022-10-11 10:20:02 -06:00
FusionPBX 8179da3ef8
Allow domain copy even for single tenant systems. 2022-10-11 10:16:57 -06:00
markjcrane d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
fusionate d5f9264c35
Theme: Side Menu - Setting to control submenu close behavior. 2022-02-11 20:43:54 -07:00
AlexC 2cf8e375a1
Update default_settings.php (#6308)
* Update default_settings.php

* Update default_setting_edit.php
2022-02-11 16:33:26 -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 23f75cddb8
Bold default settings value and enabled that are custom or not the default. 2021-09-15 18:54:11 -06:00
FusionPBX ed41262537
A way to find determine if the setting has the correct UUID. 2021-09-15 16:51:41 -06:00
markjcrane 9bb7b4e607 Security update for /core/default_settings 2021-07-24 17:41:40 -06:00
demonspork 30844d90aa Add Domain and Global buttons on the respective settings pages for easy navigation 2021-03-26 16:52:05 -05:00
fusionate aa413b74b2 Default/Domain/User Settings: Implement select boxes for Destinations setting options. 2020-12-28 16:12:16 -07:00
fusionate 59410dab58 Default Settings - List: Minor adjustments to Category selection and options. 2020-12-23 17:11:55 -07:00
Nate 06f79d79e7 Users: Add setting to require username format be an email address or not. 2020-10-16 11:48:07 -06:00
FusionPBX 8f5f94507a
Use multiple lines for column names. 2020-07-06 10:39:33 -06:00
FusionPBX 18ed8c0ae2
Update the SQL statement add cast default_setting_enabled as text. 2020-07-05 17:18:16 -06:00
Nate d05429ad4e Theme: Header Bar updates. 2020-05-27 23:02:13 -06:00
Nate 4a986730eb Theme: Side Menu updates. 2020-05-25 18:38:52 -06:00
Nate 6f829ea6cf Theme: Side Menu updates. 2020-05-23 18:57:17 -06:00
Nate f5bfc2199a Theme: Side Menu default state controls. 2020-05-20 21:24:19 -06:00
FusionPBX 12e8e01b25
Update default_settings.php 2020-04-24 14:40:20 -06:00
Nate 97eec1da04 Template, Core Apps: Update to new modal. 2020-03-25 16:48:12 -06:00
Nate f8c74e6586 Multiple: Add IDs to common/default action buttons. 2020-03-05 10:01:09 -07:00
Nate 41b17c2717 Default Settings: Button & minor updates. 2020-02-10 08:07:06 -07:00
Nate 38b59622f5 Default Settings: Fix domain selection hide on copy cancel. 2020-01-23 08:21:29 -07:00
FusionPBX 62558dd031 Update default_settings.php 2020-01-11 00:25:25 -07:00
Nate ec7bac0144 Domain/Default Settings: Adjust column heading. 2020-01-07 11:12:49 -07:00
Nate 92144b1f8a Default Settings: Add window title. 2020-01-06 12:15:57 -07:00
Nate ea3c3ab7f3 Default Settings: Add Category select box filter. 2019-12-30 15:35:39 -07:00
Nate b371b57465 Domain Settings: List view updates, move actions to class. 2019-12-30 12:14:57 -07:00
Nate ecd413a43f Default Settings: Misc adjustment. 2019-12-19 19:43:08 -07:00
Nate 1b4e44bb84 Default Settings: Misc adjustments. 2019-12-19 19:38:55 -07:00
FusionPBX 40b8095e96 Update default_settings.php 2019-12-19 09:36:03 -07:00
Nate 8e46e4d1df Default Settings: Complete copy method. 2019-12-19 09:27:56 -07:00
FusionPBX 20d80aea5c Update default_settings.php 2019-12-19 08:46:22 -07:00
Nate bc5b0d0ebc Default/Domain Settings: Fix a few issues. 2019-11-27 11:03:54 -07:00
FusionPBX 7eab71804a Update default_settings.php 2019-10-16 19:12:53 -06:00
Nate 2678eb0bb1 Bridges: Misc updates, integrate Button class. 2019-10-12 01:12:59 -06:00
Nate 5e61dbc459 Default/Domain Settings: Fix Category names. 2019-10-08 10:10:19 -06:00
chansizzle 86da64bf15 Update default_settings.php (#4711) 2019-10-01 11:20:25 -07:00