Commit Graph

2140 Commits

Author SHA1 Message Date
Tim Wilkinson f0270c4f37
DHCP option validate (#1718)
* Fix form validation

* Add DHCP option validation

* More options + placeholder text
2024-11-25 22:29:18 -08:00
Tim Wilkinson 9250d68a3b
Remove unnecessary JS in mobile view (#1717) 2024-11-24 22:09:07 -08:00
Tim Wilkinson 8d8ed929c9
Migrate dhcp reservations into uci (#1710) 2024-11-23 21:46:30 -08:00
Tim Wilkinson be06c36b89
Give high contrast theme wider dialogs (now we support that) (#1716)
* Give high contrast theme wider dialogs (now we support that)

* Wider wide
2024-11-22 15:03:50 -08:00
Tim Wilkinson 9a75683f2e
Support non-admin neighbor info in mobile view. (#1714) 2024-11-21 20:56:14 -08:00
Tim Wilkinson 7218383807
Tweak node detection keepalive (#1713) 2024-11-21 18:21:53 -08:00
Tim Wilkinson b245852d0b
Refine htmx activation mechanism (#1712)
* Refine activation mechanism

* Update quotes
2024-11-21 13:21:36 -08:00
Tim Wilkinson 223438861a
Provide access to neighbor info without dragging in extra resource (#1711)
unless necessary.
2024-11-20 23:50:17 -08:00
Tim Wilkinson 91fe800447
Improve display of blocked neighbors (#1709) 2024-11-20 11:23:30 -08:00
Tim Wilkinson d32ad316b6
A few minor tunnel fixes (#1708) 2024-11-19 21:11:38 -08:00
Tim Wilkinson be9fb979d9
Add localnode back into port forwarding UI (#1706) 2024-11-19 20:26:06 -08:00
Tim Wilkinson bc78afba75
Provide 44net route override (#1703)
* Provide 44net route override

* Typo
2024-11-18 22:27:32 -08:00
Tim Wilkinson fa6129be55
Fix bogus reboot message (#1704) 2024-11-18 22:27:20 -08:00
Tim Wilkinson 06ed425a55
Fix redirects (missing \r) (#1700) 2024-11-17 17:07:53 -08:00
Tim Wilkinson 825107a210
Provide proxy and redirect for problematic services (#1699)
* Add http proxy for easier access to problematic services

* Redirect-or
2024-11-17 17:05:05 -08:00
Tim Wilkinson 7811763ecc
Make sure we dont lose the compat_version (#1697) 2024-11-16 20:51:07 -08:00
Tim Wilkinson 1b2b481958
Add command line support tool (#1695) 2024-11-15 21:47:11 -08:00
Tim Wilkinson 4c3830c730
Improve help for mobile wifi signal tool. (#1693) 2024-11-14 23:39:20 -08:00
Tim Wilkinson 635f5e714b
Visual tweaks for mobile (#1692)
* Visual tweaks

* Exclude average when there's only one station
2024-11-14 21:40:57 -08:00
Tim Wilkinson 787e5f55fc
Add mobile wifi tools (#1691)
* Add mobile wifi signal tool

* Add mobile wifi scan tool

* Enable
2024-11-13 22:39:59 -08:00
Tim Wilkinson bdff952f9b
Make tunnel server name optional if you have no server tunnels (#1688)
* Make tunnel server name optional if yuo have no server tunnels

* Do less if we're already invalid
2024-11-13 16:53:09 -08:00
Tim Wilkinson 0eeca43e44
Add some mobile tools (#1690) 2024-11-13 16:52:57 -08:00
Tim Wilkinson 9630ec6656
Support pasting lat,lon coordinates into either lat or lon map field (#1687) 2024-11-13 08:41:40 -08:00
Tim Wilkinson 56e53a5324
Add /etc/ethers and /etc/hosts to support data (#1686) 2024-11-12 23:18:37 -08:00
Tim Wilkinson 25572f014e
Allow packages to be removed on low memory nodes. (#1684)
We haven't supported installing packages on low memory node for a few years now, but
we will want to provide a mechanism to remove them even with the new UI.
2024-11-11 18:50:13 -08:00
Tim Wilkinson 83c8dc2d17
Improve detection and display of services and devices (#1683)
* Improve timeliness of periodic tasks

* Improve device and service detection
2024-11-10 18:12:49 -08:00
Tim Wilkinson c29bcc2bdd
Improve which local devices and service we show when logged out or logged in. (#1682)
* Show more devices when logged in as admin

* Updates
2024-11-08 14:29:32 -08:00
Tim Wilkinson 747871b35d
Require support data when filing bug report. (#1681) 2024-11-07 20:38:41 -08:00
Tim Wilkinson f94ab2e2a1
Fix three-arg version of uci.delete (#1680) 2024-11-07 20:32:51 -08:00
Tim Wilkinson 722b13288e
Fix bug in first install/boot (#1677) 2024-11-06 14:55:01 -08:00
Tim Bratton 6b583fb1d0
Supported Devices List Edits (UBNT 5AC)-Issue #1674 (#1675)
* Add files via upload

* Update SUPPORTED_DEVICES.md

Change "AC 5" and similar identifiers for selected UBNT 5GHz AC nodes to match UBNT catalog descriptionsl

* Delete SUPPORTED_DEVICES.md.5ACedit.txt
2024-11-05 16:42:17 -08:00
Tim Wilkinson e9c503e8d0
Calculate physical device by hand (#1676) 2024-11-05 16:42:01 -08:00
Tim Wilkinson ff31b89e1d
Support Y.X style radio heights (#1673) 2024-11-03 21:24:16 -08:00
Tim Wilkinson 5e680b1a2c
Fix css causing service fields to be too long on some browsers (#1671) 2024-11-03 13:37:55 -08:00
Tim Wilkinson 668234b799
Filter lan name from node hosts (#1669) 2024-11-02 17:28:54 -07:00
Tim Wilkinson 72655d2d9e
Improve LAN validation (#1666) 2024-11-02 01:19:27 -07:00
Tim Wilkinson f4b949fa68
Add pseudo services for Local Devices (#1665)
* Add pseudo services for Local Devices

* Whitespace
2024-11-01 08:43:17 -07:00
Tim Wilkinson 83c5243bb6
Fix dmz dhcp values (#1664) 2024-10-31 18:40:43 -07:00
Tim Wilkinson 1a49da92ea
Fix migration of services on nodes without any services (#1660)
* Fix migration of services on nodes without any services

* Correctly handle first creation and last deletion.
2024-10-29 09:48:00 -07:00
Tim Wilkinson da9417a512
Fix progress bars broken on latest Safari builds (#1658) 2024-10-28 22:31:51 -07:00
Tim Wilkinson 07d4b8d3e0
Migrate services files into uci setup config (#1650) 2024-10-28 16:37:06 -07:00
Tim Wilkinson 4483384b8a
Remove setting old dmz value (#1657)
* Remove setting old dmz value (missed checkin)

* Fix firewall nat check
2024-10-27 22:30:04 -07:00
Tim Wilkinson e49dd7e73c
De-dup dmz_mode (was being stored in two places) (#1656) 2024-10-27 21:29:29 -07:00
Tim Wilkinson f153b79e05
Provide UI for the wifi watchdog system. (#1655) 2024-10-27 15:02:54 -07:00
Tim Wilkinson ff6659fed8
Fixes for blank variables breaking upgrades (#1654) 2024-10-27 14:59:38 -07:00
Tim Wilkinson 2a9a0528db
Bugfixes for alt networks and larger dhcp ranges (#1652) 2024-10-26 21:37:35 -07:00
Tim Wilkinson 1d05336818
Improve tunnel messaging (#1648) 2024-10-25 20:46:08 -07:00
Tim Wilkinson a37b3f81bc
Enable alternate LAN configurations (#1548)
* Enable AltNet support

* Fix pattern

* Remove dhcp_limit

* Rework LAN start/end for larger or smaller subnets

* Improve subtext help around settings

* Whitespace
2024-10-25 20:45:54 -07:00
Tim Wilkinson 273218864d
Migrate _setup into standard uci format (#1647) 2024-10-24 21:00:16 -07:00
Tim Wilkinson 7d9ac7e8f4
Add Tupavco antenna (#1646)
* Add Tupavco TP511

* Fix model number
2024-10-23 23:15:39 -07:00