mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#519
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/ovh/the-bastion/pull/485
Author: @speed47
Created: 7/5/2024
Status: ✅ Merged
Merged: 9/17/2024
Merged by: @speed47
Base:
master← Head:rsync📝 Commits (4)
6e09b8frefacto: move special protocols checks into a lib34fa77aenh: plugins: add --protocol to handle scp, sftp, rsynccbd945aenh: plugins: add validate_tuple() so a plugin can validate user@host:port independently1f5cef3feat: add rsync support to --protocol📊 Changes
41 files changed (+1515 additions, -1125 deletions)
View changed files
📝
bin/plugin/group-aclkeeper/groupAddServer(+36 -23)📝
bin/plugin/group-aclkeeper/groupDelServer(+25 -17)📝
bin/plugin/group-gatekeeper/groupAddGuestAccess(+35 -27)📝
bin/plugin/group-gatekeeper/groupDelGuestAccess(+31 -24)➕
bin/plugin/open/rsync(+149 -0)➕
bin/plugin/open/rsync.json(+4 -0)📝
bin/plugin/open/scp(+21 -73)📝
bin/plugin/open/sftp(+14 -67)📝
bin/plugin/restricted/accountAddPersonalAccess(+37 -24)📝
bin/plugin/restricted/accountDelPersonalAccess(+29 -21)📝
bin/plugin/restricted/selfAddPersonalAccess(+36 -23)📝
bin/plugin/restricted/selfDelPersonalAccess(+23 -15)📝
bin/shell/osh.pl(+7 -4)➕
doc/sphinx-plugins-override/rsync.override.rst(+31 -0)📝
doc/sphinx-plugins-override/scp.override.rst(+1 -1)📝
doc/sphinx-plugins-override/sftp.override.rst(+1 -1)📝
doc/sphinx/index.rst(+1 -1)📝
doc/sphinx/plugins/group-aclkeeper/groupAddServer.rst(+23 -31)📝
doc/sphinx/plugins/group-aclkeeper/groupDelServer.rst(+15 -29)📝
doc/sphinx/plugins/group-gatekeeper/groupAddGuestAccess.rst(+17 -30)...and 21 more files
📄 Description
draft: missing functional tests
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.