Skip to content

fix: allow queuing transfers during active copies - #185

Merged
bifrost0x merged 2 commits into
mainfrom
dev/issue-184-transfer-queue
Sep 1, 2026
Merged

fix: allow queuing transfers during active copies#185
bifrost0x merged 2 commits into
mainfrom
dev/issue-184-transfer-queue

Conversation

@bifrost0x

@bifrost0x bifrost0x commented Sep 1, 2026

Copy link
Copy Markdown
Owner

Summary

  • keep cross-source copy actions available while another server copy is active
  • enqueue selected items immediately so pending work is visible and starts sequentially
  • serialize server copies with upload/download queue owners and preserve source lifetimes
  • limit conflict-dialog cancellation to the affected batch while preserving later batches

Fixes #184

Validation

  • node --test tests/js/*.test.js (373 passed)
  • npm run lint:js
  • npm run vendor:check
  • Firefox regression scenario for the File Manager transfer queue (1 passed)
  • File Workspace E2E suite in Chromium (8 passed)

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-01T19:01:36.813905Z d1449c9 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d1449c9f87

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread static/js/sftp-file-manager.js Outdated
Comment thread static/js/sftp-file-manager.js
@bifrost0x
bifrost0x merged commit 7a5f86f into main Sep 1, 2026
21 checks passed
@bifrost0x
bifrost0x deleted the dev/issue-184-transfer-queue branch September 1, 2026 19:31
@github-project-automation github-project-automation Bot moved this from Backlog to Done in WebSSH Roadmap Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Cannot add transfer to queue when a transfer is already in progress

1 participant