Pydio 7.0.4 successfully installed
7.0.4 is a bugfixes and security release for 7.0.3.
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.4 detailed changelog
- Make sure checking db version test does not break everything (if there is a missing table for example). (details)
- Fix throw error when accessing to prohibited path on smb wsp (details)
- Fix EncFS and caching issues (details)
- Optim: make sure clear cache is called deferred. (details)
- Do not use applyHook but load session manager directly instead for performances. (details)
- Mq.serial: make $channels static variable as in mq.sql (details)
- Add an option to disable nodes caching (details)
- Add ldap support AD memberof values in nested group (details)
- Fix EncFS (details)
- Make sure that unserialized object is a Notification instance (details)
- Switch lite version to full version (details)
- Fix webDAV upload events. Should fix #1317 and fix #1318 (details)
- Replace check for bypass_pwd by check on empty $pwd variable. Should fix #1316, please confirm (details)
- Test USE_SESSION_CREDENTIALS value, not just isset(). Should be the real cause of #1316 (details)
- Close session on possibly long requests that may block the UI (details)
- Adding local cache per instance to MemorySafe and removing time limit on nodes cache (details)
- Adding interval for the Zoho Editor when in the minisite (details)
- Fix #1319, enable Copy action on readonly files. (details)
- Making sure we don't break previous usage (details)
- Update tutorial videos. Open panel by default for the first connexion. (details)
- Fix events forwarding for one-doc minisite (use ContentFilter instead of relative path re-compute). Zoho send a create event instead of a content event. (details)
- Fix for s3 shares (details)
- Typo error (details)
- 7.0.1 dist files (details)
- Fix closing of videos tutorials (details)
- Try to make a better error reporting when exception fails because response already sent or logger fails. Revert sending the clear cache operation as deferred when refreshing load node info, was breaking get_my_feed as node has a different url once in shutdown scheduler. (details)
- Fix non-deleting alerts (details)
- Fix notifications when registering on a "publicly visible" share. (details)
- Add an optional parameter to enable links in digest email. (details)
- Typo in roles manager could lead to group admin seeing unauthorized workspaces (details)
- Remove double urldecode, creating "+" issues in Rest API. (details)
- Typo in previous commit (details)
- Missing logs when upload via pluploader. Fix #1321 (details)
- Fix #1322 by triming userId whitespaces. (details)
- Update release_note (details)