Commit Graph

73 Commits

Author SHA1 Message Date
FusionPBX 8b3beb9098
Update user_dashboard.php 2018-04-26 23:10:06 -06:00
FusionPBX 23470069d8
Update user_dashboard.php 2018-04-06 09:05:48 -06:00
FusionPBX e31c1fe0f8
Update user_dashboard.php 2018-03-08 21:46:09 -07:00
FusionPBX dd9c15db67
Update user_dashboard.php 2017-10-29 00:29:18 -06:00
Len bed4439577 Update user_dashboard.php
update registrations link.
https://github.com/fusionpbx/fusionpbx/issues/2810
2017-08-30 00:47:07 -04:00
FusionPBX fa89850800 Update user_dashboard.php 2017-08-28 21:37:35 -06:00
FusionPBX 85f72de1e1 Update user_dashboard.php 2017-05-28 09:48:37 -06:00
FusionPBX 39c0f121eb Update user_dashboard.php 2017-05-19 20:16:53 -06:00
FusionPBX 720d8d6e4b Update user_dashboard.php 2017-04-19 20:48:20 -06:00
Adam Niedzwiedzki 295283ca1c Update user_dashboard.php (#2392)
Calling which via php-fpm on centos returns null.
CentOS has df in path for nginx/php-fpm scrtips.
2017-03-08 00:43:04 -07:00
Dean Montgomery e528163f5e Fix user_dashboard broken user_edit link (#2410)
On the user_dashboard clicking on the username brings you to a 404 page.
Fixed link path.
2017-03-08 00:22:27 -07:00
FusionPBX eef1c1b3f0 Update user_dashboard.php 2017-02-16 00:53:07 -07:00
nyfon 49fd2cc3c4 user dashboard generates errors in httpd error log (#1873)
* Update extension.php

* Update user_dashboard.php

User dashboard fills the httpd error log with shell_exec errors. These changes add escapeshellcmd which eliminates these errors and adds 2>&1 to the df command which also generates an error when /home is not mounted
2016-09-03 20:25:41 -06:00
FusionPBX 63c82fa7d4 Update user_dashboard.php
Correct the layout for the description on the dashboard.
2016-08-04 19:23:07 -06:00
FusionPBX c0e5088005 Update user_dashboard.php
Dashboard there is one more voicemail link to update.
2016-07-22 13:18:26 -06:00
FusionPBX 21a414d31e Update user_dashboard.php
Fix the voicemail box link for the user dashboard.
2016-07-22 10:28:09 -06:00
Chris Black 0e347fbf62 add default settings to dashboard for auto-answer, record, ringback (#1762)
* add default settings to dashboard for auto-answer, record, ringback

* change default setting to click_to_call
2016-07-20 13:28:17 -06:00
reliberate 02dce2d495 Dashboard: Tweak Device dashboard component styles. 2016-06-02 18:41:39 -06:00
FusionPBX 9e91d052b2 Update user_dashboard.php
Add device keys to the dashboard.
2016-05-28 19:55:23 -06:00
FusionPBX 73605b4454 Update user_dashboard.php
Fix the CPU usage on the dashboard.
2016-05-06 01:20:57 -06:00
FusionPBX 4fcb367e8b Update user_dashboard.php
Use a different approach to get the CPU usage.
2016-05-05 22:52:30 -06:00
markjcrane f204f6189e State the full path for which. 2016-04-28 15:35:46 -06:00
markjcrane 1509a8ea11 Add the full path to the commands by using 'which' 2016-04-28 15:17:19 -06:00
FusionPBX 3b73e0c1d1 Update user_dashboard.php
Add an inline if statement to the user dashboard.
2016-04-22 13:43:02 -06:00
markjcrane df9d9a5e9d Fix the redirect on two more files. 2016-04-15 18:40:23 -06:00
reliberate 2732c4253a Dashboard: Remove unnecessary inline cursor style, minor mods.
Call Routing: Minor mods.
2016-04-12 10:20:40 -06:00
Nate 3fbf656c0f Merge pull request #1544 from moteus/dashboard_session_count
Fix. Display session count on User Dashboard.
2016-04-12 10:10:52 -06:00
Alexey Melnichuk 5971e716c4 Add. Make `Channels` link that point to `Active calls` 2016-04-12 16:25:06 +03:00
Alexey Melnichuk c8a12bf254 Fix. Display session count on User Dashboard.
Also it does not request information about all active calls which can be quite huge.
2016-04-12 16:18:19 +03:00
Alexey Melnichuk 8fe3e4c583 Fix. Display `Switch Uptime` on User Dashboard. 2016-04-12 15:42:17 +03:00
reliberate 1f1f8abd03 Theme: Integrate settings to control button styles and form input styles.
Dashboard: Remove table row hover and pointer cursor if not linked.
2016-04-11 17:52:58 -06:00
reliberate 2ca9bd75e4 Dashboard: Fix issue with Ring Group Forward not saving changes.
Misc: Restore/Fix some missing/botched HTML tags.
2016-04-07 14:14:32 -06:00
reliberate a390e41910 Dashboard: Minor visual adjustment on Voicemail block. 2016-03-31 18:13:16 -06:00
reliberate b8814206b9 Dashboard: Enable relevant System Counts block for Admin. 2016-03-31 10:30:30 -06:00
reliberate 539489640b Dashboard: Integrate Settings to control theme/style of Dashboard elements. 2016-03-30 14:41:45 -06:00
reliberate e75da3f149 Dashboard: Rename dashboard setting for Call Routing visibility. 2016-03-29 16:41:24 -06:00
reliberate 28084dc0ff Call Routing: More responsive layout, includes additional info in list view. 2016-03-29 16:28:17 -06:00
reliberate ef755cf9da Theme: Minor CSS tweaks.
Ring Groups: Rework forwarding controls - integrate into Dashboard view and Ring Group edit page.
2016-03-29 14:15:01 -06:00
reliberate 13e3aa4fa8 Added: Bootstrap Framework - initial integration.
Added: Bootstrap Plugins - DateTimePicker, ColorPicker (in multiple apps)
Added: Default Theme - responsive
Removed: RightJS Framework - no longer needed.
Removed: Accessible Theme - superseded by Default theme.
Removed: Minimized Theme - superseded by Default theme.
Enhanced: Menu - responsiveness added.
Enhanced: Dashboard - responsiveness added.
Etc.
2016-03-25 16:29:20 -06:00
reliberate fddd3d98ea Dashboard: Fix Memory & Disk Usage stats. 2016-03-21 10:45:03 -06:00
reliberate 30655054c0 Dashboard: Enhance with priority numbers and additional System Count items.
Devices: Fix missing translation.
Voicemails: Fix missing translation.
2016-03-20 03:22:29 -06:00
reliberate 51275443c5 Voicemail: Add bulk delete ability for Messages, instant saved indication when playing/downloading, and table row click to play.
Dashboard: Minor code cleanup.
2016-03-19 13:54:24 -06:00
reliberate 10c99b93b5 User Dashboard: Restore Click-to-Call functionality. 2016-03-14 18:59:30 -06:00
markjcrane b135f6b120 Change device_provision_enable to device_enabled to make it consistent with the rest of the fields that are used for to enable and disable something. 2016-03-11 11:46:02 -07:00
reliberate 436dc3b28f User Dashboard: Temporarily disable click-to-call till properly fixed. 2016-03-10 17:03:24 -07:00
reliberate df5e1fc87e Dashboard: Removed testing code on click-to-call function. 2016-03-10 16:49:26 -07:00
reliberate a9237ef3fa User Dashboard: Add blocks with additional customizable information (voicemail count, missed calls, recent calls, system counts, domain limits, and system status).
CDR: Adjust icon status and missed call filter to be more accurate, simplify User's view of CDR, add additional call result filter.
2016-03-10 16:29:47 -07:00
reliberate ac39f4c207 User Dashboard: Tweak user settings link and voicemail button. 2016-03-03 19:35:14 -07:00
reliberate 4f58ad58f5 User Dashboard: Remove comment, unnecessary language strings. 2016-03-03 19:12:16 -07:00
reliberate ce2490dafc User Dashboard: Minor layout optimizations.
Follow Me: Added search and minimized paging controls.
Extensions: Added minimized paging controls.
2016-03-03 19:01:58 -07:00