jhass/nextcloud-keeweb

Compatibility with Nextcloud 25

cetcondor opened this issue · 6 comments

Keeweb is officially not compatible with the upcoming Nextcloud 25. Please publish an updated version.
[Thanks for your work]

Workaround mentioned in #200 does still work. There are no breaking changes in the app maintenance guide from Nextcloud.

Workaround:
Edit /apps/keeweb/appinfo/info.xml and change

<dependencies>
    <nextcloud min-version="16" max-version="24" />
</dependencies>

to

<dependencies>
    <nextcloud min-version="16" max-version="25" />
</dependencies>

Thanks for pointing this out and the update. An updated version will be published as soon as possible.

Unfortunately due to the fact, that KeeWeb itself is not maintained any longer so far and the current build fails, I am not able to publish an update, sorry :-(

So this seems to be the end of Keeweb for Nextcloud.

But as long as a working KeeWeb version is available it should be possible to maintain and update the NC plugin or am I wrong?
Changes on the NC side would mostly break the integration not the KeeWeb itself, right?

Unfortunately it seems that KeeWeb itself can no longer be built. I already asked @jhass for assistance with the GitHub publishing job, but at the moment it just doesn't work any longer. There are also a number of outdated components in KeeWeb where some already have critical security issues.

Silly me... the publish job only failed because the tag for that release was already created. Thanks to @jhass who fixed this and the publish job worked then.

So new version is available now - despite the reported security problems with some of the packages used by KeeWeb still need to adressed in the future.