Skip to content

Releases: Communote/communote-server

v3.5

30 Dec 22:51
@rwi rwi
Compare
Choose a tag to compare

Version 3.5 of Communote server. Please check our documentation for installation and update instructions.
In case you are already using Communote and have additional Communote plugins installed you should ask the creators of the plugins whether they are still compatible with the new version. Alternatively, you can test them yourself against the new Communote version on a test environment before updating your production environment.

Release notes

  • Internet Explorer versions less than 11 are not supported anymore.
  • Support for Tomcat 8.5 (#34). Tomcat 8.5.37 is bundled in the installation packages. Since Tomcat 8.0 reached its EOL, we recommend an upgrade.
  • Compatibility with PostgreSQL versions 9.5 and 9.6 (see requirements)
  • Upload of attachments has been improved (#53). It is now possible to select several files at once, use drag and drop to attach files and paste image data from the clipboard directly into the editor.
  • When editing a note with mentions you can now decide whether notifications should be sent again (#25). See user documentation for details.
  • Microsoft Stream videos will be embedded if a link to such a video is contained in a note (#65).
  • Fullscreen mode of embedded videos can now be enabled (#60).
  • Embedded videos won't be clipped on the right side on smaller devices (#63).
  • When embedding YouTube videos the privacy-enhanced mode is used (#63).
  • The tabulator key can now be used to indent a list in the rich-text editor. The key combination shift + tab outdents (#57).
  • When using Communote's internal user management (i.e. users are not provided by LDAP directory or similar), the passwords of the users are now hashed with bcrypt by default (#35). For security reasons we recommend a Communote update if the internal user management is enabled in your installation.
  • The bundled library Apache Commons FileUpload has been upgraded to version 1.3.3 because of potential security vulnerabilities.
  • The following bugs have been fixed: #24, #58, #59 and #52
  • For developers:
    • To ease development, Communote can now be run without an SMTP server (#41). See documentation for details.

v3.4.3

29 Aug 21:22
@rwi rwi
Compare
Choose a tag to compare

Version 3.4.3 of Communote server. Please check our documentation for installation and update instructions.
In case you are already using Communote and have additional Communote plugins installed you should ask the creators of the plugins whether they are still compatible with the new version of Communote or test them against the new Communote version on a test environment before updating your production environment. If you are currently using Communote version 3.4 there should be no compatibility issues.
We highly recommend to update your Communote installation to version 3.4.3 if you are using Communote 3.4.2 because this version resolves a potential stability issue (bug #39).

Release notes

  • this is a bugfix release
  • fixed bug #39: @@authors mention in a topic with more than 100 authors causes endless loop

v3.4.2

25 Aug 12:06
@rwi rwi
Compare
Choose a tag to compare

⚠️ For stability reasons we recommend to directly update to Version 3.4.3

Description
Version 3.4.2 of Communote server. Please check our documentation for installation and update instructions.
In case you are already using Communote and have additional Communote plugins installed you should ask the creators of the plugins whether they are still compatible with the new version of Communote or test them against the new Communote version on a test environment before updating your production environment. If you are currently using Communote version 3.4 there should be no compatibility issues.

Release notes

  • this is a bugfix release
  • fixed bug #27: In certain constellations some notes might be skipped by the endless-scrolling feature in the discussion view if a filter is applied
  • fixed bug #30: PUT method of topic rights subresource of REST API is not working
  • fixed bug #32: Only the first 15 notes are shown when using recent Chrome on Android
  • fixed bug #33: Email notification for @@authors mention sometimes not working for all authors
  • fixed bug #38: 2 consecutive emoticons are not recognized

v3.4.1

18 Oct 16:42
@rwi rwi
Compare
Choose a tag to compare

Version 3.4.1 of Communote server. Please check our documentation for installation and update instructions.
In case you are already using Communote and have additional Communote plugins installed you should ask the creators of the plugins whether they are still compatible with the new version of Communote or test them against the new Communote version on a test environment before updating your production environment. If you are currently using Communote version 3.4 there should be no compatibility issues.
We highly recommend to update your Communote installation to version 3.4.1 if you are using the LDAP integration with group synchronization because this version resolves a potential stability issue in this setup (bug #16).

Release notes

  • this is a bugfix release
  • fixed bug #13: If sending a note notification email to one user fails, remaining users don't receive email notifications
  • fixed bug #14: Login over HTTP fails if server supports HTTPS
  • fixed bug #15: Caching of ClientConfigurationProperties on disk fails
  • fixed bug #16: Group synchronization from LDAP directory leaks connections
  • fixed bug #17: LDAP pooling defaults are ignored when using current Tomcat version
  • fixed bug #20: NullPointerException while scaling an image which cannot be parsed

v3.4

24 Aug 19:18
@rwi rwi
Compare
Choose a tag to compare

Version 3.4.0 of Communote server. Please check our documentation for installation and update instructions.
In case you are already using Communote and have additional Communote plugins installed you should ask the creators of the plugins whether they are still compatible with the new version of Communote or test them against the new Communote version on a test environment before updating your production environment

Release notes

  • first release of open source version
  • removed license mechanism. Communote server installations can now be used free of charge 😄
  • links to documentation on help page and in administration area were changed to point to http://communote.github.io/ pages
  • fixed a bug which led to incomplete rendering of the people overview in certain constellations
  • fixed a bug which caused that new users could not be invited in certain constellations
  • fixed that the text box in the topic banner was not correctly centered
  • fixed that if users have to accept the terms of use and new users are activated automatically, a new user sees a confusing error message after registration although a success message should be shown
  • fixed an issue which could be used in a session-fixation attack
  • fixed an issue which could be used in a session-hijacking attack
  • fixed an issue which could be abused in a phishing attack
  • fixed that disabling an account after X failed authentication attempts wasn't working correctly for users of a configured LDAP directory
  • fixed that user images in people overview were blurry
  • fixed bug #3: REST API user resource responds with an internal server error
  • fixed bug #4: Autosave of a repost can lead to a note which cannot be rendered
  • fixed bug #8: Cache not invalidated after anonymization of the content of a note
  • fixed bug #9: Image cache not invalidated after user anonymization
  • added feature #11: Extension point for replacing favicon