diff --git a/core/src/conf/RELEASE_NOTE b/core/src/conf/RELEASE_NOTE index 6e2c6fe153..6a5e3ea31b 100644 --- a/core/src/conf/RELEASE_NOTE +++ b/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 diff --git a/dist/php/8.0.2-extractArchive-post.php b/dist/php/8.0.2-extractArchive-post.php new file mode 100644 index 0000000000..0eb68d6793 --- /dev/null +++ b/dist/php/8.0.2-extractArchive-post.php @@ -0,0 +1,44 @@ + + * 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 . + * + * The latest code can be found at . + */ + +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 "
IonCube Loader Version is correct ($ionCubeVersion) : OK
"; + } + + } + +} + + +checkIonCubeVersion(); \ No newline at end of file diff --git a/dist/php/8.0.2.html b/dist/php/8.0.2.html new file mode 100644 index 0000000000..fcea7f7f87 --- /dev/null +++ b/dist/php/8.0.2.html @@ -0,0 +1,65 @@ +
+ +

Pydio 8.0.2 was successfully installed!

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