Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popup "Check security warnings of your server" cannot be discarded #3755

Closed
jmechnich opened this issue Jun 12, 2024 · 1 comment
Closed

Comments

@jmechnich
Copy link

Describe the bug
After upgrade to Collabora CODE 24.04.4.1.1, a popup appears repeatedly while editing a document with the message "Check security warnings of your server" (screenshot 1). Opening the details, there are two possible outcomes: either there are no issues found but a notice "The is_admin user property is set" (screenshot 2) or an actual error "The is_admin user property is not set" (screenshot 3). See also this post in the Nextcloud help forum.

To Reproduce
Steps to reproduce the behavior:

  1. Check that Collabora CODE 24.0.4.4.1.1 is installed.
  2. Open a text document using Collabora.
  3. Start editing and wait for the popup to appear.

Expected behavior
No popups or at least no recurrence after checking their contents.

Screenshots
Screenshot 1:
image

Screenshot 2:
image

Screenshot 3:
image

Client details:

  • OS: Debian bookworm
  • Browser: Firefox
  • Version: 115.11.0esr
  • Device: Desktop

Server details

Operating system:
Debian bookworm

Web server:
Apache/2.4.59 (Debian)

Database:
mariadb Ver 15.1 Distrib 10.11.6-MariaDB

PHP version:
PHP 8.2.18

Nextcloud version:
28.0.6

Version of the richdocuments app
8.3.7

Version of Collabora Online
collabora/code:24.04.4.1.1 Docker image

Configuration of the richdocuments app

{
    "apps": {
        "richdocuments": {
            "disable_certificate_verification": "",
            "enabled": "yes",
            "installed_version": "8.3.7",
            "public_wopi_url": "https:\/\/redacted.host.name",
            "types": "prevent_group_restriction",
            "wopi_allowlist": "172.0.0.0\/8",
            "wopi_url": "https:\/\/redacted.host.name\/"
        }
    }
}
Logs

Nextcloud log (data/nextcloud.log)

(empty)

Browser log

...
Unknown server audit entry: certwarning bundle.js:24657:46
...
@joshtrichards
Copy link
Member

joshtrichards commented Jun 12, 2024

This is a Collabora Online/CODE matter. It also looks like it's been addressed just recently:

CollaboraOnline/online#9229
CollaboraOnline/online#9242

EDIT: Though we may need to audit our use of is_admin. Looks like some deprecation. Looking now...

EDIT2: Deprecation dealt with in #3748 yesterday. :)

@joshtrichards joshtrichards closed this as not planned Won't fix, can't repro, duplicate, stale Jun 12, 2024
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

No branches or pull requests

2 participants