Commit Graph

534 Commits

Author SHA1 Message Date
Alex
e8681737dc Add ability to create multiple dashboards (#7483)
* Add ability to create multiple dashboards

* Create dashboard_widget_list.php

* Create dashboard_widget_edit.php

* Update dashboard_edit.php

* Update dashboard_config_json.php

* Update dashboard.php

* Update app_languages.php

* Update app_defaults.php

* Update app_config.php

* Update dashboard.php

* Create config.php

* Update content.php

* Update icon.php

* Update parent.php

* Update template.php

* Update config.php

* Update config.php

* Update domains.php

* Update config.php

* Update active_calls.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update call_forward.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update domain_limits.php

* Update caller_id.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update registrations.php

* Update ring_group_forward.php

* Update config.php

* Update config.php

* Update switch_status.php

* Update config.php

* Update system_counts.php

* Update system_cpu_status.php

* Update system_disk_usage.php

* Update system_services.php

* Update system_status.php

* Update config.php

* Update config.php

* Update voicemails.php

* Update config.php

* Update missed_calls.php

* Update recent_calls.php

* Update dashboard_widget_edit.php

* Update app_languages.php

* Update dashboard_widget_edit.php

* Update index.php

* Update parent.php
2025-09-08 17:33:29 -06:00
FusionPBX
38a38d36b3 Add login_background_image_enabled default false 2025-09-01 13:42:33 -06:00
Alex
4d837f2727 Update css.php (#7463)
* Update css.php

* Update template.php

* Update css.php
2025-08-19 17:50:35 -06:00
Alex
3794391217 Dashboard Edit - Replace chart type dropdown with icon buttons (#7462)
* Dashboard Edit - Replace chart type dropdown with buttons with icons

* Update css.php

* Update template.php
2025-08-19 16:18:28 -06:00
Alex
7d7876bb33 Dashboard - Add additional row span for detail expand button (#7450)
* Dashboard - Add additional row span for detail expand button

* Update css.php

* Update template.php
2025-08-06 17:03:00 -06:00
Alex
cf32511d61 Dashboard - Use CSS grid in parent widgets (#7437)
* Dashboard - Use CSS grid on parent widgets

* Update parent.php

* Update css.php

* Update template.php
2025-07-30 10:58:11 -06:00
fusionate
17be5f51a3 CDR - Details: Display call recording playback/waveform, if allowed. 2025-06-23 13:24:14 -06:00
K-Flagman
62791e4eb3 [CORE] [MENU] Feature Assign/Unassign User Groups (#7373) 2025-05-17 13:50:02 -06:00
FusionPBX
25ae0180ce keyboard_shortcut_copy_enabled default to false 2025-04-17 13:09:16 -06:00
Alex
6a9b93c51d Update dashboard background default settings (#7354)
* Update dashboard background default settings

* Update app_config.php

* Update app_config.php

* Update template.php

* Update app_config.php

* Update css.php
2025-04-17 09:39:00 -06:00
fusionate
ec2e27d0c7 Theme - Change default keyboard Copy (Ctrl + C) behavior. 2025-04-09 10:22:05 -06:00
Alex
7148ba3c66 Prevent date time picker from getting clipped (#7345) 2025-03-28 15:50:39 -06:00
fusionate
42c96239c8 Theme: Set select password fields to monospace font when revealed. New input_text_font_password setting to control default font. 2025-03-18 17:55:41 -06:00
Alex
89eeeb84ae Use settings object in css.php (#7317)
* Use settings object in css.php

* Update css.php
2025-03-14 16:57:29 -06:00
Alex
7639f0755c Update xml_cdr.php (#7315)
* Update xml_cdr.php

* Update css.php

* Update template.php
2025-03-13 14:58:15 -06:00
Alex
5dffd4d6e0 Add CDR column_overflow default setting (#7314)
* Add cdr column_overflow default setting

* Update app_config.php

* Update xml_cdr.php

* Update default_setting_edit.php

* Update template.php

* Update app_languages.php

* Update css.php
2025-03-13 14:49:30 -06:00
Alex
43edc82cbe Fix header user menu when using inline or static menu style (#7306)
* Fix header user menu when using inline or static menu

* Update template.php
2025-03-12 13:15:38 -06:00
FusionPBX
81ab295059 Update template.php 2025-03-12 10:41:39 -06:00
Alex
3167a8ce49 Use scroll bar if there are too many columns in a content card (#7300) 2025-03-12 09:40:02 -06:00
Alex
885df6b3fb Add count div to domain selector (#7305)
* Add count div to domain selector
2025-03-11 16:11:40 -06:00
Alex
d9827f8800 Use table_row_text settings for domain selector text size and font (#7302) 2025-03-11 14:32:50 -06:00
Alex
bb5320e6ca Change menu multi column dropdown width based on text size (#7296) 2025-03-07 16:27:21 -07:00
Alex
8b95f62d39 Fix logout icon alignment (#7291) 2025-03-06 15:38:31 -07:00
Alex
941ec9c060 Add input_height default setting (#7292)
* Add input_height default setting

* Update app_config.php
2025-03-06 15:38:12 -07:00
Alex
b418a892e3 Align action bar text to the left (#7289) 2025-03-05 15:39:05 -07:00
FusionPBX
7ac2f76804 Use audio_player_waveform_enabled as boolean 2025-03-05 15:23:13 -07:00
frytimo
d529021b3f Use boolean setting as true boolean (#7284)
* use boolean setting as true boolean

* Update settings class to use the php filter_var function for boolean
Using the built-in filter type for boolean seems like a better option as they are faster, already hardened, and more widely tested.
I found this better method used originally by Mark J. Crane in 2022 in the content.php page so I included it here.

* Update settings class to use the php filter_var function for boolean
Using the built-in filter type for boolean seems like a better option as they are faster, already hardened, and more widely tested.
I found this better method used originally by Mark J. Crane in 2022 in the content.php page so I included it here.
2025-03-04 11:25:47 -07:00
fusionate
7b3b3aa5f9 Menu: New option to set icon colors. 2025-03-03 14:08:05 -07:00
n0obHere
bb0386e952 Align search input text field with buttons (#7251) 2025-02-22 20:39:08 -07:00
fusionate
b85eaaac73 Upgrade - Source: Move Preview styles to theme CSS file, style after modal. 2025-02-21 08:51:52 -07:00
Alex
1237b94cc4 remove duplicates (#7250) 2025-02-07 12:02:44 -07:00
fusionate
d51eb0892b Theme: Reapply changes from yesterday. 2025-02-07 11:55:18 -07:00
Alex
a07ca55da5 Update css.php (#7249) 2025-02-07 11:42:59 -07:00
fusionate
f056e82740 Theme: Additional settings to better control border and now outline styles. 2025-02-06 14:37:33 -07:00
Alex
0a75229a43 Fix input toggle switch handle color default setting (#7247) 2025-02-06 13:45:38 -07:00
Alex
3088bb188f Fix login input default settings (#7248) 2025-02-06 13:45:26 -07:00
fusionate
cf22444a64 Contact - View: Apply card styles to contact-detail grid boxes. 2025-01-28 17:19:14 -07:00
FusionPBX
aecf84c6b6 Allow wrap on the action bar
This is needed to fit better on tablets and mobile screens.
2024-12-21 14:35:26 -07:00
FusionPBX
c88378a4fe Default dashboard_label_background_color to empty 2024-11-27 09:23:04 -07:00
FusionPBX
5757f2c9ee Fix CSS missing characters
Disable the ob_gzhandler
2024-11-26 23:53:32 -07:00
fusionate
5d5fbbc83d Template: Remove unused parameters from recording_seek() function. 2024-10-18 19:02:21 -06:00
fusionate
e0fe291da0 CDR - Recording Playback: Fix seeking for chromium based browsers. 2024-10-18 18:58:44 -06:00
anthony-ricci
7122ecc154 Recording Seek (#7163) 2024-10-18 18:45:21 -06:00
Antonio Fernandez
3b8309af11 fix waveform image background (#7160) 2024-10-15 15:19:04 -06:00
FusionPBX
c21a6cad4c Add login_background_image 2024-10-11 11:15:29 -06:00
FusionPBX
fc4f75f30c User logs fix failed 2024-10-10 16:21:03 -06:00
fusionate
b498af4cf4 Theme - Fixed Menu: Add new user menu to menu bar. 2024-10-07 14:36:55 -06:00
fusionate
ae15319487 Body Header User Image and Menu, Domain Selector, Contact Attachment improvements. 2024-09-28 16:37:36 -06:00
fusionate
b9ebdf673e Side Menu - Body Header: Show User's assigned primary Contact Attachment image, if exists. 2024-09-27 17:14:42 -06:00
fusionate
183e5d652d Fax Server - Edit: Adjust style for Email & Confirmation Email fields. 2024-09-24 16:33:46 -06:00