Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
94fa4e28 10/16/2024 06:12 PM Marcos M

Use minified nvd3 vendor files. Implement #15782

b8f18410 10/15/2024 06:44 PM Marcos M

Remove unnecessary config_init_path() calls

8b32975d 10/04/2024 06:33 PM Marcos M

Adjust widget refresh intervals

Now that the refresh interval works as expected, decrease the refresh
frequency to more closely match the previous behavior.

8c0b5014 10/04/2024 03:26 PM Marcos M

Merge pull request #4699 from GChuf/logWidgetFix

62f646f3 10/04/2024 03:25 PM Marcos M

Merge pull request #4698 from GChuf/thermalSensorWidgetImprovement

87d75fe7 10/04/2024 08:00 AM GChuf 6

Remove old code references in thermal widget

Originally removed in https://redmine.pfsense.org/issues/5369

b0cd23ab 10/04/2024 08:00 AM GChuf 6

Improve thermal widget refresh code. Implement #15728

Only replace values instead of entire DOM elements.

108cb5f2 10/04/2024 07:47 AM GChuf 6

Display seconds in firewall log widget

3d89c2db 10/04/2024 07:46 AM GChuf 6

Respect user-specified interval for log widget. Fix #15373

b1360be3 09/27/2024 09:02 PM Marcos M

Clean up diffs

b0c455aa 09/10/2024 08:13 PM Marcos M

Improve thermal widget readability

Add a margin between progress bars and sort sensors.

0a575039 08/13/2024 09:39 PM Marcos M

Move to CURLINFO_RESPONSE_CODE

As of cURL 7.10.8, CURLINFO_HTTP_CODE is a legacy alias of
CURLINFO_RESPONSE_CODE.

9cb40688 07/29/2024 03:23 PM Jim Pingle

Fix PHP error in DDNS widget.

The widget was generating a PHP error when there were no Dynamic DNS
entries (traditional or RFC2136)

37043243 06/27/2024 11:09 PM Marcos M

Query for SMART data only on root disk devices. Fix #15586

4b9165e5 05/24/2024 05:25 PM Marcos M

Default to an empty array for functions expecting a countable value

Do this for foreach() and count().

63d6bb4f 05/23/2024 05:37 PM Marcos M

Update all direct config access with accessor functions

1ec82c30 05/23/2024 05:37 PM Marcos M

Fix typos and copy/paste issues

Issues found by the PHP linter mostly include typos and usage of
unassigned variables. To address these, traverse the commit history
to determine the intent.

b891c3a3 04/29/2024 03:06 PM Jim Pingle

Add boot method to sysinfo widget. Implements #15422

017cdba2 04/01/2024 06:57 PM Jim Pingle

Set FW log widget min interval to 5. Fixes #12673

6b7b059a 04/01/2024 06:56 PM Jim Pingle

Fix syntax error (short open tag)

0263ca21 04/01/2024 06:51 PM Jim Pingle

Fix log widget callback filename. Issue #12673

d0a6b799 03/28/2024 05:21 PM Luiz Souza

Improve the messaging used when the upgrade system is busy.

Replace the generic 'error' message by a correct and more clear message.

0d42f78f 03/15/2024 01:54 PM Jim Pingle

Fix FW log multiple instance bug. Fixes #15339

Move the mdiff function into pfsense-utils.inc and also rename it so its
purpose is more clear.

1586f580 03/08/2024 04:58 PM Jim Pingle

Log widget fast update changes. Fixes #12673

Submitted-By: LouisAtGH @ GitHub

fa953ac0 01/05/2024 12:45 AM Marcos M

Consolidate is_url_hostname_resolvable() into resolve_address()

is_url_hostname_resolvable() used gethostbyname() which only
supports getting IPv4 records. This change makes resolve_address()
more flexible by accepting URLs and consumes the timeout code
from is_url_hostname_resolvable().

a68f7a3d 01/03/2024 06:26 AM Luiz Souza

Update the years in the Copyright notice.

cea9d2d0 11/30/2023 07:33 PM Marcos M

Don't refresh the cache when visiting the update page. Fix #15055

e6f78714 11/22/2023 04:25 PM Marcos M

Update fontawesome references in form buttons

91c4768b 11/21/2023 07:37 PM Marcos M

More fontawesomev6 updates

4bbbcc36 11/15/2023 12:57 AM Marcos M

Refactor use of return_gateways_array() with get_gateways(). Fix #14893

Most calls to return_gateways_array() do not need the gateway list to be
recreated. get_gateways() can filter the gateway list, and indexing is
moved from return_gateways_array() to get_gateways() to avoid using...

d365c2c7 11/14/2023 11:22 PM Marcos M

Don't split fontawesome icon names

This makes it easier to update fontawesome versions. While here, fix a
missing closing quote, and use the correct fontawesome prefix.

5002025e 11/14/2023 10:04 PM Marcos M

Remove duplicate class

c1d304b3 11/14/2023 09:47 PM Marcos M

Update fontawesome icon names to v6. Implement #13537

47b725b9 11/14/2023 09:45 PM Marcos M

Revert "Update fontawesome icon names to v6. Implement #13537"

This reverts commit 32be4696a301144c650f4765b8a2b51e28d95a40.

32be4696 11/14/2023 09:00 PM Marcos M

Update fontawesome icon names to v6. Implement #13537

5841d969 11/14/2023 08:43 PM Reid Linnemann

Utilize new -C flag to pfSense-upgrade

pfSense-upgrade's -c flag is intended to check only for upgrades against the
currently configured repository (better termed as updates). The new -C flag
expands the search for new versions of core packages into other non-devel repo...

e0cb987c 11/10/2023 02:03 PM Marcos M

Update fontawesome. Implement #13537

ac0a027f 10/31/2023 09:00 PM Christian McDonald

Rector some direct config array accesses with pure scalar paths.

9365f3ed 09/25/2023 03:38 PM Jim Pingle

Fix build time on sysinfo widget. Fixes #14791

While here, add a fallback method and error handling in case the file is
missing or invalid.

d1f43fb9 08/17/2023 07:28 PM Jim Pingle

Fix gateway widget tooltip 'default' text. Fixes #14542

d02e9664 08/16/2023 07:34 PM Jim Pingle

CARP status update. Issue #14348

Add description

0de394c9 06/06/2023 05:41 PM Jim Pingle

Convert AJAX GET calls to POST

7b69f93c 05/09/2023 12:39 PM Jim Pingle

Ensure RSS widget number values are treated as int. Fixes #14365

40eb0d51 04/12/2023 06:59 PM Steve Wheeler

Add user limits pchtherm data. Implements #14255

aa3bbcb4 04/10/2023 02:04 PM Steve Wheeler

Add PCH thermal data to the thermal sensors widget and RRD graphs. Implements #14255

fae6b2c0 03/03/2023 04:59 PM Jim Pingle

Fix PHP errors from empty DHCP configs. Fixes #13983

fed25589 03/01/2023 03:48 PM Jim Pingle

Correct includes in IPsec widget. Fixes #14053

0e847960 02/21/2023 06:18 PM Jim Pingle

NTP status corrections. Fixes #13999

While here, unbreak the GPS status display.

402c98a2 02/09/2023 12:17 AM Reid Linnemann

Update copyright years to include 2023

e3d247ec 12/14/2022 04:49 PM Jim Pingle

Another DDNS empty entry fix. Fixes #13581

2568e151 12/08/2022 09:03 PM Christian McDonald

Rector direct global g accesses

1e45d13f 11/23/2022 02:06 PM Christian McDonald

Rector some direct config gets with pure scalar paths.

d35a18fc 11/15/2022 07:21 PM Christian McDonald

RemoveUnusedForeachKeyRector runresults

4864d7f6 11/15/2022 06:49 PM Josh Soref

Spelling fixes. Fix #13357

Bugs:
  • Incorrect input validation for `dhcp6c` `keyinfo expire` `forever` keyword in `interfaces.inc`.
  • Incorrect input validation for associated rule's `Source Port` in `firewall_rules_edit.php`.
  • Incorrect `voucher*.` file lock reference in `status_captiveportal_voucher_rolls.php`....
ff0255bc 10/07/2022 04:02 PM Christian McDonald

Convert RSS Widget to use simplepie via Composer

40997699 10/04/2022 03:52 PM Christian McDonald

Fix carp_status.widget.php for PHP81. Fixes #13535

ade64ca6 09/28/2022 02:01 PM Jim Pingle

Fix service status widget listing of non-disabled services

7428c478 09/21/2022 03:48 PM Jim Pingle

PHP8 fixes for service status widget. Fixes #13506

aa11df80 05/10/2022 03:50 PM Jim Pingle

Adapt OpenVPN widget to new output. Fixes #13129

44c4a509 03/18/2022 10:45 PM Christopher Embry

Increase max firewall log entries

3ade222b 02/17/2022 05:14 PM Viktor Gurov

Update OpenVPN widget to support client halt function. Fixes #12817

8cd6e269 02/14/2022 06:29 PM Viktor Gurov

Fix full path to executable files. Issue #11941

5e3d0f78 02/14/2022 04:12 PM Viktor Gurov

IPSec widget default tab option. Feature #2456

a9aba1ff 02/14/2022 03:58 PM Viktor Gurov

Firewall logs widget fixes. Issue #6253

8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

76849fc1 12/22/2021 05:42 PM Viktor Gurov

Merge pull request #4540 from spootle/master

19ea3c16 12/22/2021 03:32 PM Christian McDonald

Minor cosmetic fix in gateway widget.

5814ad25 10/27/2021 07:51 PM Jim Pingle

Revise IPsec widget icon behavior. Fixes #12347

  • Change P1 status test so it can detect the "connecting" state and show
    a distinct icon.
  • Use gettext() for icon tooltip text
  • Code optimization
9263389e 10/18/2021 08:17 AM Daniel Cameron

fix filter expression to check correct variable instead of non-existing one

b146b9b3 09/15/2021 08:57 PM Christian McDonald

Fix Disks widget UI on UFS systems

```
PHP 7.4.22 | 10 parallel jobs
............................................................ 60/279 (21 %)
............................................................ 120/279 (43 %)
............................................................ 180/279 (64 %)...

9962b011 09/13/2021 03:01 PM Christian McDonald

Move hwcrypto call to sysinfo widget

2de8b1f5 09/09/2021 11:08 PM Christian McDonald
  • Removes disk usage from system information widget
  • Adds Pfsense\Services\Filesystem\ library
  • Adds new disk widget
dd155b32 09/08/2021 11:19 AM Viktor Gurov

IPsec Widget none/disabled tunnels fixes. Issue #12337

df945787 08/26/2021 03:21 PM Luiz Souza

Rename the Netgate devices.

XG-15xx -> 15xx
SG-5100 -> Netgate-5100

c9285e9f 08/18/2021 02:44 PM Christian McDonald

Fixes #12279

136c1462 08/17/2021 06:10 AM Viktor Gurov

System Information widget optimization. Issue #12241

bec6dcfb 07/30/2021 05:32 PM Jim Pingle

IPsec updates to address multiple issues

  • Configure/apply code changes. * Vast performance increase. Fixes #12026 * Changed connection naming to be easier to interpret. Issue #11910
  • VTI interface numbering changes. * Name is now "ipsec<reqid>" since reqid is unique per P2 and a low number....
6ce3ef38 05/25/2021 01:06 PM Renato Botelho

ipsec: Normalize ipsec_lookup_phase1()

- $ph2ent doesn't need to be a pointer
- Return true when $ph1ent is found since $ph1ent is a pointer and is
filled with proper content in this case

6f102d9c 05/12/2021 12:16 PM Viktor Gurov

NTP status widget fix. Issue #11495

f4f50954 05/12/2021 12:11 PM Steve Wheeler

Include Chelsio temperature values.

https://redmine.pfsense.org/issues/11787

21e14611 05/12/2021 11:58 AM Viktor Gurov

IPsec Dashboard widget improvement. Fixes #11893

8c9eaa71 03/25/2021 03:25 PM Viktor Gurov

Find IPsec IKEv1 SAs widget fix. Issue #11435

8b424bca 02/23/2021 12:46 PM Viktor Gurov

Use set_curlproxy() function for cURL proxy configuration. Issue #11476

19866d78 02/23/2021 12:30 PM Viktor Gurov

System Information widget fix. Issue #11443

2cb3c56d 02/19/2021 03:19 PM Steve Beaver

Fixed #11464 by adding proxy configuration to web service calls

47df65c3 02/18/2021 04:25 PM Viktor Gurov

Replace HTTP links to HTTPS. Implemets #11228

e01266c0 02/18/2021 03:27 AM Luiz Souza

Improve the handling of crypto offload hardware.

Remove support to deprecated hardware.

Task: #11426

95a4e1a0 02/17/2021 09:56 PM Jim Pingle

Find IPsec IKE SAs by their full name. Issue #11435

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

573ec19d 12/10/2020 03:31 PM Renato Botelho

Add product_label global variable

Introduce product_label global variable, by default with same value of
product_name. The idea is to make it easier for rebranded products to
change the name on all visual texts while internal structures are
preserved.

While here, remove deprecated $g['platform'] and also replace places...

aa71463f 11/18/2020 06:04 AM Viktor Gurov

Traffic Graphs widget options fix. Issue #11072

0630b831 11/13/2020 02:12 PM Viktor Gurov

Gateways widget improvements. Implements #11057

c073d662 11/12/2020 01:15 PM Viktor Gurov

Dashboard widget interface name popup hint. Implements #11041

26efb813 10/20/2020 06:52 PM Steve Beaver

Fix number format

e66582b4 10/20/2020 03:37 PM Steve Beaver

Removed debuggery

72c21050 10/20/2020 03:20 PM Steve Beaver

Added Ajax handler to scaled state table display

42d5da9d 10/19/2020 07:14 PM Steve Beaver

Revise scaling factor calculation

82479cdc 10/19/2020 12:30 PM Steve Beaver

Minor refinements to state table size display

55be240f 10/16/2020 04:46 PM Steve Beaver

Completed #7016 as specified

04a72a97 10/14/2020 03:56 PM Vladimir Voskoboynikov

Add gateway substatus. Fixes #10546

Update return_gateways_status to return a substatus as well as the existing status.

status changed to be one of online or down.
substatus can be one of none, down, highloss, highlatency, loss, latency, or force_down
...