Commit Graph

22091 Commits

Author SHA1 Message Date
FusionPBX
4dfcba93b7 Update code for line key variables
Search and replace the variables such as user_id, display_name, and other preset variables to match the correct line key. Focused on it working with multiple line keys.
2024-09-04 20:21:03 -06:00
fusionate
21be3354b1 Theme: Fix issue in last commit. 2024-09-04 20:00:49 -06:00
fusionate
65b957c2f7 Theme: Fix sub menu indicator icons, and date/time picker icons after Font Awesome upgrade. 2024-09-04 19:31:09 -06:00
fusionate
3fc209025e Theme: Additional Default Settings to control the style of content cards. 2024-09-04 19:01:16 -06:00
fusionate
bf7526f0ef Multiple Apps: Integrate content cards. 2024-09-04 17:51:23 -06:00
frytimo
a965c78735 fix empty session username (#7119) 2024-09-04 17:09:16 -06:00
fusionate
d234fb185a Multiple Apps: Integrate content cards. 2024-09-04 16:55:24 -06:00
FusionPBX
73c15de84c Add card_shadow_color and card_background_color 2024-09-04 15:51:05 -06:00
fusionate
ffb6876bd8 Default Settings: Use language variable for new Custom category filter. 2024-09-04 14:48:51 -06:00
fusionate
5a8613ec0a Adjustment in method used to update Font Awesome icon valuse in * Settings. 2024-09-04 14:36:25 -06:00
frytimo
7dde6ceb85 fix default settings showing all settings as bold (#7118) 2024-09-04 14:12:30 -06:00
fusionate
2eab5c623e Side Menu: Explicitly set content container width when side_menu_pin enabled to avoid issues with browser caching the css. 2024-09-04 13:49:44 -06:00
FusionPBX
86a4df04cf Regenerate session every 15 minutes 2024-09-04 12:37:06 -06:00
frytimo
b529d2a535 regenerate the session after cidr check is complete and then log (#7117)
Logging after all checks are complete ensures the session ID is correct when logging it in the user_logs table

Co-authored-by: Tim Fry <tim@fusionpbx.com>
2024-09-04 12:06:09 -06:00
Alex
369b8dd049 Fixed minor visual bug and added missing labels (#7116)
* Fixed minor visual bug and added missing labels

* Update app_languages.php

* Update css.php
2024-09-04 11:33:11 -06:00
FusionPBX
2b1cba9a39 Add a permission called destination_local 2024-09-04 10:34:52 -06:00
FusionPBX
91db42f1e3 Categories are ordered by the SQL Query 2024-09-03 22:54:35 -06:00
FusionPBX
3b521d5150 Add a custom category 2024-09-03 22:48:17 -06:00
FusionPBX
757c085ec1 Update dashboard_edit.php 2024-09-03 20:59:30 -06:00
FusionPBX
8c15185774 Update css.php
Re-adding this as it was accidently removed by a commit
2024-09-03 17:41:10 -06:00
FusionPBX
ad1b8fbabb Add hostname to the user logs 2024-09-03 17:33:29 -06:00
fusionate
cbb01cea1e Dashboard: Rever style to apply background color. 2024-09-03 15:03:38 -06:00
FusionPBX
c533b7dd22 Update css.php 2024-09-03 14:18:05 -06:00
FusionPBX
5f36a746d5 update css.php
Fixed the sytnax issue
2024-09-03 14:03:59 -06:00
FusionPBX
1bfa5fed9b Add setting background_color_enabled 2024-09-03 13:57:48 -06:00
FusionPBX
f8e363de2f Update css.php to use background_color_enabled 2024-09-03 13:42:54 -06:00
fusionate
a975f6dcb9 Dashboard: Adjust style method to apply background color hover transition universally. 2024-09-03 11:46:57 -06:00
fusionate
0f06ded327 Dashboard: Resolve chart padding and label issue. 2024-09-03 10:50:45 -06:00
FusionPBX
452ddc9539 Add the session status to user logs 2024-09-02 23:42:52 -06:00
FusionPBX
ffd0545a22 Update session regenerate 2024-09-02 22:48:02 -06:00
MarBifrost
b4edb3c3a0 Additional corrections to the Georgian translation (#7115)
* Corrections in Georgian translation

* Additional corrections to the Georgian translation
2024-09-02 09:00:55 -06:00
FusionPBX
651da82b90 Share the $database with the function
After removing the new database connection from the function. This caused a bug that is fixed by using the global option in from of the variable to  share it with the function.
2024-09-01 09:44:42 -06:00
FusionPBX
4443519aa1 Add subcontent for shadow and background color
Add css options for background color
2024-09-01 02:18:35 -06:00
MarBifrost
906b3edf03 Corrections in Georgian translation (#7113) 2024-08-31 10:02:51 -06:00
Alex
77db4aa9dc Added dashboard_shadow_color default setting (#7114)
* Added dashboard_shadow_color default setting

* Update css.php

* Update app_config.php
2024-08-30 14:44:56 -06:00
FusionPBX
0cc12aac52 Allow : in the text pattern 2024-08-29 22:38:17 -06:00
FusionPBX
a0cd465052 Allow ? and = for the text pattern
Required for Account Settings link
2024-08-29 22:29:04 -06:00
FusionPBX
c474b1a59b Update the dashboard settings 2024-08-29 22:15:55 -06:00
FusionPBX
5ca4207526 Add dashboard device icon 2024-08-29 16:28:53 -06:00
FusionPBX
a828add956 Add dashboard registration icon 2024-08-29 16:25:26 -06:00
FusionPBX
0d747ae3d6 Fix permisisons for call detail records export 2024-08-29 11:35:05 -06:00
FusionPBX
b17ce08f7c Fixed voicemail messages show no results
We removed the pointers &$row because two bugs were found that used them. However, this code uses the pointers. This bug fix resolves this problem.
2024-08-29 11:17:18 -06:00
FusionPBX
cc145b1554 Update app_languages.php
Fix the syntax
2024-08-29 10:42:35 -06:00
FusionPBX
7d41385304 Clear the buffer before sending the PDF output 2024-08-29 10:04:18 -06:00
NorwayFun
56704d419f Localizaton: Finishing remaining files for Georgian (#7112) 2024-08-29 04:20:23 -06:00
FusionPBX
f6ce98ad45 Improved database connection handling 2024-08-29 04:04:04 -06:00
Mihir Gajjar
273a45bbb6 Yealink Wifi Settings variables (#7094)
* Update y000000000067.cfg

Update the Yealink T42S template to add variables for Wifi settings.

* Update y000000000065.cfg

Update the Yealink T48S template to add variables for Wifi settings.

* Update y000000000066.cfg

Update the Yealink T46S template to add variables for Wifi settings.

* Update y000000000068.cfg

Update the Yealink T41S template to add variables for Wifi settings.

* Update y000000000069.cfg

Update the Yealink T27g template to add variables for Wifi settings.

* Update y000000000046.cfg

Update the Yealink T29G template to add variables for Wifi settings.

* Update y000000000028.cfg

Update the Yealink T46G template to add variables for Wifi settings.

* Update y000000000035.cfg

Update the Yealink T48G template to add variables for Wifi settings.
2024-08-29 03:41:09 -06:00
FusionPBX
e0ed81a5ba Re-use the Database connection 2024-08-29 03:35:38 -06:00
FusionPBX
9347d682bf Update user settings
Re-use the database connection
2024-08-29 03:10:28 -06:00
FusionPBX
5b9e886183 Update conference center
Re-use the database connection
2024-08-29 03:03:09 -06:00