summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_server.php
Commit message (Collapse)AuthorAgeFilesLines
* Synchronize page titles with tab titles; Rename few titles in order to be ↵k-paulius2016-02-131-5/+5
| | | | more consistent.
* Convert section titles to title casek-paulius2016-02-101-2/+2
|
* OpenVPN maxclients must be an integer not just a numberChris Buechler2016-01-281-1/+1
|
* vpn_openvpn_server change print_info_box_np to print_info_boxPhil Davis2016-01-231-2/+2
| | | I missed this one yesterday - the aim is to get rid of all print_info_box_np soon, if I can.
* add call 'gettext' function in the vpn menu filesbruno2016-01-221-1/+1
|
* Fixed #5793Stephen Beaver2016-01-221-3/+3
|
* Fixed #5789Stephen Beaver2016-01-211-1/+1
|
* Fixed #5784Stephen Beaver2016-01-201-1/+1
|
* Fixes some hide/show issues. An lucky bug in 2.2 was not duplicated in 2.3 ↵Stephen Beaver2016-01-151-8/+5
| | | | so the page operated as written rather that as desired.
* UI ConsistencyPhil Davis2016-01-141-1/+1
| | | | | | | | | 1) Put the heading "Actions" at the top of all the "Actions" columns - it was on some and not others. 2) Some more consistent capitalization of panel titles etc. 3) Most interfaces section edit pages had a section titled like "GIF Configuration", "GRE Configuration". Make them all consistent, e.g. "QinQ Configuration" rather than "Interface QinQ Edit"...
* Remove spaces at EOL as requestedstilez2016-01-131-1/+1
|
* redmine 5702 - switch to high level IPv4 functions instead of low level ↵stilez2016-01-121-1/+1
| | | | ip2long32() etc
* Merge pull request #2276 from phil-davis/r020Stephen Beaver2015-12-171-24/+29
|\
| * Code style v wPhil Davis2015-12-171-24/+29
| |
* | vpn_openvpn_server key name typosPhil Davis2015-12-171-3/+3
|/
* Fixed #5602 by dynamically updating hte help text based on the cert selected.Stephen Beaver2015-12-101-4/+20
|
* Standardize VPN OpenVPN breadcrumbsPhil Davis2015-12-071-1/+1
|
* Fix this test. Ticket #5602jim-p2015-12-071-1/+2
|
* Prioritize and separate server certs for OpenVPN servers to make it more ↵jim-p2015-12-071-2/+17
| | | | clear they should be using certificates created as Server certificates for this purpose -- it's still valid to use non-server certs but it's not what most people intend to do. Ticket #5602
* Some adjustments to show/hide of fields on OpenVPN for shared key modejim-p2015-12-021-3/+19
|
* Input validation for the Topology parameter. Issue #5526jim-p2015-12-011-0/+4
|
* GUI/Backend changes to move topology_subnet checkbox to a topology drop-down ↵jim-p2015-12-011-12/+14
| | | | | | selection. Issue #5526 P2P is there but commented out for now.
* Put some OpenVPN functions into include filePhil Davis2015-11-261-121/+5
| | | | | | | | | | | | | | | | Forum: https://forum.pfsense.org/index.php?topic=103036.msg574854#msg574854 A few functions were in both client and server PHP already and were the same. build_crl_list() was missing from client PHP. build_cert_list() was slightly different in server and client PHP. I made a common one that takes a parameter. Maybe actually they should both be the same? or? Anyway for the first iteration I went for consolidation with no change of code behavior. Some functions were only in server PHP and only used by server PHP. I moved them to openvpn.inc anyway - seems more logical for the future. But say if you prefer them back in just server PHP.
* 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.
* Form_checkbox -> Form_CheckboxStephen Beaver2015-11-241-20/+20
|
* Change Form_TextArea to Form_TextareaStephen Beaver2015-11-231-3/+3
| | | | (autoload now makes the classes case sensitive)
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Completes #5400, #3999, #5405Stephen Beaver2015-11-101-1/+1
| | | | Mote: New ticket will be opened to provide IP address sorting
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+0
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-2/+2
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* replace and find for icon-embed-btnheper2015-11-051-1/+1
|
* Merge pull request #2017 from heper/patch-1Stephen Beaver2015-11-041-2/+2
|\
| * convert vpn_openvpn_server to faheper2015-11-021-2/+2
| |
* | Buttons updatedStephen Beaver2015-11-041-3/+4
|/
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-52/+0
|
* Fixed #5189Stephen Beaver2015-09-241-6/+22
|
* Fixed #5189Stephen Beaver2015-09-221-4/+7
|
* Fixed #5178Stephen Beaver2015-09-211-2/+2
| | | | Removed errant "break"
* Fixed #5175Stephen Beaver2015-09-211-26/+45
|
* Fixed 5171Stephen Beaver2015-09-211-1/+1
|
* Fixed #5161Stephen Beaver2015-09-211-1/+1
|
* Fixed #5161Stephen Beaver2015-09-181-0/+7
|
* Fixed #5142Stephen Beaver2015-09-161-31/+39
|
* Fixed #5141Stephen Beaver2015-09-161-1/+3
|
* Fixed #5143Stephen Beaver2015-09-161-4/+4
| | | | hideInput -> hideCheckbox
* fix typoChris Buechler2015-09-151-2/+2
|
* fix up textChris Buechler2015-09-151-2/+2
|
* Fixed 4980Stephen Beaver2015-09-111-39/+66
| | | | Corrected input element name
* Edits courtesy of Phil Davis. Thanks!Stephen Beaver2015-09-111-1/+1
|
OpenPOWER on IntegriCloud