Alex
00c4dbc166
Handle invalid remember me token by logging the attempt and unsetting cookie ( #7800 )
2026-03-19 16:37:03 -06:00
Alex
52f81ab8cf
Remove remember me token only for the current device ( #7799 )
...
* Remove remember me token only for the current device
* Update user_profile.php
2026-03-19 16:22:52 -06:00
Alex
4da0be2cd8
Add remember me to email and TOTP authentication methods ( #7795 )
...
* Update totp.php
* Update email.php
* Update username.htm
2026-03-17 11:14:45 -06:00
Alex
125288ac6f
Fix auth failed message by removing unnecessary loop break ( #7793 )
...
happens when you use multiple authentication methods
2026-03-17 10:25:15 -06:00
FusionPBX
c5800b7072
Add Screen Pop search by Caller ID number.
2026-03-17 15:50:51 +00:00
Alex
f0377700c4
Add parent widget drag handle ( #7792 )
...
* Add parent widget drag handle
* Update parent.php
* Update css.php
2026-03-16 19:08:52 -06:00
Alex
867e986ba8
Use textarea for default setting value input ( #7790 )
...
* Use textarea for default setting value input
* Update app_config.php
* Update default_setting_edit.php
* Update default_setting_edit.php
2026-03-13 19:38:25 +00:00
Alex
778d33d72e
Fix widget detail state check logic ( #7786 )
...
* Fix widget detail state check logic
* remove hidden class style
* Update parent.php
* Update index.php
2026-03-12 15:51:20 +00:00
Alex
bb5240a1cc
Add remember token to user log array instead of update query ( #7782 )
...
* Add remember token to user log array instead of update query
* Update user_logs.php
2026-03-11 22:43:59 +00:00
Alex
93fd95bf9a
Fix widget detail state setting not showing ( #7781 )
2026-03-11 21:38:22 +00:00
frytimo
a67adad071
Fix websocket message - Multiple Changes ( #7768 )
...
* Fix add domain_uuid getter in subscriber and WebSocket message
* Better error reporting and trapping
* When a WebSocket connection is miscommunication, the WebSocket service will crash. This helps to prevent a crash by checking the status of the connection.
2026-03-04 07:50:54 -07:00
FusionPBX
17438edddf
Auto loader file cache removed, remove the permission update
2026-03-01 10:25:55 -07:00
FusionPBX
5326e8969f
Add session authorized and return to remember token validate
2026-02-28 10:20:03 -07:00
Alex
e9f1faa1b7
Add password changed email template ( #7764 )
...
* Add password changed email template
* Update user_profile.php
* Update app_defaults.php
* Update user_edit.php
2026-02-27 12:15:35 -07:00
Alex
5714fb3cd9
Fix email template path ( #7762 )
2026-02-27 11:49:27 -07:00
Alex
82f339c4a0
Remove remember me tokens when password is updated ( #7759 )
...
* Update user_edit.php
* Update user_profile.php
2026-02-26 17:02:56 -07:00
Alex
9d3c749d5c
Fix remember me text alignment ( #7758 )
2026-02-26 10:14:44 -07:00
FusionPBX
5f293cac60
Version update 5.6.0-dev
2026-02-26 05:08:49 -07:00
FusionPBX
1eafb36470
Remove the do_upgrade_auto_loader function
2026-02-26 02:16:48 -07:00
FusionPBX
1dbf7a5ec6
Update app_config.php
2026-02-26 00:35:08 -07:00
Alex
0d0872a0a3
Update user_logs.php ( #7756 )
2026-02-24 16:25:49 -07:00
Alex
ff4f857570
Add default for remember_me setting ( #7754 )
2026-02-24 14:18:15 -07:00
Alex
416dd107fd
Add remember me feature ( #7750 )
2026-02-24 13:43:18 -07:00
fusionate
fa42a8b774
Users - List/Edit: Maintain search, order by and page values through paging and update.
2026-02-23 15:00:17 -07:00
FusionPBX
9a640e19b1
Add wildcard domain search
2026-02-20 21:44:25 -07:00
fusionate
94450481be
User Logs - List: Pass search term in pagination buttons, prevent duplicate order by params in column heading links.
2026-02-20 16:28:28 -07:00
FusionPBX
fca9aa65e9
Adjust the indentation
2026-02-19 15:35:30 -07:00
frytimo
379b369a38
Fix user user logs missing url params on pagination ( #7748 )
2026-02-18 09:28:39 -07:00
Mark J Crane
30736b00ab
Clear the contact caller_id cache when the contact on update.
2026-02-13 11:53:17 -07:00
frytimo
b5220cab1e
Fix active_conferences high cpu bug on switch disconnect ( #7742 )
2026-02-11 10:53:39 -07:00
Alex
15e79122a4
Fix domain limits being ignored when set to 0 ( #7738 )
2026-02-06 11:17:27 -07:00
frytimo
bfcdef308d
Add reconnection delay to prevent high CPU usage when server is unavailable. ( #7736 )
...
When the websocket server is unavailable the connection tries to reconnect too fast causing a high CPU usage. Adding a check for the connection status and sleeping when it is not yet connected after a re-connect attempt prevents the high CPU usage.
Fixed the method signature in create_filter_chain_for to exactly match that of the parent to avoid potential PHP warnings or errors.
2026-02-06 07:24:33 -07:00
FusionPBX
271d933969
Minor version update 5.5.7
2026-02-02 19:02:24 -07:00
FusionPBX
211d157b92
Only show the masked password if there is a password defined.
2026-01-31 10:45:33 -07:00
markjcrane
784a23951f
Major version update 5.5 release
2026-01-29 06:17:45 -07:00
markjcrane
f294d7c836
Remove the widget background and detail color default value
2026-01-27 18:55:03 -07:00
Alex
4b868f8330
Update domain toggle/delete message ( #7725 )
...
* Update domain toggle/delete message
* Update app_languages.php
* Update app_languages.php
* Update modal.php
2026-01-27 15:30:54 -07:00
Alex
968edb040d
Domains: Add toggle confirmation for true/false button ( #7720 )
2026-01-23 13:23:38 -07:00
Alex
717846b397
Security: Make password reset links expire after 60 minutes ( #7715 )
...
* Security: Make password reset links expire after 60 minutes
* Update app_languages.php
* Update app_defaults.php
* Update login.php
2026-01-22 13:21:26 -07:00
Alex
8bdf2a0c86
Fix user logs only saving the type as login ( #7709 )
...
Needs to use the result and default to login
2026-01-21 15:45:21 -07:00
Alex
3a570e335b
Password Reset: Add a back button to the email sent screen. ( #7708 )
...
* Password Reset: Add a back button to the email sent screen.
* Fixed typo
2026-01-21 12:26:21 -07:00
FusionPBX
82cf999baf
Update domain_edit.php
2026-01-19 20:36:19 -07:00
markjcrane
e0668245c6
Prevent duplicate domain names
2026-01-19 15:15:23 -07:00
FusionPBX
4144cbc35e
Use schema object name and upgrade for the method
2026-01-15 13:15:20 -07:00
fusionate
d104b6e7dd
Theme/Menu: Remove fixed menu menu_position setting.
2026-01-15 12:50:30 -07:00
frytimo
f767e55495
Add a category select list to the permissions page ( #7698 )
2026-01-15 09:16:26 -07:00
markjcrane
1fb6b77bc6
Set email template_enable to default to true
2026-01-14 12:38:25 -07:00
markjcrane
fc013c2109
Add a language select to the list search
2026-01-14 12:07:40 -07:00
Alex
a89da2b811
Update template.php ( #7695 )
...
* Update template.php
* Remove the function from domains.php
2026-01-13 16:28:06 -07:00
FusionPBX
10cf76b961
Rename obj to schema and method schema to upgrade
2026-01-13 11:47:35 -07:00