From b67c983cc5ed26767324a596eb3cd4b0464ddc7d Mon Sep 17 00:00:00 2001 From: Pydio Trusted Date: Mon, 31 May 2021 09:35:22 +0200 Subject: [PATCH] Release v2.2.8 Fix missing event in websocket --- CHANGELOG.md | 33 ++++++++++++--------------------- 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e7620cba..eed0400ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,14 @@ -# Changes between v2.2.6 and v2.2.7 +# Changes between v2.2.7 and v2.2.8 -[See Full Changelog](https://github.com/pydio/cells/compare/v2.2.6...v2.2.7) +[See Full Changelog](https://github.com/pydio/cells/compare/v2.2.7...v2.2.8) -- [#a6cc9db](https://github.com/pydio/cells/commit/a6cc9db2ffa4198b8e56b0df607161d5635c0316): 3 more strings + translations -- [#920074d](https://github.com/pydio/cells/commit/920074d8e34867e60a1f5c8e91703d8b520fd5bb): 3 more strings + translations -- [#1f33a85](https://github.com/pydio/cells/commit/1f33a859959470ee8e62c756ac9daa6989b5d252): Fix a few typos -- [#990a898](https://github.com/pydio/cells/commit/990a8985451aeddf6722b37b3551fb30e2507578): Fix a few typos -- [#6e4fe6a](https://github.com/pydio/cells/commit/6e4fe6a8961dd42a5d5434ddff86429761d75959): Fix to the mailer restart -- [#55770c0](https://github.com/pydio/cells/commit/55770c0400ec7dc60eec225b3a8848b45907eb67): Fix Editor tabCreate() call to apply correct readonly value. -- [#dc55695](https://github.com/pydio/cells/commit/dc5569539f570ec8318e8aead6ae5ccb897ee5cb): Fix migration message for Shares -- [#01e5add](https://github.com/pydio/cells/commit/01e5add02ac9d09068e3b9240a9ba6aad44ddc26): Shares migration : support multiple ownerIds and display warning about duplicates. -- [#08402eb](https://github.com/pydio/cells/commit/08402ebc9b6714b56c5e6829d96533f2b969521c): Order imports -- [#4a010c9](https://github.com/pydio/cells/commit/4a010c98541e5501ee634f7aecb92a32579a228b): Update parameter description for share max expiration (in days) -- [#550e585](https://github.com/pydio/cells/commit/550e5857c7ed06c0482f871b98156ab95044de1a): Mails: split intros/outros by line -- [#d6ac67a](https://github.com/pydio/cells/commit/d6ac67a3aff2852c5d50a4e492ceb03e9fe350c3): Imports: use WithImpersonate for GetUserInfo -- [#3eb71e0](https://github.com/pydio/cells/commit/3eb71e0e6312ef4ad6e18b386352acc9e4b0015d): Missing default policies -- [#6f37fe9](https://github.com/pydio/cells/commit/6f37fe9f6dcc303bb29034a3485bf57717c36049): Sync handler : check for empty response and retry -- [#6377a56](https://github.com/pydio/cells/commit/6377a5689dd29672a982178b8853bfbd44b06623): SingleJobProgress : prevent hidden js error -- [#1156127](https://github.com/pydio/cells/commit/1156127bdc076e135463a06375093f5c0ab2bd25): Re-adapt address book to use pagination on roles -- [#352e3d8](https://github.com/pydio/cells/commit/352e3d8af52fe274c1854278c19a6dbc855d08f9): Add pagination support in Rest roles API -- [#c29150b](https://github.com/pydio/cells/commit/c29150bf17b6d28088b1a01b53303aca12fd9b86): Bump makefile version to 2.2.7-dev and add policies migrations. -- [#5486aaf](https://github.com/pydio/cells/commit/5486aaf2544098e85461b1c0ca3bf266ebd5fc60): Avoid case duplicate in headers - Activities basename in websockets. +- [#8705b5b](https://github.com/pydio/cells/commit/8705b5bfc4a211f9274dc42f24f837eddf44736f): Revert "Update go-hostsfile library (see #324)" - Breaks windows build This reverts commit 873cdc41 +- [#85a760d](https://github.com/pydio/cells/commit/85a760d8a86a1c61c360a2b3cea4fb31e44e2ad2): Fix messages in sleep action +- [#074bf58](https://github.com/pydio/cells/commit/074bf5825a513ec6c415f019f73f27cd4d24a128): Fix #325 +- [#ec495ee](https://github.com/pydio/cells/commit/ec495ee15c4fcf196d630ab239968e523d6d2501): Better display for "analyzed nodes" +- [#873cdc4](https://github.com/pydio/cells/commit/873cdc4103ff0dba4fe4d1c4a61b2eb08131881b): Update go-hostsfile library (see #324) +- [#b982629](https://github.com/pydio/cells/commit/b98262962563e3db5f5e0109be759aba5b1e252d): string-not-match-condition: consider nil value as "not matching" +- [#e3c8f27](https://github.com/pydio/cells/commit/e3c8f272fc4321df0e8bc2e2bc6b2cd6c3fcef3d): Archive writer : create header only if GetObject is working +- [#6a49b55](https://github.com/pydio/cells/commit/6a49b5586ffba71d391af8eaa419bd8257d6f98d): Fix issue with policies subjects evaluation +- [#63a8e57](https://github.com/pydio/cells/commit/63a8e5737e80dd9b3ddb6eadfea73cc12748e575): Fix wrong comparison for user uuid vs login in ws-handler +- [#e36a254](https://github.com/pydio/cells/commit/e36a2541ce65a95d50719a5542be16c2cf6320bd): Next development cycle