Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
25d8c2ce 03/08/2017 05:40 PM Phil Davis

Fix #7364 Console assigned VLAN disappears after reboot

(cherry picked from commit 75a1149e0104561446e6f90f98d98c6c13c52996)

1ef8d68c 12/20/2016 08:14 PM Steve Beaver

Allow "DHCP" in upper or lower case when adding LAN IP to setup wizard

1f4d1851 12/01/2016 04:18 PM Renato Botelho

Remove extraneous )

04fe6f00 11/29/2016 04:57 PM Jonathon Anderson

Update setup_wizard.xml
(cherry picked from commit b0b2af901f352dbbaad0b09d06fe7adb105ff7a4)

04d7836b 11/29/2016 04:57 PM Jonathon Anderson

LAN IP validation logic
(cherry picked from commit 6a365a4c80aced41ec87ad93ed2c986d9935a4ea)

d1a4cb8d 11/29/2016 04:57 PM Jonathon Anderson

Update setup_wizard.xml
(cherry picked from commit 3ad0f9b63f690f77cf8c4d398b521eba6909f0bc)

ab5f464a 11/29/2016 04:57 PM Jonathon Anderson

update conditional re:LAN dhcp
(cherry picked from commit 0eb2512f93c7e187511ea258948715c2e230e98f)

bdffccfd 11/29/2016 04:57 PM Jonathon Anderson

update LAN regex for case insensitivity
(cherry picked from commit 32980f321e854bf008efa04ee9187553231b6423)

9e2fa369 11/25/2016 05:05 PM Sean McBride

Improved error message to explicitly state allowable characters

Related to Bug #6432.

(cherry picked from commit 3b55b54e9c76998a2b0e28897a0be79d5cf0cb8f)

71b86385 11/21/2016 06:58 PM Steve Beaver

Revise shaper wizards to support multi-line filter_reload_status

5bf9c6f7 11/21/2016 06:54 PM Steve Beaver

Revise update_filter_relaod_status() function to append status messages rather than overwrite the file

a4a0f8db 11/07/2016 04:22 PM Steve Beaver

Fixed #6779 by rounding bandwidth down to nearest integer

00fc1317 10/13/2016 02:21 PM Jim Pingle

In the setup wizard, do not change the DHCP range if it is already set 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

99f3f2ee 09/20/2016 12:39 PM Stilez y

Extra "S" fixed - thanks @rbgarga
(cherry picked from commit d20b69c529654f2b5d4adf9ab2bba5116f980c64)

1ee8e01b 09/20/2016 12:39 PM Stilez y

Add OpenVPN key lengths to Wizard - missed in original PRs

Original PRs and rationale:

2a2396a6 09/06/2016 09:19 PM Renato Botelho

Move copyright from ESF to Netgate

9488f42b 08/16/2016 01:21 PM Phil Davis

Code style and comments

No functional change - just making style consistent

(cherry picked from commit 9d3e8723171c727cf43338bd8e95ab2bb7e6a66c)

cbf5f75e 07/15/2016 07:38 PM NewEraCracker

Fix xml syntax after license update

(cherry picked from commit f7057140af3a98af925f76b6b0bb544dc7bfc418)

aaec5634 07/15/2016 06:32 PM Renato Botelho

Review license / copyright on all files (final round)

8acd654a 07/14/2016 09:36 PM Renato Botelho

Review license / copyright on all files (1st round)

30f56eff 06/22/2016 03:06 PM Stilez y

Self correcting - poor english
(cherry picked from commit b56769c30a23af9f575ee4a5f056558ef8322f95)

34bf7dee 06/22/2016 03:06 PM Stilez y

Accuracy

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....

1f80105d 06/22/2016 03:06 PM Stilez y

missed a comment I added and shouldn't have - removed
(cherry picked from commit 7c684f3b95f641134496bc1210cfb2d814468767)

dd4e58aa 06/22/2016 03:06 PM Stilez y

Update OpenVPN Wizard to include missing key sizes

...and add some useful info to guide the user.
(cherry picked from commit 49810252681df9bd553e2221c885ceffaa2c4c7f)

5330efe9 05/01/2016 05:53 AM Chris Buechler

Skip LAN properly with static IP WAN and one interface. Ticket #6093

37d9732f 04/28/2016 12:33 PM NOYB NOYB

HTML Compliance - Setup Wizard

(cherry picked from commit a45a72355ef322c76408d73b930a92a5e765b2ca)

9b7b08d2 04/28/2016 12:32 PM NOYB NOYB

Setup Wizard - Punctuation

Clean up some punctuation.

(cherry picked from commit 65d3ebb2250da7ba4cfef7e840beb2c24cdbbda7)

b9f7281a 04/11/2016 12:21 PM NOYB NOYB

Miscellaneous - Remove Personalizations

Remove "you" personalizations.

63093f51 04/07/2016 09:31 PM NOYB NOYB

Traffic Shaper Wizard - Remove Personalizations

Remove "you" personalizations.

(cherry picked from commit a0e3dab3a64aff6045eb3acf40706aead39c306a)

b8481e89 04/07/2016 09:29 PM NOYB NOYB

OpenVPN Wizard - Remove Personalizations

Remove "you" personalizations.

(cherry picked from commit 1c43074ace32fc986cda93c4533d366080887381)

12f22e9c 04/05/2016 11:55 AM Stephen Beaver

Merge pull request #2837 from phil-davis/we

(cherry picked from commit f4d13d55d7b15449780b5eb521f54d76d8279df5)

1cdd354e 03/29/2016 01:14 AM Phil Davis

Add brackets for clarity

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.

f6742d9a 03/28/2016 10:13 PM Luiz Souza

Fixes the shaper wizards to split the bandwidth correctly.

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

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

7aaf60a8 02/11/2016 04:53 AM k-paulius

Fix RADIUS spelling. It is written in all caps.

f4e6e0bf 01/29/2016 10:30 PM NewEraCracker

These two wizards .xml can also lose their x-bit

Other wizards don't have it set.

934083c7 01/22/2016 06:30 PM Renato Botelho

Relax shaper wizard interface validation when there are no interfaces with gateways selected. Fixes #5424

379b4b6d 01/22/2016 06:27 PM Renato Botelho

Fix indent

3b3a95e5 01/22/2016 05:21 PM Phil Davis

Fix #5794 remove print_info_box_np chackes for gettext("apply")

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....

159509e0 12/23/2015 12:51 PM jeroen van breedam

Bug #5527 wizard breadcrumb Concept

ed9c5a1a 12/23/2015 12:51 PM jeroen van breedam

Bug #5527 wizard breadcrumb Concept

336689d4 12/23/2015 12:51 PM jeroen van breedam

Bug #5527 wizard breadcrumb Concept

7124eddf 12/23/2015 12:51 PM jeroen van breedam

Bug #5527 wizard breadcrumb Concept

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

de90f855 12/01/2015 03:22 PM Jim Pingle

Fix some variable re-use and other issues to correct the OpenVPN wizard behavior when using pre-existing CAs and Certs

71eedb41 12/01/2015 02:57 PM Jim Pingle

Add topology setting to the OpenVPN wizard. Issue #5526

e98cb933 11/10/2015 06:59 PM Luiz Souza

Fix a warning in setup wizard, close the gettext parenthesis.

5a957b9a 11/10/2015 01:13 PM Phil Davis

More $Id and whitespace

from more obscure folders around the code

cb41dd63 11/09/2015 11:19 AM Renato Botelho

Copyright and license cleanup

- Remove personal copyright from people who assigned it to employer (ESF)
- Remove $Id$
- Remove extra spaces

57cadb04 11/08/2015 02:09 AM Stephen Beaver

Fixed #5381

7dc1383a 10/30/2015 02:47 PM Stephen Beaver

Copyright changes

53047cc9 10/30/2015 02:25 PM Stephen Beaver

Remove unneeded binding

a9af7aa6 10/30/2015 02:21 PM Stephen Beaver

Obscure password for pptp as well

401ccf37 10/30/2015 02:12 PM Stephen Beaver

Completed #5358

605aa53c 10/16/2015 08:01 PM Stephen Beaver

Fixed 5310
traffic_shaper_wizard_lulti_all* updated and tested for correct operation/appearance

e79dc517 10/16/2015 07:47 PM Stephen Beaver

Partial fix to #5310
wizard.php updated to generate jquery not javascript
traffic_shaper_dedicated.xml and .inc updated to correct multiple "Next" buttons and other display issues.
(Need to do same for the other TS wizard)

9cda2fa5 10/16/2015 02:30 PM Stephen Beaver

Revised to use print_input_errors() for consistency

0342d254 10/16/2015 02:15 PM Stephen Beaver

Fixed #5310

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/