Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b5d5da0c 03/31/2020 07:57 PM Viktor Gurov

Add option to disable NTP server. Issue #3567

d09e19ad 03/12/2020 05:33 PM Jim Pingle

Use awk instead of sed for long NTP status lines. Fixes #10307

d89c2b2a 03/11/2020 11:58 AM Renato Botelho

Merge pull request #4223 from vktg/ntplongaddr

b69ecd3a 03/10/2020 07:37 PM Viktor Gurov

NTP status/widget long IPv6 address. Issue #10307

f5e8bd4d 02/11/2020 01:35 PM Tom Embt

post-review changes to URL parsing and conditional style #8987

3c07f498 01/22/2020 03:35 PM Tom Embt

Avoid very slow GUI loads when ews.netgate.com can't be resolved #8987

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

c6220dcf 12/05/2019 08:29 PM Jim Pingle

IPsec swanctl conversion. Implements #9603

  • Converted IPsec configuration code from ipsec.conf ipsec/stroke style
    to swanctl.conf swanctl/vici style. Issue #9603
  • Split up much of the single large IPsec configuration function into
    multiple functions as appropriate....
ecb594d0 11/05/2019 09:50 PM Jim Pingle

Use central download function

Reduce duplicated/inconsistent code by using the new download function.

065511ff 10/03/2019 12:39 PM Renato Botelho

Merge pull request #4092 from gitdevmod/patch-3

b3479414 10/02/2019 02:36 PM d j

Update openvpn.widget.php

ada5fc7e 10/02/2019 02:33 PM d j

Update openvpn.widget.php

f3f98e97 10/02/2019 07:11 AM Phillip Davis

Fix random typos

09d59743 10/01/2019 04:10 PM Jim Pingle

Image upload validation improvements. Fixes #9804

  • Make functions for validating images against a pre-defined list of
    approved types
  • Change the picture widget to use these functions
  • Add validation for uploaded Captive Portal logo/background images
0263f8d1 09/25/2019 02:25 PM d j

Update openvpn.widget.php

cf9d29b2 09/25/2019 01:41 PM d j

Update openvpn.widget.php

8a785efa 09/25/2019 06:41 AM d j

Update openvpn.widget.php

c8954c9f 09/23/2019 03:55 PM Sebastian Fiebig

Removed escaping of CSS classes

6f2192d4 09/23/2019 03:39 PM Sebastian Fiebig

Initialize JSON data to avoid warning.

Avoid warning/error for not initialized JSON variable.

a9941bf6 09/12/2019 07:21 PM Sebastian Fiebig

Fix malformed JSON

Fix malformed JSON using json_encode().

972de4c7 09/09/2019 04:50 PM Steve Beaver

Revise regex and redirect on failure

42839d82 09/06/2019 04:59 PM Steve Beaver

Fixed #9731
by validating widget key with regex

aa2cac18 09/06/2019 02:13 PM Jim Pingle

Incorporate filter_log.inc into syslog.inc. Issue #8350

Now all log-related functions are together.

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

f83416bd 07/29/2019 11:58 AM Renato Botelho

Normalize some copyright messages

b73d8949 07/10/2019 05:52 PM Steve Beaver

Fixed #9245 updating copyright notices

2c544ac6 07/01/2019 07:58 PM Jim Pingle

Picture widget corrections. Fixes #9610

  • Sanitize user input before using as path/filenames
  • Use a more accurate method of determining image type on read
  • More sanity checks before reading images.
ccc6bd4d 06/03/2019 05:47 PM Renato Botelho

Use system_get_arp_table()

b12f00ed 06/03/2019 05:38 PM Renato Botelho

Remove unused variable

76ac3231 05/30/2019 05:23 PM Renato Botelho

Merge pull request #4059 from PeterFeicht/ppp_uptime

84bbc637 05/29/2019 05:51 PM Jim Pingle

Fix DynDNS widget hostname function. Fixes #9564

c92dbfc1 05/28/2019 06:00 PM Jim Pingle

Ensure NTP values are treated as numbers before use. Fixes #9558

42c48efe 05/22/2019 08:19 PM Jim Pingle

Add GUI components for MDS mitigation. Implements #9532

While here, add option to disable PTI display in sysinfo widget.
Implements #9323

5789a02e 05/08/2019 08:44 PM Jim Pingle

Encode descr in the WOL widget. Fixes #9507

93ca91b0 03/31/2019 11:19 AM Peter Feichtinger

Show PPP uptime on the Interfaces widget. Feature #9426

586c623a 03/13/2019 06:13 PM Jim Pingle

Deprecate the built-in relayd Load Balancer. Closes #9386

It is not available on FreeBSD 12 with OpenSSL 1.1.x.

Users can migrate to the HAProxy package.

b88050bb 03/05/2019 06:27 PM Jim Pingle

Fix some illegal offset errors. Issue #9366

e5b43cf8 01/28/2019 06:18 PM Jared Dillard

type cast traffic graph inputs to fix #9072

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

c6c398c6 11/21/2018 06:30 PM Jim Pingle

Fix #9121: Initialize arrays to prevent PHP 7 errors

0fa7e6bf 08/20/2018 05:38 PM Jim Pingle

Add logged in user to Dashboard sysinfo widget. Implements #8817

030d8e87 07/16/2018 04:07 PM Jim Pingle

Fix another DynDNS status PHP error. Fixes #8648

6c4ccc9f 07/16/2018 01:54 PM Jim Pingle

Fix PHP7 errors in the Dynamic DNS widget. Fixes #8648

9f208301 06/20/2018 08:13 PM Marcello Silva Coutinho

fix the fix

57fe270e 06/20/2018 07:47 PM Marcello Silva Coutinho

get total size on system dashboad

0dfce56b 06/11/2018 03:12 PM Jim Pingle

Fix IPsec status widget conn matching to align with recent changes. Fixes #8562

be7c1319 05/31/2018 09:22 PM Stephen Jones

PHP7 fixed illegal string offset warning

7c41a378 05/23/2018 04:12 PM Stephen Jones

PHP 7.2 fixed string offset and undefined constant

9f85da7f 04/05/2018 08:36 PM Steve Beaver

Merge pull request #3933 from PiBa-NL/20180405-widget-invert

3477fc23 04/05/2018 07:58 PM Pi Ba

trafficwidget, invert option needed json parsing

179377b0 03/30/2018 11:01 PM robjarsen

Remove Whitespace

I'm aware this is a very large commit. Let me know if you'd rather have it broken down by file type (ie: PHP/shell scripts) so it would be easier to review.

-RJ

12b8f3c9 03/16/2018 07:22 PM Steve Beaver

Don't read picture file if it does not exist

ee28e293 03/16/2018 01:08 PM Steve Beaver

Revise picture widget to store inamge on file system, not in XML config

26a38669 02/23/2018 05:59 PM Luiz Souza

Add GUI support to display and set the PTI state.

12f16196 02/01/2018 05:33 PM Steve Beaver

Fixed #8303

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