Skip to content

Collabtive 3.0.2

Compare
Choose a tag to compare
@philippK-de philippK-de released this 24 May 04:04
· 168 commits to master since this release

Collabtive 3.0.2

  • Fix character encoding issue with special characters in titles of projects, tasks, etc
  • Refactor lots of vue.js 1.0 syntax to be compatible with 2.0
  • Change default number of projects displayed on the desktop to 15
  • Fix font encoding issue in PDF generation
  • Change truncation of project titles to 35
  • Fix the accordeon in project->milestones
  • add an additionalFields field to the model of the viewManager.
    It facilitates passing unstructured data from an endpoint to a vue template
  • Improve pagination with many pages: the pagination control now display only the first, second as well as the current +-1, and the 2 last pages
  • Actually load minified JS assets in some places
  • Set CSP frame-ancestors to 'self'. this prevents clickjacking attacks, where collabtive is embedded into other website contexts.