mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 04:45:51 +03:00
[PR #265] [MERGED] Dev plugin #388
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#388
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spr-networks/super/pull/265
Author: @lts-po
Created: 1/17/2024
Status: ✅ Merged
Merged: 1/17/2024
Merged by: @lts-rad
Base:
dev← Head:dev-plugin📝 Commits (10+)
cd130fc[ui] custom plugins9b657dbMerge branch 'dev' into dev-plugina8592f3[ui] add route + link for custom plugin59bc732Merge branch 'dev' into dev-plugin27adf33[superd] Add Plus parameter for clones62bad86[api] Add plugin install with GitURL provided a JWT OTP08742cc[api] [superd] Implement git URL install and auto config12ee8d9[api] Fix plugin URIse0b827a[api] Also add the new plugin to the compose whitelistf0a6ab6[api] More descriptive status📊 Changes
22 files changed (+1122 additions, -380 deletions)
View changed files
📝
RELEASE-NOTES.md(+8 -0)📝
api/Dockerfile(+1 -0)📝
api/code/api.go(+3 -2)📝
api/code/auth.go(+54 -2)📝
api/code/plugins.go(+186 -70)📝
api/code/radios.go(+0 -1)📝
frontend/src/AppContext.js(+3 -1)📝
frontend/src/components/Auth/OTPValidate.js(+37 -46)📝
frontend/src/components/Groups/GroupListing.js(+1 -16)📝
frontend/src/components/Navbars/AdminNavbar.js(+12 -4)➕
frontend/src/components/Plugins/CustomPlugin.js(+5 -0)➕
frontend/src/components/Plugins/CustomPlugin.web.js(+86 -0)➕
frontend/src/components/Plugins/InstallPlugin.js(+154 -0)📝
frontend/src/components/Plugins/PluginList.js(+58 -37)📝
frontend/src/components/Sidebar/Sidebar.js(+6 -7)📝
frontend/src/components/Wifi/WifiClients.js(+3 -0)📝
frontend/src/layouts/Admin.js(+44 -6)📝
frontend/src/routes.js(+8 -1)➕
frontend/src/views/CustomPlugin.js(+212 -0)📝
frontend/src/views/Plugins.js(+5 -1)...and 2 more files
📄 Description
Custom plugin support, API & frontend
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.