Skip to content
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

Add support for NextCloud 24 #260

Closed
Kitanit opened this issue May 8, 2022 · 34 comments
Closed

Add support for NextCloud 24 #260

Kitanit opened this issue May 8, 2022 · 34 comments

Comments

@Kitanit
Copy link

Kitanit commented May 8, 2022

No description provided.

@Kitanit
Copy link
Author

Kitanit commented May 11, 2022

@icewind1991 is the project still alive?

@CarlBishop
Copy link

  • 1

@James-Oakley
Copy link

Yes, +1: Once this supports NC24, I can update my NextCloud to 24.x, which then means I can update the server's PHP to 8.1

@Kitanit
Copy link
Author

Kitanit commented May 14, 2022

Yes, +1: Once this supports NC24, I can update my NextCloud to 24.x, which then means I can update the server's PHP to 8.1

I think the repository is dead :(

@phonon112358
Copy link

really?? Is it dead? :( It has made it much easier to use onlyoffice-documentserver ...
That would be really terrible if one has to deal with reverse proxies or docker images again ....

@Ludovicis
Copy link

Ludovicis commented May 24, 2022

unfortunately this project is not progressing much. I am currently running OnlyOffice version 7 on my nextcloud 24 with no problem.
#250
If you want this app on netcloud 24 change in appinfo/info.xml this line
nextcloud min-version="21" max-version="23"
By:
nextcloud min-version="21" max-version="24"

@James-Oakley
Copy link

@Ludovicis I had already seen that I could make that simple change. But telling a plugin that it is compatible with a later version of NextCloud isn't quite the same as making sure it will work without problems and is genuinely compatible. It also kicks the can down the road until the day comes when there is a breaking change in the core NextCloud code and more changes are needed than bumping the max-version.

@Ludovicis
Copy link

@James-Oakley I never said that this would not affect the operation of nextcloud. In any case for me it works perfectly without side effects on nextcloud. Users have a choice whether or not to apply these changes. Some people don't know about this possibility.

@James-Oakley
Copy link

@Ludovicis I appreciate you saying that it works without issue for the current release. 😃

@phonon112358
Copy link

Great! ;) Do you know if it's working with php 8.1?

@Ludovicis
Copy link

image
image

Sorry i don't know if it's working with php 8.1

@phonon112358
Copy link

It is working! ;)
I just tested it.

The app seems to be fully compatible with NC 24 and php 8.1.

@Kitanit
Copy link
Author

Kitanit commented May 28, 2022

I'll try to write him an email, maybe at least that way he will notice
image

*I corrected the error that phonon112358 had
image

@phonon112358
Copy link

Thanks! ;)

@b-pfl
Copy link

b-pfl commented Jun 17, 2022

+1 regarding the support of NC24 @icewind1991

@fabzgy
Copy link

fabzgy commented Jul 20, 2022

+1 for the support of NC24. My provider made the update to 24 and now I can t open office documents anymore.

@hardingt
Copy link

@Kitanit any luck? I'm not holding my breath :(

@ml31415
Copy link

ml31415 commented Aug 3, 2022

A shame to see, that there can not be a maintainer for even just accepting a PR every now and then ... :(

@BurtGummer
Copy link

After Collabora Online is also not installable on my server (there is no app named "Collabora Online") and I also read about numerous problems with Collabora on github, I will uninstall both apps. Conclusion: a reliable solution looks different.

@RegentGaudreau
Copy link

+1 also for NC24 support

@strongthony
Copy link

adding +1 for NC24 and continued support. Please.

@Kitanit
Copy link
Author

Kitanit commented Aug 29, 2022

repo dead

@nachilau
Copy link

Sorry, I am very new to NextCloud, how can I edit the file in nextcloud? I have no permission for /var/www/nextcloud/apps, when I cd into it, I got permission denied. How can I change the /appinfo/info.xml ?

@ml31415
Copy link

ml31415 commented Sep 17, 2022

@Kitanit would you volunteer as an occasional maintainer, so that we can suggest to the nextcloud team to add you as a maintainer for this repo?

@Kitanit
Copy link
Author

Kitanit commented Sep 17, 2022

@Kitanit would you volunteer as an occasional maintainer, so that we can suggest to the nextcloud team to add you as a maintainer for this repo?

I would love to, but my knowledge of code is too little to work with (+ no time)

@g-work
Copy link

g-work commented Oct 18, 2022

On the settings page (Version) Nextcloud tells me, there were compatible Versions for all my apps when upgrading to 24 - including Document Server. Can anybody tell, how this is possible? As far as I can see, the app hasn't been updated.

@Kitanit
Copy link
Author

Kitanit commented Oct 18, 2022

On the settings page (Version) Nextcloud tells me, there were compatible Versions for all my apps when upgrading to 24 - including Document Server. Can anybody tell, how this is possible? As far as I can see, the app hasn't been updated.

Bug 🤔

@mtnbiker777
Copy link

unfortunately this project is not progressing much. I am currently running OnlyOffice version 7 on my nextcloud 24 with no problem. #250 If you want this app on netcloud 24 change in appinfo/info.xml this line nextcloud min-version="21" max-version="23" By: nextcloud min-version="21" max-version="24"

I must have missed something I made the change to the file located in /var/www/nextcloud/apps/documentserver_community/appinfo/info.xml and it still says it's not compatible with 24. What did I missed?

@g-work
Copy link

g-work commented Nov 1, 2022

Same here: #269 (comment)

@aaronhuggins
Copy link
Collaborator

Hey all, if you want to take a risk, I've got an update here:
#274 (comment)

Not sure who to bug at Nextcloud to get this pulled in and released.

@ml31415
Copy link

ml31415 commented Nov 9, 2022

@aaronhuggins would you volunteer to take over maintenance for this package for some time? Just the most necessary stuff like those version updates at least? Then I'd just suggest you to nextcloud and hope for the best.

@aaronhuggins
Copy link
Collaborator

@ml31415 I have a vested interested in keeping this working and would totally be up for maintaining this. I'd rather fix and enhance this Nextcloud app rather than fork it. My family needs a portable cloud editor/viewer, and the VPS we're on doesn't support the AppImage for the CODE server, and we're not a big enough install to warrant paying for a separate document editor server.

I'm motivated to revisit this every few months and ensure the document server is up to date and working, if not also get some improvements out the door (for which I already have ideas!).

@ml31415
Copy link

ml31415 commented Nov 9, 2022

@icewind1991 would you mind granting maintainer rights to @aaronhuggins , so that we can get this package up and running again? Big big please :)

@g-work
Copy link

g-work commented Nov 9, 2022

New release available!
Thanks, @icewind1991 @aaronhuggins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests