Display negotiated cipher on Status / OpenVPN page. Implements #7077
Update the Copyright year.
A subsequent commit will deal with .po's.
This is 2020. Issue #9245
OpenVPN status page sent/recv bytes sorting changes. Fixes #7359
Update status_openvpn.php
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Update copyright notices to 2019. Happy New Year
Fixed #8266 by removing JS alerts
Update the Copyright notice for pfSense.
GET/POST conversion for status*
Fix printing of local/remote host in OpenVPN status for Client Instances. If 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 #2766
Add IPv6 virtual address to SSL/TLS client output, formatting corrections/enhancement for SSL/TLS client and server. Ticket #2766
Update OpenVPN SSL/TLS server status to reflect changes in OpenVPN 2.4. Ticket #2766
Merge branch 'master' of git.pfmechanics.com:pfsense/pfsense
Merge pull request #2975 from NOYB/Services_Status
Move copyright from ESF to Netgate
replace attribute 'name' to 'id' in openvpn status
Move to Apache License 2.0
Review license / copyright on all files (final round)
Always use require_once
The usage of require() and require_once() throughout the system isinconsistent, and "bugs" come up now and then when the order of"requires" is a bit different and some require() happens after theinclude file is already included/required....
Status / OpenVPN - Status Indicator
Add prefixes to Status and Actions.Remove textual status. Icon and title should be fine.
Make services POST only by providing JS code in pfSenseHelpers.js
Status - Remove Personalizations
Remove "you" personalizations.
Bring some consistency to the way most buttons are displayed (color, icons, etc). Ticket #5965
Still need to review Advanced buttons and Repeatable block buttons.
Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
Convert section titles to title case
HTML Compliance - Status / OpenVPN
Start tag body seen but an element of the same type was already open.Stray start tag script.
Internationalization of various status*.php
Replaced jQuery to $ in same files
All simple php echo to short
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 minimum
Consolidate OpenVPN kill_client routine
After a gitsync just now I started getting "cannot redeclarekill_client" error messages. Whatever it was that caused this to starthappening, the kill_client() function in these 2 places is identical.Might as well put it in openvpn.inc
Fixed #5617Added ID and style to routing table
Fixed #5617Table columns corrected
Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used
Code style status*
Fixed #5617Fixed #5612
Say goodbye to fend.inc
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
Ticket #5471 another convert batch to font-awesome icons
Completes #5400, #3999, #5405Mote: New ticket will be opened to provide IP address sorting
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
EOL whitespace and header consistency for www
Copyright updates Batch 2 of 3
Completed #5359
Part of fix to 5277
Removed debugging echo statement
Used bootstrap progress bar for queues' stats and used glyphicons
Modified the files for Bootstrap
Encode OpenVPN descriptions before display on OpenVPN status
Encode the OpenVPN server description before display on OpenVPN status
Merge branch 'master' into bootstrap
Move main pfSense content to src/