owncloud / richdocuments

:notebook_with_decorative_cover: Collabora Online for ownCloud
116 stars 54 forks source link

Richdocuments complains about incorrect zotero api key #527

Closed jnweiger closed 7 months ago

jnweiger commented 8 months ago

Seen with richdocuments-4.1.0-rc.1

grafik

Expected behaviour:

mrow4a commented 8 months ago

hmm weird, will check

jnweiger commented 7 months ago

Partially fixed in #529 -

But the message also appears, when the key was generated at https://www.zotero.org/settings/keys/new - BAD.

mrow4a commented 7 months ago

@jnweiger cannot reproduce. you need release of Collabora Online 22.05.10 at minimum. I also added now hint in the settings for this

Screenshot 2023-11-10 at 08 18 12
jnweiger commented 7 months ago

Ok. So I cannot test this with the old unmaintained Collabora server that I have.

mrow4a commented 7 months ago

The good part is that if key is not specified it works as before. Rest, if this is a case, we need to entrust my local Zotero testing.

jnweiger commented 7 months ago

I've succeeded with the docker-compose setup from https://github.com/ValentinKruegl/owncloud_collabora and I've created a zotero api key for myself at https://www.zotero.org/juergen.weigert/library

I believe, the zotero plugin is enabled at the server. The /etc/coolwsd/coolwsd.xml file contains

   <zotero desc="Zotero plugin configuration. For more details about Zotero visit https://www.zotero.org/">
        <enable desc="Enable Zotero plugin." type="bool" default="true">true</enable>
    </zotero>

The collabora server has commit.history.core": "https://git.libreoffice.org/core/+log/cp-23.05.5-4",

But the same problem still exists: I always get image

a) before I enter a key, b) after I enter the correct key c) when I enter a wrong key.

So I am afraid, if the key is not specified, then it does not work as before. All users will get this message, as soon as the admin enables zotero.

jnweiger commented 7 months ago

One issue is now identified, that fooled me probably most of the time: The Save button does not save what was pasted.

image

image

image

image

For real world usage, the instruction to save needs to be:

jnweiger commented 7 months ago

fixed in 4.1.0-rc.2