Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0847d1b9 10/19/2008 02:36 PM Ermal Luçi

When disabling an interface bring it down also.

80bf3f4a 10/19/2008 01:20 PM Ermal Luçi

Refactor some code so frontend does not need to know about details that might change
during development.

2867fa7b 10/19/2008 07:41 AM Ermal Luçi

Split random-id and no-df option for scrubbing.

1834f481 10/19/2008 03:33 AM Scott Ullrich

Add plugins folder for firmware_upgrade

e7d967d8 10/19/2008 02:59 AM Scott Ullrich

Reload the filter. Plugins might need to run.

4199cc62 10/16/2008 09:56 PM Scott Ullrich

Navigate to / after 40 seconds to avoid accidental reboots.

e09a935c 10/15/2008 04:31 PM Ermal Luçi

Still array handling changes on php5. Reported by: http://forum.pfsense.org/index.php/topic,12043.0.html

6566050c 10/15/2008 05:50 AM Ermal Luçi

Test for existence before unsetting, this is do to changed behavior in php5. Reported by: http://forum.pfsense.org/index.php/topic,12060.0.html

f6b38c79 10/14/2008 06:47 PM Scott Ullrich

Add table header row

b112841f 10/14/2008 06:35 PM Ermal Luçi

Lock the config before reconfiguring filter rules.

f51f3989 10/14/2008 06:34 PM Ermal Luçi

Fix issue reported by http://forum.pfsense.org/index.php/topic,12043.0.html.

981cf4ae 10/14/2008 04:36 PM Ermal Luçi

All these flushing is not needed now that apply is a differnet step like everywhere else in code.

28ec82f1 10/13/2008 10:49 PM Ermal Luçi

Actually apply fixes to the correct files.

5252f909 10/13/2008 10:43 PM Ermal Luçi

I always remember having done this long ago?!

296a3cb6 10/12/2008 11:57 PM Scott Ullrich

Use listbg as all other pages do

02beec61 10/12/2008 11:32 PM Scott Ullrich

Add missing image

25b37469 10/12/2008 10:01 PM Scott Ullrich

Do not wrap dropdown menus

153eb305 10/12/2008 09:49 PM Scott Ullrich

Make sure all themes have login box information

64a6024c 10/12/2008 09:40 PM Scott Ullrich

Do not list color: #FFFFFF; twice

30d4c469 10/12/2008 09:29 PM Scott Ullrich

Do not hard code white

d4da6249 10/12/2008 09:24 PM Scott Ullrich

Do not hard code white

a313e8eb 10/12/2008 09:04 PM Scott Ullrich

Do not hard code white color

64286300 10/12/2008 09:03 PM Scott Ullrich

Do not harc code white

0e1dce26 10/12/2008 09:00 PM Scott Ullrich

Do not hard code white

00908429 10/12/2008 08:55 PM Scott Ullrich

Do not hard code white

2792f9fe 10/12/2008 08:39 PM Scott Ullrich

Do not hard code white

d514a16b 10/12/2008 08:34 PM Scott Ullrich

Do not hard code white

33300c73 10/12/2008 08:22 PM Scott Ullrich

Do not hard code white

b9056c39 10/12/2008 08:19 PM Scott Ullrich

Use listbg

c3fdc1fd 10/12/2008 08:11 PM Scott Ullrich

Honour listbg font properties

ec45339e 10/12/2008 08:09 PM Scott Ullrich

Set foreground color to white

c2a6f323 10/12/2008 08:08 PM Scott Ullrich

Use listbg instead of hard coding red background for RFC1918 information

ca02851e 10/12/2008 06:59 AM Ermal Luçi
  • Fix a case where instead of testing(==) we where assigning(=) and resulted in strange behaviour
  • Do not unset everything when an interface is disabled just mark it as disabled and write so in the log.
8ca051bf 10/11/2008 11:39 PM Scott Ullrich

Only set font color to white when background is red

f1412ed6 10/11/2008 11:27 PM Scott Ullrich

Allow setting the size of password fields

f6afff20 10/11/2008 10:51 PM Scott Ullrich

Black does not show up well on a red background, use white.

7994c3f8 10/11/2008 04:39 PM Ermal Luçi

Fix applying interface settings and prevent it from being applied multiple times as in ocasions with browser glitches. Remove some only wan part code.

1f6ec411 10/08/2008 08:16 PM Ermal Luçi

Use ECN for the queues created by the wizard which is a more recent technology and i am tired of explaining to users how to handle errors on it. Strange is this is an ALPHA release!

The actual problem is in the dummynet merge with pf which has a red keyword with diferent parameters.

d231c4d3 10/07/2008 01:16 AM Scott Ullrich

Break before information text to match other pages

df4ae7c8 10/06/2008 10:23 PM Ermal Luçi
  • Remove bigpond support from backend.
  • Use killbypid instead of sigkillbypid SIGUSR2 is not doing what is expected.
  • Actually start pppoe/pptp when the routing is called for this.
2cbdf97e 10/01/2008 05:26 PM Ermal Luçi

Cleanup the status queues so it does not does stupid things.
Apparnetly this needs to be converted to 'ajax' calls as the traffic graph but for now live with this.

9e21d318 09/30/2008 03:31 PM Ermal Luçi

Introduce a 'None' option for the gateways select box.
Apart fixing aestetic when there is no gateway configured for the interface it allows you to setup gateways and not
select them on the interface configuration i.e. on Lan or similar type configured ones....

82458abb 09/29/2008 10:09 PM Mark Crane

pkg_edit add <wrap>off</wrap> for textarea

447611c4 09/28/2008 05:28 AM Scott Ullrich

Remove stray 1

fae0b511 09/28/2008 05:26 AM Scott Ullrich
  • Remove debugging code
  • Hide syntax highlighting option for now
bd125eb2 09/28/2008 05:24 AM Scott Ullrich

Do not encode, AJAX function handles.

5f05c1e8 09/28/2008 05:06 AM Scott Ullrich

Automatically remote /tmp/config.cache if it exists after file save.

48b135c6 09/20/2008 07:24 PM Seth Mos

Fix enable/disable checkbox

16e6485b 09/20/2008 02:08 PM Ermal Luçi

Workaround agressive cache of firefox by adding some options in the header. this is the same issue as the traffic graph one.

0605bbe3 09/20/2008 02:02 PM Ermal Luçi

Add text, from lagg(4) man page, that explains what the various protocols do. Add even a note to explain that only un-assigned interfaces can be part of a lagg(4) interface with suggestion from http://forum.pfsense.org/index.php/topic,11614.0.html.

30c1b51e 09/20/2008 01:05 PM Ermal Luçi

Add a note that interfaces part of a lagg(4) will not be shown(allowed to be assigned.

dbdd08af 09/20/2008 12:58 PM Ermal Luçi

Do not allow lagg(4) members to be assigned.

ae5143a7 09/18/2008 04:51 PM Ermal Luçi

Oops, typo.

1ba5e90a 09/18/2008 06:34 AM Ermal Luçi

Catch up with traffic graph changes.

43140710 09/16/2008 08:20 PM Ermal Luçi

Add missing quota to the titles so pages actually display.

1d3bcd2a 09/16/2008 07:00 PM Matthew Grooms

Use get_configured_interface_with_descr() for OpenVPN gui pages. Suggested
by Ermal.

913ba941 09/16/2008 06:22 PM Ermal Luçi

Nuke old utility to take interface statistics

45581172 09/16/2008 06:18 PM Ermal Luçi

Fix the Traffic Graph for Firefox case, which caches agressively and makes the XMLHttpRequest calls return the same result and the output is just a red line at the end of the graph since the difference between the old and new traffic is always 0.

453074aa 09/16/2008 06:15 PM Ermal Luçi
  • Fix 'descr'setting and displaying.
  • Some white space cleanup.
99bbd213 09/16/2008 06:04 PM Matthew Grooms

Fix a few minor problems with the IPsec configuration interface. Make sure
we don't copy the ikeid when duplicating a phase1 entry. Simplify the code
that deletes all associated phase2 entries when a phase1 is deleted. I was
and still am learning the finer points of php.

b63f2e8b 09/16/2008 05:41 PM Matthew Grooms

Make it possible for pakages to insert additional tabbed pages into an
existing tab group. This requires that each page in the tab group call
add_package_tabs() with the tab group name before display_top_tabs() so
pages can be inserted. While far from optimal, this system is really a...

2e814e0d 09/15/2008 05:42 PM Seth Mos

Fix empty wep array

bfe1ef8c 09/15/2008 05:08 PM Ermal Luçi

Correctly handle 802.11x setting.

ff2f4e43 09/12/2008 11:16 PM Ermal Luçi

Some style and consistency fixes, no functional change.

872ce0dd 09/12/2008 10:54 PM Ermal Luçi

Fix the Status->Traffic Graph graphic.

f4758c47 09/11/2008 09:44 PM Ermal Luçi

Bring the ppp frontend to functionality.
Add a more options like max connection attempt, support for static ip setups, username and password configs.

bddd43b4 09/11/2008 12:30 AM Scott Ullrich

Add ability to hook into tabs on various screens. Each tab area will
need to hook into this sytem similar to:
$tab_array = array();
$tab_array[] = array("Port Forward", true, "firewall_nat.php");
$tab_array[] = array("1:1", false, "firewall_nat_1to1.php");...

586293d1 09/10/2008 10:50 PM Scott Ullrich

Remove (not parsed) from description. It IS parsed and checked for XSS
problems now that we can assign owners of interfaces.

5157927f 09/10/2008 10:32 PM Scott Ullrich

Backout last change, we need to think about this some more.

aa8cdf52 09/10/2008 10:24 PM Scott Ullrich

Learn how to spell "Acknowledge"

Pointed-out-by: billm

b8f33727 09/10/2008 10:20 PM Scott Ullrich

We already escape characters. Do not worry about notifying user that
the description field is invalid as it will be escaped again
during firewall_rules.php

8a7712ea 09/10/2008 07:59 PM Scott Ullrich

Require_once instead of require.

e647cc2e 09/10/2008 06:48 PM Matthew Grooms

Increase the page redirect time after switching between http and https. It
can take longer on slower embedded systems.

4c951cc9 09/10/2008 06:41 PM Matthew Grooms

Whitespace and minor bug fixes for package manager pages.

2cc504e1 09/10/2008 01:34 PM Ermal Luçi

Show correct interface.

5d41713c 09/10/2008 01:18 PM Ermal Luçi

Catch up with backend modification and synchronize some fields in the GUI itself.

1d4bd2bc 09/10/2008 11:08 AM Ermal Luçi

Catch up with function renaming.

934240ef 09/10/2008 09:27 AM Ermal Luçi
  • Correctly show dhcp tabs for the service
  • Do not display tabs for the interface not elligible for running a dhcp service.
3f24dd12 09/09/2008 09:50 PM Ermal Luçi

Array checks too.

f20f9461 09/09/2008 09:25 PM Ermal Luçi

Add missing quote char.

b9ed163d 09/09/2008 09:23 PM Ermal Luçi

Array checks too.

89019922 09/09/2008 09:22 PM Ermal Luçi

Add some check if we are working with arrays and fix the check for not allowing dhcpd to be configured on nonstatic ip interfaces.

43e255d2 09/09/2008 08:49 PM Ermal Luçi
  • Introduce an apply button before the changes get effect.
  • Actually fix the form submit action to work correctly.
fe787fc7 09/09/2008 08:32 PM Matthew Grooms

Modify the OpenVPN server configuration to allow the DH parameter length
to be specified. Upgraded 1.2.x configurations will default to 1024 bits.

2ff19bfd 09/09/2008 06:54 PM Matthew Grooms

Move the 'advanced users only' notice into the tab body so the tab headers
are not displaced by this message.

77446beb 09/09/2008 06:49 PM Matthew Grooms

Whitespace and minor bug fixes for system general setup page.

69e5a8be 09/09/2008 11:08 AM Ermal Luçi

Rename interfaces_wan_configure to interface_configure now that it is used for all assigned interface configuration.

4634cb48 09/09/2008 10:41 AM Ermal Luçi

Merge interfaces_wlan.inc into interfaces.php there is no need for the to be different files so when one is edited the other can be broken.

998552f8 09/09/2008 07:45 AM Ermal Luçi

NOTE: Part of the interfaces history is located on interfaces_lan.php and interfaces_opt.php.

18961b4e 09/09/2008 07:39 AM Ermal Luçi

Catch up with file rename.

01eb687d 09/09/2008 07:38 AM Ermal Luçi

Catch up with file rename.

1e257f47 09/09/2008 07:27 AM Ermal Luçi

Oops, this is a test and not an assignment.

4596c155 09/09/2008 07:16 AM Ermal Luçi

Oops, this is a test and not an assignment.

e30001cf 09/09/2008 06:55 AM Matthew Grooms

Cleanup the tab format of the system user/group/server management pages.
The edges were square instead of rounded like most pfSense pages. Also
make sure tabs and cancel buttons are present in the add privilege and
add certificate pages.

96c7a492 09/09/2008 06:19 AM Matthew Grooms

Cleanup the tab format of the system ca/certificate pages. The edges were
square instead of rounded like most pfSense pages. While here, fix a bug
that made the submit button disappear when it shouldn't.

ab3c8553 09/09/2008 05:50 AM Matthew Grooms

Cleanup the tab format of the system advanced pages. The edges were square
instead of rounded like most pfSense pages.

486b4999 09/09/2008 04:21 AM Matthew Grooms

Whitespace and html cleanup of the configuration history page.

fb1266d3 09/09/2008 04:08 AM Matthew Grooms

Moves the protocol and certificate options out of the general config page
to the Advanced admin access tab. The thought is that they should be next
to each other. The certificate management has also been modified to use
the centralized certificate manager. I took the liberty of removing the...

b28278a2 09/09/2008 01:17 AM Bill Marquette

Add "Services" to the page title

b2bc44cd 09/08/2008 09:35 PM Scott Ullrich
  • Rename to interfaces.php
  • Fix tab style issues