-
Notifications
You must be signed in to change notification settings - Fork 29
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
Update app to latest document server #274
Conversation
- Bump OnlyOffice document server to 7.2.1 - Bump app version to 0.1.13 - Allow rm in makefile to force and silently continue Signed-off-by: Aaron Huggins <[email protected]>
Signed-off-by: Aaron Huggins <[email protected]>
Signed-off-by: Aaron Huggins <[email protected]>
Signed-off-by: Aaron Huggins <[email protected]>
Signed-off-by: Aaron Huggins <[email protected]>
Use RPM as binary source Signed-off-by: Aaron Huggins <[email protected]>
For interested people looking to try out this upgrade before release:
|
Signed-off-by: Aaron Huggins <[email protected]>
Is there an official release eventually coming that supports 24/25? |
@mtnbiker777 I don't know. I've tried to write this PR to be that support for NC 24/25 (because I need it for my family). I'll try to make noise on the forums, but I think the only way to get this moving is to reach out to actual Nextcloud org members. As a bonus, I've already experimented and I think my changes here can be expanded to include support for Arm platforms, too. But that's another PR, another day. So I think my preliminary fixes in this PR have some legs. @nextcloud-bot @icewind1991 @hershelsr @ChristophWurst Who do we contact to get PRs reviewed, merged, and released to the Apps marketplace for this repository? |
@mtnbiker777 I've opened a topic on the forums. https://help.nextcloud.com/t/pull-request-for-onlyoffice-document-server-community-app/148934 |
@mrbaseman If you have any issues crop up while trying it out on your hosted install, let me know here. |
Signed-off-by: Aaron Huggins <[email protected]>
One difference that I notice: I believe I could edit Office documents from my Android phone. But if I try to do so, I get a warning now, that a commercial license would be needed |
From the laptop I could upload and edit a text document, create and edit a table, open documents which were created or uploaded before the update. (Note that also the onlyoffice app and the nextcloud installation were upgraded) |
@mrbaseman I've had that message for mobile document editing since 2018. Not sure how anyone would have worked around that since that time. I believe that's just a behavior of the free OnlyOffice Document Server. |
I can remember a limitation to 20 concurrent sessions in the community edition, no matter which device type. But well, obviously they have changed this at some point in the past... |
I installed nextcloud on Ubuntu 22.04 ... so the default binary of
Your version of
It would be nice, if this binary could be provided statically linked ... |
@mcmilk I'll have a look this weekend. EDIT: Was not able to reproduce, but given that there were some binary differences with the Ubuntu-based docker container I think there's an issue. Will look further next weekend. |
@mcmilk I installed a fresh Ubuntu 22.04 server VM and stepped through the entire build process. I was unable to reproduce your error. If you can provide more details about the steps you took, I might be able to see if there's something different and try to reproduce again. |
Many thanks for the work and apologies for not seeing the PR earlier. |
@icewind1991 Thank you so much. I'm hoping to submit some more PRs in the next month or so, including a change that would build arm64 for RPi support. Would you like me to open a separate issue to discuss methodology on that? Or just submit a PR with my preferred solution for building arm64? EDIT: If I don't hear back before Nov 23-25, I'll just open a PR for arm64 support as I hope to have time to experiment with Raspberry Pi that weekend. |
Sending a PR is fine, I'll try to at keep a better eye at them |
I am using docker for the document server now ... this runs fine. |
In version 0.1.13, unlike 0.1.12, the mobile editing functionality refers to the purchase of a license. |
@reysonk Mobile editors have always required a license for the community edition, which is bundled in this app. If the editors for mobile were working, your server admin may have previously implemented a workaround (which I will not link). You can refer to the feature matrix here.
|
|
make clean
Signed-off-by: Aaron Huggins [email protected]