Commit Graph

20661 Commits

Author SHA1 Message Date
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
123ac6e00a Default Settings - List: Display order value for array type settings. 2023-06-24 21:12:39 +00:00
markjcrane
a72c843b52 Correct the path to the scripts directory 2023-06-24 10:01:15 -06:00
markjcrane
b6c521d787 Define the db_sslmode variable 2023-06-24 09:48:27 -06:00
markjcrane
97e0d93400 Set the values in the config class 2023-06-24 09:39:04 -06:00
markjcrane
6e1cfb0354 The db handle is no longer needed for this function 2023-06-24 09:37:42 -06:00
markjcrane
88faf89219 Move scripts to app/switch/resources/scripts 2023-06-24 08:32:56 -06:00
markjcrane
0d39719318 Move resources/templates/conf to app/switch/resources/conf 2023-06-23 13:27:29 -06:00
fusionate
1f20424cbd Login: Nevermind. Simplify login.php even further. 2023-06-23 18:04:10 +00:00
fusionate
3389ab292d Login: Honor login destination setting (if any). 2023-06-23 18:00:37 +00:00
FusionPBX
90c2ef0029 Revert back to tonumber
# counts the characters and tonumber converts a string to a number.
2023-06-23 11:59:10 -06:00
fusionate
b22aae01d0 Conference Room - Edit: Allow 0 on Max Members again. 2023-06-23 17:48:14 +00:00
fusionate
71d6415d06 Authentication - TOTP: Add description. 2023-06-23 17:47:31 +00:00
fusionate
d17265c3ec Login: Resolve double prompt for authentication code. 2023-06-23 16:54:19 +00:00
fusionate
67e60db16a Authentication - TOTP: Updatse for PHP 8.1 2023-06-23 16:53:09 +00:00
fusionate
4641c3d295 Default Settings - Edit: Updates for PHP 8.1 2023-06-23 16:25:05 +00:00
fusionate
2c9d741158 SIP Status: Updates for PHP 8.1 2023-06-23 02:09:45 +00:00
fusionate
6bcc5aff5e Authentication: Added some polish, Cancel links, PHP 8.1 updates. 2023-06-23 00:14:07 +00:00
fusionate
7c85bc95f6 Extension - Edit: Update for PHP 8.1 2023-06-22 18:35:59 +00:00
Zachary Kitchen
1a65701da8 Added DND & Call Forwarding Codes to GR26XX (#6761) 2023-06-22 10:18:18 -06:00
FusionPBX
fd0e30bdb7 Update config class add config.conf 2023-06-22 10:09:14 -06:00
FusionPBX
033774c809 Update send_mail.lua add insert_date 2023-06-21 14:20:40 -06:00
FusionPBX
62a61f451b Change login destination type url to text 2023-06-21 12:07:08 -06:00
FusionPBX
3eb64d1d9a Add fax_sent_view to the fax group 2023-06-21 11:29:17 -06:00
markjcrane
fcda82136f Fix contact import and extension import button 2023-06-20 08:11:07 -06:00
FusionPBX
bcf7cbaad2 Save database errors to the message variable 2023-06-19 16:08:54 -06:00
markjcrane
ec7a088099 Ensure variables to exist 2023-06-19 14:56:16 -06:00
Anthony
aa4a959f1c Update domain_limits.php (#6757) 2023-06-19 13:07:01 -06:00
FusionPBX
9520fd9481 Update switch_status.php a few PHP 8.1 changes 2023-06-19 13:06:48 -06:00
FusionPBX
b0bfaf8400 Remove redundant check_voicemail, company_directory and hangup.
These are part of the Other category and have been already added to the destination select list in the destinations class.
2023-06-17 23:17:55 -06:00
markjcrane
1452bde1ac Update the database class to find the require.php 2023-06-17 22:29:15 -06:00
markjcrane
38150d25aa Use require.php 2023-06-17 21:50:29 -06:00
markjcrane
ab646085be Use dir to include require.php 2023-06-17 21:02:45 -06: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
FusionPBX
719b84ed2a Skip redirect and prompt for login 2023-06-17 15:27:56 -06:00
frytimo
0dc9aaabe8 Minor Changes (#6756)
* Update installer to use magic __DIR__

* move setting default step to near top

* spacing

* move session start before text object creation
2023-06-17 14:07:06 -06:00
Andy Binder
cfda1ab335 More german translation updates (#6755) 2023-06-17 13:28:37 -06:00
markjcrane
c92872ab8f Use require instead of require_once on require.php 2023-06-17 09:11:32 -06:00
markjcrane
d6cb17e5b9 Fix a PHP 8.1 error 2023-06-17 09:08:25 -06:00
markjcrane
32051873be Use __dir__ to find resources/require.php 2023-06-16 22:49:09 -06:00
FusionPBX
d4231ab0e1 Follow me uses enterprise multiply by 1000 for milliseconds 2023-06-16 14:03:06 -06:00
FusionPBX
c69535413c Fix ring group timing for enterprise vs simultaneous 2023-06-16 14:01:38 -06:00
FusionPBX
094a0f4388 Only set the device_vendor when the value is not empty 2023-06-16 13:02:47 -06:00
FusionPBX
2ee90482f1 Get the device_vendor from the database 2023-06-16 12:43:58 -06:00
FusionPBX
ad34744272 Use is_xml instead of simplexml_load_string
Reason for the change is it was throwing and error. Also using regex is less resource intensive. Using this to determine the content type.
2023-06-16 11:16:22 -06:00
FusionPBX
4d54821119 Add a is_xml function 2023-06-16 11:13:20 -06:00