Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
aeb87745 02/04/2016 10:20 PM Chris Buechler

Return blank rather than 0ms/0% for unmonitored gateways latency and loss. Show on dashboard widget when a gateway is unmonitored. Ticket #2226

d46049e1 02/04/2016 09:38 PM Chris Buechler

Allow gateway weights up to 30, and add a check in filter.inc to prevent creating too long of a route-to line. Related to pull request 1614

b8463d3b 02/04/2016 09:02 PM Jim Pingle

Fix typo in button class for CP status

5f3ba2e0 02/04/2016 05:53 PM Renato Botelho

Make sure subnet_size() didn't return 0

380e4235 02/04/2016 03:35 PM Renato Botelho

Isolate the check for @label in the end of hostname only for noip and noip-free

e8f35ce4 02/04/2016 03:31 PM Renato Botelho

Merge pull request #2574 from tiagobar/master

ddacd37a 02/04/2016 03:01 PM Renato Botelho

Merge pull request #2579 from NOYB/HTML_Compliance_-_Status_/_DHCPv6_leases

92ac27e2 02/04/2016 12:45 PM Stephen Beaver

Merger PR 2583 but retained non-sortable actions column

673cf287 02/04/2016 12:43 PM NOYB NOYB

Status / DHCP leases - Root Cause Sort Issue

Sort routine apparently does not honor colspan attribute.

Here are three possible solutions:
1) Add a description column instead of spanning the start and end columns. This is the method presented in this commit....

85a2b065 02/04/2016 10:58 AM Renato Botelho

Fix #5830

Add a new advanced option on gateways to allow user define data
payload. Default is 0

27576447 02/03/2016 08:06 PM Stephen Beaver

Don't sort online, lease type or action icon columns

9207dc4d 02/03/2016 06:55 PM Jim Pingle

Add RFC 2136 support to the DynDNS widget

934795ae 02/03/2016 06:10 PM Jim Pingle

Add back "Save & Force Update" for RFC 2136

c7127a13 02/03/2016 05:49 PM Jim Pingle

Implement Multi-WAN for RFC2136.
A failover gateway group may be selected similar to the other DynDNS styles.

d31445c7 02/03/2016 04:51 PM Stephen Beaver

Fix hiding of shadow selector

819d58ac 02/03/2016 04:18 PM Stephen Beaver

Improvements to priv filtering

5d916fc7 02/03/2016 04:02 PM Stephen Beaver

Improvements to the priviledge filter functionality

8008b380 02/03/2016 08:00 AM NOYB NOYB

System / Advanced / Firewall and NAT - Remove PPTP from Verbiage

Remove PPTP from Verbiage. https://forum.pfsense.org/index.php?topic=106257.0
Also don't see any reason for the span tag here.

57ce146a 02/03/2016 06:20 AM Chris Buechler

Duplicate monitors rather than overwrite. Ticket #4441

0eb688c5 02/03/2016 05:49 AM Chris Buechler

pfsync syncpeer requires IPv4. Ticket #4648

d72aaef5 02/02/2016 08:47 PM Stephen Beaver

Added priv filter capability

4abd750d 02/02/2016 08:16 PM Stephen Beaver

Fixed #5049

28ac75cf 02/02/2016 07:55 PM Renato Botelho

Regenerate .pot

772750be 02/02/2016 07:54 PM Renato Botelho

Merge pull request #2580 from phil-davis/gtsys2

55fa9d51 02/02/2016 07:48 PM Jim Pingle

Fix up DynDNS widget to follow recent changes in DynDNS for Namecheap

762faef5 02/02/2016 07:24 PM Phil Davis

Internationalization of various system*.php

0fa5f5ff 02/02/2016 07:01 PM Stephen Beaver

Cosmetic save

250061b0 02/02/2016 04:14 PM Stephen Beaver

Per #4195
Alias table is now sortable

dffb7188 02/02/2016 04:14 PM NOYB NOYB

Status / System Logs - Forms Buttons Icons Update

Add icon to save button.
Consolidate addClass statements.

b69a106a 02/02/2016 12:38 PM Renato Botelho

Fix #5831 using a simpler approach, just setting REPO_AUTOUPDATE=false when it's booting

1855c106 02/02/2016 12:38 PM Renato Botelho

Revert "Fix #5831"

This reverts commit 93a8ddf7a4c5d43cbeb623c923eb76659e6f49e0.

1e116004 02/02/2016 08:14 AM NOYB NOYB

HTML Compliance - Status / DHCPv6 leases

Stray end tag tr.
Move stray tr end tags inside foreach loops.

4994dc3f 02/02/2016 01:42 AM Stephen Beaver

Add missing description field

ec337167 02/01/2016 07:31 PM Renato Botelho

Save pkg call return code to use on return. The way it is now is always returning 0. It should fix #5837

6635aa0f 02/01/2016 05:35 PM Jim Pingle

Change Namecheap dyndns to use split hostname and domain name fields. Upgrade existing entries automatically. Implements #4366
Code should be generic enough that if other DynDNS providers would work better with a separate domain field, they can pick up the feature without too much trouble.

408c4a27 02/01/2016 01:59 PM Stephen Beaver

Make row delete button icon only (removes gettext("Delete"): )

aecade14 02/01/2016 12:20 PM Renato Botelho

Make additional packages install/delete operations to respect -n (dry-run)

2b29a7e2 02/01/2016 12:15 PM Renato Botelho

Reorder pkg_reinstall_all(), no functional changes

73e4bf68 02/01/2016 12:15 PM Renato Botelho

Respect ALL_PACKAGES for package removal

93a8ddf7 02/01/2016 11:19 AM Renato Botelho

Fix #5831

After PKG_AUTOUPDATE=false was removed, operations done during boot,
2nd and 3rd stages of upgrade process, are trying to update repository
metadata. The problem is during this stage we don't have a network
available yet and all needed packages were previously downloaded....

20e108e0 02/01/2016 03:13 AM NOYB NOYB

Remove Non-Existent Class - help-icon

Remove non-existent help-icon class statements from index and head.

43af5882 01/31/2016 11:55 PM Luiz Souza

Change diag_dump_states.php to use pfSense_get_pf_states().

Fixes IPv6 issues, add packets and bytes information, filter state by rules (when linked from firewall_rules.php).

Inspired by pull request #1901 from marcelloc/hitcount_23_02.

70a84c25 01/30/2016 05:16 AM Tiago Barrionuevo

Dynamic DNS URL for NO-IP needs to be updated.

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.

90f5d93e 01/29/2016 10:21 PM NewEraCracker

Remove executable bit of these two .gif

Seems like I missed those on commit 0427f8b32838bfb17c818fece48a7d4795db670b

0427f8b3 01/29/2016 10:00 PM NewEraCracker

Remove executable bit of all static content in www

aab42b90 01/29/2016 08:17 PM Stephen Beaver

Correct jquery file attributes

78d9e91e 01/29/2016 05:06 PM Stephen Beaver

Update jquery to 1.12

85d49326 01/29/2016 04:20 PM Stephen Beaver

Remove bonus space

511053ad 01/29/2016 04:19 PM Stephen Beaver

Possible fix for #5752

be624266 01/29/2016 02:00 PM Stephen Beaver

Fixed issues where a rule is duplicated (cloned) and the new rule is inserted above a separator bar location

1cd1435e 01/29/2016 01:17 PM Stephen Beaver

Fixed #5828

cde7cf49 01/29/2016 01:01 PM Stephen Beaver

Merge pull request #2572 from NewEraCracker/minor-cleanup

4129ab1e 01/29/2016 01:00 PM NOYB NOYB

Panels Overflow - Horizontal Scroll Bar

Been looking into ways to eliminate the horizontal scroll bar in the available widgets, log filter, and manage log panels. Not sure which would be preferred. Using the specific panel ID or the class hierarchy for applying more globally.

2af731f8 01/29/2016 11:07 AM NewEraCracker

Minor cleanup

1) Undo typos in sasl.inc. 2) Remove unused code from CSS. 3) Correct typos in some comments. 4) Convert short_open_tag to full tags. 5) Make 'else' block look like the others.

1fde544f 01/29/2016 09:57 AM Chris Buechler

Fix enable/disable of NAT/BINAT address and mask fields.

0d14e2ac 01/29/2016 07:42 AM Chris Buechler

Include a tracker ID in new associated firewall rules.

c4db25a5 01/29/2016 04:52 AM Chris Buechler

Add topology selection to OpenVPN client page. Ticket #5764

f8ccc704 01/29/2016 04:24 AM Chris Buechler

OpenVPN maxclients must be an integer not just a number

655c577b 01/29/2016 02:35 AM Stephen Beaver

Fix log radio buttons

0c9b98c0 01/28/2016 11:57 PM Chris Buechler

Import David W's patch fixing issues with dhcp6c being launched multiple times in some circumstances. Ticket #5621

7d8552fc 01/28/2016 08:54 PM Stephen Beaver

Separator bar stuff moved to pfSenseHelpers.js so that it can be more easily applied to other pages
Separators added to firewall_nat.php

ab225849 01/28/2016 07:03 PM Jim Pingle

Add option for FreeRADIUS-friendly stop/start RADIUS accounting updates.
It needs a sleep between the stop and start, and it needs slightly different figures for start/stop time in the request.

1f73ccba 01/28/2016 06:08 PM Stephen Beaver

Remove no longer needed code

add097d2 01/28/2016 06:00 PM Stephen Beaver

Re-order separators on adding a new rule at the top

a4eef0c7 01/28/2016 06:00 PM Stephen Beaver

Adjest separators on rule move or delete

a341b67f 01/28/2016 05:42 PM Renato Botelho

Merge pull request #2570 from phil-davis/patch-6

4bfdf0be 01/28/2016 05:41 PM Phil Davis

system_routes action button titles

5154b00d 01/28/2016 05:37 PM Phil Davis

systems_gateways action button titles

Hmmm - there are a few of these, I should have made a branch with a single commit. Anyway, nearly done.

7e0391eb 01/28/2016 05:32 PM Renato Botelho

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

b94f1830 01/28/2016 05:31 PM Phil Davis

system_certmanager action button titles

097094bd 01/28/2016 05:25 PM Phil Davis

system_camanager action button titles

16cfd466 01/28/2016 05:24 PM Renato Botelho

Merge pull request #2566 from phil-davis/patch-1

1a535510 01/28/2016 05:20 PM Phil Davis

system_gateway_groups action button titles

d7d7820e 01/28/2016 05:12 PM Phil Davis

Apply current UI standard to DHCP Pools table

1) "Actions" column heading.
2) Make action buttons fa-pencil fa-trash
3) Put a title for each button, so that the "Are you sure you wish to..." popup works nicely.

3d4f465f 01/28/2016 04:43 PM Phil Davis

Fixup text for delete rule confirmation popup

It is was asking "Are you sure you wish to delete?"
On any buttons that have a confirmation popup the title text needs to be something that works on the end of "Are you sure you wish to".

c54a42ea 01/28/2016 04:06 PM Renato Botelho

Update typo spotted by @phil-davis

138e4140 01/28/2016 03:54 PM Renato Botelho

Remove static routes to DNS servers when gateway is disabled. It should fix #4921

32f29b1d 01/28/2016 02:40 PM Stephen Beaver

Remove href to prevent page scrolling on click

da2e65d5 01/28/2016 02:39 PM Jim Pingle

Test duplicated slice with fsck after cloning during an upgrade

5ff2d3e1 01/28/2016 02:20 PM Stephen Beaver

Merge branch 'Auto_Suggest_Box_White_on_White' of https://github.com/NOYB/pfsense

10ae204f 01/28/2016 02:11 PM Stephen Beaver

Cosmetic changes - part deux
Calculate colspans in casenumber of columns change again
"bytes" => "B" to reduce column width

0c61e497 01/28/2016 01:43 PM Stephen Beaver

Cosetic update - Part 1

fc9795b5 01/28/2016 01:43 PM Stephen Beaver

Fixed #5804

d42c92b7 01/28/2016 01:28 PM Renato Botelho

Merge pull request #2393 from schinken/radvd-lifetime

352defe4 01/28/2016 11:45 AM Christopher Schirner

Add possibility to configure radvd valid lifetime

cc2cff0b 01/28/2016 11:12 AM Luiz Souza

Show rule state details in firewall rules.

Inspired by pull request #1901 from marcelloc/hitcount_23_02.

State visualization and kill will be committed in a subsequent commit.

7ffd9078 01/28/2016 10:49 AM Renato Botelho

Merge pull request #2120 from NOYB/Services-DNS_Resolver-System_Domain_Local_Zone_Type

87797ed9 01/28/2016 08:03 AM NOYB NOYB

Fixes 5804 - Auto Suggest Box White on White

Match it with form input and form-control.

143db93e 01/27/2016 08:16 PM Stephen Beaver

Fixed #5803

7345fad6 01/27/2016 07:27 PM NOYB NOYB

Status - System Logs - Move Raw Mode Row Count JQuery

Move row count JQuery to run only in raw mode.

46b53131 01/27/2016 05:08 PM Renato Botelho

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

84f3d419 01/27/2016 05:07 PM Renato Botelho

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

205c28f9 01/27/2016 05:06 PM Renato Botelho

Merge pull request #2560 from phil-davis/patch-5

d2c1089f 01/27/2016 04:51 PM Phil Davis

Status IPsec info box

As well as internationalization of this info box, I have:
1) Made all of them the same text - it seemed odd that there were 2
different versions of text for the same thing.
2) Made it an info-level infoblock. It seemed odd to me that this was...

c33f2391 01/27/2016 04:36 PM Phil Davis

status_ntpd whitespace

Various lines were not on tab stops, some PHP end tags were on the end of lines and others on new lines... I found it a bit hard to read when tracking through a previous missing PHP start tag. Maybe this is better? or maybe I have gone too crazy re-formatting it?

f09d4db4 01/27/2016 04:35 PM Renato Botelho

Select an interface to track is mandatory

30c7f441 01/27/2016 04:23 PM Stephen Beaver

Merge pull request #2559 from phil-davis/gt16

b796ec88 01/27/2016 04:22 PM Stephen Beaver

Fixed #5824

98128ad6 01/27/2016 04:18 PM Phil Davis

Internationalization of various status*.php