Skip to content

Remove SSU support from video2commons#323

Merged
don-vip merged 1 commit intomasterfrom
refactor/remove-ssu
Mar 3, 2026
Merged

Remove SSU support from video2commons#323
don-vip merged 1 commit intomasterfrom
refactor/remove-ssu

Conversation

@Amdrel
Copy link
Collaborator

@Amdrel Amdrel commented Mar 3, 2026

Description

Resolves #243

Server-side uploading (SSU) is deprecated on Commons and no longer maintained. As it will not return in the future and offers nothing over chunked uploading this patch removes support for the feature.

Changes

  • Removed SSU uploading logic from the worker
  • Removed special SSU task handling from the Flask API
  • Removed all SSU related code from the JavaScript frontend
  • Updated the example config to remove the SSU URL as it is now unused

@don-vip don-vip merged commit 143e4bb into master Mar 3, 2026
5 checks passed
@don-vip
Copy link
Collaborator

don-vip commented Mar 3, 2026

Nice, it simplifies the software a lot, thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Server-side upload is deprecated

2 participants