Skip to content

Releases: cetra3/onlyoffice-alfresco

1.4.2

06 Feb 22:07
Compare
Choose a tag to compare

Fixes Compilation errors

1.4.1

10 Oct 22:37
Compare
Choose a tag to compare

Fixes this issue: #19

Bug Fixes for OnlyOffice version 4

01 Aug 06:21
Compare
Choose a tag to compare
  • 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

Include UTF-8 Support in Filenames and Target Java 7

02 Feb 23:08
Compare
Choose a tag to compare

This release resolves the following issues:

  • UTF-8 encoding in document names were displayed as question marks ?
  • Targets Java 7 bytecode for greater compatibility

Changes to handle multi-user more correctly

05 Nov 23:56
Compare
Choose a tag to compare

This change resolves some issues with multi-user collaboration:

  • OnlyOffice will send a status of 1 when a new document is opened, and also when people enter/exit. Changed this to check for the lock and not set a lock if there is already one present.
  • Alfresco updates the modification date when locking the node. We rely on this to produce a unique key, as some documents may not be versioned. Disabling behaviour ensures that the modification date is unchanged.
  • Changed lock order to unlock the node before updating the content

Initial Release

20 Oct 04:50
Compare
Choose a tag to compare

Initial Release of onlyoffice plugin without dependancy on dynamic extensions