Pydio Core 6.4.0 - Federated Sharing, UX, Mails Digests
Pydio 6.4.0 is a stable release introducing many important new features: sharing improved again, UX refined, mails digests, and many more.
Contributors: Charles du Jeu, Greg Hecquet, Tran The Cuong, Sagar Uday Kumar, Nanomani, Huzergackl, Martin Wittwer, Mario Wehr, GoZoo, Isma91, WaylandAce, TesseractG, Salva-G, svetlemodry. Installation is done via the "Stable" update channel in-app, or via Linux packages manager depending on your installation mode.
[New Features]
Sharing Deeply Reworked:
* Ability to now share files with other users (without creating necessarily a public link)
* Ability to toggle the visibility of a share inside a common workspace, to let other users edit this share
* Implementation of the Federated Sharing API to allow sharing files and folders accross Pydio instances, and with other software providers implementing this API (currently OwnCloud).
* Rework of the share panel, with direct-click for copy, better expiration date visualisation, and many more
UI transitioning smoothly to Material Design and ReactJS:
* following our previous work on the Enterprise Distribution with Material Design guidelines, and listening to your feedback about the UI. Changes are subtle (no big reorganization), but interface should be really clearer.
Mails Digest
* Avoid receiving tons of emails when watching for a file or folder modification, and opt-in for an hourly/daily/weekly based digest instead.
CacheService mechanism
* Extension of our previous work with in-memory cache to support many types of key-value stores (apc, memcache, reddis, etc..). We are using the well-established Doctrine Cache component.
WebDAV access driver was entirely rewritten using Guzzle
Amazon S3 Access Driver: improved, we now support PHP-SDK v2 and v3. Hook to our Cache Service for better performances.