-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TLS support misconfiguration for NATS connection and other minor issues
- Loading branch information
1 parent
6589441
commit a61fec4
Showing
1 changed file
with
7 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,9 @@ | ||
# Changes between v4.3.4 and v4.3.5 | ||
# Changes between v4.3.5 and v4.3.6 | ||
|
||
[See Full Changelog](https://github.com/pydio/cells/compare/v4.3.4...v4.3.5) | ||
[See Full Changelog](https://github.com/pydio/cells/compare/v4.3.5...v4.3.6) | ||
|
||
- [#d4636d5](https://github.com/pydio/cells/commit/d4636d52c4bd906697b2c560ecf83e73be2f56f7): Remove console.log | ||
- [#eef5c49](https://github.com/pydio/cells/commit/eef5c49421fa71ac3bebbf8e877671fe7fdde5e5): Increase timer again for WelcomeTour | ||
- [#3d7e7dd](https://github.com/pydio/cells/commit/3d7e7dd8026608daefac5ece51c86b929a9f6cb9): Refix search by Uuid for bleve implementation and add unit test | ||
- [#16ff397](https://github.com/pydio/cells/commit/16ff397f70fdebd06cc615573852d1522521f3d6): Fix WelcomeModal sometimes not appearing (add delay). | ||
- [#7793126](https://github.com/pydio/cells/commit/779312697ed3fd65b679c736d9fc6174f5e1f916): Comment out unused flag for now | ||
- [#cf1026e](https://github.com/pydio/cells/commit/cf1026e9b357f4b41b90aae0e9d75c8a23bb095a): Support wildcard on AttributeValue in user matcher | ||
- [#630049c](https://github.com/pydio/cells/commit/630049c747769a113f17f9226cc77a359515ef16): Fix MsgId for PutMultipart log | ||
- [#d773388](https://github.com/pydio/cells/commit/d77338892cea5d78f33520831b81fb84fa7906c8): Fix Unimplemented api on Search requests | ||
- [#362930b](https://github.com/pydio/cells/commit/362930b4b7faf84c31115c2b30be458179fa19b6): Fix duplicates in subsequent activities stream calls if similar activities are grouped together. | ||
- [#30de0c2](https://github.com/pydio/cells/commit/30de0c21eb5a563bba1e909a753869c3f4055ef8): Refix ListBucket request filtering to avoid conflict with new aws-sdk-go/v2 | ||
- [#bfa941a](https://github.com/pydio/cells/commit/bfa941a97feea914e5005d4d930ae2044f217918): Revert "Fix ListBucket request filtering to avoid conflict with new aws-sdk-go/v2" | ||
- [#0ff45f0](https://github.com/pydio/cells/commit/0ff45f01557993b4aab87fb76e0abcc1e6a610d4): Adding support for one-way tls | ||
- [#1cae614](https://github.com/pydio/cells/commit/1cae6146d61a0e074a959165e0ad8c2df6383d29): Fix ListBucket request filtering to avoid conflict with new aws-sdk-go/v2 | ||
- [#2d80e4b](https://github.com/pydio/cells/commit/2d80e4bfda44d925d00df5e09f3d90712946fdbd): Fixes to support more MongoDB connection string options | ||
- [#3260ed7](https://github.com/pydio/cells/commit/3260ed7070e60ec75d01bbfdbb0e557d86f0e78c): UX install: ability to edit queryString in mongoDSN | ||
- [#cc9de2d](https://github.com/pydio/cells/commit/cc9de2d710155f46b220e38e4de38841097b647f): Next development cycle | ||
- [#6589441](https://github.com/pydio/cells/commit/65894412e457de3e699fbc363dd889f9f3e76647): Fix auto-wildcard being applied to alpha-paging | ||
- [#fbf2018](https://github.com/pydio/cells/commit/fbf2018d87b01a3d9c11563fcd4224cc3d950ebe): Fix toolbar search form colors in AddressBook | ||
- [#28e3124](https://github.com/pydio/cells/commit/28e312487ff073e92ca92852d72ecd5544d5ce4e): Fix Greetings/Signature not translated in some cases | ||
- [#8b609d8](https://github.com/pydio/cells/commit/8b609d89d098262454038b20304ab025556c8d34): Fixing nats tls secure connection | ||
- [#b5cfebc](https://github.com/pydio/cells/commit/b5cfebc18ab08a0e08ec34f96292733ea7ecb584): Next development cycle |