summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/wizards
Commit message (Collapse)AuthorAgeFilesLines
* In the OpenVPN wizard, if the user chooses a different auth server type, ↵jim-p2017-05-222-0/+8
| | | | clear out stored settings so the wizard does not pre-fill bad info. Fixes #7569
* Remove references to unused "Address Pool" setting. The address behavior is ↵jim-p2017-05-222-11/+1
| | | | now determined by the mode, and has been for years. Fixes #7567
* Add missing includesdoktornotor2017-03-131-0/+3
|
* Fix missing includesdoktornotor2017-03-131-0/+4
|
* Fix broken includesdoktornotor2017-03-131-0/+4
|
* Add reason to write_config() calldoktornotor2017-03-091-1/+1
|
* Add reason to write_config() calldoktornotor2017-03-091-1/+1
|
* Add reason to write_config() callsdoktornotor2017-03-091-3/+3
|
* Add reason to write_config() calldoktornotor2017-03-091-1/+1
|
* Fix #7364 Console assigned VLAN disappears after rebootPhil Davis2017-03-081-0/+1
|
* Be more forthcoming with errors about ALTQ interfaces in relevant areas of ↵jim-p2016-12-224-9/+20
| | | | the GUI. In particular, note when there are no capable interfaces assigned. Implements #7032
* Allow "DHCP" in upper or lower case when adding LAN IP to setup wizardSteve Beaver2016-12-201-1/+1
|
* Test fix for #6762Steve Beaver2016-12-201-1/+2
|
* Remove extraneous )Renato Botelho2016-12-011-1/+1
|
* Merge pull request #3219 from NonSecwitter/patch-2Renato Botelho2016-11-291-2/+2
|\
| * Update setup_wizard.xmlJonathon Anderson2016-11-261-1/+1
| |
| * LAN IP validation logicJonathon Anderson2016-11-111-1/+1
| |
| * Update setup_wizard.xmlJonathon Anderson2016-11-101-1/+1
| |
| * update conditional re:LAN dhcpJonathon Anderson2016-11-091-1/+1
| |
| * update LAN regex for case insensitivityJonathon Anderson2016-11-071-1/+1
| |
* | Merge pull request #3216 from seanm/masterRenato Botelho2016-11-251-1/+1
|\ \
| * | Improved error message to explicitly state allowable charactersSean McBride2016-11-041-1/+1
| | | | | | | | | | | | Related to Bug #6432.
* | | 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
* | | Fix a 'divide by zero' bug in traffic_shaper_wizard_multi_all.inc.Luiz Otavio O Souza2016-11-091-26/+28
| | |
* | | Fix a 'divide by zero' bug on shaper wizard when PRIQ is used and no ↵Luiz Otavio O Souza2016-11-091-95/+98
| |/ |/| | | | | bandwitdth is entered (the correct setting for a PRIQ scheduler).
* | Fixed #6779Steve Beaver2016-11-071-3/+3
|/ | | | Round calculated bandwidth down to nearest integer
* 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
* Remove all calls to conf_mount_r* functionsRenato Botelho2016-10-121-2/+0
|
* Select PRIQ by default in the shaper wizards, rather than HFSC.jim-p2016-10-062-16/+16
|
* Extra "S" fixed - thanks @rbgargastilez2016-09-191-1/+1
|
* Add OpenVPN key lengths to Wizard - missed in original PRsstilez2016-09-181-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
* 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
* Merge pull request #3059 from NewEraCracker/xml-syntax-fixRenato Botelho2016-07-151-1/+1
|\
| * Fix xml syntax after license updateNewEraCracker2016-07-151-1/+1
| |
* | Move to Apache License 2.0Renato Botelho2016-07-157-287/+63
|/
* 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-05-081-1/+1
|
* Accuracystilez2016-05-081-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.
* missed a comment I added and shouldn't have - removedstilez2016-05-081-1/+1
|
* Update OpenVPN Wizard to include missing key sizesstilez2016-05-081-2/+22
| | | ...and add some useful info to guide the user.
* Skip LAN properly with static IP WAN and one interface. Ticket #6093Chris Buechler2016-05-011-2/+3
|
* Merge pull request #2915 from NOYB/HTML_Compliance_-_Setup_WizardStephen Beaver2016-04-281-4/+4
|\
| * HTML Compliance - Setup WizardNOYB2016-04-281-4/+4
| |
* | Setup Wizard - PunctuationNOYB2016-04-281-1/+1
|/ | | | Clean up some punctuation.
* Miscellaneous - Remove PersonalizationsNOYB2016-04-081-1/+1
| | | | Remove "you" personalizations.
* Merge pull request #2850 from ↵Stephen Beaver2016-04-074-60/+61
|\ | | | | | | NOYB/Traffic_Shaper_Wizard_-_Remove_Personalizations
| * Traffic Shaper Wizard - Remove PersonalizationsNOYB2016-04-074-60/+61
| | | | | | | | Remove "you" personalizations.
OpenPOWER on IntegriCloud