nextcloud / nextcloud/richdocuments
Feature Request / Bug: Allow disabling Setup Checks / Warnings popup in Office mode
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 453
- Forks
- 147
- Avg merge
- 14h 54m
- Merged PRs (30d)
- 83
Description
Describe the bug
Every time a new document is created or opened in Office app, a persistent popup notification appears at the bottom of the screen saying: "Überprüfen Sie die Warnmeldungen Ihres Servers" (Check your server warnings) with an "Open" button.
When opening the server check page, there are two specific warnings regarding the Collabora setup:
- "Die BPF-Filterung potentiell riskanter Systemaufrufe (seccomp) ist nicht aktiviert, dies stellt ein Sicherheitsrisiko dar."
- "Langsame Einrichtung des Kit- Jails mit Kopieren, Bind-Mount nicht möglich"
Since these two environment-specific warnings are known, minor, and accepted by the administrator, the constant live popups on the screen create a bad user experience and confusion. There is currently no way to disable or mute these specific setup check notifications in the UI or configuration.
To Reproduce
Steps to reproduce the behavior:
- Go to the Nextcloud Files app.
- Click on the "+" button to create a new document (or open an existing one).
- The document opens in Office Mode.
- See the warning popup at the bottom of the screen.
Expected behavior
There should be a configuration option, an OCC command, or a button in the admin panel to mute or permanently dismiss known and accepted environment-related setup warnings so they do not trigger intrusive frontend popups every time an editor is started.
Screenshots
I have two of them but don't know how to add them here
Client details:
- OS: MacOS 15.7.7
- Browser: Chrome / Firefox / Safari (independent of browser)
- Version: Latest
- Device: Desktop
Server details
Operating system: Linux (Docker Image inside Synology DSM)
Web server: Apache
Database: MariaDB (Docker Container)
PHP version: PHP 8.4.22
Nextcloud version: 34.0.0
Version of Collabora Online: 26.04.1.4 Running as separat container in Docker-Compose stack
Configuration of the richdocuments app
{
"apps": {
"richdocuments": {
"disable_certificate_verification": "",
"doc_format": "ooxml",
"enabled": "yes",
"installed_version": "11.0.0",
"public_wopi_url": "https:\/\/office.internetwerk.ch",
"types": "filesystem,prevent_group_restriction",
"wopi_url": "https:\/\/office.internetwerk.ch"
}
}
}
Logs
Nextcloud log (data/nextcloud.log)
Insert your Nextcloud log here
Browser log
</details>
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the setup-check popup shown when Office Mode opens and the two listed Collabora warnings. The issue names no files, tests, or entry points, so trace the warning flow across the richdocuments app before choosing whether suppression belongs in the UI, an OCC command, or admin configuration. Done means an administrator can permanently mute accepted setup warnings without repeated editor-start popups.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, javascript, mariadb
- Domain
- backend, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100