summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/wizards
Commit message (Collapse)AuthorAgeFilesLines
* Fix #7364 Console assigned VLAN disappears after rebootPhil Davis2017-03-081-0/+1
| | | | (cherry picked from commit 75a1149e0104561446e6f90f98d98c6c13c52996)
* Allow "DHCP" in upper or lower case when adding LAN IP to setup wizardSteve Beaver2016-12-201-1/+2
|
* Remove extraneous )Renato Botelho2016-12-011-1/+1
|
* Update setup_wizard.xmlJonathon Anderson2016-11-291-1/+1
| | | | (cherry picked from commit b0b2af901f352dbbaad0b09d06fe7adb105ff7a4)
* LAN IP validation logicJonathon Anderson2016-11-291-1/+1
| | | | (cherry picked from commit 6a365a4c80aced41ec87ad93ed2c986d9935a4ea)
* Update setup_wizard.xmlJonathon Anderson2016-11-291-1/+1
| | | | (cherry picked from commit 3ad0f9b63f690f77cf8c4d398b521eba6909f0bc)
* update conditional re:LAN dhcpJonathon Anderson2016-11-291-1/+1
| | | | (cherry picked from commit 0eb2512f93c7e187511ea258948715c2e230e98f)
* update LAN regex for case insensitivityJonathon Anderson2016-11-291-1/+1
| | | | (cherry picked from commit 32980f321e854bf008efa04ee9187553231b6423)
* Improved error message to explicitly state allowable charactersSean McBride2016-11-251-1/+1
| | | | | | Related to Bug #6432. (cherry picked from commit 3b55b54e9c76998a2b0e28897a0be79d5cf0cb8f)
* Revise shaper wizards to support multi-line filter_reload_statusSteve Beaver2016-11-212-0/+2
|
* Revise update_filter_relaod_status() function to append status messages ↵Steve Beaver2016-11-212-2/+0
| | | | rather than overwrite the file
* Fixed #6779 by rounding bandwidth down to nearest integerSteve Beaver2016-11-071-3/+3
|
* In the setup wizard, do not change the DHCP range if it is already set ↵jim-p2016-10-131-24/+31
| | | | inside the new subnet. Otherwise it will overwrite a range set manually from the DHCP settings or the console when the wizard is run later. Fixes #4820
* Extra "S" fixed - thanks @rbgargastilez2016-09-201-1/+1
| | | | (cherry picked from commit d20b69c529654f2b5d4adf9ab2bba5116f980c64)
* Add OpenVPN key lengths to Wizard - missed in original PRsstilez2016-09-201-6/+46
| | | | | | | | | | Original PRs and rationale: * https://github.com/pfsense/pfsense/pull/2944 ("Add missing recommended key lengths/digest to Cert system") * https://github.com/pfsense/pfsense/pull/2942 ("Add missing recommended key lengths to OpenVPN options") Rationale is same as for those PRs - I missed the OpenVPN Wizard in the original (cherry picked from commit f8d6f99d08c029355f296a96d38aa54f07e2f00a)
* Move copyright from ESF to NetgateRenato Botelho2016-09-067-7/+7
|
* Code style and commentsPhil Davis2016-08-164-66/+66
| | | | | | No functional change - just making style consistent (cherry picked from commit 9d3e8723171c727cf43338bd8e95ab2bb7e6a66c)
* Fix xml syntax after license updateNewEraCracker2016-07-151-1/+1
| | | | (cherry picked from commit f7057140af3a98af925f76b6b0bb544dc7bfc418)
* Review license / copyright on all files (final round)Renato Botelho2016-07-157-259/+261
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-142-53/+101
|
* Self correcting - poor englishstilez2016-06-221-1/+1
| | | | (cherry picked from commit b56769c30a23af9f575ee4a5f056558ef8322f95)
* Accuracystilez2016-06-221-1/+1
| | | | | Large keys are not "slower to use" in many cases, since they are only used to validate or set up a session. An ongoing session usually transfers to a symmetric algorithm once established, and the user won't notice the short extra delay in session startup. (cherry picked from commit d4fdce4e2e3456c9d89b61e11b1d31e2f83624a5)
* missed a comment I added and shouldn't have - removedstilez2016-06-221-1/+1
| | | | (cherry picked from commit 7c684f3b95f641134496bc1210cfb2d814468767)
* Update OpenVPN Wizard to include missing key sizesstilez2016-06-221-2/+22
| | | | | ...and add some useful info to guide the user. (cherry picked from commit 49810252681df9bd553e2221c885ceffaa2c4c7f)
* Skip LAN properly with static IP WAN and one interface. Ticket #6093Chris Buechler2016-05-011-2/+3
|
* HTML Compliance - Setup WizardNOYB2016-04-281-4/+4
| | | | (cherry picked from commit a45a72355ef322c76408d73b930a92a5e765b2ca)
* Setup Wizard - PunctuationNOYB2016-04-281-1/+1
| | | | | | Clean up some punctuation. (cherry picked from commit 65d3ebb2250da7ba4cfef7e840beb2c24cdbbda7)
* Miscellaneous - Remove PersonalizationsNOYB2016-04-111-1/+1
| | | | Remove "you" personalizations.
* Traffic Shaper Wizard - Remove PersonalizationsNOYB2016-04-074-60/+61
| | | | | | Remove "you" personalizations. (cherry picked from commit a0e3dab3a64aff6045eb3acf40706aead39c306a)
* OpenVPN Wizard - Remove PersonalizationsNOYB2016-04-072-20/+20
| | | | | | Remove "you" personalizations. (cherry picked from commit 1c43074ace32fc986cda93c4533d366080887381)
* Merge pull request #2837 from phil-davis/weStephen Beaver2016-04-051-27/+27
| | | | (cherry picked from commit f4d13d55d7b15449780b5eb521f54d76d8279df5)
* Add brackets for clarityPhil Davis2016-03-292-4/+4
| | | | | | | Add some extra brackets for clarity, rather than relying on the operator precedence rules. IMHO this makes it more readable, and no need for the reader to wonder if anything might go wrong with the operator precedence.
* Fixes the shaper wizards to split the bandwidth correctly.Luiz Otavio O Souza2016-03-282-14/+21
| | | | | | | | With P2P catchall disabled, the qLink queue (using 20% of root bandwidth) was not taken into account. Decrease 20% of qInternet bandwidth queue in this case. Ticket #5721
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-2/+2
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Fix RADIUS spelling. It is written in all caps.k-paulius2016-02-101-1/+1
|
* These two wizards .xml can also lose their x-bitNewEraCracker2016-01-292-0/+0
| | | | Other wizards don't have it set.
* Relax shaper wizard interface validation when there are no interfaces with ↵Renato Botelho2016-01-221-1/+7
| | | | gateways selected. Fixes #5424
* Fix indentRenato Botelho2016-01-221-2/+6
|
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* Bug #5527 wizard breadcrumb Conceptheper2015-12-231-10/+10
|
* Bug #5527 wizard breadcrumb Conceptheper2015-12-231-10/+10
|
* Bug #5527 wizard breadcrumb Conceptheper2015-12-231-26/+26
|
* Bug #5527 wizard breadcrumb Conceptheper2015-12-231-1/+1
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-2/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Fix some variable re-use and other issues to correct the OpenVPN wizard ↵jim-p2015-12-011-1/+1
| | | | behavior when using pre-existing CAs and Certs
* Add topology setting to the OpenVPN wizard. Issue #5526jim-p2015-12-012-0/+19
|
* Fix a warning in setup wizard, close the gettext parenthesis.Luiz Otavio O Souza2015-11-101-1/+1
|
* More $Id and whitespacePhil Davis2015-11-103-4/+13
| | | | from more obscure folders around the code
* Copyright and license cleanupRenato Botelho2015-11-095-6/+0
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* Fixed #5381Stephen Beaver2015-11-071-1/+3
|
OpenPOWER on IntegriCloud