- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jan 30 2024
Jan 29 2024
Thanks for this happy news :-)
Jan 26 2024
Renamed the member variable
Jan 25 2024
We'll have to double check, but I think the only this we're not sending is the client modifications from the previous sync from the same client.
- Client send modification with synckey=3
- Server responds with synckey=4
- Client sends emtpy sync with synckey=3 (instead of 4)
- Server now responds with synckey=4, but doesn't report the modification again.
Jan 24 2024
Jan 22 2024
Jan 19 2024
Jan 18 2024
This has now been merged into Kolab:16, though the package is still building, but should become available shortly.
Jan 17 2024
Jan 16 2024
Jan 11 2024
Thx for the News!
Problem is with loading order of php modules. On Ubuntu the fix for me was:
mv /etc/php7.4/cli/conf.d/30-kolabformat.ini /etc/php7.4/cli/conf.d/32-kolabformat.ini mv /etc/php7.4/apache2/conf.d/30-kolabformat.ini /etc/php7.4/apache2/conf.d/32-kolabformat.ini
We're working on a fix for packaging.
- Fix performance of DAV access
- Fix wording
Jan 10 2024
Addressed most comments
Adressed most comments, no fruther plans for now
Jan 7 2024
Our self-contained roundcubemail package is indeed missing an explicit conflict with the roundcubemail-plugins-kolab meta-package; conflicts with the individual plugin packages are not sufficient. This will be fixed by https://obs.kolabsys.com/request/show/3262.
The broken install dependency kolab-webclient -> roundcubemail-plugins-kolab should be fixed by https://obs.kolabsys.com/request/show/3262, which is currently under review.
Superseded by https://obs.kolabsys.com/request/show/3262, which includes an additional fix for the upgrade path by adding a conflict with roundcubemail-plugins-kolab.
Jan 5 2024
- Cleanup
- Re-implement MoveItems for DAV
- Merge branch 'dev/dav' of ssh://git.kolab.org/diffusion/S into dev/dav
Jan 4 2024
This prevents that we have to replace the config/imap.php file, which works but is slightly annoying because we constantly have a modification in the git repo.
Jan 3 2024
Seems to be fixed by D3692 and rPbd3a9e74745461089d7afc4e51a39c21958907bf.
Fixed by D3851.
Judging by the last comment, it looks like this has been fixed. Closing as Resolved; please reopen if I'm mistaken.
Spam link removed from original post.
Patch submitted as D4625.
Fix proposed in https://obs.kolabsys.com/request/show/3261. @machniak, @mollekopf, could you please take a look and push it through to Kolab:16 if it's okay?