Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  local
  share

Latest revisions

# Date Author Comment
8a2c52b0 02/03/2023 09:34 PM Christian McDonald

Refactor some direct config access in sysctl

ef353af0 01/19/2023 08:44 PM Jim Pingle

Remove unnecessary count param. Fixes #13890

a7b25043 01/16/2023 03:06 PM Jim Pingle

Fix PHP error on diag_backup.php. Fixes #13876

db28fc70 01/11/2023 02:36 PM Jim Pingle

Fix conf history confirmation prompt. Fixes #13861

  • Change confirmation method to be compatible with usepost
  • Update action icon titles to be more descriptive, which improves the
    confirmation dialog text as well as accessibility.
  • While here, add a note to restore message about how to activate the...
b756f227 01/03/2023 08:42 PM Jim Pingle

Restore resolver host override sorting.

a5c284f3 01/03/2023 03:59 PM Christian McDonald

Fix #13799: Unbound python module persistently shows enabled in resolver settings.

435948ff 12/21/2022 06:26 AM Reid Linnemann

Always declare $config global in case a script is included in a non-global scope

$config is expected to always be a global containing the parsed configuration,
however in the sources that it is assigned a value in toplevel scope it is not
explicitly declared as such. As a result, if one of these sources is included in...

7e5dbbfc 12/20/2022 06:25 PM Marcos M

Fix regression allowing blocked MAC addresses to login. Fix #13747

0fb806ad 12/20/2022 03:51 PM Jim Pingle

PHP 8.1 fixes for DNS Forwarder Hosts/Overrides. Fixes #13781

db6dd2d2 12/16/2022 05:05 PM Jim Pingle

Don't load CSRF timeout from config. Fixes #13757

This allows us to reorder includes so that authgui.inc can load auth.inc first, which fixes several auth mechanisms that rely on this order for GUI pages.

View revisions

Also available in: Atom