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

Commit

Permalink
Start preparing 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Dec 12, 2017
1 parent 9e69d4b commit 98c9693
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 1 deletion.
62 changes: 61 additions & 1 deletion core/src/conf/RELEASE_NOTE
@@ -1,6 +1,66 @@
Pydio ##VERSION_NUMBER## Release Note

Bug Fixes for 8.0.0 :
This is a bugfix for Pydio 8.0.1, below is a list of the commits

Fix ldap mapping attribute to roles
Update version to 8.0.1
Fixing a remote stream function
Adding ability to re-generate refresh token if expired
Missing hook for filter_boot.conf
Previous vpath adapter is replaced by use_path_style_endpoint in client config (for custom url)
Make sure action.cart will mount its react component by default.
Clean manifest from old actions
Disable background copy if not using session api, seems to break sync client in some case.
Fix test before create new alias class
Fix set context for object
Fix test key "type" if it exists
Fix test key "type" if it exists
Fix migration public link with password
Fix collabora on smb + session credential workspace
Fix collabora on smb + session credential workspace
Fix collabora on smb + session credential workspace
Updated Korean translation
Missing comma in Korean i18n file was added
Fix remember me feature
Fix upload dialog width when there are few uploaders - Close #1384
Fix #1376
Replace Pear dependency to Mail_mimeDecode to Composer library. Should remove problematic plugin dependency, see #1385
Force redirecting to https version of Pixlr - See #1371
Php doc fix
False negtive on OB detection
Fix #1393
Typo in forbidden
Typo
Fix postgresql convert false to "false"
Remove fuzzy search and upgrade elastica to 5.3.0
Fix displaying user in sql groups
Close session before reading audio file
Remove unused img_library and associated images
Fix developer doc link - Close #1395
Add support referral binding
Implement a default displaymode and default sorting parameter per workspace
Fix download resuming
Fix #1355 - Use renamed from SOURCE instead of renamed to NODE
Remove src attributes
Fix api v2 create user
Reduce Batch size for delete - Fix usage of PATH parameter in S3 driver - Close #1365 at last !
Avoid some js errors with empty values
Forgotten console
Fix getS3Service() method
Add param for smb option
Fix error while index mounted repo
Update password fields everywhere to avoid allowing save when not correctly set.
Fix Admin create/delete group works only if group id starts with double slash
Fix disclaimer dialog (enable scrollBody)
Throw an error when trying to restore on an existing file. Close #1368
Fix write-only workspace : wrong response header - do not show activity log. Close #1367
Hack for user specific locks and api access
Fix quota not updating on workspace switch
Change Accept-Ranges header

========================

Pydio 8.0.1 - 2017/06/15 - Bug Fixes for 8.0.0

[Most noticeable]
Fix wrong path separator, triggering error on open_basedir
Expand Down
44 changes: 44 additions & 0 deletions dist/php/8.0.2-extractArchive-post.php
@@ -0,0 +1,44 @@
<?php
/*
* Copyright 2007-2017 Abstrium <contact (at) pydio.com>
* This file is part of Pydio.
*
* Pydio is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Pydio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Pydio. If not, see <http://www.gnu.org/licenses/>.
*
* The latest code can be found at <https://pydio.com/>.
*/

if(!function_exists('checkIonCubeVersion')){

function checkIonCubeVersion(){

if(AJXP_PACKAGE_NAME !== 'pydio-enterprise'){
// Ignore
return;
}
$ionCubeVersion = phpversion("ionCube Loader");
if($ionCubeVersion === false){
throw new Exception("Warning, you must install the IonCube Loaders (v10+) in order to run this upgrade. Aborting.");
} else if (version_compare($ionCubeVersion, "10.0.0") < 0){
throw new Exception("Warning, you must upgrade your IonCube Loader to the latest version (v10+) in order to run this upgrade. Aborting.");
}else{
print "<div class='upgrade_result success'>IonCube Loader Version is correct ($ionCubeVersion) : OK</div>";
}

}

}


checkIonCubeVersion();
65 changes: 65 additions & 0 deletions dist/php/8.0.2.html
@@ -0,0 +1,65 @@
<div style='font-family: "Roboto", "Open sans", "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif; font-size: 16px;line-height: 1.5em; color: rgba(0,0,0,.87)' xmlns="http://www.w3.org/1999/html">

<h2>Pydio 8.0.2 was successfully installed!</h2>

This is a bugfix for Pydio 8.0.1, below is a list of the commits

<ul>

<li>Fix ldap mapping attribute to roles (<a href="http://github.com/pydio/pydio-core/commit/0c6d7f97d50ea96a40c5ce8f63062d227409a678">details</a>)</li>
<li>Update version to 8.0.1 (<a href="http://github.com/pydio/pydio-core/commit/558f99f870068256c68842f1245d3e64c258289c">details</a>)</li>
<li>Fixing a remote stream function (<a href="http://github.com/pydio/pydio-core/commit/7f8944212f640ad09a2cd9696b991a595ffa613c">details</a>)</li>
<li>Adding ability to re-generate refresh token if expired (<a href="http://github.com/pydio/pydio-core/commit/b48b0b5e39eabe00786b51a88b675c9d706b6478">details</a>)</li>
<li>Missing hook for filter_boot.conf (<a href="http://github.com/pydio/pydio-core/commit/1514438ea689f7abf5a32c96b14b9e9e3c72b2b2">details</a>)</li>
<li>Previous vpath adapter is replaced by use_path_style_endpoint in client config (for custom url) (<a href="http://github.com/pydio/pydio-core/commit/f125c09ed8266004e3625ce43a4c91771060f234">details</a>)</li>
<li>Make sure action.cart will mount its react component by default. (<a href="http://github.com/pydio/pydio-core/commit/69cf0b0d1dd3da80ad5815c679fbadcab297cea3">details</a>)</li>
<li>Clean manifest from old actions (<a href="http://github.com/pydio/pydio-core/commit/2db536d8c328f237fb829526b68c8ea57c640adb">details</a>)</li>
<li>Disable background copy if not using session api, seems to break sync client in some case. (<a href="http://github.com/pydio/pydio-core/commit/8bdae1d710a5c5bf643a4adf560e8ae0ed21856e">details</a>)</li>
<li>Fix test before create new alias class (<a href="http://github.com/pydio/pydio-core/commit/9b3b23b5bbec41d01fd641f1aab7be4dd69fdf6c">details</a>)</li>
<li>Fix set context for object (<a href="http://github.com/pydio/pydio-core/commit/81567b0198ec1f3e006ab30dbf7a044b9a061612">details</a>)</li>
<li>Fix test key "type" if it exists (<a href="http://github.com/pydio/pydio-core/commit/15b4ac078fe0803ae77c75afcd81124a1ea5bdcd">details</a>)</li>
<li>Fix test key "type" if it exists (<a href="http://github.com/pydio/pydio-core/commit/81598aa72d3c36558697306e360633845f95fff4">details</a>)</li>
<li>Fix migration public link with password (<a href="http://github.com/pydio/pydio-core/commit/a00851671ea93cc9dfbfa1588ab5e78745760483">details</a>)</li>
<li>Fix collabora on smb + session credential workspace (<a href="http://github.com/pydio/pydio-core/commit/a9009ea42a885a472822c31a2bd328329283b305">details</a>)</li>
<li>Fix collabora on smb + session credential workspace (<a href="http://github.com/pydio/pydio-core/commit/dc3e5d527dacdc3e0b01669d5b26ff644ec0bcb0">details</a>)</li>
<li>Fix collabora on smb + session credential workspace (<a href="http://github.com/pydio/pydio-core/commit/d83e377f1b59bc0b43c90646fe39dc421fb1a5b6">details</a>)</li>
<li>Updated Korean translation (<a href="http://github.com/pydio/pydio-core/commit/0b5892e692f2ac990a051ab39e548b9b075ec22d">details</a>)</li>
<li>Missing comma in Korean i18n file was added (<a href="http://github.com/pydio/pydio-core/commit/3439ab08dfff3f5a2ae9735260e040fd15b72473">details</a>)</li>
<li>Fix remember me feature (<a href="http://github.com/pydio/pydio-core/commit/65529883f7b29889168c4418b60e6318cfd1052c">details</a>)</li>
<li>Fix upload dialog width when there are few uploaders - Close #1384 (<a href="http://github.com/pydio/pydio-core/commit/b72f67f88203bd28d3351ebce033a25dc2b6d741">details</a>)</li>
<li>Fix #1376 (<a href="http://github.com/pydio/pydio-core/commit/4db700f221403b5ab4730ba162238d30192b60dd">details</a>)</li>
<li>Replace Pear dependency to Mail_mimeDecode to Composer library. Should remove problematic plugin dependency, see #1385 (<a href="http://github.com/pydio/pydio-core/commit/a2463741ff37af043fdf3dcaaa88c8649da8ffd1">details</a>)</li>
<li>Force redirecting to https version of Pixlr - See #1371 (<a href="http://github.com/pydio/pydio-core/commit/52f11fef518d079900898b4dbfab24d33e97fd74">details</a>)</li>
<li>Php doc fix (<a href="http://github.com/pydio/pydio-core/commit/3ed242a552f0aec3ffaa331c5f891f09a3b29416">details</a>)</li>
<li>False negtive on OB detection (<a href="http://github.com/pydio/pydio-core/commit/df494b4819220f6b63ccb38579f5d01a9713a5f5">details</a>)</li>
<li>Fix #1393 (<a href="http://github.com/pydio/pydio-core/commit/c9f6ae129ee9a501ec05e73c1bbf4bcdddfb6d79">details</a>)</li>
<li>Typo in forbidden (<a href="http://github.com/pydio/pydio-core/commit/2373c355be7b4ae8a70abc1e4f26f8a14a5ebb78">details</a>)</li>
<li>Typo (<a href="http://github.com/pydio/pydio-core/commit/2d4a853f21fa0cd973e199e83571e7a0e9b79c10">details</a>)</li>
<li>Fix postgresql convert false to "false" (<a href="http://github.com/pydio/pydio-core/commit/a673005fc099d0a7e6cf4075604fa0ae0c34c966">details</a>)</li>
<li>Remove fuzzy search and upgrade elastica to 5.3.0 (<a href="http://github.com/pydio/pydio-core/commit/f9102faf291b363435e3a00b0acfa9c20317fa26">details</a>)</li>
<li>Fix displaying user in sql groups (<a href="http://github.com/pydio/pydio-core/commit/8624a42ad31d62503ed38595a17fc4655bb77ec4">details</a>)</li>
<li>Close session before reading audio file (<a href="http://github.com/pydio/pydio-core/commit/e4cf6b5c5c127d26f3884cb8cc3ff04e1f5e0c24">details</a>)</li>
<li>Remove unused img_library and associated images (<a href="http://github.com/pydio/pydio-core/commit/905e1d176ed7b38ed4a8e21b669f2c297c2fcbf3">details</a>)</li>
<li>Fix developer doc link - Close #1395 (<a href="http://github.com/pydio/pydio-core/commit/9dbbd11f800ceb9098fb53823312a3add10ea5b0">details</a>)</li>
<li>Add support referral binding (<a href="http://github.com/pydio/pydio-core/commit/3b409827984a73c54597d1b0ef19fe367cf76e40">details</a>)</li>
<li>Implement a default displaymode and default sorting parameter per workspace (<a href="http://github.com/pydio/pydio-core/commit/c71dc6334f93d7b76950d00feb0b4247cd0fb53a">details</a>)</li>
<li>Fix download resuming (<a href="http://github.com/pydio/pydio-core/commit/dc60dbefb9e03a78bf8e9c7141fd76e7af6ec04c">details</a>)</li>
<li>Fix #1355 - Use renamed from SOURCE instead of renamed to NODE (<a href="http://github.com/pydio/pydio-core/commit/339daf82d8dc8a7b265eb7bd212df488ed930776">details</a>)</li>
<li>Remove src attributes (<a href="http://github.com/pydio/pydio-core/commit/325894671afbe3f5e3a8779614e3094d2275e86e">details</a>)</li>
<li>Fix api v2 create user (<a href="http://github.com/pydio/pydio-core/commit/78ad6471b5a001e49d7479e0ab58a75effb2da02">details</a>)</li>
<li>Reduce Batch size for delete - Fix usage of PATH parameter in S3 driver - Close #1365 at last ! (<a href="http://github.com/pydio/pydio-core/commit/2fa4fa6892dfd4c281d75ed45a5a14b0f82340c7">details</a>)</li>
<li>Avoid some js errors with empty values (<a href="http://github.com/pydio/pydio-core/commit/fda20bb66963ba4bafe2580cfeeabda06d0b663c">details</a>)</li>
<li>Forgotten console (<a href="http://github.com/pydio/pydio-core/commit/10406ae363d2226e239a70358473d448e542e133">details</a>)</li>
<li>Fix getS3Service() method (<a href="http://github.com/pydio/pydio-core/commit/c63bc35695e299946e9013b85710e24b0eb7d712">details</a>)</li>
<li>Add param for smb option (<a href="http://github.com/pydio/pydio-core/commit/829dedcd5368e1a4676e5e4706ea92dd1788b1ce">details</a>)</li>
<li>Fix error while index mounted repo (<a href="http://github.com/pydio/pydio-core/commit/090d42e145303dc4b6c11eda7060a79ff30643a8">details</a>)</li>
<li>Update password fields everywhere to avoid allowing save when not correctly set. (<a href="http://github.com/pydio/pydio-core/commit/7fa17a60ab960e41fca3cd2c92f2cff2f5111ad1">details</a>)</li>
<li>Fix Admin create/delete group works only if group id starts with double slash (<a href="http://github.com/pydio/pydio-core/commit/aa78913f2425e1d2ec152187ab70f0f8695a7a69">details</a>)</li>
<li>Fix disclaimer dialog (enable scrollBody) (<a href="http://github.com/pydio/pydio-core/commit/8fb6a7c84f688691c45173d7fa0570704401755b">details</a>)</li>
<li>Throw an error when trying to restore on an existing file. Close #1368 (<a href="http://github.com/pydio/pydio-core/commit/64bd811df8b7552a61357df657c206ce4cf5bef5">details</a>)</li>
<li>Fix write-only workspace : wrong response header - do not show activity log. Close #1367 (<a href="http://github.com/pydio/pydio-core/commit/d269928f099471261dd548b1c8ebb8a584c4c27c">details</a>)</li>
<li>Hack for user specific locks and api access (<a href="http://github.com/pydio/pydio-core/commit/e61b5eb77b31bad5bfa5ba61da41888667351e60">details</a>)</li>
<li>Fix quota not updating on workspace switch (<a href="http://github.com/pydio/pydio-core/commit/a29c887a42ed942fcb0fb144f7ab5db7c07569a0">details</a>)</li>
<li>Change Accept-Ranges header (<a href="http://github.com/pydio/pydio-core/commit/9e69d4bde8ad6a54df42164bf58ed6721cf9921e">details</a>)</li>
</ul>
</div>

0 comments on commit 98c9693

Please sign in to comment.