|
1 | 1 | Pydio ##VERSION_NUMBER## Release Note
|
2 | 2 |
|
| 3 | +Security Update |
| 4 | + |
| 5 | +Pydio 6.0.7 is a Security Update linked to vulnerabilities discovered by Lane Thames. It also fixes various small bugs. |
| 6 | +Upgrade is straightforward and recommended, either in-app (archive deployments) or via Linux repositories (apt-get / yum). |
| 7 | +Contributors: Cdujeu, Lane Thames, C12simple. |
| 8 | +SMB Auth: include domain name to user name (details) |
| 9 | +Get list of repository automatically (details) |
| 10 | +Massive refactoring of ElasticSearch plugin. Keyword search and indexed fields is working. (details) |
| 11 | +AuthService test userExist and create new (details) |
| 12 | +Add new parameter in ShareCenter to force password on public links. (details) |
| 13 | +InfoPanel: catch modifier evaluation error - CSS: hack transparent backgrounds for IE8 using \9 symbol. (details) |
| 14 | +Correct smb path string (details) |
| 15 | +ShareCenter : fix link pointing to a non-existing repository (details) |
| 16 | +ShareCenter.js: forgotten console calls (details) |
| 17 | +ShareCenter: Catch exceptions when forwarding changes, otherwise it stops the loop. (details) |
| 18 | +AjxpUtils::convertBytes : handle comma - Ajxp_VarsFilter::filter : pass an object or an id as resolve user (details) |
| 19 | +Major update of ElasticSearch implementation / Refactor some method to common parent with Lucene. (details) |
| 20 | +Check userExist to create new user for new sharing (details) |
| 21 | +Add a new dependency type phpExtension to avoid loading plugin that have a strong dependency to one or more php extensions. (details) |
| 22 | +Remove (beta) from sync clients buttons (details) |
| 23 | +ShareCenter: Fix "Preview" checkbox being automagically rechecked. Check template is not ajxp_unique_dl. (details) |
| 24 | +Start refactoring major JS resources. Split into subfolders. (details) |
| 25 | +Display admin Search Results with USER_DISPLAY_NAME (details) |
| 26 | +webdav error on smb workspace (details) |
| 27 | +Shared user watch is not correctly removed when user is removed from "Share with..." list. (details) |
| 28 | +Improve sanitization in Mysql driver and locally in XHRUploader. (details) |
| 29 | +Limit API connection "Login" logs to one per hour, otherwise it fills the log table, and makes the analytics quite slow. (details) |
| 30 | +Better commands sanitization to limit admin rights. (details) |
| 31 | +Fix text logger: was broken due to the clone call on object: refresh the fileHandle resource on clone. (details) |
| 32 | +Fix group listing for shared users when inside a group (cherry picked from commit a9fdc8c) (details) |
| 33 | +Ability to use multiple secure_token in one session, to avoid force reload on new tab. Notify existing windows with <require_registry_reload>. (details) |
| 34 | +IE8 Fixes - Fix #899 : remove tooltip when refreshing templates. (details) |
| 35 | +Make Etherpad more simple: support only .pad extensions, disable hideExtension() hook. (details) |
| 36 | +Refix c0205642045e943c086eb054f3947d5311d9997e : case is different if group listing is allowed on all groups or sub groups only. (details) |
| 37 | +Pass AJXP_VALUE_CLEAR as metadata value to force clearing key after array_merge() (details) |
| 38 | +Fix un-removed notification by checking ACL when listing the watches and updating metadata accordingly. (details) |
| 39 | +Fix Zip options tweaking, by properly separating zipBrowsingEnabled vs. zipCreationEnabled. (details) |
| 40 | +Use Dibi syntax for cross-db limit (details) |
| 41 | +Fix Jumploader not correctly sending node.change event (thus missing indexation) (details) |
| 42 | +Fix PLUploader : new way to get secure_token (details) |
| 43 | + |
| 44 | + |
| 45 | +------------------ |
| 46 | +Pydio 6.0.6 - April 9, 2015 |
| 47 | + |
3 | 48 | Pydio 6.0.6 mostly provides bugfixes and security improvements for the v6 branch, but it also adds some interesting features in the field of metadata and search engine.
|
4 | 49 | Upgrade is straightforward and recommended, either in-app (archive deployments) or via Linux repositories (apt-get / yum).
|
5 | 50 | Contributors: Cdujeu, DepaMarco, C12simple, Ellega, Kluckow, Huzergackl, Raiatea, Garnetius, Svetlemodry. Big up!
|
|
0 commit comments