[PR #214] [MERGED] Bug fix release #patch #372

Closed
opened 2026-03-04 01:36:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/214
Author: @lts-rad
Created: 10/12/2023
Status: Merged
Merged: 10/12/2023
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

  • 6e77b3a [ui] fix mdns name form on mobile
  • d9bb93e [ui] click logo for home
  • 90d73c7 [ui] increase width for menu items
  • e2e63bd [ui] update mobile view, more generic lists, buttons and text for forms
  • 1e62df3 [ui] Fix wireguard endpoint assignment when null
  • 97be632 [api] [multicast_udp_proxy] Add additional support for iface mappings and multicast tags
  • b6ef801 [api] Dont populate downlink routes for entries with a PSK set
  • 32bdd7b [dyndns] Move dyndns to be a true built-in plugin, which starts off by default until enabled
  • f60188e [ui] padding on desktop
  • dfe1499 [ui] Add support for updating tags on multicast ports

📊 Changes

86 files changed (+1515 additions, -493 deletions)

View changed files

📝 api/Dockerfile (+2 -2)
📝 api/code/api.go (+4 -3)
📝 api/code/firewall.go (+76 -1)
📝 api/code/go.mod (+50 -17)
📝 api/code/go.sum (+150 -35)
📝 api/code/plugins.go (+21 -5)
📝 api/code/radios.go (+5 -0)
📝 api_sample_plugin/Dockerfile (+4 -4)
📝 base/template_configs/base/api.json (+8 -7)
📝 db/Dockerfile (+2 -2)
📝 db/code/go.mod (+1 -1)
📝 db/code/go.sum (+2 -1)
📝 dhcp/Dockerfile (+4 -4)
📝 dns/Dockerfile (+3 -3)
📝 docker-compose-test.yml (+0 -18)
📝 docker-compose-virt.yml (+0 -13)
📝 docker-compose.yml (+0 -18)
📝 dyndns/Dockerfile (+4 -4)
dyndns/docker-compose.yml (+27 -0)
📝 flowgather/Dockerfile (+1 -1)

...and 66 more files

📄 Description

  • Fix ping during setup
  • Fix superd to use 'docker compose' when 'docker-compose' is not available. This broke updates

UI improvements

  • Add expirations menu for DNS Overrides
  • Add WiFi protocol information (802.11ac/ax/g/b/n ) to Clients view

Maintenance

  • Updates to go 1.20 and 23.04 base containers

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spr-networks/super/pull/214 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 10/12/2023 **Status:** ✅ Merged **Merged:** 10/12/2023 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`6e77b3a`](https://github.com/spr-networks/super/commit/6e77b3ac2952ce654b38a830ec476cecf2e3fb74) [ui] fix mdns name form on mobile - [`d9bb93e`](https://github.com/spr-networks/super/commit/d9bb93e42613f1b0c4f501969fb1f318016292da) [ui] click logo for home - [`90d73c7`](https://github.com/spr-networks/super/commit/90d73c7e764198773fb3f846bfa58474924f870d) [ui] increase width for menu items - [`e2e63bd`](https://github.com/spr-networks/super/commit/e2e63bda67480a3585d3fd8edb1bd8c153aa30ea) [ui] update mobile view, more generic lists, buttons and text for forms - [`1e62df3`](https://github.com/spr-networks/super/commit/1e62df335f07bd7f83a77c727a24ab5c75d07ea2) [ui] Fix wireguard endpoint assignment when null - [`97be632`](https://github.com/spr-networks/super/commit/97be63270ee5a948789eca209b14b07cbac162eb) [api] [multicast_udp_proxy] Add additional support for iface mappings and multicast tags - [`b6ef801`](https://github.com/spr-networks/super/commit/b6ef80118c31dbb93cc2cd8e0a8cd2985c907dbe) [api] Dont populate downlink routes for entries with a PSK set - [`32bdd7b`](https://github.com/spr-networks/super/commit/32bdd7b22a15fb7027aa8fcabe0e428d3dc89c62) [dyndns] Move dyndns to be a true built-in plugin, which starts off by default until enabled - [`f60188e`](https://github.com/spr-networks/super/commit/f60188e37767e4a885196e59453d96e23ba6c7b3) [ui] padding on desktop - [`dfe1499`](https://github.com/spr-networks/super/commit/dfe1499d2ef5bb49d67ed2d3516e83966704b430) [ui] Add support for updating tags on multicast ports ### 📊 Changes **86 files changed** (+1515 additions, -493 deletions) <details> <summary>View changed files</summary> 📝 `api/Dockerfile` (+2 -2) 📝 `api/code/api.go` (+4 -3) 📝 `api/code/firewall.go` (+76 -1) 📝 `api/code/go.mod` (+50 -17) 📝 `api/code/go.sum` (+150 -35) 📝 `api/code/plugins.go` (+21 -5) 📝 `api/code/radios.go` (+5 -0) 📝 `api_sample_plugin/Dockerfile` (+4 -4) 📝 `base/template_configs/base/api.json` (+8 -7) 📝 `db/Dockerfile` (+2 -2) 📝 `db/code/go.mod` (+1 -1) 📝 `db/code/go.sum` (+2 -1) 📝 `dhcp/Dockerfile` (+4 -4) 📝 `dns/Dockerfile` (+3 -3) 📝 `docker-compose-test.yml` (+0 -18) 📝 `docker-compose-virt.yml` (+0 -13) 📝 `docker-compose.yml` (+0 -18) 📝 `dyndns/Dockerfile` (+4 -4) ➕ `dyndns/docker-compose.yml` (+27 -0) 📝 `flowgather/Dockerfile` (+1 -1) _...and 66 more files_ </details> ### 📄 Description - Fix ping during setup - Fix superd to use 'docker compose' when 'docker-compose' is not available. This broke updates UI improvements - Add expirations menu for DNS Overrides - Add WiFi protocol information (802.11ac/ax/g/b/n ) to Clients view Maintenance - Updates to go 1.20 and 23.04 base containers --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:36:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#372
No description provided.