Skip to content

Feature Request / Bug: Allow disabling Setup Checks / Warnings popup in Office mode #5798

Description

@netzton

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.

Image

When opening the server check page, there are two specific warnings regarding the Collabora setup:

  1. "Die BPF-Filterung potentiell riskanter Systemaufrufe (seccomp) ist nicht aktiviert, dies stellt ein Sicherheitsrisiko dar."
  2. "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:

  1. Go to the Nextcloud Files app.
  2. Click on the "+" button to create a new document (or open an existing one).
  3. The document opens in Office Mode.
  4. 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

Image

</details>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions