Commit Graph

20217 Commits

Author SHA1 Message Date
FusionPBX
2e270b07f0 Update gateway_edit.php for PHP 8.1 2023-05-13 20:43:39 -06:00
FusionPBX
aa52764215 Update gateways.php for PHP 8.1 2023-05-13 20:42:16 -06:00
FusionPBX
67e2d731b5 Update persist_form_var.php 2023-05-13 20:39:46 -06:00
FusionPBX
a94c465759 Update gateways.php for php 8.1 2023-05-13 20:23:10 -06:00
FusionPBX
5755ae3f48 Update schema.php for PHP 8.1 2023-05-13 17:31:27 -06:00
FusionPBX
5a82d31502 Update user_setting_edit.php for PHP 8.1 2023-05-13 17:21:54 -06:00
FusionPBX
ab2bd0ef5e Update footer.php use the empty function 2023-05-13 17:20:17 -06:00
FusionPBX
01c3ed5c48 Update user_imports.php for php 8.1 2023-05-13 17:02:48 -06:00
FusionPBX
04dc606831 Update user_settings.php 2023-05-13 14:05:41 -06:00
FusionPBX
0035a93d60 Update users.php for PHP 8.1 2023-05-13 13:55:08 -06:00
FusionPBX
445b63ec3a Update dialplan.php to prevent PHP 8.1 warnings 2023-05-13 12:55:33 -06:00
FusionPBX
c63ab15768 Update app_defaults.php 2023-05-13 12:40:14 -06:00
FusionPBX
7a8b2b7d79 Update database.php prevent more php 8.1 warnings. 2023-05-13 12:35:17 -06:00
FusionPBX
0162ac42d8 Update domain_json prevent warnings for PHP 8.1 2023-05-13 12:33:21 -06:00
FusionPBX
e7ed4fe568 Update domain_setting_edit with improved syntax 2023-05-13 12:13:38 -06:00
FusionPBX
0a37d8c8d5 Code in domain_settings evolving 2023-05-13 11:28:12 -06:00
FusionPBX
f6a48235d2 Update domains for 8.1 support 2023-05-12 23:42:41 -06:00
FusionPBX
ca43df30f2 Default Settings updated for PHP 8.1 2023-05-12 23:27:19 -06:00
fusionate
2bcfaf27f2 User - Edit: Updates for PHP 8.1 2023-05-13 04:55:04 +00:00
fusionate
adfdb7bae5 Functions: Updates for PHP 8.1 2023-05-13 04:53:18 +00:00
fusionate
196125952b Message [Class]: Updates for PHP 8.1 2023-05-13 04:52:43 +00:00
fusionate
2fbd1b238d Dashboard: Updates for PHP 8.1 2023-05-13 04:51:15 +00:00
FusionPBX
c1a979a643 dialplan: update for php 8.1 2023-05-12 21:21:32 -06:00
FusionPBX
ff2c52eda8 Update domains.php 2023-05-12 20:32:44 -06:00
FusionPBX
a4fddc7897 Update authentication.php 2023-05-12 20:30:17 -06:00
fusionate
ecf60103a1 Template: Updates for PHP 8.1 2023-05-13 02:29:44 +00:00
FusionPBX
44a46d491b Use !empty in the if statement 2023-05-12 20:24:39 -06:00
FusionPBX
e9839e3b30 Refine the authentication ldap class 2023-05-12 19:34:05 -06:00
FusionPBX
cd27922ce6 Refine the authentication email class 2023-05-12 19:33:14 -06:00
FusionPBX
d9946b0207 Refine the authentication database class 2023-05-12 19:31:26 -06:00
FusionPBX
ebf552e448 Refinements for the authentication class 2023-05-12 19:30:29 -06:00
FusionPBX
5c34c991cf Update pdo.php 2023-05-12 18:34:54 -06:00
FusionPBX
d10e8bfdd4 Update authentication.php 2023-05-12 17:03:02 -06:00
FusionPBX
3185ed5a92 PHP 8.1 changes 2023-05-12 16:57:07 -06:00
fusionate
11a49bfacd Theme [CSS]: Updates for PHP 8.1 2023-05-12 22:50:24 +00:00
FusionPBX
a2bb8e5f90 Limit subquery to one result
This prevent a cardinality error.
2023-05-12 16:22:50 -06:00
Anthony
237603dad0 Update app_languages.php (#6693) 2023-05-12 15:33:39 -06:00
Alex
a46c5dbfc9 Update translations (#6688)
* Update app_languages.php
2023-05-12 15:14:59 -06:00
FusionPBX
590faa4e83 Set the export_format
To prevent null and prevent unintended behavior set an empty string to as the default export format.
2023-05-12 14:30:16 -06:00
frytimo
9dc8bcf7e9 Fix xml cdr for PHP 8.1 (#6692)
* fix multiple warnings

* fix multiple warnings

* ensure array key exists

* ensure array key exists

* assign boolean variable for showall in url

* change boolean to show_all instead of showall

* revert some changes. Create default leg value and mos_score

* validate page integer

* revert back to showall from get
2023-05-12 13:28:42 -06:00
FusionPBX
4f60390b34 Check if the tables_exists 2023-05-11 22:33:08 -06:00
FusionPBX
48fb933266 Remove static and use this. 2023-05-11 19:58:09 -06:00
FusionPBX
40d9121c8f Convenient debug info for testing 2023-05-11 19:55:37 -06:00
Anthony
ad06162b29 Update app_languages.php (#6690) 2023-05-11 19:13:55 -06:00
FusionPBX
ffd9a2c4b5 [bug fix] get the domain from the username (#6691)
* [bug fix] get the domain from the username

When the URL domain doesn't match the user's domain

Authentication can use domain from the username.

username:
user@domain
2023-05-11 18:58:22 -06:00
fusionate
733b206664 Functions: Updates for PHP 8.1 2023-05-12 00:45:09 +00:00
fusionate
1986dc1ae7 Dashboard: Updates for PHP 8.1 2023-05-12 00:44:44 +00:00
Anthony
beac6eedeb Update app_languages.php (#6689)
* Update app_languages.php
2023-05-11 16:14:05 -06:00
FusionPBX
a9baddb6e0 prevent domain_uuid nil error
If the domain_uuid is null then use a random uuid to prevent an error and allow domain_uuid is null SQL to still run
2023-05-11 13:23:13 -06:00
FusionPBX
2a3d9e8e3d Fix the a mistake in the en-us translation 2023-05-11 11:51:55 -06:00