Commit Graph
25 Commits
Author SHA1 Message Date
mattf a6b0c7b17e Added allow_web_debug system setting for more admin PHP scripts
git-svn-id: svn://192.168.202.10@3571 3d104415-ff17-0410-8863-d5cf3c621b8a
2022-02-24 03:57:19 +00:00
mattf 55c9bc35dc Added PHP input form variable filters
git-svn-id: svn://192.168.202.10@3566 3d104415-ff17-0410-8863-d5cf3c621b8a
2022-02-18 06:09:51 +00:00
mattf e6f3f18fb6 Fixes in PHP scripts for XSS minor security issues.
git-svn-id: svn://192.168.202.10@3455 3d104415-ff17-0410-8863-d5cf3c621b8a
2021-06-16 00:26:02 +00:00
mattf fc698380a7 Finished adding button colors for admin web screens
git-svn-id: svn://192.168.202.10@3280 3d104415-ff17-0410-8863-d5cf3c621b8a
2020-08-26 04:29:50 +00:00
mattf 633badd8d4 git-svn-id: svn://192.168.202.10@3151 3d104415-ff17-0410-8863-d5cf3c621b8a 2019-11-01 20:43:18 +00:00
mattf 47703e1a1e Added IP Lists feature, allowing creating of lists of IP Addresses that can
be used as whitelists on a User Group basis for Agent, Admin and API
 web resources.

git-svn-id: svn://192.168.202.10@2726 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-04-10 02:30:33 +00:00
mattf ff64f90c0f Fixed non-latin auth issue #995
git-svn-id: svn://192.168.202.10@2670 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-02-17 18:18:22 +00:00
mattf bdbf4cc3b9 Added campaign option to move USERONLY scheduled callbacks to ANYONE callbacks after X minutes being LIVE without the agent calling them back.
Changed web admin sidebar menu design

git-svn-id: svn://192.168.202.10@2492 3d104415-ff17-0410-8863-d5cf3c621b8a
2016-03-25 18:39:51 +00:00
mattf 8c815570cf Added disable_user_group_bulk_change option to options.php
Added on_hook_cid_number setting to in-groups

git-svn-id: svn://192.168.202.10@2460 3d104415-ff17-0410-8863-d5cf3c621b8a
2016-01-06 19:36:32 +00:00
mattf fc2d42c3f8 Fixed SQL errors in user group bulk change script
git-svn-id: svn://192.168.202.10@2457 3d104415-ff17-0410-8863-d5cf3c621b8a
2016-01-05 17:37:56 +00:00
mattf ee9b7f3772 Added code for on-the-fly language translations display for all admin and reporting scripts
Changed all single-quote QXZ values to double-quote
Added "change language" page to admin.php

git-svn-id: svn://192.168.202.10@2233 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-12-31 14:49:05 +00:00
mattf 9447a2b217 Added options for up to 9 ordered variables within QXZ function output for admin PHP scripts
git-svn-id: svn://192.168.202.10@2192 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-11-18 06:12:52 +00:00
mattf 528ffe3990 Changed all administrative web interface text to be output through new QXZ function instead of echo, reports are not done yet
Changed all default VICIdial logos to new logos

git-svn-id: svn://192.168.202.10@2183 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-11-11 11:01:32 +00:00
mattf 9c4311ef65 Changed all admin PHP code to use mysqli functions
Fixes for issue #699
Fix for issue #697

git-svn-id: svn://192.168.202.10@2017 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-09-02 15:37:26 +00:00
mattf 09c4284e1b Added several security changes to the admin interface, including freezing a user's account for 15 minutes after 10 failed login attempts.
Added 3 new reports to the admin interface: url log, lagged log and user group login reports
Added new AST_phone_update.pl --agent-lookup flag to allow for logging of the IP address of the agent's SIP or IAX phone connection. Can be enabled as a crontab entry to perform the lookups on each asterisk server.

git-svn-id: svn://192.168.202.10@1997 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-07-02 06:00:53 +00:00
mattf 97cf629d70 Added several security changes to the agent interface, including freezing a user's account for 15 minutes after 10 failed login attempts.
Changed all of the admin scripts from using the PHP ereg functions to preg. This is a requirement for moving to PHP6 where ereg functions are  depricated. This will also have the benefit of speeding up those scripts because preg is supposed to be more efficient and faster than ereg.
Added recording_id to the available fields for the dispo call url feature
Added pause code to the agent_status non-agent api function output

git-svn-id: svn://192.168.202.10@1994 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-06-15 16:08:13 +00:00
mattf 966564377e Added Dialer Inventory Report options for excluding lists and ranking shifts display order
Added User Group multi-selection option to the real-time report
Added HTML bar chart display options to most of the reports
Removed password logging from admin scripts failed login attempts
Made webroot-writable system setting function the same on all admin scripts
Fixed list lastcalldate for manual dial calls

git-svn-id: svn://192.168.202.10@1789 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-02-24 21:43:54 +00:00
mattf b7be4130c8 Fixes for missing User Group restriction settings in several administrative and reporting scripts
git-svn-id: svn://192.168.202.10@1788 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-02-21 07:28:58 +00:00
mattf ff001dc726 Replaced all SELECT * MySQL queries with proper field lists. this altered scripts in bin/agi/agc/vicidial
git-svn-id: svn://192.168.202.10@1268 3d104415-ff17-0410-8863-d5cf3c621b8a
2009-11-30 04:25:17 +00:00
mattf e8fe645678 Added dynamic call routing options content in Call Menus
Re-labeled several scripts to refrect proper names

git-svn-id: svn://192.168.202.10@1134 3d104415-ff17-0410-8863-d5cf3c621b8a
2009-06-01 07:51:13 +00:00
mattf 2b2bffe598 Added Agent Time Detail report
Added functions.php with a function to format seconds into HH:MM:SS
Fixed sidebar display bug in several scripts

git-svn-id: svn://192.168.202.10@1124 3d104415-ff17-0410-8863-d5cf3c621b8a
2009-05-25 03:11:13 +00:00
mattf 9c851d4070 Changed all PHP tags to long tags
Added Call Menu feature

git-svn-id: svn://192.168.202.10@1111 3d104415-ff17-0410-8863-d5cf3c621b8a
2009-05-08 12:08:02 +00:00
mattf 87687bc387 Changed all reports and admin screens to use one of two header templates
Added Calls Export Utility allowing exporting of call and lead data by defining the following parameters: date range, campaigns, in-groups, statuses, lists and user groups. A flat tab-delimited text file is exported

git-svn-id: svn://192.168.202.10@1070 3d104415-ff17-0410-8863-d5cf3c621b8a
2009-03-11 05:01:54 +00:00
mattf 6122895b88 Changed admin logging to log to a database and display logs in the admin report
Fixed rare auto dialing short bug
added second conf file reload after change first after reboot

git-svn-id: svn://192.168.202.10@1069 3d104415-ff17-0410-8863-d5cf3c621b8a
2009-03-10 03:00:18 +00:00
mattf 7d30cc6770 fixed backslashes issues with web form variables
added bulk group change features to web admin

git-svn-id: svn://192.168.202.10@1013 3d104415-ff17-0410-8863-d5cf3c621b8a
2008-11-19 23:13:17 +00:00