[PR #365] [MERGED] v0.3.23 #patch #415

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/365
Author: @lts-rad
Created: 9/7/2024
Status: Merged
Merged: 9/7/2024
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

  • c5aa10d [superd] Fix tags pagination
  • 06d20ab [ui] [wifi] Only display green border for authorized devices
  • e86d267 [ui] Warn about devices trying to associate but can't authorize
  • 6afd61f [ui] Update connection warning to better support mesh
  • 689dda7 [ui] Update to utc time
  • a29aeb9 [api] Make the syncDevices call async
  • 535e243 [api] Reply that sync was requested in syncDevices
  • 67daf93 [api] [backups] Ensure DHCP page shows the restored backup range
  • a541da7 [superd] Add docker ps call
  • 14364b3 [api] add dockerPS call

📊 Changes

14 files changed (+355 additions, -30 deletions)

View changed files

📝 RELEASE-NOTES.md (+18 -0)
📝 api/code/api.go (+41 -10)
📝 api/code/dhcp.go (+12 -1)
📝 api/code/firewall.go (+2 -1)
📝 api/code/plugins.go (+62 -0)
📝 frontend/src/components/Dashboard/DNSMetricsWidgets.js (+4 -1)
frontend/src/components/Dashboard/HealthCheck.js (+89 -0)
📝 frontend/src/components/Devices/Device.js (+14 -10)
📝 frontend/src/components/Wifi/WifiHostapd.js (+3 -1)
📝 frontend/src/views/Devices/ConnectDevice.js (+1 -1)
📝 frontend/src/views/Devices/Devices.js (+43 -2)
📝 frontend/src/views/Home.js (+2 -0)
📝 frontend/src/views/System/SystemInfo.js (+27 -1)
📝 superd/code/superd.go (+37 -2)

📄 Description

v0.3.23

  • Various fixes for Setup
  • Show up to date subnet info when restoring from backup
  • Devices list will now only show authorized as green, and associated only as Yellow
  • Have mesh sync back off while work is runing
    Improvements
  • Show time in current browser's timezone
  • Add docker service status API
  • Add health check to home page
  • Keep SSID on wifi config reset

🔄 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/365 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 9/7/2024 **Status:** ✅ Merged **Merged:** 9/7/2024 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`c5aa10d`](https://github.com/spr-networks/super/commit/c5aa10d462fd74751af5de0b555359ba9f3a2a21) [superd] Fix tags pagination - [`06d20ab`](https://github.com/spr-networks/super/commit/06d20ab1f48b55844d85a2206fc93025fb8fd2fc) [ui] [wifi] Only display green border for authorized devices - [`e86d267`](https://github.com/spr-networks/super/commit/e86d26732d206e3e6d2e6df70cd676a1cecae620) [ui] Warn about devices trying to associate but can't authorize - [`6afd61f`](https://github.com/spr-networks/super/commit/6afd61fb9a2343d01cccf2a8c439317fef2f5f3d) [ui] Update connection warning to better support mesh - [`689dda7`](https://github.com/spr-networks/super/commit/689dda744b2c3af20ecfbe1028449ab6c5c82361) [ui] Update to utc time - [`a29aeb9`](https://github.com/spr-networks/super/commit/a29aeb9468ea6fac1523e9e48cad1c2f44641400) [api] Make the syncDevices call async - [`535e243`](https://github.com/spr-networks/super/commit/535e2431392bf9eacd09b5e2653a1565f1b36608) [api] Reply that sync was requested in syncDevices - [`67daf93`](https://github.com/spr-networks/super/commit/67daf9331ca9709a440f1ae29aba1667702720ad) [api] [backups] Ensure DHCP page shows the restored backup range - [`a541da7`](https://github.com/spr-networks/super/commit/a541da7cadda972719aa7483cee5135aa4b5d08e) [superd] Add docker ps call - [`14364b3`](https://github.com/spr-networks/super/commit/14364b3641bb5ecd3f7ea0930ae3fb3b09f19a1b) [api] add dockerPS call ### 📊 Changes **14 files changed** (+355 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `RELEASE-NOTES.md` (+18 -0) 📝 `api/code/api.go` (+41 -10) 📝 `api/code/dhcp.go` (+12 -1) 📝 `api/code/firewall.go` (+2 -1) 📝 `api/code/plugins.go` (+62 -0) 📝 `frontend/src/components/Dashboard/DNSMetricsWidgets.js` (+4 -1) ➕ `frontend/src/components/Dashboard/HealthCheck.js` (+89 -0) 📝 `frontend/src/components/Devices/Device.js` (+14 -10) 📝 `frontend/src/components/Wifi/WifiHostapd.js` (+3 -1) 📝 `frontend/src/views/Devices/ConnectDevice.js` (+1 -1) 📝 `frontend/src/views/Devices/Devices.js` (+43 -2) 📝 `frontend/src/views/Home.js` (+2 -0) 📝 `frontend/src/views/System/SystemInfo.js` (+27 -1) 📝 `superd/code/superd.go` (+37 -2) </details> ### 📄 Description ## v0.3.23 - Various fixes for Setup - Show up to date subnet info when restoring from backup - Devices list will now only show authorized as green, and associated only as Yellow - Have mesh sync back off while work is runing **Improvements** - Show time in current browser's timezone - Add docker service status API - Add health check to home page - Keep SSID on wifi config reset --- <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:45 +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#415
No description provided.