github pydio/cells v4.3.0
Feature Release

latest releases: v4.4.5, prepare-4.4.5, v4.4.4...
11 months ago

This new release brings many improvements, both under the hood and for the end users.

Welcome Go 21!

The binaries are now built using Go21, and this breaks compatibility with Go19: make sure to update your toolchain!

It allowed us to update a couple of dependencies in the meantime, including CaddyServer and QUIC.

Public Links Direct Download

Accessing programmatically to a file shared via a Public Link (as a file or inside a shared folder) was previously sub-optimal, as one had to guess the shared workspace "slug" and create a token to build the download URL. We added a WebDAV layer served at https://yourdomain/public/{unique-hash}/dav/ to provide simpler access.

If the link is fully public, the GET request can be sent as is, with the path to the file, e.g. https://yourdomain/public/{unique-hash}/dav/my-shared-photo.jpg .

If it is password-protected, use a Basic-Authentication header, setting anything as the username, and the link password as the password.

Cells Enterprise Improvements

Cells Flows

Our no-code workflow engine ships many new interesting features, actions, and templates:

  • Persist ACL Action did not correctly report errors
  • Anko ListPolicyGroups function had a filter typo
  • New Template for changing a user identifier inside all services
  • New User Load Permissions actions for export/reporting purposes
  • Flow-level parameters now support more field types (same as metadata types), allowing to building rich forms for webhooks.
  • Usermeta Update action properly update "Tags" fields known values.
  • Webhooks buttons should be disabled if corresponding job is inactive

Storage Reporting More Accurate

Locally stored DAO (BoltDB/Bleve) correctly reports their disk usage, and this is now aggregated and displayed in the Audit > Storage dashboard.

Minor Fixes

  • Metadata grouping feature introduced in previous version was improved: groups are supported in the search engine, and groups expand/collapse status is remembered locally in the browser.
  • Fixed various scrolling issues
  • [Ent] SFTP Gateway: failed to download files when using FileZilla client
  • [Ent] Fixed missing audit logs in some places
  • [Ent] Cannot edit "Site" value for native connector
  • [Ent] A clearer message is shown when the license is expired
  • [Ent] Security Policies rules editor had glitches

Change log

You can find a summary of the change log here.

Don't miss a new cells release

NewReleases is sending notifications on new releases.