frytimo
|
0b8edef82c
|
Config class rewrite (#6965)
* Use a singleton pattern in the database class to re-use the database object inside the permission_exists function.
|
2024-04-27 19:22:20 -06:00 |
fusionate
|
cd2d2cf632
|
Default Settings - List: Mask *_key subcategory values.
|
2024-03-29 10:19:05 -06:00 |
fusionate
|
a83d62e59c
|
Default Settings - List: Show Copy even when only a single domain.
|
2023-08-31 00:09:49 +00:00 |
fusionate
|
6627e40e76
|
Default/Domain/User Settings: New setting setting_value_input_type to control Value input field type.
|
2023-08-04 22:38:41 +00:00 |
FusionPBX
|
75e7e0859c
|
Default Settings show order on hover
|
2023-07-13 08:15:04 -06:00 |
fusionate
|
123ac6e00a
|
Default Settings - List: Display order value for array type settings.
|
2023-06-24 21:12:39 +00:00 |
frytimo
|
d7bbcd89f5
|
Use magic constant dir (#6711)
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__ to load only functions.php
* replace spaces with tab character
* update dirname command to use levels instead of nesting
* use magic constant __DIR__
* update dirname command to use levels instead of nesting
* Update access_control_edit.php
* Update access_control_import.php
* Update access_controls.php
* Update dnd.php
* Update access_controls_reload.php
* Update call_center_agents.php
* Update call_center_agents.php
* Update fax_queue.php
* Update login.php
* Update pdo.php
* Update pdo_vm.php
* Update switch.php
* Update index.php
* Update css.php
* Update v_mailto.php
* Update fax_to_email.php
---------
Co-authored-by: FusionPBX <markjcrane@gmail.com>
|
2023-06-15 11:28:23 -06:00 |
fusionate
|
59a07e9cc7
|
Default Settings: Updates for PHP 8.1
|
2023-06-04 01:50:00 +00:00 |
FusionPBX
|
237b11705a
|
Set empty default setting enabled to false by default
|
2023-06-02 10:03:48 -06:00 |
Alex
|
3112c9ae18
|
php 8.1 changes (#6721)
* Update call_flows.php
* Update call_flow_edit.php
* Update call_forward.php
* Update call_forward_edit.php
* Update call_recordings.php
* Update conference_centers.php
* Update default_settings.php
* Update default_setting_edit.php
* Update access_controls.php
* Update number_translations.php
* Update number_translation_edit.php
* Update setting_edit.php
* Update bridges.php
* Update bridge_edit.php
* Update call_broadcast_edit.php
* Update call_broadcast.php
* Update call_block.php
* Update call_broadcast_edit.php
* Update call_center_agent_edit.php
* Update call_center_agent_status.php
* Update call_recordings.php
|
2023-05-26 11:48:39 -06:00 |
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 |