Pydio 7.0.3 successfully installed
7.0.3 is a bugfixes for 7.0.2. Particularly, some issues were introduced with the Session Credentials mechanism.
Pydio 7 Important Features
Pydio Booster
Pydio Go is a complement to Pydio that runs as a Server. It is based on GO, a performant language developed by Google. It will improve overall software performances, by delegating CPU-consuming task to this new tool. In this first version, it will handle uploads, scheduler triggers, and best of all, one-click install websocket server, which will especially improve scalability and performances by pushing events from server instead of polling all the time.
Pydio Go is available for Pydio Community and Pydio Enterprise.
File Gateway improves your server security
Pydio offers a brand new SaaS-based service called FileGateway, a host proxy to send public links without disclosing your server URL.
Choose your domain name (filesend.cc / yoursha.re) and your region (US / EU).
Online Documents Edition
By hosting your own instance of Libreoffice Online from Collabora and using our new connector, you can now edit any office documents directly online, without the need to use third-party services like Zoho.
API, Performances
- Full rewrite of Pydio API, especially regarding provisioning, following Open API standards; there is now an extensive, accurate API REST documentation.
- Increased caching, especially files list, whick makes it mindblasting in terms of performances, especially for remote workspaces like S3 or FTP
- Search for files or information across several storages / workspaces at the same time, and get quicker search results with the upgrade of our Elastic Search plugin
- New Admin parameter to easily allow or prevent user to re-share files
Under the Hood
- Code refactoring, with PSR-7 pattern, Composer, Guzzle
- New Messaging Server based on NSQ, a language originally developed by Bitly
- Auto-complete command line makes it easier for Admins to look for specific actions with Pydio (thanks to @symfony)
- End of some unmaintained plugins (e.g. auth.serial, conf.serial)
- Internal router embeded solves deployment issues, simplifying RewriteRules at maximum
- New way of storing shares that will facilitate Pydio migrations
And many more... !!
7.0.3 detailed changelog
- Update last build (details)
- Build a version tar.gz with noemptydirs (details)
- Simple modif to release note for testing builds with noemptydirs (details)
- Fix test workspace in public links (repository has encoded credentials option) (details)
- Typo in hasNumericKeys detection was still breaking the numeric logins case for meta watch. (details)
- Fix multi auth with numeric logins (details)
- getWrapperClassName: make sure to exit if current registry does not have any active access plugin. (details)
- Put -moz-user-select key after the others to make sure it's taken. Was breaking Ctrl+C on recent Firefox versions. (details)
- Fix share alerts overriding one another (details)
- Fix restore (details)
- Change how RO or WO permission overwrites existing RW permission. (details)
- Call fflush in createEmptyFile to make sure FTP wrapper is working. (details)
- Should fix #1300 (details)
- Fixing admin key for the pydio booster so that a user id is always associated to it (details)
- Use TextResponse objects - Fix #1308 (plus other similar occurrences) (details)
- Fix specific urlencoding issues on webdav. (details)
- Fix specific cases in PThumb (details)
- Fix get instance ID base on plugin option and roles (details)
- Fix #1306 - moving file cross workspace (details)
- Fixing non initialized message (details)