summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2826 from NOYB/VPN_/_OpenVPN_-_Remove_PersonalizationsStephen Beaver2016-04-041-12/+12
| | | | (cherry picked from commit 28ca20bb51fb3002f89c026f160e7d6ea0c4d310)
* Show the full OpenVPN verb debug range same as 2.2.x.Chris Buechler2016-03-241-1/+1
|
* Clarify OpenVPN verb level descriptionsChris Buechler2016-03-241-1/+1
|
* Fix OpenVPN client additional options typoJose Luis Duran2016-03-231-2/+1
| | | | Should read client instead of server. Also remove the `push` example.
* Fix text for OpenVPN client that was copied from server, client's second.Chris Buechler2016-03-021-3/+3
|
* Fixed #5904Stephen Beaver2016-02-171-1/+2
|
* Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-141-5/+9
|\
| * Cert is abbreviated word so adding . to stay consistent with the usage of Avail.k-paulius2016-02-141-2/+2
| |
| * Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-141-3/+7
| |
* | 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 few titles in order to be ↵k-paulius2016-02-131-5/+5
| | | | more consistent.
* Convert section titles to title casek-paulius2016-02-101-3/+3
|
* Internationalize vpn*.phpPhil Davis2016-02-081-2/+2
|
* Add topology selection to OpenVPN client page. Ticket #5764Chris Buechler2016-01-281-0/+16
|
* Fixed #5789Stephen Beaver2016-01-211-1/+1
|
* 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"...
* Fix #5743, spell typoRenato Botelho2016-01-071-1/+1
|
* Final updates in support of hidden passwordsStephen Beaver2015-12-291-6/+6
|
* FInished password hiding logic by ensuring $_POST['password'] != DMYPWD ↵Stephen Beaver2015-12-281-2/+8
| | | | before updating
* Added new addPassword method and password == password_confirm validation ↵Stephen Beaver2015-12-281-2/+10
| | | | where required.
* fix textChris Buechler2015-12-201-1/+1
|
* Point more directly to Certificate Revocation pagePhil Davis2015-12-171-1/+1
| | | | This could point more directly to the Certificate Revocation page.
* Code style v wPhil Davis2015-12-171-11/+15
|
* Fixed #5602 by dynamically updating hte help text based on the cert selected.Stephen Beaver2015-12-101-1/+3
|
* Standardize VPN OpenVPN breadcrumbsPhil Davis2015-12-071-1/+1
|
* Put some OpenVPN functions into include filePhil Davis2015-11-261-69/+3
| | | | | | | | | | | | | | | | 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-9/+9
|
* 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.
* Fixed saving of auth passwordStephen Beaver2015-11-171-2/+2
|
* Completes #5400, #3999, #5405Stephen Beaver2015-11-101-1/+1
| | | | Mote: New ticket will be opened to provide IP address sorting
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-26/+52
|
* 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_client to faheper2015-11-021-2/+2
| |
* | Buttons updatedStephen Beaver2015-11-041-2/+3
|/
* CHanges to correct the TLS logicStephen Beaver2015-10-091-14/+12
|
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-43/+0
|
* Fixed #5175Stephen Beaver2015-09-211-1/+1
|
* Fixed #5161Stephen Beaver2015-09-211-1/+1
|
* Fixed #5138Stephen Beaver2015-09-211-35/+16
|
* Fixed #5163Stephen Beaver2015-09-181-2/+2
| | | | Fixed typo in element name
* Fixed #5138Stephen Beaver2015-09-161-12/+38
|
* Edits courtesy of Phil Davis. Thanks!Stephen Beaver2015-09-111-2/+2
|
* vpn_openvpn_client.php: Corrected issue with CA listStephen Beaver2015-09-101-14/+33
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Fixed #4979Stephen Beaver2015-08-281-1/+1
| | | | Add server => add client
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-854/+570
|
OpenPOWER on IntegriCloud