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
fusionate
5badf55c3c
Authentication [Class]: Updates for PHP 8.1
2023-05-11 13:40:17 +00:00
fusionate
c01c2d7d31
Dashboard - Domain Limits: Updates for PHP 8.1
2023-05-11 13:39:40 +00:00
FusionPBX
5dae7314a1
Add project_path and login_destination_url
2023-05-10 23:11:36 -06:00
FusionPBX
663bcf929e
Add project_path and login_destination_url
2023-05-10 23:10:44 -06:00
FusionPBX
cc77a060e1
Add project_path and login_destination_url
2023-05-10 23:09:43 -06:00
FusionPBX
cb32d58f21
Add project_path and login_destination_url
2023-05-10 23:08:57 -06:00
FusionPBX
5cac8f61e7
Use empty and isset
2023-05-10 22:30:42 -06:00
FusionPBX
eccae62149
Replace is_array with !empty
2023-05-10 22:25:10 -06:00
FusionPBX
020b1414aa
Use empty instead of is_array
2023-05-10 22:22:21 -06:00
FusionPBX
6f554eefa8
Use empty instead of strlen or is_array
2023-05-10 22:18:42 -06:00
FusionPBX
442147391c
Change the and to an or and add an isset
2023-05-10 22:11:01 -06:00
FusionPBX
b86cd20e8e
Use isset instead of is_uuid
2023-05-10 22:01:12 -06:00
FusionPBX
a9fbb07a55
Use isset and empty
2023-05-10 21:58:00 -06:00
FusionPBX
9902e823b9
Use empty function for the request username and key
2023-05-10 21:53:39 -06:00
Alex
ac38507462
Update translations ( #6682 )
...
* Update translations
* Update app_menu.php
* Update app_languages.php
2023-05-10 18:20:44 -06:00
frytimo
872e676f59
Fix missing php tags ( #6687 )
...
* fix missing php tags
* fix missing php tags
2023-05-10 18:19:57 -06:00
fusionate
dae1cc9909
Dashboard - Caller ID: Updates for PHP 8.1
2023-05-10 23:27:52 +00:00
fusionate
1b460941d5
Dashboard - Ring Group Forward: Updates for PHP 8.1
2023-05-10 23:25:22 +00:00
fusionate
f5a508ed0b
Dashboard: Updates for PHP 8.1
2023-05-10 23:23:15 +00:00
fusionate
9ec44fed71
Dashboard - System Counts: Updates for PHP 8.1
2023-05-10 23:06:59 +00:00
fusionate
c3e0a845d1
Dashboard - Call Forward: Updates for PHP 8.1
2023-05-10 23:05:51 +00:00
fusionate
26595860cc
Dashboard - Switch Status: Updates for PHP 8.1
2023-05-10 22:59:49 +00:00
fusionate
e7b72de33c
Modal [Class]: Updates for PHP 8.1
2023-05-10 22:59:12 +00:00