summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_openvpn.php
Commit message (Collapse)AuthorAgeFilesLines
* GET/POST conversion for status*Steve Beaver2017-02-131-4/+4
|
* Fix printing of local/remote host in OpenVPN status for Client Instances. If ↵jim-p2017-01-021-2/+14
| | | | the client was not connected it was printing a ":" and nothing else in the field which was odd/confusing. Ticket #2766
* Show IPv6 for static key servers, too. Fixes #2766jim-p2017-01-011-1/+7
|
* Add IPv6 virtual address to SSL/TLS client output, formatting ↵jim-p2017-01-011-19/+33
| | | | corrections/enhancement for SSL/TLS client and server. Ticket #2766
* Update OpenVPN SSL/TLS server status to reflect changes in OpenVPN 2.4. ↵jim-p2017-01-011-1/+3
| | | | Ticket #2766
* Merge branch 'master' of git.pfmechanics.com:pfsense/pfsenseStephen Beaver2016-09-141-1/+1
|\
| * Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
| |
* | Merge pull request #2975 from NOYB/Services_StatusStephen Beaver2016-09-141-3/+5
|\ \ | |/ |/|
| * Status / OpenVPN - Status IndicatorNOYB2016-05-311-3/+5
| | | | | | | | | | Add prefixes to Status and Actions. Remove textual status. Icon and title should be fine.
* | replace attribute 'name' to 'id' in openvpn statusbruno2016-07-211-1/+1
| |
* | Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
| |
* | 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().
* Make services POST only by providing JS code in pfSenseHelpers.jsStephen Beaver2016-04-181-3/+3
|
* Status - Remove PersonalizationsNOYB2016-04-021-1/+1
| | | | Remove "you" personalizations.
* 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