-
Notifications
You must be signed in to change notification settings - Fork 118
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
Warn admin about outdated Collabora versions #4349
Comments
I agree. I wonder if this could be integral part of the #4041 |
Nevertheless, I wonder if we don't already have a url that gives us that or if it wouldn't be beneficial to have one but probably @timar knows best |
Not sure how this should be related |
For CODE I could imagine we just fetch https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-deb/Packages and get the coolwsd version. But for enterprise packages it would not be feasible to use a real repository URL. @timar A possibly simple solution I imagine might be to just write a simple text file containing the version during the build and just put them somewhere next to the repos. Maybe that can even be automated in the build scripts (I assume you have some in place for that 😁 ) Then we could hardcode urls like this in the richdocuments app to check for the latest release and compare with the ones that online returns in the capabilities
|
We notice quite often that users update their Nextcloud but have no information that there is a new Collabora version available (both patch updates but also major versions).
On the Nextcloud side we can send notifications to admins and also warn them prominently in the admin overview.
While Collabora has a hint about new versions it is only shown to admins when they use collabora which might not happen often and therefore might be unseen.
My proposal would be to extend this in the richdocuments app:
We can read the currently installed version from capabilities of Collabora but there is no way I'm aware to know about the latest published version in machine readable form (both for CODE and COOL releases).
@pedropintosilva Not sure who to ping, but it would be nice to just have some endpoint that we can query that will tell us the latest version tag for CODE / COOL.
The text was updated successfully, but these errors were encountered: