CollaboraOnline / online

Collabora Online is a collaborative online office suite based on LibreOffice technology. This is also the source for the Collabora Office apps for iOS and Android.
https://collaboraonline.com
Other
1.82k stars 696 forks source link

Welcome screen is displayed although it is disabled in config #4489

Closed klada closed 2 years ago

klada commented 2 years ago

Describe the bug

The welcome screen is disabled in the configuration file but it is still shown after every version update.

To Reproduce Steps to reproduce the behavior:

  1. Disable the welcome screen: coolconfig set welcome.enable false
  2. Verify that the welcome screen has been disabled in coolwsd.xml:
    
        <welcome>
                <enable default="true" desc="Controls whether the welcome screen should be shown to the users on new install and updates." type="bool">false</enable>
       </welcome>
  3. Restart coolwsd
  4. Open a document as a new user
  5. Welcome screen is shown although it has been disabled

Expected behavior

Welcome screen should not pop up.

Actual behavior

Welcome screen is shown although it has been disabled

Desktop (please complete the following information)

Additional context

This happened when updating from coolwsd 21.11.2.4-1 to 21.11.3.4-1.

godfuture commented 8 months ago

What is the best alternative of Collabora on Nextcloud for home admins?

rasos commented 6 months ago

Proxying the welcome pop-up page would allow you to customize its content and write your own welcome message without building your own CODE image. In nginx that should work with:

location /browser/*/welcome/welcome.html {
  proxy_pass https://mywebserver.net/collabora_patch/welcome.html;