Skip to content

feat: prevent oversized extension uploads from the client#1937

Merged
netomi merged 4 commits into
eclipse-openvsx:mainfrom
gnugomez:gnugomez/main/limit-max-upload-webui
Jul 7, 2026
Merged

feat: prevent oversized extension uploads from the client#1937
netomi merged 4 commits into
eclipse-openvsx:mainfrom
gnugomez:gnugomez/main/limit-max-upload-webui

Conversation

@gnugomez

@gnugomez gnugomez commented Jul 2, 2026

Copy link
Copy Markdown
Member

Adding a new GET /api/config endpoint. The existing GET /api/version redirects (301) to /api/config for backwards compatibility.

Closes #1486

@gnugomez
gnugomez requested review from autumnfound and netomi July 2, 2026 14:58
Adding a new GET /api/config endpoint. The existing GET /api/version redirects (301) to /api/config for
backwards compatibility.

Closes eclipse-openvsx#1486
@netomi
netomi force-pushed the gnugomez/main/limit-max-upload-webui branch from 3ca2dd5 to 357f252 Compare July 7, 2026 14:36
@netomi

netomi commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

I reverted back to use /api/version for the sake of simplicity.

There is the unsolved issue with the upstream registry where I do not know what is a reasonable approach. Lets keep it as it is right now, just adding a new optional property.

For the client its the same, I see that our custom webui does some additional changes and we need to make sure the dialog works properly here.

I did improve a bit the dialog as well but overall it is working fine.

@netomi
netomi merged commit 4690adc into eclipse-openvsx:main Jul 7, 2026
5 checks passed
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.

Check upload size limits on the client

2 participants