Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

86b429b3 12/30/2014 04:35 PM Phil Davis

IPsec Widget allow for old settings that have no iketype

as mentioned in https://forum.pfsense.org/index.php?topic=84527.msg471919#msg471919
This change makes it work like similar if tests in /usr/local/wwwvpn_ipsec.php, and code in /etc/inc/vpn.inc that effectively defaults to ikev1 when iketype is not specified....

5525974b 12/26/2014 08:03 AM Phil Davis

Display tunnel description on IPsec widget

There was not even code to attempt to display the description.
Also, when I first created a phase1 and there were no phase2 yet, the widget spat out the warning for the line:
foreach ($config['ipsec']['phase2'] as $ph2ent){ ......

cdb68b25 12/24/2014 05:40 PM Ermal Luçi

Oops remove variable with same name unused!

4f23e0a4 12/24/2014 05:39 PM Ermal Luçi

Add checks for ghost phase2 and no need to check for number of phase2 here

d1e53a1e 12/24/2014 05:26 PM Ermal Luçi

Correct skipping of disabled tunnels

21b2912f 12/24/2014 05:21 PM Ermal Luçi

Correct status counter of inactive tunnels

f8827719 12/23/2014 04:21 PM Ermal Luçi

Oops do not override ipsec status array!

f2087b77 12/22/2014 11:41 PM Chris Buechler

Merge pull request #1397 from phil-davis/patch-15

b5d827f6 12/22/2014 11:39 PM Chris Buechler

Merge pull request #1400 from phil-davis/patch-17

7a8ea3ee 12/22/2014 03:08 PM Ermal Luçi

Correct dashboard with new ipsec generation

c120bd8d 12/21/2014 12:03 PM Phil Davis

Handle firewall log widget display formats

the same way for the initial display and for updated rows done by Java Script. Now we receive the source IP and port, destination IP and port, all in separate fields so they can be put together in whatever combination for display....

7a0c88f8 12/20/2014 06:05 PM Phil Davis

Interfaces widget remove blank line if no IPv4 address

If the interface had an IPv6 address but no IPv4 address, there was a blank line where the IPv4 address would have been. There is no need for that, and one day IPv4 will be old legacy and systems will routinely have no IPv4 addresses at all - they will all be IPv6. Might as well make that look ordinary on the display now....

2795f40b 12/20/2014 05:08 PM Phil Davis

Interfaces widget create all div

All div for the various things need to be created here, so that later AJAX can switch the necessary things on/off and write a new IPv4 or IPv6 address into the div when an interface acquires an address.

6678fdd1 12/14/2014 10:03 PM Colin Fleming

Tidy up "widgets" XHTML

Add CDATA sections to scripts
Add ALT to image tags and close image tags
DIV tag cannot be inside a STRONG tag, so swap them around
SCRIPT cannot be part of TR tag, so place the SCRIPT inside a TD tag but
hide it.

6404148c 12/05/2014 11:51 AM Phil Davis

Use proper listr class for Gateways Widget Status

The Gateways Widget Status was not using the listr class, and so it was missing the borders for the right and bottom of its box.
Use the listr class.
Then use javascript to explicitly set the background-color to match the status, overriding the white that is specified in listr.

5eeee40f 12/05/2014 07:55 AM Phil Davis

Fix gateway widget status update

Redmine #4077

c2914fc9 12/04/2014 07:59 AM Phil Davis

Use IPv4 for ntpq if IPv6 not allowed in widget #4074

Similar code here. Shame it was not in a subroutine called from both places, but not about to re-engineer that now:)

79f4c970 11/25/2014 07:30 PM Chris Buechler

fix IPsec widget status display after recent changes broke it. Ticket #4045

b7b3f343 11/22/2014 07:15 AM Chris Buechler

fix up text

13a40016 11/20/2014 07:01 PM Jim Pingle

Add .inc file for gmirror status widget to give it a better title and link to the management page.

4b40d036 11/18/2014 01:49 PM Renato Botelho

Define a local boolean var for showact to avoid security issues, also pass order parameter trough htmlspecialchars()

e91a43d6 11/18/2014 01:40 PM Renato Botelho

Fix whitespace and indent

a0b72ec3 11/18/2014 09:45 AM Renato Botelho

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

b4e0f02b 11/13/2014 04:50 PM Renato Botelho

Make sure $cpzoneid is defined and use it to call pfSense_ipfw_Tableaction() and pfSense_ipfw_getTablestats(). Also fix fieldnames for captiveportal_hostnames. It should fix #4001

bd0bb466 11/12/2014 09:06 PM Ermal LUÇI

Do not display the disabled tunnels since they are not needed in the widget. Ticket #3955

6a151c91 11/12/2014 08:43 PM Ermal LUÇI

Commit the other part of the fix for Ticket #3955

285acd60 11/12/2014 11:46 AM Ermal LUÇI

Oops do the right thing here by passing proper argument rather than breaking the ipsec status page. Ticket #3955

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

bcb83c9e 11/07/2014 05:19 AM Phil Davis

Reintroduce graphcounter var to traffic_graphs.widget.php

This counter got lost in commit https://github.com/pfsense/pfsense/commit/ee965a5c7bf37b852795e1201688e3b20bf3d8d1
But the code at line 174 was still using it to offset the start time of each shown graph by 2 seconds, which I guess helps the graph data collection requests back to the pfSense to be staggered, not all having to be serviced at almost exactly the same time....

ea20169a 11/04/2014 08:49 PM Jim Pingle

Use a better method of finding disks for SMART.
Old code was inaccurate and also listed entries that were symlinks to other disks

0a8d7fe9 10/28/2014 11:49 AM Renato Botelho

Back to use listr instead of vncellt since it has small fonts and mitigate changes of go outside the sidget. It should fix #3937

30cb409d 10/28/2014 11:24 AM Renato Botelho

Simplify logic

bf50b0a4 10/28/2014 11:10 AM Renato Botelho

Remove unecessary variables

9c76c0f1 10/28/2014 11:08 AM Renato Botelho

Whitespace and indent

497563be 10/16/2014 07:21 PM Jim Pingle

Fix the log widget to lookup hosts by DNS using a link rather than AJAX. Quick fix for now. Ticket #3829

0b42518d 09/18/2014 05:31 PM Jim Pingle

fix syntax

05bf20a3 09/16/2014 12:40 PM Renato Botelho

Merge pull request #1280 from ExolonDX/branch_master_04

24e183cd 09/14/2014 11:57 AM Colin Fleming

Tidy up "gateways.widget.php" XHTML

Remove invalid "summary" attribute from TD tag

607e15db 09/14/2014 11:54 AM Colin Fleming

Tidy up "interfaces.widget.php" XHTML

Remove duplicate closing TR tag
DIV tag cannot be enclosed in a B (bold) tag
Change class and style

6c2abb0f 09/11/2014 06:01 PM Ermal LUÇI

Show friendly names

048dd7b9 09/11/2014 05:57 PM Ermal LUÇI

Remove extra char

5e09285e 09/11/2014 05:55 PM Ermal LUÇI

Correct widget displaying of status for tunnels

6f276cba 09/11/2014 05:47 PM Ermal LUÇI

Properly display number of mobile users

45dbc75f 09/10/2014 08:39 PM Ermal LUÇI

Try to make the ipsec widget usable again

1b53d5f2 09/01/2014 01:13 PM Phil Davis

Fix traffic graph widget default autoscale

so the radio buttons selection allows only 1 to be selected and the setting is then saved.
Forum: https://forum.pfsense.org/index.php?topic=81166.msg

b0473447 08/28/2014 11:48 AM Renato Botelho

Merge pull request #1261 from CharlieMarshall/improveInter

dd574822 08/28/2014 11:38 AM CharlieMarshall

Remove blank line if only an ipv6 address is in use

552e8f5c 08/28/2014 10:40 AM Renato Botelho

Merge pull request #1268 from CharlieMarshall/gatewayWidget

bd9c9cb1 08/28/2014 09:41 AM CharlieMarshall

improve/tidy up interfaces widget

3877b513 08/25/2014 05:21 PM CharlieMarshall

improve look of gateways widget

35774aec 08/25/2014 01:27 PM CharlieMarshall

fix display of traffic graph

fab1cd2f 08/20/2014 06:40 PM Renato Botelho

Revert "improve/tidy up interfaces widget"

I pushed it accidentally, will wait a fixed version of the patch

This reverts commit b75192e3bc851e80d6bfd33c12849dbc269039fb.

b75192e3 08/20/2014 06:18 PM CharlieMarshall

improve/tidy up interfaces widget

d806061c 07/18/2014 01:33 PM Renato Botelho

Merge pull request #1232 from N0YB/Widget_Gateways

5847917c 07/18/2014 01:31 PM Renato Botelho

Merge pull request #1236 from N0YB/Widget_Services_Status

971de1f9 07/07/2014 11:06 PM Renato Botelho

Convert almost all /sbin/sysctl calls to php functions

aba02f65 06/18/2014 07:54 PM Renato Botelho

Simplify logic, add some protection to user input parameters

f334f8bf 06/18/2014 06:38 PM Renato Botelho

Fix whitespaces and indent

2b641a08 06/17/2014 06:13 PM Renato Botelho

Protect servicestatusfilter parameter with htmlspecialchars()

e4921058 06/17/2014 05:53 PM Renato Botelho

Protect rssfeed parameters with htmlspecialchars()

959c12cf 06/15/2014 09:50 AM N0YB

Remove Status Verbiage. Consumes too much realestate in widget. Status icon without the verbiage is sufficient in widget view.

061ac3f3 06/13/2014 06:11 PM N0YB

Better string check

6f3d2063 06/13/2014 11:59 AM Renato Botelho

Replace Header() calls by lowercase

f5b26faa 06/13/2014 08:17 AM N0YB

Remove htmlspecialchars() call for a fixed string.

529ba86a 06/08/2014 09:50 PM N0YB

Populate gateway address field with tilde if there is no address or friendly interface.

This is to match the update data.

56898132 06/05/2014 09:44 PM Colin Fleming

Tidy up misc. widgets XHTML

captive_portal_status.widget.php
Remove NAME from TABLE tag, not valid in XHTML

carp_status.widget.php
Add missing closing TD tag

dyn_dns_status.widget.php and
installed_packages.widgete.php
Update TD class to single line

load_balancer_status.widget.php...

52398a6b 05/30/2014 06:15 PM Jim Pingle

Bring in proper gmirror support for the GUI and notifications.
Made a general gmirror library to perform various gmirror tasks and get information, using some of the former widget logic to start. Updated widget to use this new code.
Added a Diag > GEOM Mirrors page that displays information about existing mirrors and perform various management tasks. Current actions include rebuilding a drive, forgetting disconnected mirror drives, insert/remove, deactivate/activate, clearing medatada. It's now possible to use the GUI to rebuild a failed mirror by performing a forget, then insert action to replace a missing/dead drive....

504e5fd4 05/28/2014 06:00 PM Jim Pingle

Use script-friendly gmirror status output to build this info, old method was breaking output when the mirror was being rebuilt.

3543db5e 05/22/2014 06:26 PM Renato Botelho

Merge pull request #1205 from ExolonDX/branch_master_59

e286c998 05/22/2014 06:26 PM Renato Botelho

Merge pull request #1203 from ExolonDX/branch_master_56

0ab02bfd 05/22/2014 06:25 PM Renato Botelho

Merge pull request #1168 from ExolonDX/branch_master_16

0d4b6b89 05/22/2014 04:47 PM Jim Pingle

Display space usage for all mounted filesystems, not just /. Also display FS type and indicate if it's a RAM disk.

1b244d38 05/19/2014 10:49 PM Colin Fleming

Update SCRIPT tags.

Add CDATA sections to SCRIPT tags in various files

d085e7ac 05/19/2014 10:10 PM Colin Fleming

Tidy up "log.widget.php" XHTML

Add CR to SCRIPT
Update HTML Boolean operators
Move NOWRAP into CLASS statement
Deprecate Ampersand in Anchor tags
Add dummy row to TBODY, but don't display it.

286996b4 05/17/2014 11:27 AM Colin Fleming

Tidy up "status_graph" XHTML

Move "fbegin.inc" between BODY and SCRIPT
Add CDATA sections to SCRTIPS
Update HTML Boolean operators
Remove EMBED, propriietary tag, replace with OBJECT
Add SUMMARY to TABLES
Add missing closing P tag
Close INPUT tags

b27659bd 05/14/2014 03:37 PM Chris Buechler

add guiconfig to widgets not including it. ticket #3498

426cf164 05/08/2014 01:36 PM Jim Pingle

Fix firewall log widget rule lookup to consider tracker id.

bd42727d 04/01/2014 03:55 PM Colin Fleming

Tidy up "system_information.widget.php" XHTML

Add CDATA secttions to script
Remove link to CSS file and place it in HEAD.INC and add "type"

354ecfbc 03/25/2014 11:25 PM ayvis

javascript normalization

07130afe 03/25/2014 10:32 PM ayvis

removed duplicate type=text/javascript
added type for <script>

6fba8620 03/25/2014 05:35 PM Renato Botelho

Merge pull request #1031 from ayvis/master-br-patch

replaced uppercase html tags with lowercase

a6bb4e06 03/21/2014 12:25 PM Renato Botelho

Detect Zones and Cores for thermal sensors using regex, it fixes #3337

91f026b0 03/19/2014 10:38 PM ayvis

replaced uppercase html tags with lowercase
js files saved as UTF-8 / LF
language="JavaScript" deprecated, replaced with type="text/javascript"

7f7626ba 03/17/2014 02:17 PM Renato Botelho

Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-master-br

0734024c 03/15/2014 12:28 AM Chris Buechler

standardize URLs

184016fc 03/15/2014 12:15 AM Chris Buechler

standardize on https on www.pfsense.org

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

d3515e02 02/19/2014 04:00 PM Ermal Luçi

Merge pull request #938 from nagyrobi/patch-12

Create ntp_status.widget.php

fe5ad8af 02/18/2014 05:22 PM robi robi

Update ntp_status.widget.php

fixed tail path

de3ba995 02/18/2014 03:01 PM robi robi

Update ntp_status.widget.php

Updated errorneous paths. Sorry.

d950f929 02/18/2014 02:32 PM robi robi

Create ntp_status.widget.php

Dedicated widget which has a javascript clock showing the server time accurately, and based on NTP's running state displays information about sync source, GPS state etc. It refreshes contents every minute, without reloading the entire page.

b2c559da 02/18/2014 02:30 PM robi robi

Create ntp_status.inc

NTP widget helper

81f19476 01/06/2014 04:11 PM Renato Botelho

Add an option to force a gateway to be down, it fixes #2847

a364ecd0 12/07/2013 08:50 PM Dwayne Voelker

added missing quotes

thx rbgarga

0c8fb222 12/07/2013 08:50 PM Dwayne Voelker

Allow setting a default scale type preference for the traffic graphs widget

I originally submitted this at https://redmine.pfsense.org/issues/2994
but it seems that is not used for commits now so I am adding it here.
It works great on my box, and I can't see these changes causing any...

0c21eb70 12/06/2013 07:16 PM Ermal LUÇI

Use _vip as identified for CARP vip IPs to allow easier upgrade code. This way only ipaliases on carp need to be upgraded.

9cdc1caf 12/05/2013 04:16 PM Ermal LUÇI

Provide proper interface for getting carp status

7238e0cf 11/28/2013 06:36 PM Ermal LUÇI

Remove references to _vip interface and provide proper configuration for carp on FreeBSD 10. Still some places to deal with this and certainly missing upgrade code