fusionate
c143b9fe83
Authentication - Database: Resolve PHP 8.1 warning when using API Key login.
2023-06-28 20:54:34 +00:00
fusionate
d24acf66bf
Authentication: Updates to improve order compatibility.
2023-06-27 02:32:11 +00:00
fusionate
2e2bd53170
Authentication: Additional improvements to order execution and invalid creds.
2023-06-25 01:11:49 +00:00
fusionate
b23a18fdf1
Authentication: Minor improvements in bad username handling, effort to integrate messages.
2023-06-24 22:40:44 +00:00
fusionate
a7ecdf72f8
Authentication: Remove cancel link from username template (form is always displayed first, if needed).
2023-06-24 21:34:42 +00:00
fusionate
aa7def54a6
Authentication - Fix MFA when all methods are enabled.
2023-06-24 21:18:39 +00:00
fusionate
71d6415d06
Authentication - TOTP: Add description.
2023-06-23 17:47:31 +00:00
fusionate
67e60db16a
Authentication - TOTP: Updatse for PHP 8.1
2023-06-23 16:53:09 +00:00
fusionate
6bcc5aff5e
Authentication: Added some polish, Cancel links, PHP 8.1 updates.
2023-06-23 00:14:07 +00:00
fusionate
219d65ba18
Login: Restore authentication failed message (for real!).
2023-06-17 23:19:41 +00:00
fusionate
3021f59431
Login: Restore authentication failed message.
2023-06-17 23:16:39 +00:00
markjcrane
8393701d13
Authentication reject on single plugin authorized false
2023-06-17 16:18:02 -06:00
Andy Binder
9e6c45f924
German email templates ( #6753 )
2023-06-14 14:34:16 -06:00
markjcrane
f506b00b57
PHP 8.2 Deprecated dynamic properties
2023-06-12 21:27:23 -06:00
markjcrane
6e7d274c5a
Remove debug for authentication class. The validation method returns enough details.
2023-06-12 16:27:47 -06:00
Anthony
672dc9fa4d
Corrected translations ( #6705 )
...
* Update app_languages.php
2023-05-19 14:52:45 -06:00
Ben
d900a7cffc
corrected translations ( #6698 )
2023-05-18 15:37:22 -06:00
markjcrane
6d7e125743
Fix all PHP 8.1 messages for upgrade.php
2023-05-17 10:07:49 -06:00
fusionate
3dc38973e1
Authentication [Class] - Updates for PHP 8.1
2023-05-16 18:54:11 +00:00
FusionPBX
a4fddc7897
Update authentication.php
2023-05-12 20:30:17 -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
d10e8bfdd4
Update authentication.php
2023-05-12 17:03:02 -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
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
5badf55c3c
Authentication [Class]: Updates for PHP 8.1
2023-05-11 13:40:17 +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
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
FusionPBX
2c9f6a157a
Enable database authentication by default
...
If no authentication settings are enabled it also defaults to database authentication.
2023-05-08 12:10:44 -06:00
FusionPBX
d9cc3314d3
Add favicon ( #6671 )
...
* Add favicon
* Update totp_secret.htm
* Update totp.htm
* Update login.htm
* Update email.htm
* Update totp.php
* Update ldap.php
* Update email.php
* Update database.php
2023-05-06 18:31:48 -06:00
FusionPBX
a866875383
Allow login with email authentication
2023-05-06 14:45:25 -06:00
FusionPBX
3aa5024cb2
Allow login with email authentication
2023-05-06 14:44:30 -06:00
FusionPBX
eeef486384
Allow login with email authentication
2023-05-06 14:43:20 -06:00
FusionPBX
0757c79271
Allow login with user email.
2023-05-06 14:40:21 -06:00
FusionPBX
2bc91f2612
Auto create TOTP secret ( #6670 )
...
* Auto create TOTP secret
Auto create TOTP secret after successful database authentication when the TOTP secret has not been set.
2023-05-06 12:24:26 -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
frytimo
1c6c903709
Frytimo pr fix headers already sent ( #6655 )
...
* remove space causing headers already sent
* remove space causing headers already sent
2023-05-03 11:10:17 -06:00
markjcrane
1513bd3301
Add Chinese, Korean, and Japanese translations
2023-05-03 10:36:25 -06:00
Ben
4c01af52f0
Added Greek and Turkish language and translations ( #6649 )
2023-05-02 12:05:56 -06:00
frytimo
69bd42af05
remove unneeded destruct methods as GC has higher performance ( #6631 )
...
Co-authored-by: Tim Fry <tim@voipstratus.com>
2023-04-27 20:18:53 -06:00
Ben
2e50454e1c
added languages ( #6618 )
2023-04-26 15:08:58 -06:00
Ben
3cc543c1e5
added translations ( #6621 )
2023-04-26 15:08:33 -06:00
FusionPBX
81f42a4148
Use the google_authenticator php class
2023-04-23 01:17:22 -06:00