It seems they have changed the format of function that needs to be changed. It looks like this now:
docker exec onlyOff grep -oP β.{0,10}isSupportEditFeature=.{20}β /var/www/onlyoffice/documentserver/web-apps/apps/spreadsheeteditor/mobile/dist/js/app.js =>null;ev.isSupportEditFeature=()=>!1;var tv,nv,rv=
so we need to use command like this now:
docker exec onlyOff sed -i βs/isSupportEditFeature=()=>!1/isSupportEditFeature=()=>1/gβ /var/www/onlyoffice/documentserver/web-apps/apps/spreadsheeteditor/mobile/dist/js/app.js && docker exec onlyOff sed -i βs/isSupportEditFeature=()=>!1/isSupportEditFeature=()=>1/gβ /var/www/onlyoffice/documentserver/web-apps/apps/documenteditor/mobile/dist/js/app.js && docker exec onlyOff sed -i βs/isSupportEditFeature=()=>!1/isSupportEditFeature=()=>1/gβ /var/www/onlyoffice/documentserver/web-apps/apps/presentationeditor/mobile/dist/js/app.js && docker restart onlyOff
Hello,
I have downloaded the latest version 8.1.3 as a container for Synology.
When starting the container, it claims that redis port is incorrect. What should I put in there ?
Thanks,
EDIT : I inserted in the parameters REDIS_SERVER_HOST=localhost
and it it working fine. Thanks.
Onlyoffice 8.2.2.22. Replaced isSupportEditFeature=()=>!1 with isSupportEditFeature=()=>1, rebooted. Mobile editors do not edit documents.
Use isSupportEditFeature=()=>!0 and be sure to clean the browser cache. Mobile editors now edit documents.
Where can change LICENSE CONNECTIONS and
License users in Onlyoffice version 8.2?
Iβve been trying this for a few hours but i canβt figure out what to enter in the
Nextcloud β ONLYOFFICE fields? Collabora was being a real @#%^&@#
Hi @Michiel_Breur, as you reach your nextcloud server using HTTPS, you also have to configure your access to onlyoffice server to HTTPS (not HTTP)
So you have to set certificate not just use the 443 port β¦ you can use letβs encrypt for this if you are accessing you server from outside.
Else, you can create a self signed certificates.
Hi,
thanks for the latest version. Is it possible to include the api.js together. So that can use the createConnector api. we can get it from the official demo:Check ONLYOFFICE Docs main functionality | ONLYOFFICE using chrome dev tools: