Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
45654aa0 03/29/2016 07:19 AM NOYB NOYB

Interfaces (assign) - Remove Personalizations

Remove "you" personalizations.

88ec4c6f 03/29/2016 05:31 AM Chris Buechler

Merge pull request #2800 from phil-davis/r1

a1ec93a6 03/29/2016 01:17 AM Chris Buechler

Specify the zone in the PORTAL_ACTION URL. Ticket #6037

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.

fbe6a2ce 03/28/2016 11:10 PM Jared Dillard

(status > ipsec) clean up css

22752ae7 03/28/2016 10:13 PM Luiz Souza

Set the ALTQ root queue bandwidth.

Whenever possible set it to 1Gb, if the sum of child queues if higher than 1Gb, set it the correct value so we do not break any existing setup.

Ticket #5721

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

45eeb038 03/28/2016 10:13 PM Luiz Souza

Fix the sum of child bandwidth.

Now percentages are correctly handled.

Remove commented and unused old code supposed to do the same.

Ticket #5721

884914ce 03/28/2016 08:12 PM Renato Botelho

Implement system_get_serial()

98b9c304 03/28/2016 08:12 PM Renato Botelho

Remove dead code

e4517c3c 03/28/2016 07:18 PM Jim Pingle

Further text refinements for PR 2790

c6925d27 03/28/2016 07:12 PM Jim Pingle

Merge pull request #2790 from NOYB/Interfaces_-_Word_Smithing

042326a3 03/28/2016 06:52 PM Renato Botelho

Identify specific hardware models of some Netgate products

24d4fdde 03/28/2016 06:48 PM Renato Botelho

Rename variable to a name that make sense

cda1c23c 03/28/2016 06:19 PM Stephen Beaver

Merge pull request #2798 from NOYB/System_/_Advanced_/_Notifications_-_Remove_Personalizations

350244ce 03/28/2016 06:19 PM Stephen Beaver

Merge pull request #2797 from NOYB/System_/_Advanced_/_Miscellaneous_-_Remove_Personalizations

e1e9803a 03/28/2016 06:18 PM Stephen Beaver

Merge pull request #2796 from NOYB/System_/_Advanced_/_Networking_-_Remove_Personalizations

a5dcf2f9 03/28/2016 06:17 PM Stephen Beaver

Merge pull request #2795 from NOYB/System_/_Advanced_/_Firewall_&_NAT_-_Remove_Personalizations

a59cc5ef 03/28/2016 06:11 PM Stephen Beaver

Merge pull request #2794 from NOYB/System_/_Advanced_/_Admin_Access_-_Remove_Personalizations

b8ce3e91 03/28/2016 02:05 PM Jim Pingle

Swap the colors on Diag > Command back. Executing is dangerous, hence the warning.

6e682644 03/28/2016 01:58 PM Jim Pingle

Fix display of PPP "uptime" (the word "uptime" was missing from output).

205ae110 03/28/2016 01:08 PM Jim Pingle

Unset this as well, or else it spams the log needlessly (no actual problem). Fixes #6034

814a6e12 03/28/2016 07:55 AM NOYB NOYB

Apply "Editor" Phil's corrections.

Thanks Phil.

901548e6 03/28/2016 07:16 AM NOYB NOYB

System / Advanced / Notifications - Remove Personalizations

Remove "you" personalizations.

c01f31c8 03/28/2016 07:13 AM NOYB NOYB

System / Advanced / Miscellaneous - Remove Personalizations

Remove a bunch of "you" personalizations.
Typo and sentence spacing.

ee136fdf 03/28/2016 07:11 AM NOYB NOYB

System / Advanced / Networking - Remove Personalizations

Remove a bunch of "you" personalizations.

a50ca899 03/28/2016 07:09 AM NOYB NOYB

System / Advanced / Firewall & NAT - Remove Personalizations

Remove a bunch of "you" personalizations.

96826d90 03/28/2016 07:06 AM NOYB NOYB

System / Advanced / Admin Access - Remove Personalizations

Remove a bunch of "you" personalizations.

2f004405 03/27/2016 06:48 AM Chris Buechler

Don't log 404s for captive portal. Ticket #6027

7ca5d812 03/27/2016 05:29 AM Chris Buechler

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

3098bbc4 03/27/2016 12:57 AM Chris Buechler

Merge pull request #2791 from NOYB/Interfaces_-_Section_Title_-_Reserved_Networks

c5d8cbe0 03/26/2016 09:15 AM Chris Buechler

Background all the ipsec commands run from status_ipsec.php to make sure they don't hang up the entire GUI. Ticket #5520

ab9b8aad 03/26/2016 07:29 AM NOYB NOYB

Remove "we" personalizations.

3cf65ce0 03/26/2016 07:18 AM NOYB NOYB

Interfaces - Section Title - Reserved Networks

More accurate section title.

fbbaf135 03/25/2016 01:46 PM Renato Botelho

Revert "Branch master is now 2.4-DEVELOPMENT"

Fat finger here, rolling back for now

This reverts commit 30d9ba51d194600ccb7d474d998c7491d0ba61b6.

30d9ba51 03/25/2016 01:37 PM Renato Botelho

Branch master is now 2.4-DEVELOPMENT

c9742b6a 03/25/2016 09:15 AM NOYB NOYB

Remove errant line.

eaa948d6 03/25/2016 08:49 AM NOYB NOYB

Interfaces - Word Smithing

Word smithing to remove a bunch of personalization ("You").

66d78ebc 03/25/2016 05:06 AM Phil Davis

Do not allow empty elements in IPv6 addresses

Redmine #6024
Upstream pull request https://github.com/pear/Net_IPv6/pull/14
At this point in the checkIPv6 processing the string should be an uncompressed IPv6 addressed - all the elements should have something in them, a "0" if that element is zero. So any zero-length element is a problem.

4bf6e70f 03/24/2016 09:14 PM Luiz Souza

Disable the check of subqueues bandwidth until it is fixed.

Ticket #5721

ce798e75 03/24/2016 09:08 PM Chris Buechler

Show the full OpenVPN verb debug range same as 2.2.x.

507df66b 03/24/2016 09:06 PM Chris Buechler

Clarify OpenVPN verb level descriptions

89c70e81 03/24/2016 07:51 PM Jared Dillard

change logos to reflect community edition

f72e8ee1 03/24/2016 07:35 AM NOYB NOYB

HTML Compliance - Firewall / Rules

Error: Duplicate ID frrfc1918.
<tr id=frrfc1918>

21b1367f 03/23/2016 04:59 PM Luiz Souza

Pass the correct variable to get_interface_bandwidth(). Fixes the boot crash reported by JimP.

Spotted by: Jorge Oliveira
Ticket #5721

1558a4be 03/23/2016 04:55 PM Jim Pingle

Fix display of gateway IP address and gateway/group descriptions in firewall_rules_edit.php.

ab824cde 03/23/2016 01:57 PM Jim Pingle

Band-aid to stop this from breaking the firewall. Ticket #5721

179196e4 03/23/2016 11:52 AM Stephen Beaver

Merge pull request #2781 from jlduran/fix-openvpn-client-typo

a7a430b8 03/23/2016 07:07 AM Jose Luis Duran

Fix OpenVPN client additional options typo

Should read client instead of server. Also remove the `push` example.

8d659bf1 03/23/2016 07:05 AM NOYB NOYB

HTML Compliance - Vertical Align

pkg.php and functions.inc

8557d323 03/23/2016 05:40 AM Chris Buechler

Add paren here for clarity, suggested by Phil Davis.

2638ddec 03/23/2016 04:19 AM Luiz Souza

Force the existence of bandwidth on root queue.

If the bandwidth is not set the speed of root queue is set by media status.

In this case a ruleset which contains queues with speeds higher than 100Mb/s will fail to be loaded when the root interface is connected to a fast ethernet port (100Mb/s) - but works fine on a gigabit ethernet port....

af85fb0c 03/22/2016 07:57 PM Chris Buechler

Remove ssl_stapling. Ticket #6020

162dfff9 03/22/2016 06:32 PM Stephen Beaver

One too many "!" in the "Advanced options" button javascript caused the Link parameters to be always hidden

4cae2cbc 03/22/2016 05:42 PM Jim Pingle

Re-run priv script to pick up changes.

630326d4 03/22/2016 11:56 AM Renato Botelho

Detect default config flavor

89f3000e 03/22/2016 09:33 AM Renato Botelho

Merge pull request #2776 from NOYB/HTML_Compliance_-_Captiveportal

5f18e743 03/22/2016 07:14 AM NOYB NOYB

HTML Compliance - Captiveportal

Text Align & Background Color

c640d60e 03/22/2016 03:33 AM Phil Davis

Fix syntax error in diag_traceroute

The semi-colon is not needed here.
Reported by forum: https://forum.pfsense.org/index.php?topic=108643.0

54bbb646 03/22/2016 02:44 AM Chris Buechler

Don't log to filter.log when local logging is disabled. Ticket #6018

a337e809 03/22/2016 12:47 AM Chris Buechler

Have recovery mode go to a shell as intended.

5af7c623 03/21/2016 09:50 PM jeroen van breedam

possible typo

9b48e538 03/21/2016 08:49 PM Stephen Beaver

Fixed #6017

593697e4 03/21/2016 07:32 PM Renato Botelho

Read return code from right command

505c8b41 03/21/2016 02:43 PM Jim Pingle

The zone parameter needs to be in this html example for CP.

91170f75 03/21/2016 01:56 PM Stephen Beaver

Bump default config ver to 14.8

2ac8c295 03/21/2016 12:37 PM Stephen Beaver

Merge pull request #2773 from NewEraCracker/small-php-js-tweaks

6402307c 03/21/2016 12:36 PM Stephen Beaver

Merge pull request #2772 from NOYB/HTML_Compliance_-_Diagnostics_/_Test_Port

c7e2c3e8 03/21/2016 12:35 PM Stephen Beaver

Merge pull request #2771 from stilez/patch-20

002fc0d0 03/21/2016 12:34 PM Stephen Beaver

Merge pull request #2769 from phil-davis/btnattr

f15d0e1a 03/21/2016 12:33 PM Stephen Beaver

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

28e3d579 03/21/2016 08:51 AM NewEraCracker

Echo boolean value instead of string

Prior to this change, code would echo an empty string if false and 1 if true. In all other files, with similar code, boolean representation is printed.

0e61f4b1 03/21/2016 07:19 AM NOYB NOYB

HTML Compliance - Diagnostics / Test Port

Error: Start tag seen without seeing a doctype first.
Expected e.g. <!DOCTYPE html>.
Error: Stray doctype.
Error: Stray start tag html.
Fatal Error: Cannot recover after last error. Any further errors will be ignored.

3452a26b 03/21/2016 04:11 AM Stilez y

Remove apparent pointless function (2nd occurance)

430cee65 03/21/2016 04:07 AM Stilez y

replace apparently pointless function in 2 files

Code loops through all return values of get_possible_traffic_source_addresses(true) to create a list of key=>descript list, but the original function returned exactly such a list anyhow with no other data associated with the keys. So the code seems pointless as it replicates exactly the original return value from possible_traffic_source_addresses()....

347c0214 03/20/2016 10:21 AM Phil Davis

Reengineer Form_Button setAttribute

As per what was done for https://github.com/pfsense/pfsense/pull/2765 -
do it to the rest of them.
Seems to work OK.

53fc2039 03/20/2016 09:51 AM Phil Davis

Allow moving last pool entry

If you are moving load balancer pool entries back and forth between the enabled and disabled pools, you can't move the last entry in the disabled pool back to the enabled pool, which you should be able to do.
This change also gives the user flexibility to move the last enabled entry to the disabled, that is helpful if the user is just moving entries around - e.g. putting everything into disabled then adding 1 or 2 back to the enabled. On save, the validation checks that the enabled list has something in it, so the user can;t actually save an empty load balancer pool anyway.

e70fc6f7 03/20/2016 07:21 AM NOYB NOYB

HTML Compliance - Firewall / Schedules / Edit

Error: Duplicate ID tempFriendlyTime.

d3f3b75f 03/20/2016 05:16 AM Chris Buechler

If there was a group with a space, delete all the user-defined groups before hitting local_sync_accounts so pw doesn't get hung up. Ticket #6012

7227efd6 03/20/2016 03:30 AM Chris Buechler

Merge pull request #2766 from jlduran/nginx-ssl-parameter-on-listen-directive

ac387383 03/19/2016 11:34 PM Chris Buechler

Reconfigure any VLANs with a lagg parent after recreating the lagg. Ticket #6014

7cb01159 03/19/2016 10:06 PM Chris Buechler

Check whether group exists using GID rather than name. Users can change the name, but not the GID. Check return code of pw for whether group exists. Ticket #6013

e5ef7ae2 03/19/2016 09:16 PM Chris Buechler

Save changes to config in 148 config upgrade. Ticket #6012

df2aa83e 03/19/2016 05:55 PM Stephen Beaver

Changed the button colors and icons. The fa-terminal wasn't doing it for me :)

1a2d6d34 03/19/2016 05:30 PM Stephen Beaver

Ensure replacement group name is unique

8e2090a1 03/19/2016 03:03 PM Jose Luis Duran

Cleanup nginx configuration file

- Fix indentations
- Use the `ssl` parameter of the `listen` directive [1]
- Change the rewrite rule to use the recommended syntax [2]

[1]: http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl
[2]: http://nginx.org/en/docs/http/converting_rewrite_rules.html

b76cc978 03/19/2016 01:56 PM Stephen Beaver

Fixed #6012
Config upgrade function replaces space with underscore in group names

78d168ce 03/19/2016 12:50 PM Stephen Beaver

Partially fixed #6012 by removing space from chars allowed in group names

49d3b157 03/19/2016 07:14 AM NOYB NOYB

Services / DNS Resolver / General Settings

Static should be static.
Elements that don't need to be dynamic should be static.
More robust than depending on client-side processing to set them.

cee365e6 03/18/2016 04:30 PM Stephen Beaver

Suppress dashboard save icon until needed.

7468ce30 03/18/2016 04:15 PM Jim Pingle

GIF had the same problem as GRE with flags, apply the same fix. Ticket #6010

93520d92 03/18/2016 04:11 PM Jim Pingle

Correct the code saving values for GRE. The GRE configure backend code tests for isset, the way the values were copied before it would be set to 'false' which was still set, so the code always triggered when it shouldn't. When reading back from XML at boot time it's OK, so only the web interface is affected. Fixes #6010

48f9b1cf 03/18/2016 03:10 PM Stephen Beaver

Merge pull request #2761 from heper/patch-1

b8a0f4b1 03/18/2016 02:54 PM Stephen Beaver

Merge pull request #2718 from NOYB/JavaScript_Polyfill_-_String_Includes_Method

6b28e00a 03/18/2016 02:36 PM Stephen Beaver

Merge pull request #2757 from NewEraCracker/allow-ip-as-althostname

1f6a8b6e 03/18/2016 02:21 PM NOYB NOYB

Much cleaner like this.

c154cd7d 03/18/2016 02:21 PM NOYB NOYB

Services / DNS Resolver / General Settings

Echoing $pconfig['custom_options'] directly into JavaScript is prone to breaking the script by creating invalid syntax due to characters such as line feeds etc.
Best to transfer a flag from PHP.

dc9d5657 03/18/2016 01:17 PM Jim Pingle

Use correct variable for the remote ID in IPsec status. Fixes #6009

d684b79a 03/18/2016 12:59 PM Jim Pingle

Add PCI and USB device lists to status output

7076def1 03/17/2016 11:08 PM Stephen Beaver

Temporarily disable PR 2750 pending revision by NOYB