github owncloud/ocis v7.1.0-rc.2
7.1.0-rc.2

pre-release16 hours ago

Table of Contents

  • Changelog for 7.1.0-rc.2

Changes in 7.1.0-rc.2

Summary

  • Bugfix - Fix the mail notifications for the user light: #10864
  • Bugfix - Fix filtering of PostprocessingStepFinished events: #10868
  • Bugfix - Prevent empty email body for grouped email notifications: #10869
  • Bugfix - Consistently name roles: #10871
  • Bugfix - Fix grouped email notifications store key: #10873
  • Bugfix - Fix missing newline in grouped email: #10883
  • Bugfix - Fix email templates white spaces & new lines: #10884
  • Enhancement - Add tests for grouped emails: #10885
  • Enhancement - Use maintained forks: #10886
  • Enhancement - Bump Reva: #10887

Details

  • Bugfix - Fix the mail notifications for the user light: #10864

    Fix the default bundle-list for mail notification settings for the user light.

    #10864
    #10864

  • Bugfix - Fix filtering of PostprocessingStepFinished events: #10868

    #10867
    #10868

  • Bugfix - Prevent empty email body for grouped email notifications: #10869

    #10869

  • Bugfix - Consistently name roles: #10871

    BundleUUIDRoleGuest has been renamed to BundleUUIDRoleUserLight for consistency
    reasons

    #10871

  • Bugfix - Fix grouped email notifications store key: #10873

    Interval and user id is now separated by _ (key schema:
    ${INTERVAL}_${USER_ID}).

    #10873

  • Bugfix - Fix missing newline in grouped email: #10883

    \n is now replaced by <br> in the HTML email body

    #10883

  • Bugfix - Fix email templates white spaces & new lines: #10884

    Email templates now contain no unwanted white spaces & new lines if
    .CallToAction is nil

    #10884

  • Enhancement - Add tests for grouped emails: #10885

    #10885

  • Enhancement - Use maintained forks: #10886

    Switches away from unmainatained forks.

    #10886

  • Enhancement - Bump Reva: #10887

    Bumps the reva version

    #10887

Don't miss a new ocis release

NewReleases is sending notifications on new releases.