Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ce7b40ce 02/01/2018 04:15 PM Stephen Jones

Fixed #8301 CSRF Enabled on all widgets.

Enabled CSRF on all widgets.

3c44c845 01/31/2018 06:56 PM Luiz Souza

Silence warnings generated by sysctl to standard error.

e7b5b82b 01/29/2018 05:26 PM Jim Pingle

Add input validation to traffic_graphs_widget.php and fix JS encoding. Fixes #8302

9ee5030e 01/29/2018 05:25 PM Jim Pingle

Re-enable CSRF protection in traffic_graphs_widget.php. Ticket #8301

016260fe 01/09/2018 04:33 PM Steve Beaver

Fixed #8266 by removing JS alerts

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

f53d18a6 12/21/2017 02:48 PM Steve Beaver

Merge pull request #3891 from miken32/patch-1

5946477f 12/18/2017 05:23 PM Stephen Jones

Fixed #8129 Updated to show timezones that have half hour increments i.e. asia/kolkata

9ad6899e 12/15/2017 07:04 PM Michael Newton

make inputs a bit wider for fahrenheit

e5d14da2 12/15/2017 06:23 PM Michael Newton

address comments

7620b362 12/15/2017 06:21 PM Michael Newton

fix copy/paste error

8b09ec18 12/15/2017 06:11 PM Michael Newton

update label on unit change

also ensure unit labels can be internationalized, and fix some whitespace

bc63503b 12/15/2017 05:55 PM Michael Newton

Moving this code to PHP for i18n

cb7bef9d 12/15/2017 05:42 PM Michael Newton

don't change thresholds to F until after passing to Javascript

207abc3e 12/13/2017 08:29 PM Michael Newton

spelling!

34d4ffe9 12/12/2017 10:43 PM Michael Newton

update convenience functions

b807b8cc 12/12/2017 10:42 PM Michael Newton

update threshold values dynamically

otherwise problems occur with saving wrong values when switching between C/F

5d73b032 12/12/2017 09:38 PM Michael Newton

more accurate progress bar display

we only use Fahrenheit for display, don't change the values!

7578d907 12/12/2017 09:02 PM Michael Newton

show ºF on updates via javascript

1532881e 12/12/2017 08:19 PM Michael Newton

initial display of temperature in ºF

still need to update javascript

8405ebed 12/12/2017 07:41 PM Michael Newton

account for thresholds and bar width in ºF

global variables are really really ugly, this should be wrapped in an anonymous function

188d7f19 12/12/2017 07:24 PM Michael Newton

display/enter thresholds in ºF as well

090a9f12 12/12/2017 06:58 PM Michael Newton

fix copy/paste error

7e1b79e6 12/12/2017 06:53 PM Michael Newton

provide temperature in Fahrenheit

Also resolve some indent issues, restrict live updates to temperature value only (not unit text)

b8810db7 12/12/2017 06:38 PM Michael Newton

checkbox for option to display Fahrenheit

9af697ce 12/08/2017 08:58 PM Jim Pingle

After recent fixes to auth_check.inc, move the IPsec widget back to auth_check.inc since its timeout problems are likely now fixed.

cca4802a 11/29/2017 02:14 PM Steve Beaver

Merge pull request #3824 from cfazendin/ddns_widget

00fc2d5e 11/15/2017 10:07 PM Stephen Jones

Fixed #7896 Made sure only images could be uploaded and validated on the server to make sure it is an image and not something else.

48f08ba1 11/15/2017 05:37 PM Jim Pingle

Tweak the formatting of the disk usage section of the system info widget

8d5ff32b 11/10/2017 02:20 PM Renato Botelho

Detect when system is running a newer version than the one available on remote repository

e00f69c8 11/09/2017 04:40 PM Stephen Jones

Fixed #7966 added a moving average smoothing factor to help out with some of the jagged graphs. Since the quickest update will be every other second this will help make it look smoother. Also added this to the widget and added some functionality to the status page so it can display in two different styles. Setting smoothing to 0 will make the graph the same as before this was added. Raising it will allow for a moving average to be taken into account to smooth out the graphs.

9b36e210 11/06/2017 09:01 PM Stephen Jones

fixed the ipsec widget to show splitconnections for ikev2

e3907730 10/24/2017 07:50 PM Jim Pingle

Encode uses of $widgetkey in various contexts so it isn't echoed back to the user raw. Fixes #7998

80cd3d66 10/20/2017 03:29 PM Stephen Jones

fixed indentation

fe814d92 10/20/2017 03:12 PM Stephen Jones

Fixed #7714 Edited it to show correct timezone

df89ed3a 10/19/2017 09:07 AM Renato Botelho

Do not show Serial when it's empty

63f686bd 10/17/2017 08:03 PM Stephen Jones

Added JSON checks for widgets to prevent parsing errors.

cbd7c398 10/17/2017 07:03 PM Steve Beaver

Restore auth_check()

6a6c0b16 10/17/2017 06:43 PM Stephen Jones

Added back the previous commit since it got overwritten.

58f31015 10/17/2017 06:37 PM Stephen Jones

Related to redmine #6318 helps fix some times when it would get back null data after a session ended

b87f0429 10/17/2017 04:57 PM Steve Beaver

IPSec widget no longer includes session timout code

dc91c949 10/16/2017 02:28 PM Stephen Jones

Fixed #7896
Handled the case where there is no picture and made it simpler to load
a picture.

893b6091 10/16/2017 01:53 PM Steve Beaver

Fixed #7714
Added JS code to formate the date/time for UCT

4c53dfbe 09/19/2017 02:12 AM Christopher Fazendin

Changes Dynamic DNS Status Widget to display client description text for Custom and Custom (v6) entries. Implements #7843

fddb73c7 08/28/2017 04:02 PM Steve Beaver

Partially addresses #7805
Bios date and version check date formats now match other timestamps on the dashboard

1562b46a 08/24/2017 06:19 PM Steve Beaver

Fixed #7811

a1c3244c 08/24/2017 12:50 PM Steve Beaver

Fixed #7804 Replace Math.trunc with Math.floor to make IE happy

3ed475b1 08/22/2017 12:07 PM Steve Beaver

fixed #7795
By changing var name to no longer conflict with ipsec widget

b6565b4a 08/21/2017 01:13 PM Steve Beaver

widget comment fix

75863a79 08/20/2017 10:40 PM Steve Beaver

Fixed #7787
Always make an IPSec mobiles table, even if none have been configured. Prevents JS null value
error message on console

ce3a6cfd 08/19/2017 05:32 PM Steve Beaver

Fix JSON format for mobile IPSec data per Kill Bill (Thanks!)

c8dfbcbe 08/17/2017 11:05 PM Steve Beaver

Remove dashboard update period stuff

d244e201 08/17/2017 10:33 PM Steve Beaver

No longer experimental so comment removed

57cea206 08/17/2017 03:11 PM Steve Beaver

Widget comment edit

acd2f312 08/17/2017 03:05 PM Steve Beaver

Re-write CPU usage calculation to avoid sleep in AJAX call

cc28e9b1 08/16/2017 08:18 PM Renato Botelho

Speedup package related calls to get_pkg_info() since now we have a script that update metadata periodically

0022b113 08/16/2017 12:00 PM Steve Beaver

Convert firewall log widget to centralized refresh system

27e6d494 08/15/2017 07:26 PM Steve Beaver

Use central refresh system for dyndns widget

1f3ca824 08/15/2017 05:34 PM Steve Beaver

Converted thermal sensor widget to use central refresh system

cabbaf7a 08/15/2017 12:02 PM Steve Beaver

ipsec widget converted to JSON formatted refresh

e58d4ccd 08/13/2017 04:36 AM Phillip Davis

Comment typos

8150bd51 08/11/2017 07:30 PM Steve Beaver

Fixed #7625
By:
Separating the source and destination onChange functions
Preventing the mask selector from being automatically updated if it is disabled
Simplifying the auto mask JavaScript

9d14b22c 08/11/2017 02:32 PM Steve Beaver

Spelling :(

979bbbd4 08/11/2017 02:30 PM Steve Beaver

Improve comments

e38ba356 08/11/2017 02:24 PM Steve Beaver

Add AJAX version check

cbaf07f4 08/11/2017 01:27 PM Renato Botelho

Show user when pkg metadata was updated

a9ad771b 08/11/2017 12:27 PM Steve Beaver

Change refresh link to icon

c2e98b94 08/10/2017 05:57 PM Steve Beaver

Revised Netgate Services and Support widget to use AJAX when refreshing the data

8bf4cf1f 08/09/2017 03:41 PM Steve Beaver

gateway, ntp, and openVPN widgets updated

634bb06a 08/09/2017 03:03 PM Steve Beaver

Remove ajax stuff from installed packages widget

67dd6c11 08/09/2017 02:50 PM Steve Beaver

dd system information widget to central refresh system
Add ability for a widget to specify how often it wants to be updated

4c05e19b 08/09/2017 02:07 AM Steve Beaver

Repair broken AJAX response (POST vs GET)

60f485ed 08/08/2017 08:00 PM Steve Beaver

interface_statistics widget added to central refresh system

53547a05 08/08/2017 07:51 PM Steve Beaver

Add ipsec widget to new centralized refresh system

d7c2f4fe 08/08/2017 05:42 PM Steve Beaver

Experimental centralized widget refresh system
Used by the interfaces.widget.php widget only for now

2348f688 08/07/2017 02:19 PM Steve Beaver

Rename support widget refresh link to match new widget name

e8bb8200 08/03/2017 04:20 PM Jared Dillard

remove image from rss widget

33048f25 07/31/2017 07:29 PM Renato Botelho

Merge pull request #3585 from PiBa-NL/trafficgraphs-optimize

52229047 07/30/2017 11:06 AM Pi Ba

trafficgraphs, move common code to 1 file, and remove usage of 'localstorage' which shares unwanted changes to graph settings between widget and stats

d3fd2bbe 07/30/2017 10:58 AM Pi Ba

traffic-graphs, optimize retrieval of data every x seconds to reduce spikes in the graphs and load on pfSense
also cleanup some old code.

f8ac4324 07/28/2017 07:47 PM Steve Beaver

Comment fixes

2304e7b4 07/28/2017 04:58 PM Steve Beaver

Add renamed support widget

d85dc363 07/27/2017 04:58 PM Steve Beaver

Rename support widget to "Netgate Services And Support"

38af638a 07/26/2017 02:11 PM Steve Beaver

Allow recheck on refresh if JSON not available

f4c867e0 07/25/2017 05:10 PM Renato Botelho

Remove unused parameters

b40b4a3e 07/25/2017 12:04 PM Renato Botelho

Re-introduce Captive Portal statistics

b96b6d3b 07/20/2017 05:34 PM Steve Beaver

Add customer support widget

2f8793b7 07/05/2017 03:59 PM Renato Botelho

Move uniqueid read to a function system_get_uniqueid()

07ef7e79 06/20/2017 02:24 PM Steve Beaver

Merge pull request #3756 from PiBa-NL/20170613-wol

4de753e5 06/15/2017 01:56 PM Jim Pingle

Change IPsec widget tunnel status to handle newer strongSwan childid format. Fixes #7499

9cc7e37b 06/14/2017 05:54 PM Pi Ba

wol, use 'usepost' for links that need to send the magic packet

2c8c8578 05/26/2017 02:55 PM Renato Botelho

Merge pull request #3728 from PiBa-NL/20170511-fastauth

62174481 05/23/2017 04:59 PM Renato Botelho

Merge pull request #3739 from PiBa-NL/20170521-js-versioning

fbac0f19 05/23/2017 04:55 PM Renato Botelho

Merge pull request #3715 from phil-davis/if-stats-widget-settings

d8837d57 05/21/2017 09:44 PM Pi Ba

webgui, load .js files with ?v=mtime version to prevent using old scripts after updating

a84e59a2 05/12/2017 05:42 PM Jim Pingle

Show if a CPU has AES-NI/CPU crypto support even if the module isn't loaded. Implements #7529

c07071cb 05/11/2017 07:53 PM Pi Ba

auth_check lowers cpu usage for checking if the user has permission for the page requested when used in place of guiconfig, especially useful for frequent requests like those made by stats and traffic widgets

791bdfd5 05/11/2017 01:01 AM Phillip Davis

Merge branch 'master' into if-stats-widget-settings

c7937601 05/10/2017 06:27 PM Renato Botelho

Merge pull request #3726 from phil-davis/multi-widget-optional

dd3f0e7d 05/10/2017 06:27 PM Renato Botelho

Merge pull request #3710 from phil-davis/edit-widget-title1