Skip to content

Latest commit

 

History

History
165 lines (92 loc) · 5.28 KB

CHANGELOG.md

File metadata and controls

165 lines (92 loc) · 5.28 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

2.7.1 - 2022-08-30

Fixed

  • #1118 - Remove the time from the mail, keep the date

2.7.0 - 2021-12-22

Added

  • Include federated share activity in sidebar #972
  • Implement activities for rename and move actions #1018

2.6.1 - 2021-06-17

Changed

  • Add shareExpire-param to indicate if a share was removed due to its expiry - #944
  • Automations in activity stream - #942

Fixed

  • Expired public share has wrong activity message - #965

2.6.0 - 2020-10-16

Added

  • Files/folders in HTML emails are now clickable - #893

2.5.4 - 2020-08-07

Fixed

  • If object_name empty for file activity, derive file path from filecache info path - #875

Changed

  • Bump libraries

2.5.3 - 2020-03-10

Added

  • Add a config option to send notifications ASAP - #833

Fixed

  • Skip disabled users and do not break the cronjob on the first unsent email - #842

2.5.2 - 2019-12-23

Added

  • occ command to send all pending notifications - #811

Removed

  • Drop Support for PHP 7.0 - #806

Fixed

  • Avatars in activity stream for public link uploads - #801

2.5.1 2019-09-11

Added

  • Url Formatter #744

2.5.0 2019-06-21

Fixed

  • Error handling when a group no longer exists #738

Changed

  • Icons renamed to be adblock-friendly #728

Removed

  • Dropped php 5.6 support #718

2.4.2 - 2019-02-13

  • Handle no longer existing groups - #738

Fixed

  • Properly identify user from federation instance in activity entries, requires core 10.1.0 to work - #672

2.4.1 - 2018-11-30

Changed

  • Set max version to 10 because core platform switches to Semver

2.4.0 - 2018-11-13

Fixed

  • Add missing migrations for longtext and indices - #654

2.3.8 - 2018-09-25

Added

  • New mail footers to template files. - #639

Fixed

  • Prepare for jquery 2 update - #638

2.3.7 - 2018-07-11

Fixed

  • Adjust preview URL generation based on new endpiont - #631
  • Fix grouping for share messages - #626
  • Add missing HTML template to activity email notification - #620
  • Don't try to delete items when no users in context - #604
  • Chunk deleting of rows from the activity table for cluster environments - #610
  • Fix for when avatars are disabled - #600

Fixed

  • Don't package vendor folder - #588
  • Migrate to bigint - #584
  • Show displayName instead of group id - #582
  • Catch mail exceptions and still remove sent emails from queue - #574