Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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.

7e506f87 02/02/2016 03:28 PM Jim Pingle

Fix easy rule problem when using a non-English language, take 2.

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.

f362c73b 02/02/2016 06:24 AM Chris Buechler

Use the NAS IP configured for PPPoE server instances. Ticket #185

a2b813bf 02/02/2016 06:08 AM Chris Buechler

Remove old pppoerestart cron job if it exists. Ticket #1905

3fafb89b 02/02/2016 03:40 AM Chris Buechler

Set fastcgi_read_timeout to 180 seconds rather than the default 60 for the occasional long-running page.

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.

4700a731 02/01/2016 02:08 PM Stephen Beaver

Typo

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

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

43568d7d 02/01/2016 01:42 PM Stephen Beaver

Fixed #5834

7222324e 02/01/2016 12:41 PM Renato Botelho

Remove all additional packages from the system before reset to factory default. Fixes #5829

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.

68e82ecb 01/29/2016 11:59 PM Chris Buechler

OpenVPN server config upgrade already handled in 129_to_130. Ticket #5764

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

1c0083d0 01/29/2016 01:19 PM Jim Pingle

Fix easy rule problem when using a non-English language.

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.

1968fe40 01/29/2016 07:57 AM Chris Buechler

Make sure filter rules have a tracker ID, associated rules were missing it previously.

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

Include a tracker ID in new associated firewall rules.

1c1ca39b 01/29/2016 06:04 AM Chris Buechler

retain OpenVPN's net30 default topology for upgraded configs so they still work. Ticket #5764

4742e635 01/29/2016 05:42 AM Chris Buechler

Omit topology for tap OpenVPN, as it has no meaning in that context

3f1265e4 01/29/2016 05:18 AM Chris Buechler

Remove stray }

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

6a461f45 01/28/2016 04:02 PM Phil Davis

services.inc code style

from recently-added code

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

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

c6079517 01/28/2016 03:54 PM Renato Botelho

Simplify logic

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

e1932596 01/28/2016 01:36 PM Renato Botelho

Fix comments to reflect reality. Spotted by @phil-davis

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

bc243c30 01/28/2016 10:34 AM Renato Botelho

Merge pull request #2497 from PiBa-NL/23_rules.inc-tagging

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.

7c208139 01/27/2016 08:48 PM Jim Pingle

Merge pull request #2499 from PiBa-NL/23_servicelinks

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

acd5b0d4 01/27/2016 04:30 PM Renato Botelho

Revert "Remove track6-interface and track6-prefix-id from interfaces->lan in default config.xml"

It was not supposed to be committed, on default config, LAN must track
WAN

This reverts commit a75aa2ca5e7ee31e543d80a23d99fd2dd6cad5bc.

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

08d3034c 01/27/2016 04:07 PM Renato Botelho

Add a seatbelt to make sure ipaddrv6 is set to track before start radvd. Ticket #5812

01acfc89 01/27/2016 03:47 PM Phil Davis

RRD Graph custom options help text

Minor grammar only!

96bfacf0 01/27/2016 03:40 PM Phil Davis

Remove need for escaped single quote

9d10b516 01/27/2016 03:38 PM Renato Botelho

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