Commit Graph

16 Commits

Author SHA1 Message Date
FusionPBX cd1cc70044
Remove redundant database objects
This reduces database connections and improves performance.
2024-08-05 14:22:17 -06:00
markjcrane c5f7e61c82 Update group files prevent null errors. 2023-05-15 22:38:46 -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 8a0f4ed6d2
Add group_uuid for group permissions if the ID is null 2022-09-22 09:22:23 -06:00
FusionPBX f6748d8f13
Update app_defaults.php 2021-12-24 12:39:14 -07:00
FusionPBX 39646284ea
Setting default values to help with new permission protected option. 2020-06-25 19:10:19 -06:00
FusionPBX 04df420e08 Update app_defaults.php 2020-03-02 16:32:58 -07:00
FusionPBX 4fd72694d2 Update app_defaults.php 2019-12-08 01:04:16 -07:00
FusionPBX bae4481339 Update app_defaults.php 2019-07-26 00:18:10 -06:00
FusionPBX b3115d3830 Update app_defaults.php 2019-07-26 00:11:59 -06:00
FusionPBX 87c2f07538 Update app_defaults.php 2019-07-25 10:54:55 -06:00
FusionPBX b132034a85 Update app_defaults.php 2019-07-25 10:52:49 -06:00
FusionPBX 208aeaea59 Update app_defaults.php 2019-07-25 09:03:48 -06:00
FusionPBX a5ffaa749c Update app_defaults.php 2019-02-09 08:34:10 -07:00
FusionPBX c658da12b9 Update app_defaults.php 2019-02-09 07:55:51 -07:00
reliberate 4a0f4615e9 Users: Revamp and consolidate code, integrate ORM. 2016-10-05 10:29:30 -06:00