Skip to content

Fix transfer status permission checks#5573

Open
MrSoulPenguin wants to merge 4 commits intopterodactyl:1.0-developfrom
MrSoulPenguin:1.0-develop
Open

Fix transfer status permission checks#5573
MrSoulPenguin wants to merge 4 commits intopterodactyl:1.0-developfrom
MrSoulPenguin:1.0-develop

Conversation

@MrSoulPenguin
Copy link

Before, the new node was checked against the servers current node (the old node) before the server is updated to the new node, causing the check to always fail.

Now the requesting node is checked against the new node.

Addresses #5572

checked if servers node was the new node before updating the server, always failing. Now the requesting node is checked if it's the new node
@MrSoulPenguin
Copy link
Author

Noticed that there was also an issue with the failed transfer status update node checks. Checked against the servers current node instead of the requesting node.

So the check always passed when the servers current node was check against the old node in the transfer, since it wouldn't have been updated due to the failed transfer.

@MrSoulPenguin MrSoulPenguin changed the title Fix successful transfer status permission check Fix transfer status permission checks Feb 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant