Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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

216cca9c 10/01/2022 12:20 PM Christian McDonald

Fix syntax error in system_authservers.php. For #13533

79eec8e2 09/29/2022 08:22 PM Christian McDonald

Fix a PHP81 bug in system_authservers.php

73ca6743 09/29/2022 05:15 PM Jim Pingle

Encode path+fn in browser.php. Fixes #13262

0d121100 09/28/2022 07:33 PM Jim Pingle

DHCP/v6 PHP8 error fixes for some cases.

If a config starts with only WAN, no LAN assigned, there are a number of
tags that were not handled properly on DHCP, DHCPv6, and RA.

Fixed up some other unrelated low-hanging fruit while I'm here, but all
of these files need a lot more work for PHP8.

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

Fix service status widget listing of non-disabled services

bbd94c2c 09/23/2022 03:44 PM Jim Pingle

PHP8 updates for resolver host editing

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

PHP8 fixes for service status widget. Fixes #13506

420dacfe 09/21/2022 08:00 AM Kristof Provost

qinq: use if_vlan rather than netgraph

if_vlan now supports QinQ, so use that rather than netgraph. This is
expected to perform better, removes a subsystem dependency and
simplifies the php code as well.

Note that this is not possible on stable/12.

70654d6d 09/20/2022 05:52 AM Reid Linnemann

Fix missing ikeid in created ipsec p1. Issue #13446.

When a new or duped p1 is submitted, $p1ent['ikeid'] is an empty string. Prior
to php 8.0, comparing ($p1ent['ikeid'] == 0) for the empty string would yield
true, allowing the code to properly create and assign a new ikeid by calling...

a7e50981 09/16/2022 04:12 PM Jim Pingle

Allow user to select PKCS#12 encryption. Fixes #13257

9efec277 09/15/2022 04:10 PM Jim Pingle

Convert P12 export to OpenSSL. Fixes #13257

PHP native method of creating PKCS#12 archives does not support using specific algorithms for encryption, so use the openssl binary instead.

Use AES-256 and SHA256 when encrypting the PKCS#12 data and private key.

475feb89 09/14/2022 06:48 PM Christian McDonald

Fixes some PHP bugs. For #13446

067f3650 09/14/2022 02:59 PM Jim Pingle

Fix primary console handling for EFI. Fixes #13080

Tested and working for both BIOS and EFI systems.

8fa5038b 09/13/2022 05:14 PM Marcos M

Update external http links

44b93616 09/09/2022 06:14 PM Christian McDonald

Fix some config access bugs in pkg.php for PHP81. Fixes #13446

4df6bd9f 09/09/2022 03:51 PM Reid Linnemann

Replace direct $config accesses in interfaces_vlan_edit.php. Issue #13446

843ee1ac 09/08/2022 03:58 PM Jim Pingle

Cert-related PHP 8.x changes.

20fb5adf 09/08/2022 03:14 PM Christian McDonald

Update status_carp.php PHP81 for #13446

60fd3bd0 09/08/2022 01:40 AM Christian McDonald

Update interfaces_qinq_edit.php PHP81 for #13466

3fce3f6e 09/08/2022 01:39 AM Christian McDonald

Update interfaces_vlan_edit.php PHP81 for #13466

c59e9803 09/08/2022 01:36 AM Christian McDonald

Fix interfaces_groups_edit.php PHP81 for #13466

c0d3797c 09/07/2022 08:48 PM Christian McDonald

Fixes some PHP81 related config access issues related to interfaces and interface assignments for #13446

a1f82124 09/06/2022 12:25 PM Jim Pingle

Merge pull request #4612 from zeroflow/master

1be1ced9 09/03/2022 07:49 AM Thomas Arthofer

Rename DHCP status from online/offline to active / idle/offline

0d24e58a 09/02/2022 04:48 PM Reid Linnemann

Fix checking openvpn client or server config exists. Issue #13446

027f2536 09/02/2022 02:40 PM Jim Pingle

Captive portal PHP 8.1 fixes Issue #13446

6243a35d 08/31/2022 05:36 PM Christopher Cope

Update pfSense-dark.css

9cc78f9c 08/31/2022 05:36 PM Marcos M

Darken disabled input fields in dark theme. Fix #13390

3f8e09a5 08/31/2022 05:34 PM Christopher Cope

Add option to list ACB restores in reverse order. Feature #11266

497ea0a6 08/31/2022 05:22 PM Viktor Gurov

Restart gateway monitor on interface re-assign. Issue #12920

b767ea71 08/30/2022 07:20 PM Jim Pingle

Skip empty gateways on interfaces.php Issue #13446

fe7bd855 08/29/2022 04:13 PM Jim Pingle

Fix PHP error on services_dnsmasq.php. Issue #13446

e19ef9c9 08/29/2022 04:03 PM Jim Pingle

Fix PHP error on services_unbound.php. Issue #13446

a5906662 08/29/2022 02:18 PM Reid Linnemann

Correct typo on include of config.lib. #13446

5f9666a1 08/27/2022 08:39 PM R. Christian McDonald

Remove IPv6 validation for RADIUS auth. Fixes #4154

451134f3 08/26/2022 05:09 PM Thomas Arthofer

Rework formatting

Add icons
remove red text for offline
remove bold/italic for both

4aa6a102 08/26/2022 11:22 AM Thomas Arthofer

Add formatting to online status in status_dhcp[v6]_leases.php for better readability. Implements #10345

Adds color & formatting to host online status
online = bold + green
offline = italic + red

e0012fc3 08/23/2022 11:24 PM Reid Linnemann

Fix missing format specifier in input field help

d0ca7530 08/23/2022 11:24 PM Reid Linnemann

Replace direct config accesses in status_graph.php, status_ntpd.php

466d0e96 08/23/2022 11:24 PM Reid Linnemann

Correct format specifier in input help

66ab66c3 08/23/2022 11:24 PM Reid Linnemann

Replace direct config array access in diag_packet_capture.php

746f30e3 08/23/2022 11:24 PM Reid Linnemann

Add config and config lib requires to guionfig.inc

123efede 08/23/2022 11:24 PM Reid Linnemann

Fix some missing '/'es in config paths

345d9f0e 08/23/2022 11:24 PM Reid Linnemann

Replace some direct config array accesses in wizard.php

a949b7ae 08/23/2022 11:24 PM Reid Linnemann

Correct deprecated implode() syntax

2f971e22 08/23/2022 11:24 PM Reid Linnemann

Fix warnings in guiconfig.inc, unexpanded string in get_config_path call

a329c99b 08/23/2022 11:24 PM Reid Linnemann

Replace config array accesses in guiconfig.inc

2d5c75fa 08/23/2022 11:24 PM Reid Linnemann

Change some config array accesses in interfaces.php

988a687c 08/23/2022 11:24 PM Reid Linnemann

Fix several unsafe multilevel config array accesses in setup wizard

c6188970 08/23/2022 11:24 PM Reid Linnemann

Silence unused/undef'd variable warnings in filter.inc

de3f6463 08/23/2022 11:24 PM Reid Linnemann

Correct required param after optional param syntax errors

9484a1cb 08/22/2022 03:12 PM Jim Pingle

Consider EC digest prefix when renewing CA/Cert. Fixes #13437

a3c15890 08/17/2022 07:49 PM Jim Pingle

CRL lifetime fixes to avoid rollover. Fixes #13424

4d9dd165 08/17/2022 07:26 PM Jim Pingle

Clean up+encode pkg rule filenames. Fixes #13426

67f0518a 08/15/2022 03:41 PM Jim Pingle

Update UPnP status regex. Fixes #4500

Submitted-By: rtadams89 @ GitHub PR #4610

2fe0e0fa 08/01/2022 05:19 PM Jim Pingle

CA/Cert descr validation fixes. Fixes #13387

Validate description on save when editing and in other situations that
were not yet covered.

While here, ensure that errors when editing a cert leave the user on the
cert edit screen properly, but successful cases return to the cert list....

70dacbf3 07/11/2022 12:42 PM Jim Pingle

Trim leading space from CSV vouchers. Fixes #13272

2dc23896 07/08/2022 02:21 PM Christopher Cope

Fixed handling of single rule selected with multi-delete Issue #9887

2a9f6b40 06/28/2022 12:44 PM Jim Pingle

Clarify delegated IPv6 prefix source. Fixes #13310

Indicates the tracked interface and prefix ID, which is more important
now that delegation works from multiple upstream sources.

230b2303 06/15/2022 03:16 PM Jim Pingle

Fix OpenVPN override TN handling. Fixes #13274

1b5919c7 06/10/2022 12:56 PM Jim Pingle

Encode filename browser.php. Fixes #13262

e5d97d7c 05/27/2022 01:15 PM Jim Pingle

Update CARP status state sync note. Fixes #12701

16a6bf51 05/25/2022 02:02 PM Viktor Gurov

Always display Global Root CA List. Fixes #13185

937b2a59 05/25/2022 02:01 PM Viktor Gurov

Reload Captive Portal rules on nomacfilter or per-user bandwidth change. Fixes #13216

6b73b812 05/23/2022 03:02 PM Marcos M

Do not force setting a gateway with floating match limiter rules. Fix #13027

533b6c5a 05/23/2022 01:55 PM Jim Pingle

Incompatible OpenVPN P2P option note. Issue #13189

bfb06f9a 05/20/2022 05:49 PM Jim Pingle

Revert "Destroy deleted/disabled IPsec SA. Fixes #13102"

This appears to be causing a pileup of swanctl processes on systems with
a significant number of disabled tunnels.

This reverts commit d90552c59e51fb13c712b6a96a51ca2462424156.

a375d2ac 05/17/2022 07:12 PM Jim Pingle

Merge pull request #4586 from luckman212/outbound-nat-remove-colon

af2fcf5f 05/17/2022 04:01 PM Viktor Gurov

Merge pull request #4585 from luckman212/fix-status-dhcpleases-wrong-ifname

1dbcb405 05/17/2022 04:01 PM Viktor Gurov

Merge pull request #4583 from luckman212/add-restore-dashboard-layout

68ff4b87 05/17/2022 04:01 PM Viktor Gurov

Merge pull request #4588 from luckman212/fix-infoblock-placement-firewall_nat_out.php

ed321966 05/17/2022 12:30 PM Viktor Gurov

captiveportal_ether_delete_entry() anchors/pipes delete fix. Issue #13169

b7ddc1b8 05/16/2022 05:12 PM Viktor Gurov

captiveportal_passthru_delete_entry() -> captiveportal_passthrumac_delete_entry(). Fixes #13175

edf6dbfa 05/16/2022 04:31 PM Jim Pingle

User Mgr scope icon corrections. Fixes #13174

b6669022 05/14/2022 04:08 AM → luckman212

fix infoblock placement on firewall_nat_out.php - redmine #13164

17c43ebc 05/13/2022 06:21 PM Marcos M

Ensure same type comparison. Additional fix #13059

6578d950 05/11/2022 05:47 PM Jim Pingle

Fix JS for mobile IPsec disconnect. Fixes #13131

dfd4d0e9 05/11/2022 12:27 PM → luckman212

remove colon to stay consistent with the rest of the GUI

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

Adapt OpenVPN widget to new output. Fixes #13129

6292f557 05/08/2022 03:42 PM Viktor Gurov

Add default value to $ipv6type argument of restart_interface_services(). Fixes #13134

ef16abd8 05/08/2022 05:20 AM → luckman212

add option to restore dashboard widget layout

22adbe09 05/08/2022 03:43 AM → luckman212

fix for https://redmine.pfsense.org/issues/13127

f2c2a2b4 05/06/2022 05:31 PM Jim Pingle

OpenVPN status improvements. Implements #13129

  • Clean up and improve client/p2p state interpretation
  • Output OpenVPN instance interface names
  • Improve formatting of service status and control icons
795e6194 05/06/2022 02:38 PM Viktor Gurov

Use dnctl(8) to control limiter rules. Feature #12579

992335fc 05/05/2022 04:27 PM Viktor Gurov

Allow to assign L2TP VPN server interface. Issue #13099

2049acec 05/04/2022 05:51 PM Viktor Gurov

Merge pull request #4581 from kris-anderson/feature/relax-dhcp-input-validation

9ef7f9d2 05/04/2022 05:50 PM Viktor Gurov

Merge pull request #4580 from luckman212/trim_static_dhcp_mac_on_save

2d033c13 05/04/2022 05:42 PM Viktor Gurov

Restart DNS Resolver after OpenVPN config save. Fixes #13117

83cec26e 05/04/2022 05:36 PM Marcos M

Suppress php warning when using unlink. Fixes #13112

ef267412 05/02/2022 08:44 PM Kris Anderson

more spelling fixes

0a30410b 05/02/2022 08:42 PM Kris Anderson

more accurate error message

39414efc 05/02/2022 08:37 PM Kris Anderson

fix a spelling mistake

635e5b9d 05/02/2022 08:23 PM Kris Anderson

max dhcp lease can be equal to the default lease

8dffcfd3 04/28/2022 05:50 PM → luckman212

trim mac address when submitting

eases copy & paste which sometimes grabs a little extra whitespace
on either end -- previously caused input validation to fail

d90552c5 04/28/2022 01:17 PM Viktor Gurov

Destroy deleted/disabled IPsec SA. Fixes #13102

7c2468c5 04/27/2022 09:09 PM Viktor Gurov

Captive Portal ipfw->pf transition. Todo #13100

80d6b1ba 04/25/2022 02:19 PM Viktor Gurov

Traffic Shaper Wizard bandwidth scale fix. Issue #13086

3c15b353 04/22/2022 08:40 AM Viktor Gurov

Optimize stacked IP Aliases reconfiguration. Issue #12961