FusionPBX
|
cd1cc70044
|
Remove redundant database objects
This reduces database connections and improves performance.
|
2024-08-05 14:22:17 -06:00 |
FusionPBX
|
9b68b04aa4
|
Update the user_type when the value is null
|
2023-07-13 17:50:09 -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
|
f56132e1a6
|
Update app_defaults.php
|
2021-12-24 12:37:19 -07:00 |
FusionPBX
|
b6ff967923
|
Add group_uuids and change groups to group_names
|
2021-07-10 00:52:47 -06:00 |
FusionPBX
|
2f7b5c7924
|
Update app_defaults.php
|
2020-02-18 22:05:31 -07:00 |
FusionPBX
|
856908a86d
|
Update app_defaults.php
|
2019-12-03 23:10:28 -07:00 |
FusionPBX
|
7fdbb75113
|
Update app_defaults.php
|
2019-12-03 22:55:16 -07:00 |
FusionPBX
|
c7c468d038
|
Update app_defaults.php
|
2019-08-26 23:53:32 -06:00 |
FusionPBX
|
76f34c0440
|
Update app_defaults.php
|
2019-08-23 21:38:53 -06:00 |
FusionPBX
|
6bb3b545c8
|
Update app_defaults.php
|
2019-08-18 04:40:03 -06:00 |
FusionPBX
|
3a16d38d28
|
Update app_defaults.php
|
2019-07-29 10:55:37 -06:00 |
FusionPBX
|
2d320abcb7
|
Update app_defaults.php
|
2019-07-25 09:16:20 -06:00 |
FusionPBX
|
f8831eb962
|
Update app_defaults.php
|
2019-07-02 23:48:01 -06:00 |
FusionPBX
|
d5b1941cfc
|
Update app_defaults.php
|
2019-07-02 23:14:26 -06:00 |
FusionPBX
|
098e192c3a
|
Update app_defaults.php
|
2019-04-27 08:30:03 -06:00 |
Nate
|
a35f618ec2
|
Password Reset: Add email message to Email Templates.
|
2019-03-13 23:30:39 -06:00 |
FusionPBX
|
1a07e8d16d
|
Update app_defaults.php
|
2019-03-05 17:32:11 -07:00 |
FusionPBX
|
d82ce6b551
|
Update app_defaults.php
|
2019-03-02 12:55:50 -07:00 |
FusionPBX
|
f7c9384a27
|
Update app_defaults.php
|
2019-03-01 23:26:24 -07:00 |
FusionPBX
|
ad584105ce
|
Update app_defaults.php
|
2019-03-01 18:09:53 -07:00 |
FusionPBX
|
24e09390bd
|
Update app_defaults.php
|
2019-02-09 08:36:30 -07:00 |
FusionPBX
|
3dece981ef
|
Update app_defaults.php
|
2019-02-09 07:57:56 -07:00 |
reliberate
|
4a0f4615e9
|
Users: Revamp and consolidate code, integrate ORM.
|
2016-10-05 10:29:30 -06:00 |
markjcrane
|
f6920838c7
|
Add a default group check.
|
2016-04-03 11:54:09 -06:00 |
markjcrane
|
4292386b6c
|
Add users and groups php class.
|
2016-04-03 11:47:06 -06:00 |
Mark Crane
|
7e3a375659
|
Add transaction support to menu and users app_defaults.php.
|
2015-06-25 21:25:22 +00:00 |
Mark Crane
|
ac957dc400
|
Additional work to fix groups and permissions.
|
2015-01-08 08:51:40 +00:00 |
Mark Crane
|
321dd16a44
|
Fix the null check on groups.
|
2015-01-08 06:15:05 +00:00 |
Mark Crane
|
48bffbc275
|
Fix the null used in users/app_defaults.php
|
2014-12-27 07:11:26 +00:00 |
Mark Crane
|
9ac93b3c17
|
Run the users app defaults only once.
|
2014-12-26 15:47:37 +00:00 |
Mark Crane
|
92cd005959
|
Change domain_uuid variable to look for null.
|
2014-12-26 07:32:25 +00:00 |
Nate Jones
|
a227f3bb00
|
Populate new group_uuid field in v_group_users table.
|
2014-10-18 01:25:57 +00:00 |
Mark Crane
|
5e0d82c06d
|
Unset the prepared statements used in the app_defaults.php files.
|
2014-07-23 22:00:03 +00:00 |
Nate Jones
|
56af94a7c0
|
Group Permissions: Restore Default respects Protected group permissions again.
|
2014-06-20 00:17:22 +00:00 |
Mark Crane
|
84d5b7b3df
|
Add ability to disable a user.
|
2012-08-10 15:53:02 +00:00 |
Mark Crane
|
af103e9c41
|
Add a missing file sip_profile_copy.php to the dev branch.
|
2012-06-04 14:58:40 +00:00 |