Is your feature request related to a problem? Please describe.
In enterprise environments where external cloud providers (Google Drive, OneDrive, GitHub, GitLab) are blocked, the Open / Save As dialog still shows these options. This causes repeated error pop-ups because the services cannot be reached.
Describe the solution you'd like
A simple way to disable specific cloud providers or disable all cloud integrations entirely. A config flag, JSON setting, or build-time toggle would be sufficient. Both for web (war) and application.
Describe alternatives you've considered
- Editing JS files manually — breaks on updates
- Blocking URLs at firewall level — still triggers UI errors
- Telling users to ignore the errors — not practical
Additional context
Enterprise environment with strict network controls and offline deployment requirements. Only local file storage is allowed; cloud options generate noise and confusion.
Is your feature request related to a problem? Please describe.
In enterprise environments where external cloud providers (Google Drive, OneDrive, GitHub, GitLab) are blocked, the Open / Save As dialog still shows these options. This causes repeated error pop-ups because the services cannot be reached.
Describe the solution you'd like
A simple way to disable specific cloud providers or disable all cloud integrations entirely. A config flag, JSON setting, or build-time toggle would be sufficient. Both for web (war) and application.
Describe alternatives you've considered
Additional context
Enterprise environment with strict network controls and offline deployment requirements. Only local file storage is allowed; cloud options generate noise and confusion.