-
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.
Additional sendmail parameters, fix address book pagination, improve sharding
- Loading branch information
1 parent
ac60f68
commit 5fcd216
Showing
1 changed file
with
14 additions
and
4 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,6 +1,16 @@ | ||
# Changes between v2.2.4 and v2.2.5 | ||
# Changes between v2.2.5 and v2.2.6 | ||
|
||
[See Full Changelog](https://github.com/pydio/cells/compare/v2.2.4...v2.2.5) | ||
[See Full Changelog](https://github.com/pydio/cells/compare/v2.2.5...v2.2.6) | ||
|
||
- [#40235cd](https://github.com/pydio/cells/commit/40235cdafda64e86cd9370365e1a05b6c2a95918): Revert pruning versions for deleted files optimization - Add a check for versinoning datasources instead. | ||
- [#0dcfba5](https://github.com/pydio/cells/commit/0dcfba55f1525ba2706b3b61615fbab81c8ae929): Fix versions pruning for deleted files | ||
- [#ac60f68](https://github.com/pydio/cells/commit/ac60f682d2c8b3eeecf7f37d819e491904df5af4): Sendmail : revert string filtering and pass optional parameters instead | ||
- [#969516f](https://github.com/pydio/cells/commit/969516f06f6ecab06dcb707ed7fe06abedc713e5): Fix pagination issues in AddressBook (shared users and teams) | ||
- [#60423dd](https://github.com/pydio/cells/commit/60423dd30e8af3c08bf0070bc197683f2ddb1b1f): Fix welcome email language | ||
- [#ca5f0b7](https://github.com/pydio/cells/commit/ca5f0b7b27c1b84eb24a147d9e75be0e64c594f7): Merge remote-tracking branch 'origin/master' | ||
- [#af9d03f](https://github.com/pydio/cells/commit/af9d03fd341a528a3149090492609c00812a4f2f): Find single dot lines in emails to avoid truncating sendmail input | ||
- [#4e33ead](https://github.com/pydio/cells/commit/4e33ead62c1319f90d47d3a552edb2996d44e1f5): Fix issues in FR and ES, more ZH translations | ||
- [#aa99874](https://github.com/pydio/cells/commit/aa99874a55482380619f0113e938464f42e6aee5): Fix various issues in FR and ES + more translation. | ||
- [#feddb65](https://github.com/pydio/cells/commit/feddb65121e683aaf68644ccee9d5625bd15be92): Fix to the healthcheck port | ||
- [#6d8aa7d](https://github.com/pydio/cells/commit/6d8aa7da9fa797c8115ec26c868a8b56e679e8a2): Factorize setting keys/meta in context based on Claims | ||
- [#b105db3](https://github.com/pydio/cells/commit/b105db37a849d88cade273ca3ac33bec2d056181): VirtualNode : set MTime on dynamically created personal folder | ||
- [#bd57d90](https://github.com/pydio/cells/commit/bd57d907e84860dd9c135bab122bd183d07d692e): Service fork start : when starting a forked service, use regexp to make sure it starts only this service | ||
- [#2238a72](https://github.com/pydio/cells/commit/2238a724499d74dab4359e29b6d3a2dc56beb994): Next development cycle |