Captive portal: add popup with session details to the active sessions list in the status page
(cherry picked from commit 081a46fe3bc2393778c4e270cd8388230d39b38c)
Fix DNS Server Gateway Check
If I enter a DNS server IP address that is on a locally connected network, and choose a gateway for it, this code was supposed to give an error message. But no error was given because $_POST[$dnsgwitem] is actually the name of the gateway, but old line 197 called interface_has_gateway() which was expecting an interface to be passed....
Modify DHCP Server messages
(cherry picked from commit 12e08722bd9264f649e76030dce24259430f2832)
Customize DHCP Server on interfaces message
(cherry picked from commit b70904493917a5213ee4b752c5466b7d36f884b8)
Captive portal: hide empty MAC column in status page
When MAC filtering is disabled the client MAC address isn't recorded and the relative column is empty. In this case, hide it.
(cherry picked from commit d08f68e2b2f9032cca9968a225cd8868320ed50b)
Fix field type for TFTP in DHCP server settings
Fix variable name used to pre-fill the NTP orphan mode field, add placeholder with the default while I'm here. Fixes #7034
Fix #7031 Allow interfaces that use DHCP for OpenVPN
even though the interface (or gateway group) has not yet actuallyreceived an IP address.This is useful when setting up a new system that is currently offline.
(cherry picked from commit 0f2cf2a1c47192e8394cbcec6ee291b7e753ac4b)
Fix typo in grouping/$grouping
Captive portal: convert tables to sortable tables
Convert the used vouchers table from the old GET order method to a sortable table, and make the other tables (allowed IPs, hostnames, zones) sortable too.
(cherry picked from commit 0122f1d05b24ff8160b9ec42af382185572788c4)
View revisions
Also available in: Atom