mirror of
https://github.com/fosrl/newt.git
synced 2026-07-15 21:16:40 -05:00
[PR #372] [MERGED] 1.13.0-rc.0 #8185
Reference in New Issue
Block a user
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/fosrl/newt/pull/372
Author: @oschwartz10612
Created: 6/4/2026
Status: ✅ Merged
Merged: 6/4/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
67b81c1Add browser gateway825a7f4Add vncbd53edfSplit out rdp559b702Basic browser gateway target support710408aSupport per target auth token28cddf7Support add and remove for gateway1f8be1dSupport ssh private keye0d65d8Basic ssh server for private resources created133311fPty to find its own shell388795eKeep host key in memory📊 Changes
54 files changed (+3500 additions, -104 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/1.bug_report.yml(+3 -2)📝
.github/workflows/cicd.yml(+15 -0)📝
Dockerfile(+4 -0)📝
Makefile(+11 -11)📝
authdaemon/connection.go(+1 -1)📝
authdaemon/routes.go(+2 -2)➕
browsergateway/browsergateway.go(+144 -0)➕
browsergateway/rdcleanpath.go(+88 -0)➕
browsergateway/rdp.go(+271 -0)➕
browsergateway/ssh.go(+259 -0)➕
browsergateway/ssh_native.go(+94 -0)➕
browsergateway/ssh_native_windows.go(+16 -0)➕
browsergateway/vnc.go(+98 -0)📝
clients.go(+11 -1)📝
clients/clients.go(+84 -0)📝
flake.nix(+1 -1)📝
go.mod(+4 -0)📝
go.sum(+10 -0)📝
main.go(+385 -59)➕
nativessh/auth.go(+158 -0)...and 34 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.