Skip to content

Bug Fixes for OnlyOffice version 4

Compare
Choose a tag to compare
@cetra3 cetra3 released this 01 Aug 06:21
· 89 commits to master since this release
  • Support for OnlyOffice version 4 (Tested with Alfresco Enterprise 5.1)
  • Adds a few more Languages as per the ONLYOFFICE fork
  • Limits the Edit in OnlyOffice button to certain mime types within Alfresco, rather than globally available as an action
  • Adds a keep alive to make sure the share session does not expire when you have a window open
  • Adds a new global property: onlyoffice.lang. This will set the language of the editor. E.g, for italian:
    onlyoffice.lang=it
  • Wrapped some response writers in the try blocks