[PR #34] [MERGED] June Dev #267

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/34
Author: @lts-rad
Created: 6/22/2022
Status: Merged
Merged: 6/29/2022
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

  • 60a8708 [ui] [dyndns] Add editable list for domains
  • 6b56001 [ui] btn colors in tabs
  • 7a3a4b8 [ui] bg in webroot
  • 83ea5ac [ui] web vs native fonts fix
  • e0f0e4d [ui] font awesome icons fix for native vs web
  • 8c6a606 [ui] font awesome icons fix for native vs web
  • 6485bb7 [ui] update for dyndns
  • 4295834 [ui] small fixes
  • 1891de1 [ui] update for dyndns
  • 418f7fb [ui] update for dyndns

📊 Changes

88 files changed (+6357 additions, -1644 deletions)

View changed files

📝 api/code/api.go (+167 -4)
📝 api/code/auth.go (+3 -8)
📝 api/code/firewall.go (+4 -4)
📝 api/code/plugins.go (+60 -58)
📝 api/code/traffic.go (+9 -1)
📝 api/scripts/iw_dev.py (+1 -1)
📝 api_sample_plugin/code/sample_plugin.go (+1 -1)
📝 base/scripts/nft_rules.sh (+89 -9)
📝 base/scripts/startup.sh (+7 -0)
base/template_configs/base/auth_tokens.json (+1 -0)
📝 docker-compose-prebuilt.yml (+3 -0)
📝 docker-compose-src.yml (+3 -0)
📝 docker-compose-virt.yml (+2 -0)
📝 docker-compose-virtsrc.yml (+2 -0)
📝 dyndns/code/dyndns_plugin.go (+1 -1)
frontend/babel-plugin-macros.config.js (+5 -0)
📝 frontend/babel.config.js (+2 -1)
📝 frontend/src/AppContext.js (+4 -2)
📝 frontend/src/FontAwesomeUtils.js (+350 -1)
📝 frontend/src/Theme.js (+20 -2)

...and 68 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/34 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 6/22/2022 **Status:** ✅ Merged **Merged:** 6/29/2022 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`60a8708`](https://github.com/spr-networks/super/commit/60a870815d195c4629dcb7ff07ec79dd55ad6ea6) [ui] [dyndns] Add editable list for domains - [`6b56001`](https://github.com/spr-networks/super/commit/6b56001efd695e7a1d46ec4c557d683d32845346) [ui] btn colors in tabs - [`7a3a4b8`](https://github.com/spr-networks/super/commit/7a3a4b8187306396ed4f120bd5cd0fe072f2c0f6) [ui] bg in webroot - [`83ea5ac`](https://github.com/spr-networks/super/commit/83ea5acaa83dc291d448a8f8fcb9c01977c49487) [ui] web vs native fonts fix - [`e0f0e4d`](https://github.com/spr-networks/super/commit/e0f0e4daf467345062859443a1f0ee78d74bb33a) [ui] font awesome icons fix for native vs web - [`8c6a606`](https://github.com/spr-networks/super/commit/8c6a6060af9fb7d1c39860c1269d4ff33e98f4ee) [ui] font awesome icons fix for native vs web - [`6485bb7`](https://github.com/spr-networks/super/commit/6485bb74e36b2e621d132a01bf118b554b1e3fc6) [ui] update for dyndns - [`4295834`](https://github.com/spr-networks/super/commit/429583466bafa49fd5be72359fd335b49aa6880b) [ui] small fixes - [`1891de1`](https://github.com/spr-networks/super/commit/1891de11c0d8b4e1b451b0ee438bd8b1cb016e2d) [ui] update for dyndns - [`418f7fb`](https://github.com/spr-networks/super/commit/418f7fbbfda47fb5d16fbbe6a36ae6ecf8745725) [ui] update for dyndns ### 📊 Changes **88 files changed** (+6357 additions, -1644 deletions) <details> <summary>View changed files</summary> 📝 `api/code/api.go` (+167 -4) 📝 `api/code/auth.go` (+3 -8) 📝 `api/code/firewall.go` (+4 -4) 📝 `api/code/plugins.go` (+60 -58) 📝 `api/code/traffic.go` (+9 -1) 📝 `api/scripts/iw_dev.py` (+1 -1) 📝 `api_sample_plugin/code/sample_plugin.go` (+1 -1) 📝 `base/scripts/nft_rules.sh` (+89 -9) 📝 `base/scripts/startup.sh` (+7 -0) ➕ `base/template_configs/base/auth_tokens.json` (+1 -0) 📝 `docker-compose-prebuilt.yml` (+3 -0) 📝 `docker-compose-src.yml` (+3 -0) 📝 `docker-compose-virt.yml` (+2 -0) 📝 `docker-compose-virtsrc.yml` (+2 -0) 📝 `dyndns/code/dyndns_plugin.go` (+1 -1) ➕ `frontend/babel-plugin-macros.config.js` (+5 -0) 📝 `frontend/babel.config.js` (+2 -1) 📝 `frontend/src/AppContext.js` (+4 -2) 📝 `frontend/src/FontAwesomeUtils.js` (+350 -1) 📝 `frontend/src/Theme.js` (+20 -2) _...and 68 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:00 +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#267
No description provided.