Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 3c0db46

Browse files
committed
6.0.8 release note
1 parent ed88379 commit 3c0db46

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

core/src/conf/RELEASE_NOTE

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,64 @@
11
Pydio ##VERSION_NUMBER## Release Note
22

3+
Pydio 6.0.8 - Security Update & Bug Fixes
4+
5+
[06.26.2015] Pydio 6.0.8 is another security update fixing XSS vulnerabilities discovered by Lane Thames and William Sörderberg. It also fixes various issues with indexation, sorting, and reverts some changes from previous version.
6+
Upgrade is straightforward and recommended, either in-app (archive deployments) or via Linux repositories (apt-get / yum).
7+
8+
Contributors: cdujeu, Lane Thames, William Sörderberg, c12simple, DepaMarco, FireFoxIXI, Sandoracs
9+
10+
Minor update of german translation (mainly to unify the strings)
11+
Small fixes for the german translation of access.ajxp_conf
12+
Add LDAP support.
13+
Italian translation for plugin 'meta.monitor_fs'
14+
Italian translation for plugin 'mq.serial'
15+
Italian translation for plugin 'mq.sql' and FIXED English one
16+
Italian translation for plugin 'shorten.bitly'
17+
Italian translation for plugin 'shorten.multi'
18+
Italian translation for plugin 'uploader.flex'
19+
Italian translation for plugin 'uploader.html'
20+
Italian translation for plugin 'uploader.http'
21+
Add delete button on minisite
22+
Fix meta.mount fs on 6.0.7
23+
Fix wording error
24+
Fix wording error
25+
Fix wording error
26+
Reload_registry message: make sure to trigger only if required. This can end up in a loop.
27+
Mysql: Tablename may create an error when getting size and count
28+
Added minor tweaks for getting the S3 driver working with EMC ViPR
29+
Add new DIRNAME mode for sanitization, same as filenames except that it lets the / pass through. Use strpos() instead of deprecated ereg() function.
30+
Should fix #912 (alert on watch broken in some cases)
31+
Fix #919 - Disable right click in FetchedResultPane
32+
Tweaks to support "dot" character in custom links handle - Fix #905
33+
ShareCenter: Fix authorization checking for various share types. Make sure to register the REQUIRES_INDEXATION flag on syncable shared workspaces to trigger indexation at first changes API call (should fix #913)
34+
UserMetaManager: check metadata is not empty. (cherry picked from commit ac99bf4)
35+
Add a MAIL_ENCODING parameter in the phpmailer plugin to eventually switch to 7bit for old Exchange+Outlook configs. (cherry picked from commit 98eebeb)
36+
Perf: load repositories with a unique query instead of many small queries (cherry picked from commit c955991)
37+
Slight doc issue
38+
Italian translation for plugin 'uploader.jumploader'
39+
Italian translation for plugin 'uploader.plupload'
40+
Updated Italian translation for plugin 'core.ajaxplorer'
41+
Hide Native App download panel on Windows Phone
42+
Fix minisite login background by loading configs via JS.
43+
Clean listing code for sorting, get page_position on demand when listing unique file, fixes search results not going to correct page when pagination is on.
44+
Antivirus: make sure to do nothing when node is a folder, do not scan it!
45+
Repository Creation Time was overriden by parent repo when created for sharing.
46+
Fix 2G limitation on windows in many places ( do not use filesize directly )
47+
Repository securityScope() : check the CONTAINER option if it exists for object-based drivers.
48+
Fix auto update via proxy
49+
revert cef1688f1e38830badefa1d147b48400cd09d7f2
50+
Add a default sorting field and direction for server sorting. Set this params via the filesystem mixin instead of access.fs only.
51+
Fix SearchEngine template configuration issue on various remote drivers.
52+
Catch an OpenLayer error.
53+
Fix and improve various sorting aspects. Deselect everything on blur in search engine and fetchedresultpane, otherwise further click on the same item does nothing.
54+
Catch Zip decompression errors.
55+
Fix workspaces securityScope() for templates that predefine a Path (or Container) value.
56+
Make sure to not propagate a share event to a workspace parent if it's a template.
57+
58+
59+
--------------------
60+
Pydio 6.0.7
61+
362
Security Update
463

564
Pydio 6.0.7 is a Security Update linked to vulnerabilities discovered by Lane Thames. It also fixes various small bugs.

0 commit comments

Comments
 (0)