Pydio 6.0.1 - Bugfix & Security Release
This is a bugfix & security release for v6. Upgrade is recommended.
Main bugs fixed are:
- White-screen on upgrade if Server URL is manually set
- Italian language breaking workspace creation
- New ldap_paged_control php functions can issue warnings on php 5.6
- Fix WebDAV root listing and authentication problems on REST api.
- A potential vulnerability reported by Axel Hinrichs
Upgrade instructions
- In-app upgrade: nothing to do
-
Linux Packages: please manually delete the file share.php located in your public folder, and share anything from the interface to regenerate the file.
Changelog
- Fix SQL. insert on update a role (improve performance only for mysql) (details)
- Add script to upgrade 525 to 600 (details)
- Fix ldap_paged_control issues and warnings (details)
- Fix Regexp for parsing minisite_session, could break IE & FF downloads for password protected links (details)
- Make sure that stream is correctly opened, otherwise it can fill the log with errors. (details)
- Fix html base if set via SERVER_URL parameter (details)
- Fix authentication on rest api (details)
- Missing translation on the first 3 fields of the create user dialog (via sharing). (details)
- Fix root listing of webdav (accessing to /shares/) (details)
- Add a parameter to open workspace by simple click in the home page. (details)
- Make sure to xmlEntities() the CONF_MESSAGE and MIXIN_MESSAGE values as we are inside attributes. (details)
- Update share.php template (details)