reliberate
4a0f4615e9
Users: Revamp and consolidate code, integrate ORM.
2016-10-05 10:29:30 -06:00
AgregarDeveloper
f62677b0b6
Added pt-br language support. Few typo fixes. ( #1922 )
...
* Added pt-br language support. Few typo fixes.
* Update switch.conf.xml
Update mailer-app and mailer-app-args to use the default install path.
2016-09-17 22:05:51 -06:00
nyfon
8ea17bdaf3
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
48b2b05f20
Update user_edit.php
2016-08-09 16:13:56 -06:00
FusionPBX
ea290d0b57
Update user_dashboard.php
...
Correct the layout for the description on the dashboard.
2016-08-04 19:23:07 -06:00
FusionPBX
fe7d2934b5
Update user_dashboard.php
...
Dashboard there is one more voicemail link to update.
2016-07-22 13:18:26 -06:00
FusionPBX
a68d114fdf
Update user_dashboard.php
...
Fix the voicemail box link for the user dashboard.
2016-07-22 10:28:09 -06:00
Chris Black
0c2d87fe10
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
be76d25ff4
Dashboard: Tweak Device dashboard component styles.
2016-06-02 18:41:39 -06:00
reliberate
0f07828d0c
Security: Integrate Settings and necessary functions to enforce password complexity requirements.
...
Theme: Add basic password strength indicator bar.
Default Settings: Also verify correct Type (name) on Upgrade > App Defaults.
User: Show Nickname in Contact select if no Given or Family name.
Password Reset: Integrate hide and convert password fields method to prevent browser prompt.
2016-06-02 18:26:32 -06:00
FusionPBX
693b637ca8
Update user_dashboard.php
...
Add device keys to the dashboard.
2016-05-28 19:55:23 -06:00
FusionPBX
170d4be4a1
Update user_dashboard.php
...
Fix the CPU usage on the dashboard.
2016-05-06 01:20:57 -06:00
FusionPBX
32223dc77c
Update user_dashboard.php
...
Use a different approach to get the CPU usage.
2016-05-05 22:52:30 -06:00
markjcrane
c3b12c217d
Cleanup the indentation ... tabs and whitespace after the last pull request.
2016-04-28 16:56:44 -06:00
markjcrane
15a1ecbcea
State the full path for which.
2016-04-28 15:35:46 -06:00
markjcrane
cd5aa88c1c
Add the full path to the commands by using 'which'
2016-04-28 15:17:19 -06:00
Harry G. Coin
f02028629a
fixes so cli installs/upgrades work.
...
Also another step along the way allowing freeswitch to run -u -g freeswitch and fusionpbx to run -u -g www-data
2016-04-25 21:26:26 -05:00
Harry G. Coin
bda6861f88
\r\n --> \n
...
Cause all the .php files containing lines ending with \r\n to instead end with \n.
DYI with:
find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
FusionPBX
6a1a208864
Update user_dashboard.php
...
Add an inline if statement to the user dashboard.
2016-04-22 13:43:02 -06:00
markjcrane
343abf2511
Fix the redirect on two more files.
2016-04-15 18:40:23 -06:00
markjcrane
67e1e7b798
Combine some of the default settings.
2016-04-14 20:11:47 -06:00
reliberate
d423fa566d
Dashboard: Remove unnecessary inline cursor style, minor mods.
...
Call Routing: Minor mods.
2016-04-12 10:20:40 -06:00
Nate
ab2c154446
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
bc3bbcf41e
Add. Make `Channels` link that point to `Active calls`
2016-04-12 16:25:06 +03:00
Alexey Melnichuk
1405f252e5
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
4f4ae8e9ff
Fix. Display `Switch Uptime` on User Dashboard.
2016-04-12 15:42:17 +03:00
reliberate
8b0c01c772
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
a887eab36a
Fun Stuff: http://pasteboard.co/1ormWYp.png
...
Login: Add settings to style Reset Password (and related) text links, add (disabled) settings to display domain name field.
Theme: Add settings to control login box border size, color, radius and padding. Explicitly defined placeholder text color/opacity (where possible).
2016-04-07 19:35:39 -06:00
reliberate
6a0465609f
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
6213c1ab6e
Dashboard: Minor visual adjustment on Voicemail block.
2016-03-31 18:13:16 -06:00
reliberate
25eeda6414
Dashboard: Enable relevant System Counts block for Admin.
2016-03-31 10:30:30 -06:00
reliberate
c255ff0173
Dashboard: Include settings in app_defaults to display Call Routing and Ring Group Forwarding controls for the users group.
2016-03-30 15:53:12 -06:00
reliberate
b90d404ff5
Dashboard: Corrected app_defaults to create missing Dashboard entries in Default Settings.
2016-03-30 15:42:25 -06:00
reliberate
9bb6bdb371
Dashboard: Added settings to app_defaults to enable certain blocks in the dashboard by default.
2016-03-30 15:32:06 -06:00
reliberate
65ff377972
Dashboard: Integrate Settings to control theme/style of Dashboard elements.
2016-03-30 14:41:45 -06:00
reliberate
98d125aaa0
Dashboard: Rename dashboard setting for Call Routing visibility.
2016-03-29 16:41:24 -06:00
reliberate
d853e357bd
Dashboard, Call Routing, Ring Groups language file fix.
2016-03-29 16:36:39 -06:00
reliberate
7a1e3b7a0b
Call Routing: More responsive layout, includes additional info in list view.
2016-03-29 16:28:17 -06:00
reliberate
a1dda766d8
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
d5c60df4fc
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
0184a34ffe
Dashboard: Fix Memory & Disk Usage stats.
2016-03-21 10:45:03 -06:00
reliberate
4bd2639fcf
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
aa44e02b32
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
b503a127c9
User Dashboard: Restore Click-to-Call functionality.
2016-03-14 18:59:30 -06:00
markjcrane
961e527abb
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
788c7bfcb8
User Dashboard: Temporarily disable click-to-call till properly fixed.
2016-03-10 17:03:24 -07:00
reliberate
1b885beea5
Dashboard: Removed testing code on click-to-call function.
2016-03-10 16:49:26 -07:00
reliberate
49bb6c1ded
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
073c0e998a
User Dashboard: Tweak user settings link and voicemail button.
2016-03-03 19:35:14 -07:00
reliberate
c6b3b3c619
User Dashboard: Remove comment, unnecessary language strings.
2016-03-03 19:12:16 -07:00