summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_openvpn.php
Commit message (Collapse)AuthorAgeFilesLines
* Merged #2975Stephen Beaver2016-09-141-44/+14
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* replace attribute 'name' to 'id' in openvpn statusbruno2016-08-011-1/+1
| | | | (cherry picked from commit 5a5a11cd489bbf15e868c1607c74824c128d693f)
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Convert status_services and widget to POSTStephen Beaver2016-04-181-3/+3
|
* Merge pull request #2827 from NOYB/Status_-_Remove_PersonalizationsStephen Beaver2016-04-041-1/+1
| | | | (cherry picked from commit 94463e858131f23d44bfdb72cd3c8b053cf6ed28)
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-2/+6
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-1/+1
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* HTML Compliance - Status / OpenVPNNOYB2016-02-051-3/+2
| | | | | Start tag body seen but an element of the same type was already open. Stray start tag script.
* Internationalization of various status*.phpPhil Davis2016-01-271-1/+1
|
* Replaced jQuery to $ in same filesFrancisco Cavalcante2016-01-221-7/+7
|
* All simple php echo to shortNewEraCracker2016-01-141-1/+1
| | | | Short version is far more used than long php echo. This brings all code to same standard where possible.
* Maybe abbreviations could be kept to a certain acceptable minimumNewEraCracker2016-01-141-4/+4
|
* Consolidate OpenVPN kill_client routinePhil Davis2015-12-171-38/+1
| | | | | | | After a gitsync just now I started getting "cannot redeclare kill_client" error messages. Whatever it was that caused this to start happening, the kill_client() function in these 2 places is identical. Might as well put it in openvpn.inc
* Fixed #5617Stephen Beaver2015-12-161-4/+6
| | | | Added ID and style to routing table
* Fixed #5617Stephen Beaver2015-12-151-2/+5
| | | | Table columns corrected
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style status*Phil Davis2015-12-151-3/+3
|
* Fixed #5617Stephen Beaver2015-12-101-0/+1
| | | | Fixed #5612
* Say goodbye to fend.incStephen Beaver2015-12-021-1/+1
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Ticket #5471 another convert batch to font-awesome iconsJared Dillard2015-11-181-1/+1
|
* Completes #5400, #3999, #5405Stephen Beaver2015-11-101-4/+4
| | | | Mote: New ticket will be opened to provide IP address sorting
* Copyright and license cleanupRenato Botelho2015-11-091-1/+1
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-5/+5
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-0/+1
|
* Completed #5359Stephen Beaver2015-10-301-30/+50
|
* Part of fix to 5277Stephen Beaver2015-10-071-3/+3
|
* Removed debugging echo statementHari2015-09-151-1/+0
|
* Used bootstrap progress bar for queues' stats and used glyphiconsHari2015-09-151-10/+13
|
* Modified the files for BootstrapHari2015-09-131-217/+162
|
* Encode OpenVPN descriptions before display on OpenVPN statusjim-p2015-08-271-2/+2
|
* Encode the OpenVPN server description before display on OpenVPN statusjim-p2015-08-271-2/+2
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-170/+170
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+443
OpenPOWER on IntegriCloud