Commit Graph

2263 Commits

Author SHA1 Message Date
frytimo
2cbb4dbc31 remove instances where a pointer is used in a foreach loop for value (#7108) 2024-08-22 12:41:10 -06:00
FusionPBX
b0aab10872 Simplify the dashboard path 2024-08-21 16:58:44 -06:00
FusionPBX
8cfad20fd0 Update app_config.php 2024-08-20 17:44:08 -06:00
FusionPBX
c1863a26e4 Update index.php 2024-08-20 17:42:46 -06:00
FusionPBX
8419ca346d Create parent.php 2024-08-20 17:41:22 -06:00
FusionPBX
8cc646aece Add login option for domain name for text input or select
Restoring a feature we had in previous versions.
Not a commonly used feature
2024-08-19 18:57:05 -06:00
FusionPBX
83efb46e8e Update app_defaults.php 2024-08-16 14:58:12 -06:00
FusionPBX
0fef717961 Update the dashboard_label_enabled defaults 2024-08-16 10:11:24 -06:00
Alex
e57053a3f3 Rename dashboard heading default settings (#7098)
* Update app_config.php

* Update css.php

* Update dashboard_edit.php

* Update dashboard_edit.php

* Update app_config.php
2024-08-15 14:09:24 -06:00
Anthony
02527b2342 Added translations to dashboard/app_languages.php (#7100) 2024-08-15 14:08:57 -06:00
FusionPBX
193a03291c Update content.php
- Use vertical align for short text and align top for larger amounts of text.
- Adjust values for a row spand of 1, 2, or 3 for height and max-height
2024-08-14 19:14:17 -06:00
FusionPBX
f38a51d380 Update app_config.php 2024-08-14 17:48:22 -06:00
Alex
43d102b51c Added label enabled dashboard setting (#7096)
* Added label enabled dashboard setting
2024-08-14 17:44:11 -06:00
fusionate
5416a4dd69 Minor adjustment to comments in previous commit. 2024-08-12 16:33:52 -06:00
fusionate
0e3a861cf5 Dashboard - Edit, Menu Item - Edit: Integrate icon search. 2024-08-12 16:25:21 -06:00
fusionate
4b23913555 Update Font Awesome to v6.6.x, adjust some icon references. 2024-08-09 18:14:52 -06:00
Alex
a5a579cadc Fix spacing when you click on the expand/collapse all button (#7089) 2024-08-08 16:24:13 -06:00
frytimo
7630056bb8 Remove the unset($database) statements (#7084)
* Remove the unset($database) statements
The database object is a global variable that contains a database object reference and should not be unset.

* Update event_guard.php

* Update event_guard.php

* Update event_guard.php

---------

Co-authored-by: Tim Fry <tim@fusionpbx.com>
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2024-08-06 13:19:45 -06:00
FusionPBX
1252649a0c Replace $db with $database 2024-08-05 19:52:45 -06:00
markjcrane
22ba339505 Allow one line feed at the end of the file 2024-08-05 18:27:59 -06:00
FusionPBX
cd1cc70044 Remove redundant database objects
This reduces database connections and improves performance.
2024-08-05 14:22:17 -06:00
FusionPBX
096fd4f898 Remove redundant new database objects 2024-08-05 09:31:20 -06:00
FusionPBX
30735f6587 Update menu_item_list.php 2024-08-05 09:28:19 -06:00
FusionPBX
2c4adc6d21 Add parent dashboard parent
Added for future use. Currently does nothing.
2024-08-04 10:33:19 -06:00
FusionPBX
3e9aaf7bfe Dashboard name translation 2024-08-02 14:06:35 -06:00
FusionPBX
cdcc0ee73e Add user logout icon 2024-08-02 13:11:04 -06:00
FusionPBX
aeeb9e991e Add account settings icon 2024-08-02 12:31:43 -06:00
FusionPBX
8fd37c6c3c Delete needs to include dashboard_groups 2024-08-02 12:19:08 -06:00
FusionPBX
e2ab9129b6 Add dashboard width and height
Used when opening a new browser window
2024-08-01 23:34:30 -06:00
Alex
a793eb9573 Update index.php (#7076) 2024-07-30 11:41:06 -06:00
Alex
33e491a75d Fix dashboard widget hover transition (#7075)
* Fix dashboard widget hover transition

The background colors were being set twice

* Update dashboard_edit.php

* Update index.php
2024-07-29 21:25:05 -06:00
FusionPBX
dc14285cfd Default setting used for the background color 2024-07-29 12:27:06 -06:00
FusionPBX
e481a58a86 More efficient use of the database 2024-07-29 09:00:59 -06:00
FusionPBX
7abcda7996 Update the dashboard order 2024-07-29 08:49:01 -06:00
FusionPBX
57f16636df Add users dashboard 2024-07-28 02:15:17 -06:00
FusionPBX
8db5c8e7eb Disable picture in picture for background video 2024-07-26 19:47:13 -06:00
Alex
fcfb22d4a0 Add adjust_form function back to dashboard path (#7069) 2024-07-25 12:27:43 -06:00
FusionPBX
390bc61cf6 Update the version to 5.3.2 2024-07-25 03:36:33 -06:00
FusionPBX
50eb494fcc Update dashboard_edit.php
- Find the dashboard tools or widgets using a glob
- Use a select box to make it easier to configure
2024-07-24 19:57:59 -06:00
FusionPBX
276bf0258f Video muted for Chrome to autoplay 2024-07-24 15:21:33 -06:00
frytimo
46abe4897c use loose comparison instead of strict comparison (#7064)
Update comparison checks when testing the database status and
add a unified log message with a more detailed message from the
database when there is a failure

Authored-by: Tim Fry <tim@fusionpbx.com>
2024-07-23 19:58:13 -06:00
jrmcclean
ebd2251b99 Update install.php (#6861)
Added an options for Windows ProgramData folder
2024-07-23 08:14:05 -06:00
jrmcclean
9f20eaf429 Update index.php (#6862)
Added an option to check Windows ProgramData
2024-07-23 08:13:27 -06:00
jrmcclean
1d4f366b05 Update upgrade.php (#6863)
Added Paths for Windows as well new variable for $cache_location and $php_dir to accommodate windows values.
2024-07-23 08:12:44 -06:00
Alex
dac6e6a6e6 Update dashboard_edit.php (#7059)
* Update dashboard_edit.php
2024-07-23 07:46:45 -06:00
FusionPBX
f40319ba91 Add dashboard content text align 2024-07-20 23:37:32 -06:00
FusionPBX
d368f4376c Update default_settings.php 2024-07-20 22:05:56 -06:00
FusionPBX
bd38191857 Use a permission array 2024-07-19 17:51:00 -06:00
frytimo
8f71f5cf4b reduce permission_exists calls from 7,000+ to just 7 (#7056)
Authored-by: Tim Fry <tim@fusionpbx.com>
2024-07-19 17:39:19 -06:00
FusionPBX
a49ca88ce2 Add dashboard_width and dashboard_height 2024-07-19 17:36:37 -06:00