summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_ipsec.php
Commit message (Collapse)AuthorAgeFilesLines
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-44/+42
|
* 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().
* function name hms -> dhmsstilez2016-06-221-5/+5
| | | | | to match edit to util.inc (cherry picked from commit c57e936a6596550619f7261e85b633ca5016cbf2)
* Status / IPsec / Overview - Few_FixesNOYB2016-04-251-2/+7
| | | | | | | | 1) If there is no IPsec status response display an info box wrapped in table tags to prevent horizontal scroll bar. 2) Correct colspan to match header columns. 3) Punctuation. (cherry picked from commit fc48da171336985cd63beccf0110051dfbe92a47)
* Use RFC-defined capitalization IPsec.Chris Buechler2016-04-151-1/+1
|
* Merge pull request #2843 from jlduran/fix-missing-space-status-ipsecStephen Beaver2016-04-051-1/+1
| | | | (cherry picked from commit f332da5fbb0ca2018f1ff733208702bc5ad77b2d)
* Eliminate "onclick" from child SA buttonsStephen Beaver2016-04-051-19/+18
| | | | | | Revise recording of open children (cherry picked from commit 067551a44058656cd980bd95f55c59399c5c36af)
* Merge pull request #2836 from phil-davis/patch-4Stephen Beaver2016-04-051-5/+9
| | | | (cherry picked from commit b102779f21ab50d3de3dc41a63ab5cffae378f78)
* Merge pull request #2835 from phil-davis/patch-5Stephen Beaver2016-04-041-69/+71
| | | | (cherry picked from commit 146684ee657f0f146afad5aa9d74b89884ee4c53)
* COrrected missing "<"Stephen Beaver2016-04-041-1/+1
| | | | (cherry picked from commit 9723b525a4ec62946248014747bfa1f4ed2ef8ae)
* Fixed #6049Stephen Beaver2016-04-041-380/+442
| | | | (cherry picked from commit 4260c32a42c6d0201737730a373e795703ca1141)
* Merge pull request #2827 from NOYB/Status_-_Remove_PersonalizationsStephen Beaver2016-04-041-1/+1
| | | | (cherry picked from commit 94463e858131f23d44bfdb72cd3c8b053cf6ed28)
* (status > ipsec) clean up cssJared Dillard2016-03-291-1/+1
|
* (status > ipsec) clean up cssJared Dillard2016-03-281-3/+3
|
* Background all the ipsec commands run from status_ipsec.php to make sure ↵Chris Buechler2016-03-261-5/+5
| | | | they don't hang up the entire GUI. Ticket #5520
* Use correct variable for the remote ID in IPsec status. Fixes #6009jim-p2016-03-181-1/+1
|
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-2/+7
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* fix whitespaceChris Buechler2016-03-051-1/+1
|
* Add support for splitting ipsec.conf conn entries for IKEv2. Ticket #4704Chris Buechler2016-02-181-1/+1
|
* 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.
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-2/+2
| | | | more consistent. Convert page title to title case.
* Background 'ipsec up' commands so they don't hang up the web GUI. Ticket #5886Chris Buechler2016-02-121-2/+2
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Status IPsec info boxPhil Davis2016-01-271-1/+13
| | | | | | | | | | | | | | | | | | As well as internationalization of this info box, I have: 1) Made all of them the same text - it seemed odd that there were 2 different versions of text for the same thing. 2) Made it an info-level infoblock. It seemed odd to me that this was showing as a warning - it is really just a helpful info with link. 3) Made it open on page load if IPsec is not enabled, otherwise if IPsec is already enable it loads closed and the user can open and read it if they care. What do you think about this combination of things in the UI? I suspect there are a few other places where there is a convenient link 'You can configure xxx here', but it shows as a warning. If there is agreement about the infoblock approach I have suggested here, then I can do similar in other places.
* add call 'gettext' function in the status menu filesbruno2016-01-221-4/+4
|
* Consistent panel-heading h2Phil Davis2016-01-141-1/+1
| | | | | | Make all the panel-heading uses also have consistent <h2 class="panel-title"> so they all display the same size. Forum https://forum.pfsense.org/index.php?topic=105275.0
* Tidy up columns in "ipsec"Colin Fleming2015-12-201-2/+0
| | | | | | | | status_ipsec.php - remove unused column vpn_ipsec.php - reduce COLPSAN to seven
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style status*Phil Davis2015-12-151-10/+14
|
* Rename of files to better match their position in the memory structureStephen Beaver2015-12-111-0/+525
OpenPOWER on IntegriCloud