FusionPBX
|
04dc606831
|
Update user_settings.php
|
2023-05-13 14:05: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 |
fusionate
|
c4b8c7add1
|
Default/Domain/User Settings - Edit: Change Type field to select box.
|
2023-01-27 21:50:43 +00:00 |
fusionate
|
dc1307028a
|
Default/Domain/User Settings: Implement select field for input_toggle_style options.
|
2023-01-23 19:31:18 +00:00 |
markjcrane
|
d50bcb476a
|
Replace root.php
|
2022-10-10 16:35:14 -06:00 |
FusionPBX
|
bf2708578e
|
Removing hiding the user setting key.
|
2021-05-12 15:23:42 -06:00 |
fusionate
|
aa413b74b2
|
Default/Domain/User Settings: Implement select boxes for Destinations setting options.
|
2020-12-28 16:12:16 -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
|
21815a9ffd
|
Add the column names and cast user_setting_enabled as text.
|
2020-07-05 21:04:37 -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 |
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
|
232e49182b
|
Users - Edit: Sticky User Settings action bar.
|
2020-02-12 11:58:56 -07:00 |
Nate
|
5b7d327189
|
User & User Settings: List view and button updates.
|
2020-01-07 11:11:50 -07:00 |
chansizzle
|
30d475270f
|
Update user_settings.php (#4955)
|
2019-12-18 20:16:30 -07:00 |
chansizzle
|
b42fd99b78
|
Update user_settings.php (#4651)
remove potential for "Warning: sizeof(): Parameter must be an array or an object that implements Countable"
|
2019-09-24 16:38:38 -06:00 |
Nate
|
de34847aa9
|
User Settings: Misc adjustments.
|
2019-09-10 19:37:40 -06:00 |
Nate
|
cf4bc6a64e
|
Database class integration.
|
2019-07-19 15:05:18 -06:00 |
FusionPBX
|
ad85b09984
|
Update user_settings.php
|
2019-05-20 08:33:57 -06:00 |
Mark J Crane
|
baaa6d382a
|
move user_settings files
|
2019-05-20 14:06:29 +00:00 |