Skip to content

Commit

Permalink
Release v4.1.1
Browse files Browse the repository at this point in the history
Fix cache issue when using Collabora Online editor
  • Loading branch information
pydio-trusted committed Mar 6, 2023
1 parent 54edc2b commit 3c115ad
Showing 1 changed file with 30 additions and 17 deletions.
47 changes: 30 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
# Changes between v4.0.7 and v4.1.0
# Changes between v4.1.0 and v4.1.1

[See Full Changelog](https://github.com/pydio/cells/compare/v4.0.7...v4.1.0)
[See Full Changelog](https://github.com/pydio/cells/compare/v4.1.0...v4.1.1)

- [#c4c85f0](https://github.com/pydio/cells/commit/c4c85f0c243eab2b4d8e46ceba057daf9e7d25e6): Latest changes
- [#8236379](https://github.com/pydio/cells/commit/8236379ad3a21d9fc7bfea5730cd9e6c790a33cd): Latest tools version
- [#e4a2651](https://github.com/pydio/cells/commit/e4a2651b2493085e0b6fa5ec911c81a462cdda67): Issue with Rating search JS
- [#eed4b42](https://github.com/pydio/cells/commit/eed4b429e0ddc59094bf72aa3355c852c0c69094): advanced policies checks for meta namespaces
- [#58b30da](https://github.com/pydio/cells/commit/58b30da046278f2fa8e65f13746ce1964e189c06): TLS + password fix for etcd
- [#39c42de](https://github.com/pydio/cells/commit/39c42deebf549546d9c4f57c113f60ceacdc03af): typo again
- [#59994a6](https://github.com/pydio/cells/commit/59994a6e4706b9cf9beb7f870cce35ac74a98724): Change Purge signature to send less logs. Mongo purge batch deleteMany
- [#5073d27](https://github.com/pydio/cells/commit/5073d27047051409fa38cb29a27f3c084579dbf9): dao test : do not drop whole database but only specific test collections at the end
- [#3b77f36](https://github.com/pydio/cells/commit/3b77f362b2be7af27bae00ffce9cd7d5eb412e42): Similarly to activities, use aggregation instead of distinct in ListAllVersionedNodesUuids to prevent hitting doc size error.
- [#38ce16c](https://github.com/pydio/cells/commit/38ce16c5c2d2d516ae4a42191cbf6bebf80862fc): Fix nil context
- [#9ecdc1b](https://github.com/pydio/cells/commit/9ecdc1bcddbd21014e7bbb4010219a42a461c87f): Add AllowDiskUse in aggregation
- [#952e94d](https://github.com/pydio/cells/commit/952e94d830cdf737dbb168ec9b8e7b18f45bb1ed): Add logs when running aggregation
- [#3bdbcfb](https://github.com/pydio/cells/commit/3bdbcfb94cda52fff69e01a4a82a9eb084dc38ef): Update install language pack
- [#cfef178](https://github.com/pydio/cells/commit/cfef178edea51548597e44c59a70b667038102de): Switch using .Distinct() to using Aggregate() to avoid mongo document size limit.
- [#9246176](https://github.com/pydio/cells/commit/92461765a8339d09c2de58caec1bf00e02428219): Next development cycle
- [#54edc2b](https://github.com/pydio/cells/commit/54edc2bb91babfc7e1c03d6cda441d14a195b699): New messages + DE/FR translations
- [#6fef239](https://github.com/pydio/cells/commit/6fef239519cc653250bbb2b163f59d2f67bec199): New messages + DE/FR translations
- [#200eec8](https://github.com/pydio/cells/commit/200eec8f4163e73781033a104b7ca04b23ed78a3): Additional i18n strings
- [#cb8b9b3](https://github.com/pydio/cells/commit/cb8b9b3a0a71421d83e6f66ddfd69ef54993a4f9): UX glitch on WelcomeModal
- [#65e3dfa](https://github.com/pydio/cells/commit/65e3dfa111a20d6c2db7c4413a571a9a5de823a6): Details and glitches on search form
- [#656e08f](https://github.com/pydio/cells/commit/656e08f14b0473f7102661bb69bb7b47b470aace): Search + i18n pass
- [#06edb3d](https://github.com/pydio/cells/commit/06edb3dd8c5e06ee4671188850d06eab2d132974): Reverting resolver
- [#27dcd40](https://github.com/pydio/cells/commit/27dcd40f24826cfb2031a2be52875717221f5e1a): Fix for collabora failing to open a second document
- [#f50447b](https://github.com/pydio/cells/commit/f50447b00ba8d263f0fa11fdd0b702a9a3b300aa): Rework search scope
- [#9067bac](https://github.com/pydio/cells/commit/9067bac2dd2ae7588f803bf8118102a3ce34b0d8): Update deps
- [#ef76d73](https://github.com/pydio/cells/commit/ef76d7345d855b67f821e91900249c0ab2e94473): Glitches and ux
- [#3cb5069](https://github.com/pydio/cells/commit/3cb5069cbf31843b8a5ee53a660ca575a57e2810): Carry on work on search engine
- [#d73f8fa](https://github.com/pydio/cells/commit/d73f8fa557cb097efc18812c5b513c205392dae3): Carry on work on search engine
- [#1a44f0e](https://github.com/pydio/cells/commit/1a44f0e2f5f25e44e124019c02734244ecb4124b): New run on FastSearch component
- [#a01467b](https://github.com/pydio/cells/commit/a01467b1ddd78cfc19d8aa35913ec3638f0ebb09): Forgotten logs
- [#a72fe0e](https://github.com/pydio/cells/commit/a72fe0ec6113a85bb2cd5f34cff51a444fd49e5a): update deps
- [#062feec](https://github.com/pydio/cells/commit/062feec0b4fd46151bdacf922b0a1e09e461fdfb): Merge remote-tracking branch 'origin/main'
- [#e15b19a](https://github.com/pydio/cells/commit/e15b19a998ba48c96aa5419eee8b2bd18d8e6338): Clean/improve flags management for MetaLoader. Remove hardcore xml-registry stuff for search engine (use MetaClient instead).
- [#afd47de](https://github.com/pydio/cells/commit/afd47dee54b9cd26ab395fdd5f347e90817e19e7): improve search form - fix issue with dates and saved search.
- [#6c6dfbd](https://github.com/pydio/cells/commit/6c6dfbdcd41e0f9baea5a9cb7ff15ef3f84110a7): Add a ping to test connection to the redis cache and a warning if it's not reachable - and fix a small typo in hydra migration
- [#f87b901](https://github.com/pydio/cells/commit/f87b9012f2212822c95cc4ceede0bf87543f5b2c): add more glob condition tests
- [#5cd9e12](https://github.com/pydio/cells/commit/5cd9e12473e0b124a0d50a4ecb5dadb468367543): add more glob condition tests
- [#b707816](https://github.com/pydio/cells/commit/b7078165db508955c6306f2930bb916770d6fd07): Change specific checking conditions
- [#c375c0c](https://github.com/pydio/cells/commit/c375c0c920ccfe706218a5224fc071b68d5b2595): Improve logging feedback for very long synchros
- [#25014b2](https://github.com/pydio/cells/commit/25014b298e1fac27538f2bb6694b1ed311277a32): Disable simd-md5 usage for now, probably misused to properly improve performances
- [#ca104f5](https://github.com/pydio/cells/commit/ca104f5ad464d8dff4a2f290264e609be8e2864a): Next development cycle
- [#289f707](https://github.com/pydio/cells/commit/289f707990d0da41069f4568f12cb2e5491e8825): Improve bug-report
- [#5a67d20](https://github.com/pydio/cells/commit/5a67d20979b437dc60691d018d3d170b02f8b9f2): Update bug-report.md

0 comments on commit 3c115ad

Please sign in to comment.