summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_csc.php
Commit message (Collapse)AuthorAgeFilesLines
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-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
|
* webgui tables, doubleclick event to perform 'edit' actionPiBa-NL2016-07-031-1/+1
|
* 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().
* Miscellaneous Textual CorrectionsNOYB2016-05-011-1/+1
|
* Avoid PHP warning if no server selectedPhil Davis2016-04-071-1/+5
| | | | | when saving a client specific override. Forum report https://forum.pfsense.org/index.php?topic=109431.msg0 Redmine issue 6089
* VPN / OpenVPN - Remove PersonalizationsNOYB2016-04-011-6/+6
| | | | Remove "you" personalizations.
* Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-141-3/+7
|\
| * 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-2/+2
| | | | more consistent.
* Convert section titles to title casek-paulius2016-02-101-2/+2
|
* Internationalize vpn*.phpPhil Davis2016-02-081-1/+1
|
* add call 'gettext' function in the vpn menu filesbruno2016-01-221-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"...
* Code style v wPhil Davis2015-12-171-6/+8
|
* Standardize VPN OpenVPN breadcrumbsPhil Davis2015-12-071-1/+1
|
* Nuke openvpn_cleanup_csc, the job is done better by openvpn_delete_cscjim-p2015-12-011-3/+3
|
* GUI changes to OpenVPN CSC handling to allow per-server configuration. ↵jim-p2015-11-301-0/+22
| | | | Ticket #5526
* Type up SCRIPT tagsColin Fleming2015-11-291-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.
* Change Form_TextArea to Form_TextareaStephen Beaver2015-11-231-1/+1
| | | | (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.
* 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-3/+3
|\
| * convert vpn_openvpn_csc to faheper2015-11-021-3/+3
| |
* | Buttons updatedStephen Beaver2015-11-041-5/+7
|/
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-27/+0
|
* Ticket #5204 a clean up pass of the jquery sectionsJared Dillard2015-09-241-1/+6
|
* fix up textChris Buechler2015-09-151-2/+2
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-557/+371
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+868
OpenPOWER on IntegriCloud