Skip to content

CollabCMS 2020.Jun.26

Compare
Choose a tag to compare
@ContentsViewer ContentsViewer released this 28 Jun 15:43
· 244 commits to master since this release
c359748

Features

CacheManager

  • Enable to set the expire time of each cache

feedback-service

  • Add feature to manage feedbacks

feedback-viewer

  • Add feature to view feedbacks

Authenticator

  • Add feature to generate and verify One Time Password (OTP)

Notifyer

  • Add module to send internal notifications to external service
    • notification by mail or Get Request for other API
    • multiple sending

Changes

ErrorHandling

  • Record the Request URI on Error

Debug

  • Unify the log file of Service and Frontend

file-manager

  • Remove tag view. Please use tag-viewer which has many features.

mail-service

  • Mail Sending with OTP. Improve security.
    • Only accept Post Requests from a page generated by the system. Block external Post Requests.

ContentsViewer

  • Fold the header on clicking outer area of header

contents-viewer

  • Show warning message if the Child or Parent path is not found or invalid path

Bug Fixes

ContentsDatabaseManager

  • Fix Content Directory Traversal Issue
    • Cannot link contents in different directory owned by different owner.