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
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
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
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
fusionate
f5a508ed0b
Dashboard: Updates for PHP 8.1
2023-05-10 23:23:15 +00:00
fusionate
198ee84d9a
Dashboard: Updates for PHP 8.1
2023-05-10 22:23:22 +00:00
Ben
5811b3d377
Added traslations ( #6685 )
2023-05-09 14:48:32 -06:00
Ben
42936ca6fa
added translations ( #6686 )
2023-05-09 14:48:00 -06:00
Ben
f28fa76890
added traslation for ro-ro and a few minor corrections ( #6684 )
2023-05-09 14:47:12 -06:00
Anthony
3404a997ac
Updating core/users/app_languages.php ( #6683 )
...
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
2023-05-09 13:19:10 -06:00
Ben
017c58e44c
added ro-ro translations ( #6680 )
2023-05-09 11:51:22 -06:00
Ben
0ed58954e3
Updated translations ( #6681 )
2023-05-09 11:50:58 -06:00
Alex
3e0ec8b752
Add missing translations ( #6673 )
2023-05-09 11:39:02 -06:00
FusionPBX
43d33fb121
Remove smarty php cache
2023-05-09 09:13:40 -06:00
Ben
0880485e73
added translation ( #6678 )
2023-05-09 08:44:41 -06:00
Ben
651c8ba971
updated translations ( #6679 )
2023-05-08 19:11:11 -06:00
Anthony
1c6c542d15
Update app_languages.php ( #6676 )
...
* Update app_languages.php
* Update app_languages.php
2023-05-08 16:30:50 -06:00
Ben
e69a509b9d
Added translations ( #6677 )
2023-05-08 16:30:15 -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
Anthony
cb30f00513
Update app_languages.php ( #6674 )
2023-05-08 11:52:46 -06:00
Anthony
600c2b3a7e
Update app_languages.php ( #6675 )
2023-05-08 11:52:20 -06:00
fusionate
28e6cb9b48
Upgrade: Fix PHP 8.x issue on str_replace function in app_defaults.php.
2023-05-08 13:24:29 +00: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
Anthony
fddafec0b6
Update app_languages.php ( #6667 )
2023-05-05 16:01:00 -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
Ben
9119a1bd65
Added languages and translations Turkish, Greek, English-GB ( #6650 )
...
* Added languages and translations Turkish, Greek, English-GB
2023-05-03 13:50:53 -06:00
frytimo
a258a067a5
restore any missing default groups when permissions are restored ( #6657 )
2023-05-03 11:35:59 -06:00
Ben
a802e275f6
Addedlanguages and translations for Turkish, German-CH ( #6651 )
...
Co-authored-by: FusionPBX <markjcrane@gmail.com >
2023-05-03 11:27:35 -06:00
Ben
719163331a
added German-ch and Turkish language and translations ( #6652 )
...
Co-authored-by: FusionPBX <markjcrane@gmail.com >
2023-05-03 11:13:35 -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
markjcrane
28fe89066e
Add Chinese, Korean, and Japanese translations
2023-05-02 22:05:16 -06:00
markjcrane
41e87e7f01
Add additional languages
2023-05-02 20:22:44 -06:00
Ben
2d592027fb
Added Turkish and Greman-ch language ( #6653 )
2023-05-02 16:11:19 -06:00
Ben
4c01af52f0
Added Greek and Turkish language and translations ( #6649 )
2023-05-02 12:05:56 -06:00
FusionPBX
f313d06bdd
Add additional translations
2023-05-01 21:25:25 -06:00
FusionPBX
f12384b282
Add additional translations
2023-05-01 21:16:25 -06:00
FusionPBX
4051b1d4e0
Add additional translations
2023-05-01 21:05:56 -06:00