-
Notifications
You must be signed in to change notification settings - Fork 516
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
File activity and version not updated #57
Comments
Ok, more info about my test:
What happens:
Expected:
|
Hello, @enboig |
They are in nextcloud; I create them in the web |
I tested with an unshared document and activity isn't recorded; just the first edit is recorded. Could there be a limit at how many changes are recorder for a short time (I tried logging out and in and activity isn't recorded)? |
There are no limits to changes count in document per time. But you get reminder when you close page If your changes have not been sent to the documentserver. |
I enter the docker machine after editing a file and the log is:
No new logs after opening editor and modifying a file. "But" if I comment a file (which add a new activity) I own, "change activity" is recorded.
|
I checked creating a shared txt file between two users, and activity changes are recorded when editing file (user1, user2, user1, user2....); so it don't appear to be a nextcloud problem. (editing twice with same user only creates one activity) |
Thanks a lot for the detailed description, current version doesn't track the activities/version made by other users. We will do our best to add this option in the next version of the ownCloud/Nextcloud ONLYOFFICE integration app. |
Can I help you in any way to accelerate this feature? |
The issue is already opened in onlyoffice-owncloud repository ONLYOFFICE/onlyoffice-owncloud#27 |
I created a docker image, it worked but it wasn't saving "versions" nor updating last edit time after editing the file. I have tried changing docker params (following #55) without luck. I create the container using:
docker run --name onlof5 -i -t -d -p 8443:443 -v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data onlyoffice/documentserver
I have my certs in
/app/onlyoffice/DocumentServer/data/certs
The text was updated successfully, but these errors were encountered: