Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
32980f32 11/07/2016 08:26 PM Jonathon Anderson

update LAN regex for case insensitivity

6bd09ca2 11/07/2016 07:13 PM Steve Beaver

Fixed 6901

86584ded 11/07/2016 06:49 PM Jim Pingle

Store Dynamic DNS passwords in Base64 to protect special characters. Fixes #6688

10b262b4 11/07/2016 06:00 PM Steve Beaver

Fixed #6898

7c3a9ded 11/07/2016 03:36 PM Steve Beaver

Fixed #6779
Round calculated bandwidth down to nearest integer

81cc31e1 11/07/2016 02:49 AM Luiz Souza

Merge pull request #3199 from phil-davis/ipv6lower

7da65ab7 11/04/2016 08:25 PM Steve Beaver

Fixed #6895
by setting overflow-x: visible; in CSS

1be1b87b 11/04/2016 06:06 PM Jim Pingle

When deleting or disabling a non-dynamic gateway, if that gateway was set as default then remove the corresponding default route to respect the user's decision. Fixes #6659

f92d44da 11/04/2016 04:51 PM Steve Beaver

Fixed #6811

2446fffa 11/04/2016 03:05 PM Jim Pingle

Convert CloudFlare and GratisDNS dynamic DNS over to split hostname and domain name fields, like Namecheap. Otherwise they could both break with subdomains or international TLDs with many parts. Fixes #6778

e5d33973 11/04/2016 02:38 PM Steve Beaver

Fixed #6753
Interface menu entries no longer sorted for consistency with other GUI instances

9d29322d 10/31/2016 09:04 PM Renato Botelho

Do not attempt to remove interfaces from CP zone, captiveportal_configure_zone() will take care of it

892d8816 10/25/2016 03:55 PM Renato Botelho

Merge pull request #3201 from phil-davis/patch-3

f85a1e53 10/25/2016 03:42 PM Renato Botelho

Merge pull request #3192 from PiBa-NL/xmlrpc-auth

1ace41be 10/25/2016 03:37 PM Renato Botelho

Merge pull request #3200 from phil-davis/patch-2

bc6cefb7 10/25/2016 03:34 PM Renato Botelho

Merge pull request #3197 from phil-davis/dhcp6

4a1dc683 10/25/2016 03:25 PM Renato Botelho

Merge pull request #3205 from phil-davis/patch-7

517b893e 10/24/2016 09:22 PM Renato Botelho

Rework captive portal to run with stock IPFW (round 1)

- Remove use of IPFW context
- Create a rule that will skip to proper rule for each cp zone
- Use new PHP module functions wherever is possible

a22947a4 10/24/2016 03:30 PM Steve Beaver

Provide conrol on system.php to allow display of hostname on login banner

b7f2ebb5 10/24/2016 12:32 AM Phil Davis

Fix #6872 CP bandwidth 0 is no valid

The front-end validation prevents zero from being entered. "Leave empty" is the way to specify no limit.

eb01f065 10/20/2016 08:04 AM Phil Davis

Improve IPv4 address validation for services_dhcp

The input pattern that goes with Form_IpAddress by default allows for IPv4 and IPv6 valid characters. The back-end validation here is checking for IPv4 addresses, so it seems reasonable that the front-end input pattern checks might as well be restricted to the IPv4 valid characters. Unneeded setPattern have also been removed....

ebfcfeb5 10/20/2016 07:18 AM Phil Davis

Fix display advanced after input error for system_gateways_edit

Use case:
1) Edit a gateway that has no advanced settings (i.e. the Advanced section does not need to open on page load) - that works fine.
2) Modify the Gateway IP Address to something invalid like 1:2::z...

6a546985 10/20/2016 05:47 AM Phil Davis

Remove "use lowercase" hint

As it is no longer relevant, because the code now automatically converts
to lowercase.

d461ff40 10/20/2016 04:21 AM Phil Davis

Fix #6864 automatically convert IPv6 input to lowercase

1) As the user leaves the field, or presses Save, onChange will fire and
convert the input string to lowercase. This saves the user havng to even
think about it.
2) Provide some extra text that describes the expected format, to avoid...

2355c154 10/19/2016 02:43 AM Phil Davis

Better handle no dhcpv6 leases file

dc5f639f 10/15/2016 02:58 PM Pi Ba

xmlrpc, use authentication through the basic auth header instead of extra user/pass parameters

b533da85 10/13/2016 03:08 PM Jim Pingle

Fix up help text on outbound NAT.

7ea6dabe 10/13/2016 02:42 PM Jim Pingle

Clarify source port warning when editing a firewall rule.

d02ee138 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

3707ffc4 10/13/2016 02:22 AM Phil Davis

DHCPV6 only check VIPs in range if range valid

If the user has input invalid values into range from and to, then there
is no point checking any IPv6 VIPs to see if they fall in the range.
None of them would be "in range" because the specified range is not even...

dc61252a 10/12/2016 07:29 PM Renato Botelho

Deprecate nanobsd platform and remove all conditionals that uses it

1289c0c1 10/12/2016 07:23 PM Renato Botelho

Remove all calls to conf_mount_r* functions

eec44c64 10/12/2016 07:23 PM Renato Botelho

Retire restart_httpd.php

f68a881c 10/12/2016 06:12 PM Renato Botelho

Remove unused global config item 'update_manifest'

3f4a0df9 10/12/2016 06:10 PM Renato Botelho

Remove hideplatform global config and all uses of it

9f08c2b0 10/12/2016 06:02 PM Renato Botelho

Retire diag_nanobsd.php

dd3d6c8a 10/12/2016 04:20 PM Renato Botelho

Merge pull request #3151 from EdHurtig/eng/6806

bc0a0c2e 10/12/2016 04:18 PM Renato Botelho

Merge pull request #3154 from PiBa-NL/filenoticeBR

d8746bc0 10/12/2016 03:51 PM Renato Botelho

Merge pull request #3140 from stilez/patch-39

83f7fabd 10/12/2016 03:33 PM Renato Botelho

Merge pull request #3177 from brunostein/fix_authmode_translated

7779e6ce 10/06/2016 06:03 PM Jim Pingle

Select PRIQ by default in the shaper wizards, rather than HFSC.

5e4d3374 10/06/2016 06:03 PM Jim Pingle

Use the full "netstat -s" command so we also get pfkey, ipsec, esp, and other stats.

ddbc5875 10/06/2016 06:03 PM Jim Pingle

Use tree-style ps output in status.php

0876cbed 10/06/2016 06:01 PM Renato Botelho

Merge pull request #3158 from stilez/patch-45

255da151 10/06/2016 05:49 PM Renato Botelho

Merge pull request #3150 from ExolonDX/master

db0c1e14 10/05/2016 02:06 PM Bruno Ferri

add array index how value for authserver list

870b9bc1 10/03/2016 06:38 PM NewEraCracker

Fix typo: The input field is named source_hash_key

850c3d8b 10/03/2016 01:29 PM Steve Beaver

Fixed #6835 by revising Javascript show/hide

2fb0c0a7 09/29/2016 12:12 AM Jim Pingle

Merge pull request #3162 from phil-davis/staic

fbb78d6b 09/28/2016 11:38 PM Phil Davis

Typo staic

44d3f26d 09/28/2016 11:30 PM Phil Davis

Wording of incomplete ARP description

I think "ARP request" is what is meant here.

9e3cb876 09/28/2016 04:10 PM Jim Pingle

Improve the ARP table display. Implements #6822

Shows incomplete ARP entries, which were skipped before (for no reason I could find in the commit history)
Shows a status column indicating if an entry is permanent (static), expired, or when it will expire...

632e5f50 09/28/2016 03:12 PM Jim Pingle

Apply static ARP entries more consistently when adding and removing static mapping entries. Fixes #6821

ba868cff 09/27/2016 12:21 PM Renato Botelho

Make serial/UUID bold

e093cb8e 09/27/2016 12:09 PM Renato Botelho

Show system platform and serial / UUID

406a904b 09/26/2016 06:15 PM Jim Pingle

Obscure RADIUS shared secret.

9a2d3fe1 09/25/2016 02:01 PM Stilez y

Simplify logic

6db038f7 09/24/2016 03:08 PM Jim Pingle

Ensure a mobile P2 is marked as such when saving.

348fae16 09/23/2016 07:27 PM Pi Ba

Format file_notice alerts in webgui with newline characters as <br/> for easier reading.

9a966125 09/23/2016 07:20 PM Jim Pingle

Use wider display for pftop to fill up dead area. Output still looks OK with narrower terminals as well.

Some views were omitting important info at the narrower width

efa9174a 09/22/2016 01:15 PM Jim Pingle

Declare $config as a global in guiconfig.inc csrf_startup() function, to properly respect the timeouts. Ticket #6803

c68dbfc7 09/22/2016 04:54 AM Eddie Hurtig

Allow Hyphens in DHCP NTP Server form validation

Also removes the ability to have underscores `_` in ntp server
FQDNs.

Closes #6806

47180823 09/21/2016 07:39 PM Colin Fleming

Spelling mistake "system_gateways.php"

Fix spelling mistake in "system_gateways.php"

4b0815f3 09/21/2016 05:46 PM Steve Beaver

Apply #601 fix to firewall_nat.php

00098bc8 09/21/2016 04:09 PM Steve Beaver

Fixed #6801

8b52bd15 09/21/2016 12:31 PM Jim Pingle

Merge pull request #3148 from skrude61/certificate_revocation

70567933 09/20/2016 07:45 PM Stilez y

lowercasing and sprintf of setHelp

ad49da1b 09/20/2016 01:02 PM Renato Botelho

Add missing \) and fix syntax

63844c33 09/20/2016 12:52 PM skrude61

Do not show certificates in drop-down list that are already contained in this CRL.

d73092b2 09/20/2016 12:39 PM Renato Botelho

Merge pull request #3142 from stilez/patch-40

35372937 09/20/2016 10:16 AM Renato Botelho

Sanitize 'zone' parameter on CP pages

d20b69c5 09/19/2016 09:05 PM Stilez y

Extra "S" fixed - thanks @rbgarga

b1919bc7 09/18/2016 08:25 PM Stilez y

Show a little more key info in main info table

  • Key crypto info shown
  • TAP/TUN appended to description (important descriptive distinction)
f8d6f99d 09/18/2016 07:30 PM Stilez y

Add OpenVPN key lengths to Wizard - missed in original PRs

Original PRs and rationale:

a309ffa5 09/16/2016 08:01 PM Stilez y

label src/dst incorrect - fixed (minor)

d99ceeac 09/16/2016 06:57 PM Stilez y

UI improvement - src port button label and src port help msgs

1. Rename "srcportadv" to "srcporttoggle" - not ideal to have 2 fields both labelled "advanced options". This presentation probably works nicer
2. Self-explanatory show/hide button itself doesn't need a label. (If srcports are shown, they will have a label as usual)...

e846d7f8 09/15/2016 04:41 PM Steve Beaver

Fixed #6786 by making table sortable

16efbe4e 09/15/2016 12:48 PM Renato Botelho

Merge pull request #3136 from stilez/patch-37

2e8d34a6 09/15/2016 12:44 PM Renato Botelho

Merge pull request #2782 from fredronnv/master

d38d215d 09/15/2016 12:34 AM Stephen Beaver

Fixed #6788 by clearing only the first label in the cloned row

176b8f78 09/14/2016 08:18 PM Stephen Beaver

Merge branch 'master' of git.pfmechanics.com:pfsense/pfsense

1c402413 09/14/2016 07:32 PM Stephen Beaver

Merge pull request #2975 from NOYB/Services_Status

0ce1667b 09/13/2016 07:11 PM Stilez y

Simplify icmp conversion

pprior code "converts" every icmp type - of which only 3 actually get changed (rest keep same value anyhow!). If also uses a SWITCH {} construct rather than lookup + foreach, which is longer and less efficient.

0ae266af 09/13/2016 06:56 PM Renato Botelho

Merge pull request #3131 from PiBa-NL/20160906-generic-xmlrpc_client

e3b0eeb2 09/13/2016 05:42 PM Pi Ba

XMLRPC, xmlrpc_client remove extended class and define setConnectionData(.) function instead.

c1973ae9 09/13/2016 05:34 PM Renato Botelho

Merge pull request #2616 from k-paulius/patch-pkg-syslog-v2

a9a60118 09/13/2016 12:38 PM Renato Botelho

Merge pull request #3104 from PiBa-NL/resizable-selectionbox

0417767d 09/13/2016 12:37 PM Renato Botelho

Merge pull request #3129 from NewEraCracker/patch-dns

03505b3a 09/13/2016 12:31 PM Renato Botelho

Merge pull request #3134 from stilez/patch-36

a25c797a 09/12/2016 06:31 PM NOYB NOYB

Remove empty concatenation.

58325912 09/11/2016 02:20 AM Stilez y

Simplify another loop

e23a4173 09/11/2016 02:13 AM Stilez y

simplify code a bit more

a8b0fc78 09/10/2016 07:28 AM Stilez y

error messages again

b9004e46 09/10/2016 07:11 AM Stilez y

gateway error messages - standardise text and clarify "both"

cff60fef 09/10/2016 07:01 AM Stilez y

More redundant logic

667fd2b7 09/10/2016 06:53 AM Stilez y

Redundant comparison

if it's a numeric integer (hence non-empty [0-9]+ ) and the first char isn't "0" then the value will always be >0, so test is redundant

6f3ac947 09/10/2016 01:00 AM NOYB NOYB

Check IP Services - Info Box

Change warning box with dismissal to collapsible info box.

d2013d12 09/09/2016 06:52 PM Jim Pingle

Fix up/catch up remote syslog areas. Fixes #6780

8acd1331 09/09/2016 03:59 PM Jim Pingle

Remove some more dangling PPTP bits.

1d6f957f 09/08/2016 08:46 PM Jim Pingle

Fix description of the VPN remote log setting