Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0c951d98 10/25/2013 07:15 PM Charlie Marshall

cleanup interfaces.widget.php

cfa352c6 10/11/2013 02:46 AM Jared Dillard

added favicon to logged in pages

2df0e712 10/07/2013 05:35 PM Warren Baker

Replace pfSense with the rebrand

2dd9b120 10/04/2013 12:39 PM Jim Pingle

Now that doc.pfsense.org does https and redirects http to https, we may as well send the help links to the https destinations.

c1e48e9b 10/03/2013 02:10 PM Jim Pingle

Fix display of pools in the LB status widget and on the LB Virtual Server status.

1ed963d7 09/30/2013 05:49 AM phildd

Traffic graphs widget has old interface names

Fixes bug #3245

97c78e19 09/26/2013 01:53 PM Renato Botelho

Merge pull request #810 from ExolonDX/branch_04

Update "status_rrd_graph_settings.php" XHTML

b9147430 09/26/2013 01:53 PM Renato Botelho

Merge pull request #809 from ExolonDX/branch_02

Update "status_rrd_graph.php" XHTML

61ba12f0 09/26/2013 01:52 PM Renato Botelho

Merge pull request #808 from ExolonDX/branch_01

Update "pkg_edit.php" XHTML

c92ccc70 09/26/2013 01:45 PM Renato Botelho

require service-utils.inc for find_service_by_openvpn_vpnid()

a5eb046f 09/26/2013 01:40 PM Renato Botelho

Add missing td

7717ee0b 09/26/2013 01:32 PM Renato Botelho

Remove use of undefined var $conn and fix some td class

75f4bdbd 09/26/2013 11:41 AM Colin Fleming

Update "status_rrd_graph_settings.php" XHTML

Close INPUT tags
Update HTML Boolean operators
Update TABLE tag with summary statement

c2cc1721 09/26/2013 11:35 AM Colin Fleming

Update "status_rrd_graph.php" XHTML

Update SCRIPT statements with CDATA
Move the close HEAD statement
Move the FORM statement outside the main table
Close INPUT tag
Update HTML Boolean operators
Add closing table cell (TD) and table row (TR) tags so that the rows are...

5655d48b 09/26/2013 11:18 AM Colin Fleming

Update "pkg_edit.php" XHTML

Update HTML Boolean operator

2d9063af 09/25/2013 08:16 PM Carlos Cesario

Set network interfaces description as interface name.

93ee6032 09/25/2013 12:28 AM Renato Botelho

Respect default gateway option when adding a gateway from interfaces page. It fixes #3230

a338d381 09/24/2013 01:32 PM Jim Pingle

Allow multiple valid time servers to be entered in the wizard, as they are allowed under System > General

c4877616 09/23/2013 02:00 PM Jim Pingle

Include the CP zone in the form parameters if one is defined. Fixes access to concurrent graph on zones other than the first/default.

472ad9a0 09/21/2013 06:16 PM Renato Botelho

Fix #3218, reaload filter rules when activate or deactivate dhcpdv6

c13a7052 09/18/2013 10:14 AM Renato Botelho

Merge pull request #795 from razzfazz/ia-pd-hint

add option to send prefix hint for requesting desired prefix length for delegation (for master branch)

2e9d9ede 09/16/2013 07:57 PM Renato Botelho

Merge pull request #803 from PiBa-NL/outboundnat_disable_checkbox

outboundnat, disable rule checkbox

6ae8c4f2 09/16/2013 06:46 PM Pi Ba

outboundnat, disable checkbox

1cddd59c 09/16/2013 01:13 PM Warren Baker

Split SSL/TLS into separate checkboxes so that plaintext connections can be made secured by using STARTTLS. Support for SMTPS connections should probably be done away with in future. Fixes #3180

01ba8ec6 09/12/2013 06:01 PM Renato Botelho

Convert mac address to lowercase when saving to avoid duplicates. It fixes #3195

4f7bba46 09/12/2013 05:53 PM Renato Botelho

Do not allow local mac address to be added to passtrumac list in CP. It fixes #3122

30cbc007 09/12/2013 02:29 PM Renato Botelho

Fix php short tag opening and silent php -l

ea51e9f8 09/12/2013 02:29 PM Renato Botelho

Remove call-time pass by reference from traffic shaper files, it should fix #2565

1e9b4611 09/12/2013 02:28 PM Renato Botelho

Remove call-time pass by reference for do_input_validation, helps ticket #2565

2f1548d6 09/12/2013 12:42 PM Renato Botelho

Add a redirect url option to blocked macs

a7c00d8d 09/12/2013 11:44 AM Renato Botelho

Delete the old mac when action changes, not the current one

5eee3755 09/12/2013 11:44 AM Renato Botelho

Make captiveportal_passthrumac_delete_entry() return rules instead of execute them as other similar functions do

736c36c6 09/12/2013 11:44 AM Renato Botelho

Use same tab name on all pages

ed8899b5 09/12/2013 11:44 AM Renato Botelho

Change 'Pass-through MAC' tab name to reflect current reality

666f88e0 09/12/2013 11:44 AM Renato Botelho

Add actions (block or pass) to Captive Portal passtrumac

cfd88fbc 09/12/2013 11:44 AM Renato Botelho

Fix indent and whitespaces

611f2910 09/11/2013 06:33 PM Jim Pingle

Make sure to account for IP aliases on lo0 here, or they get duplicated on each CARP sync

eed5b507 09/10/2013 06:02 PM Jim Pingle

Include CA in generated .p12 file. Fixes #2147 the way it was originally intended.

1e940f77 09/08/2013 11:57 PM Jim Pingle

Test growl whether or not growl is disabled.

cf07d574 09/06/2013 05:56 PM Jim Pingle

Do not sync DHPCv6, it must operate independetly. Ticket #3184

d3b3240b 09/06/2013 05:56 PM Jim Pingle

Remove failover peer IP settings from DHCPv6, DHCPv6 doesn't support failover the way that DHPv4 did. Fixes #3184

605ae553 09/06/2013 11:08 AM Renato Botelho

Fix #3127

By default htmlspecialchars does not consider single quotes, what can be
a problem when value attribute is set using it. Replace value attribute
set to use double quotes on places where it's obviously recieving a
result of htmlspecialchars() call.

32a9eb18 09/03/2013 04:52 PM Ermal LUÇI

Bring back static routes to fix issues reported on Ticext #3179

243680e5 09/03/2013 04:00 PM Chris Buechler

Disable state killing on gateway failure by default for new configs.
Clarify the text describing the option while here.

a8ab2b76 09/03/2013 02:20 PM Ermal LUÇI

Fix issue reported on http://forum.pfsense.org/index.php/topic,66160.0.html

4cdae0ac 09/03/2013 09:07 AM Chris Buechler

fix text

18f3c2fd 09/03/2013 09:05 AM Daniel Becker

add option to send prefix hint for requesting desired prefix length for delegation

This change adds an option on the interfaces page for sending a prefix hint for the selected delegation size. If enabled, a "prefix" field requesting :: with the appropriate prefix length (64 - dhcp6-ia-pd-len) is added to the "id-assoc pd" entry in the dhcp6c config file. This hint is required for requesting prefixes shorter than /64 from Comcast.

324e112d 09/03/2013 06:27 AM Chris Buechler

touch up text, s/nat/NAT/

f89f3b3d 08/31/2013 02:31 PM Renato Botelho

Merge pull request #787 from phil-davis/master

Provide get_uptime_sec in a common include file

b097a7cf 08/30/2013 05:37 PM Jim Pingle

Show a count of the CPUs if more than one is detected, and show how those CPUs are supplied by the hardware.

beb7cd97 08/29/2013 05:38 PM Renato Botelho

Use ipprotocol to check gateway protocol, this fix a issue that allow to set more than one default gateway when it's dynamic

806e5979 08/29/2013 07:12 AM Phil Davis

Call get_uptime_sec from functions.inc.php

to avoid code duplication

f6339216 08/28/2013 05:54 PM Jim Pingle

s/require/require_once/g for filter.inc to avoid redeclaration errors in some rare cases.

faf61f12 08/26/2013 06:23 AM Phil Davis

Add option to specify client management port for OpenVPN client export use

See forum http://forum.pfsense.org/index.php/topic,63668.0.html and OpenVPN Manager GitHub discussion https://github.com/jochenwierum/openvpn-manager/issues/17
This allows a different client management port to be specified for use by OpenVPN client export when generating a client config for use with OpenVPN manager. Typically a company could have multiple offices with OpenVPN "road-warrior" access. Some users might need to connect to different offices at different times, so they would have multiple OpenVPN client configs installed on their laptop. For this to work with OpenVPN Manager, each client config needs to have a different management channel - only 1 can use the default of "166". The company can chooose a different number in the road-warrior server "client parameters" section at each office. Then the generated client config from each office will have a unique management channel port number.

8f07b51c 08/23/2013 07:48 PM Pi Ba

Certificate Manager, for 'Create an internal Certificate' use the correct 'Digest Algorithm'

afde5956 08/22/2013 03:33 AM Chris Buechler

fix text to remove non-applicable copy/paste from v4 relay

b4dcdbcf 08/21/2013 01:24 AM Jim Pingle

Remove this particular form tag that doesn't appear to serve any purpose on this page, and breaks the drop-down zone selector. Fixes #3153

eb0287e9 08/20/2013 07:41 PM Jim Pingle

Add patch from the ticket to fix #3149

d318da67 08/20/2013 07:30 PM Renato Botelho

Add scope to target when it is a link-local, it helps ticket #3150

bd6ff328 08/20/2013 05:37 PM Renato Botelho

Add scope to target when it is a link-local, it helps ticket #3150

4fd09104 08/18/2013 09:37 PM Charlie Marshall

remove css

30416166 08/18/2013 01:31 AM Jim Pingle

Strip off scope before attempting to resolve the IPv6 IP here.

f7ff77fa 08/16/2013 06:48 PM Jim Pingle

Fix Diag > Tables AJAX fadeOut after deletion for rows with CIDR mask format.

bc317d1e 08/15/2013 07:17 PM Renato Botelho

Merge pull request #776 from CharlieMarshall/helper

improve the look of the pop up helper widget

f59c7ae0 08/15/2013 07:17 PM Renato Botelho

Merge pull request #772 from CharlieMarshall/jQueryWidgets

convert dashboard progress bars to jqueryUI

5ef8ec88 08/15/2013 06:17 PM Charlie Marshall

fix swap & temp

108e868d 08/15/2013 05:46 PM Jim Pingle

When renaming or deleting a virtual server, clean up the old relayd anchor name. Otherwise the rules are still there and valid, and will cause problems as they will override the new VS settings. Also clear out the anchors when stopping relayd or starting fresh that way no old settings could conflict.

174a331e 08/15/2013 09:02 AM Ermal LUÇI

Also take dhcpv6 into consideration even here.

1a6c12ca 08/14/2013 09:12 PM Charlie Marshall

improve the look of the pop up helper widget

e2ddbda7 08/14/2013 06:54 PM Phil Davis

Display pfSense interface name on status interfaces

Sometimes it is a bit difficult to work out which interface descriptive name is which pfSense internal interface name (wan, lan, opt1, opt2...). It is useful to know for:
a) hardware that has wan, lan, opt1... pre-printed on the case (some Alix cases for example), making it easier for less-trained remote office staff to work out which cable corresponds to which interface in pfSense....

e2ad288e 08/14/2013 05:15 PM Phil Davis

Relax advanced options firewall rules tests

Various advanced options are now possible for any protocol since https://github.com/pfsense/pfsense/commit/653bde345e8f960de5bc745fe74e64d8ef3fd2d3
So allow these through the front-end GUI validation also.

9a478340 08/14/2013 02:56 PM Charlie Marshall

reduce height of progress bars

bc0a344b 08/14/2013 02:09 PM Charlie Marshall

convert dashboard progress bars to jqueryUI

38546223 08/14/2013 01:34 PM Charlie Marshall

ammend css for jquery progressbars

818b5e64 08/14/2013 12:52 PM Jim Pingle

Fix double-click to edit on OpenVPN CSC entries

de85521a 08/14/2013 12:52 PM Jim Pingle

Remove prior CSC entry when cleaning up. Fixes #3143

a161bfb8 08/14/2013 12:51 PM Renato Botelho

Make sure an alias is not used by a static route before delete, ticket #2941

7a2f4f58 08/13/2013 08:53 PM Renato Botelho

Merge pull request #770 from individual-it/master

Fix check for existing IP Address in DHCP mapping

1016c546 08/13/2013 01:10 PM Renato Botelho

Merge pull request #768 from CharlieMarshall/dyn

tiny cosmetic change

ce13cc5f 08/13/2013 11:14 AM Individual IT Services

Fix check for existing IP Address in DHCP mapping

Even the Error message says: "This Hostname, IP or MAC address already exists." the IP Address was not checked if it already was given to a client as static mapped

0abc8f4a 08/12/2013 07:26 PM Charlie Marshall

remove whitespaces

f5da0849 08/12/2013 07:25 PM Charlie Marshall

change to span all cells

1ca626e7 08/12/2013 06:16 PM Ermal LUÇI

Prevent assigned vlans from being changed the tag.

3c249cfa 08/12/2013 12:15 PM Renato Botelho

Remove datetimepicker.js since it's not used anymore

23991e58 08/11/2013 04:33 PM Charlie Marshall

change to plus 100 years as opposed to hard coded date

3ccb9689 08/11/2013 04:12 PM Charlie Marshall

remove whitespaces

12c2ec2e 08/11/2013 04:08 PM Charlie Marshall

improve datePicker on usermanger page

22ffa33e 08/08/2013 02:55 PM Renato Botelho

Warn user that change will not take effect immediately

5c724215 08/07/2013 02:59 PM Renato Botelho

Do not call -f twice (thx eri)

e166769c 08/07/2013 12:17 PM Renato Botelho

Fix whitespaces

92e8cb11 08/07/2013 10:44 AM Renato Botelho

Improvements on Diagnostics -> Routes

  • Add filter expression
  • Add limit number of rows option (default 100)
  • Run one netstat for each section
  • Load netstat result using ajax after page is loaded
9b50c0ed 08/06/2013 10:46 PM Charlie Marshall

remove whitespaces from widgets

b05a8f35 08/06/2013 08:38 PM Jim Pingle

Show apinger as a service when active, and display its status on gateway-related pages.

f955f036 08/06/2013 08:01 PM Jim Pingle

Add the MAC manufacturer code to the CP status page

f7cd2ed8 08/06/2013 07:53 PM Jim Pingle

Add the MAC manufacturer code to the DHCPv6 leases view.

9cd01cd6 08/06/2013 05:42 PM Jim Pingle

Add the MAC manufacturer code to the NDP table.

1bc946f1 08/05/2013 10:49 PM Charlie Marshall

disable horizontal resizing

14bcaa4b 08/05/2013 10:07 PM Charlie Marshall

remove whitespaces

82beeb74 08/05/2013 09:56 PM Charlie Marshall

fix / make textarea full width

3efa7976 08/05/2013 05:06 PM Warren Baker

fix text - add space between sentences. This got lost in another commit