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 |
markjcrane
|
d50bcb476a
|
Replace root.php
|
2022-10-10 16:35:14 -06:00 |
markjcrane
|
e429756307
|
Change error/user_busy to USER_BUSY
|
2021-09-18 23:26:21 -06:00 |
mhoogveld
|
bcf2366dbd
|
Redirect to login page when auto-refreshing a (part of a) page while being logged out (#5951)
|
2021-05-28 22:45:11 -06:00 |
Andrew Querol
|
88be4e0094
|
Fix user status setting.
|
2020-12-28 19:45:05 -06:00 |
Nate
|
df88702ec1
|
Operator Panel: Enforce minimum refresh rate value.
|
2020-10-14 14:22:35 -06:00 |
Nate
|
9550ea7c05
|
Operator Panel: Implement adjustable refresh rate.
|
2020-10-14 14:13:51 -06:00 |
Stephen Forster
|
37ca27c791
|
Update index.php (#5429)
Add filter by extensions and filter by name to Operator Panel
|
2020-08-28 18:09:38 -06:00 |
FusionPBX
|
5402211047
|
Update index.php
|
2019-10-24 03:02:13 -06:00 |
Nate
|
733ba98dc6
|
Update to Bootstrap v4.3.1, jQuery 3.4.1. Adjustments to support updates.
|
2019-08-20 18:15:50 -06:00 |
Nate
|
c7baaab4a9
|
Update to latest jQuery 1.x, in preparation to update to latest (3.x). Update jQuery UI, QR Code. Misc adjustments for compatibility.
|
2019-08-19 10:51:21 -06:00 |
FusionPBX
|
7bc190fd90
|
Update index.php
|
2019-07-12 10:44:11 -06:00 |
Nate
|
d075a083cf
|
Database class integration. Create order_by() and limit_offset() functions.
|
2019-07-01 17:30:03 -06:00 |
FusionPBX
|
0f71cfab17
|
Update index.php
|
2019-06-16 14:56:33 -06:00 |
FusionPBX
|
fde876e434
|
Update index.php
|
2019-06-02 09:53:54 -06:00 |
danbgds
|
5e5085d971
|
Updated fixes for CVE-2019-11409 (#4170)
|
2019-06-02 09:53:17 -06:00 |
FusionPBX
|
e96542b10b
|
Update index.php
|
2019-05-28 10:36:50 -06:00 |
FusionPBX
|
ee9cbdd6ab
|
Update index.php
|
2019-05-25 23:14:53 -06:00 |
Mark J Crane
|
992548d999
|
Move the operator panel
|
2019-05-26 04:56:43 +00:00 |