[PR #251] [MERGED] Dev #387

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

103 files changed (+6128 additions, -1526 deletions)

View changed files

📝 .github/workflows/docker-image.yml (+2 -2)
📝 RELEASE-NOTES.md (+14 -0)
📝 api/Dockerfile (+7 -2)
api/code/alerts.go (+502 -0)
api/code/alerts_test.go (+260 -0)
📝 api/code/api.go (+151 -39)
📝 api/code/auth.go (+397 -19)
📝 api/code/dhcp.go (+2 -1)
📝 api/code/firewall.go (+53 -17)
📝 api/code/go.mod (+21 -76)
📝 api/code/go.sum (+40 -238)
📝 api/code/interfaces.go (+4 -4)
api/code/notifications.go (+0 -296)
📝 api/code/plugins.go (+35 -2)
📝 api/code/radios.go (+6 -6)
📝 api/code/traffic.go (+1 -1)
📝 api/code/uplink.go (+1 -1)
📝 api/code/ws.go (+10 -2)
📝 api/scripts/generate-certificate.sh (+15 -15)
📝 api/scripts/startup.sh (+1 -1)

...and 80 more files

📄 Description

No description provided


🔄 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/251 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 12/14/2023 **Status:** ✅ Merged **Merged:** 12/19/2023 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`2d3c05a`](https://github.com/spr-networks/super/commit/2d3c05a888e4f995a87c564665f0026e624e1727) [installer] Add no-op spr account on images - [`0868da0`](https://github.com/spr-networks/super/commit/0868da0974137713a7426a0f54ef7417accc8519) [ui] fix mobile, dns permit/block buttons - [`2bc2d22`](https://github.com/spr-networks/super/commit/2bc2d22f15d37918a6ad337d04190906245d0240) [ui] missing prismjs - [`cef09e6`](https://github.com/spr-networks/super/commit/cef09e658a5536c0ea776d9e54a90d2308609d7d) [ui] reset page on client select - [`ee528e3`](https://github.com/spr-networks/super/commit/ee528e34e9ef6441a7e73e23300b356b22b2ea59) [ui] bump gluestack - [`87bdc3c`](https://github.com/spr-networks/super/commit/87bdc3c44d8e7897e6a06cd888a25ef9cfde896e) [ui] test show desc - [`1c81dac`](https://github.com/spr-networks/super/commit/1c81dac70f31d75d53ff9290d488521b7f0cae7b) [ui] same label for source/dest in forms - [`06d329e`](https://github.com/spr-networks/super/commit/06d329e064ed171f958e890ebf4c347ff8730e96) [ui] cleanup - [`91de883`](https://github.com/spr-networks/super/commit/91de8832ec916cda9821e601ffeed62a8eb134a3) Merge branch 'dev' of https://github.com/spr-networks/super into dev - [`783f7a1`](https://github.com/spr-networks/super/commit/783f7a134a66ea989445d914afec5f2b3a72a044) Merge branch 'dev' of https://github.com/spr-networks/super into dev ### 📊 Changes **103 files changed** (+6128 additions, -1526 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-image.yml` (+2 -2) 📝 `RELEASE-NOTES.md` (+14 -0) 📝 `api/Dockerfile` (+7 -2) ➕ `api/code/alerts.go` (+502 -0) ➕ `api/code/alerts_test.go` (+260 -0) 📝 `api/code/api.go` (+151 -39) 📝 `api/code/auth.go` (+397 -19) 📝 `api/code/dhcp.go` (+2 -1) 📝 `api/code/firewall.go` (+53 -17) 📝 `api/code/go.mod` (+21 -76) 📝 `api/code/go.sum` (+40 -238) 📝 `api/code/interfaces.go` (+4 -4) ➖ `api/code/notifications.go` (+0 -296) 📝 `api/code/plugins.go` (+35 -2) 📝 `api/code/radios.go` (+6 -6) 📝 `api/code/traffic.go` (+1 -1) 📝 `api/code/uplink.go` (+1 -1) 📝 `api/code/ws.go` (+10 -2) 📝 `api/scripts/generate-certificate.sh` (+15 -15) 📝 `api/scripts/startup.sh` (+1 -1) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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:36 +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#387
No description provided.