summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs_vpn.php
Commit message (Collapse)AuthorAgeFilesLines
* e-apply f693437Stephen Beaver2016-01-111-4/+4
|
* Merge branch 'Status_-_System_Logs_-_VPN' of https://github.com/NOYB/pfsenseStephen Beaver2016-01-111-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * 'Status_-_System_Logs_-_VPN' of https://github.com/NOYB/pfsense: Remove unneeded old commented pgtitle var If action is not 'login' or 'logout' then display text of action. But only if vpn.log file. Use the log file path provide from status_logs_common.inc Fixed up for vpn.log filtering. Consolidate with status_logs_common.inc Function is now in guiconfig.inc Per Colin (PR #2300) Staus - System - Logs - VPN - Write Config Only Status - System Logs - VPN
| * Remove unneeded old commented pgtitle varNOYB2016-01-061-1/+0
| |
| * If action is not 'login' or 'logout' then display text of action.NOYB2016-01-061-3/+5
| | | | | | | | | | Allow long action text to line wrap. Don't line wrap IP address.
| * But only if vpn.log file.NOYB2016-01-061-3/+5
| |
| * Use the log file path provide from status_logs_common.incNOYB2016-01-061-7/+10
| | | | | | | | Apply a better way of filtering the vpn type that also provides the count of only the selected type (unset record from the array).
| * Fixed up for vpn.log filtering.NOYB2016-01-061-22/+11
| |
| * Consolidate with status_logs_common.incNOYB2016-01-061-482/+203
| |
| * Function is now in guiconfig.incNOYB2016-01-061-12/+0
| |
| * Per Colin (PR #2300)NOYB2016-01-061-4/+4
| | | | | | | | | | | | | | Use Bootstraps text alignment classes As per "http://getbootstrap.com/css/#type-alignment", use CLASS statement instead in inline STYLE statement (much tidier)
| * Staus - System - Logs - VPN - Write Config OnlyNOYB2016-01-061-4/+14
| | | | | | | | If no logging changes have been made, only write the config file.
| * Status - System Logs - VPNNOYB2016-01-061-100/+665
| | | | | | | | | | | | Revamp log file selection method to be consistent with the other system logs. Add advanced filter section; only activated for the non-vpn.log files (needs testing with vpn.log file first, continue using dump_clog_vpn until tested). Add manage log section
* | Include vpn in the success status message fun.NOYB2016-01-081-1/+1
| |
* | Fix conflicts caused by mergingNewEraCracker2016-01-071-4/+4
| |
* | Remove unneeded old commented pgtitle varNOYB2016-01-071-1/+0
| |
* | If action is not 'login' or 'logout' then display text of action.NOYB2016-01-071-3/+5
| | | | | | | | | | Allow long action text to line wrap. Don't line wrap IP address.
* | But only if vpn.log file.NOYB2016-01-071-3/+5
| |
* | Use the log file path provide from status_logs_common.incNOYB2016-01-071-7/+10
| | | | | | | | Apply a better way of filtering the vpn type that also provides the count of only the selected type (unset record from the array).
* | Fixed up for vpn.log filtering.NOYB2016-01-071-22/+11
| |
* | Consolidate with status_logs_common.incNOYB2016-01-071-482/+203
| |
* | Function is now in guiconfig.incNOYB2016-01-071-12/+0
| |
* | Per Colin (PR #2300)NOYB2016-01-071-4/+4
| | | | | | | | | | | | | | Use Bootstraps text alignment classes As per "http://getbootstrap.com/css/#type-alignment", use CLASS statement instead in inline STYLE statement (much tidier)
* | Staus - System - Logs - VPN - Write Config OnlyNOYB2016-01-071-4/+14
| | | | | | | | If no logging changes have been made, only write the config file.
* | Status - System Logs - VPNNOYB2016-01-071-100/+665
|/ | | | | | Revamp log file selection method to be consistent with the other system logs. Add advanced filter section; only activated for the non-vpn.log files (needs testing with vpn.log file first, continue using dump_clog_vpn until tested). Add manage log section
* Nuke fifolog support. It was never used or fully implemented, no GUI option, ↵jim-p2015-12-171-5/+1
| | | | | | and didn't end up working out. It buffered writes too long, users could never see the most current log data.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-5/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style status*Phil Davis2015-12-151-11/+12
|
* HTML Compliance - Status - System Logs - VPNNOYB2015-12-141-1/+1
| | | | | Permitted content of p tag is phrasing content. Form is not a member of phrasing content.
* Logs filename changesPhil Davis2015-12-121-1/+1
|
* Rename of files to better match their position in the memory structureStephen Beaver2015-12-111-0/+234
OpenPOWER on IntegriCloud