Page MenuHomePhorge
Feed All Stories

Jan 29 2024

machniak committed rS4283ef59f769: Fix regression in kolab_sync_storage::folder_data().
Jan 29 2024, 11:44 AM
mollekopf requested review of D4642: stdout logdriver support.
Jan 29 2024, 10:01 AM

Jan 26 2024

mollekopf closed D4640: Make sure we always respond with the latest sync key.
Jan 26 2024, 2:05 PM
mollekopf committed rS5c49103e6ef0: Make sure we always respond with the latest sync key.
Jan 26 2024, 2:05 PM
machniak committed rRPK2103cc317de9: PHPDoc fixes.
Jan 26 2024, 1:39 PM
machniak accepted D4640: Make sure we always respond with the latest sync key.
Jan 26 2024, 8:32 AM
mollekopf updated the diff for D4640: Make sure we always respond with the latest sync key.

Renamed the member variable

Jan 26 2024, 8:14 AM

Jan 25 2024

machniak committed rRPK312b1981de42: Fix test.
Jan 25 2024, 2:58 PM
mollekopf added a comment to D4640: Make sure we always respond with the latest sync key.

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 25 2024, 12:48 PM
machniak committed rRPK5eb91ca74a24: PHPStan level:2 fixes (partial).
Jan 25 2024, 12:48 PM
machniak added inline comments to D4640: Make sure we always respond with the latest sync key.
Jan 25 2024, 12:42 PM
mollekopf added a reviewer for D4640: Make sure we always respond with the latest sync key: Syncroton Developers.
Jan 25 2024, 12:39 PM
mollekopf requested review of D4640: Make sure we always respond with the latest sync key.
Jan 25 2024, 12:27 PM
machniak committed rS0c3fe018c642: Cleanup.
Jan 25 2024, 12:22 PM
machniak committed rS16e73cfcdb6d: Cleanup.
Jan 25 2024, 11:56 AM
machniak committed rS4bc38ec000c9: Describe testing.
Jan 25 2024, 11:53 AM

Jan 24 2024

machniak committed rRPK5271b6e78772: Use consistent PHP code style.
Jan 24 2024, 10:25 AM
machniak committed rRPKf3319891d590: PHPStan Level:1 fixes, also fixed tests.
Jan 24 2024, 10:00 AM

Jan 22 2024

machniak committed rS07390a859930: Mass coding style fixup.
Jan 22 2024, 11:27 AM

Jan 19 2024

machniak committed rRPK7aa7a9fe5b09: PHPDoc fixes.
Jan 19 2024, 3:05 PM
machniak committed rSad5f97f6824d: PHPStan level 4 fixes.
Jan 19 2024, 3:04 PM
machniak committed rS7b78a79af7b3: PHPStan Level 3 fixes.
Jan 19 2024, 2:25 PM
machniak committed rS79e1cd517d8b: Replace rtf.php with roundcube/rtf-html-php.
Jan 19 2024, 10:37 AM
machniak committed rS2ccd9ba99308: Fix flaky test.
Jan 19 2024, 10:37 AM
machniak committed rS2dbdefae4370: Add phpstan configuration files.
Jan 19 2024, 10:37 AM
machniak closed D4570: MeetingResponse and MeetingRequest fixes.
Jan 19 2024, 10:37 AM
machniak committed rSe6ece45d5558: MeetingResponse and MeetingRequest fixes.
Jan 19 2024, 10:36 AM
machniak committed rS7310e1eea543: Fix the merge and phpstan errors.
Jan 19 2024, 10:36 AM
machniak committed rS74b2671f6b3c: DAV storage.
Jan 19 2024, 9:46 AM
machniak closed D4631: DAV storage.
Jan 19 2024, 9:41 AM

Jan 18 2024

mollekopf added a comment to T8222: Kolab 16 on Debian 11 Bullseye.

This has now been merged into Kolab:16, though the package is still building, but should become available shortly.

Jan 18 2024, 7:18 PM · Kolab 16, Libraries, Bug Reports

Jan 17 2024

mollekopf committed rKfd7b1eef2d52: Make webapp openshift compatible.
Jan 17 2024, 1:31 PM
mollekopf committed rK76a7eaa25c15: Redis dockerfile fixup.
Jan 17 2024, 1:31 PM
mollekopf committed rK049559bfe42e: Rebase our mariadb container on an sclorg container.
Jan 17 2024, 1:31 PM
mollekopf committed rKbcdecf69b2bb: Relax mynetworks a bit.
Jan 17 2024, 1:31 PM
mollekopf committed rK9bbeb9e4e56d: Make sure we set the domain as sender.
Jan 17 2024, 1:31 PM
mollekopf committed rK97caf8869eb6: Fixed checkconnections.sh for the file api.
Jan 17 2024, 1:31 PM
mollekopf committed rKa81b90cb28a9: Don't fail the seeder if the noreply address is not configured.
Jan 17 2024, 1:31 PM
mollekopf committed rK5d1556537f90: Validate the config before starting postfix.
Jan 17 2024, 1:31 PM

Jan 16 2024

machniak committed rRPK28711f7e6ef1: Fix PHP8 warnings.
Jan 16 2024, 11:03 AM
machniak committed rFe1f7ca236025: Fix PHP8 warning.
Jan 16 2024, 10:35 AM

Jan 11 2024

tilmankroesche added a comment to T8222: Kolab 16 on Debian 11 Bullseye.

Thx for the News!

Jan 11 2024, 10:40 PM · Kolab 16, Libraries, Bug Reports
machniak added a comment to T8222: Kolab 16 on Debian 11 Bullseye.

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.

Jan 11 2024, 12:47 PM · Kolab 16, Libraries, Bug Reports
machniak updated the diff for D4631: DAV storage.
  • Fix performance of DAV access
  • Fix wording
Jan 11 2024, 9:28 AM
machniak requested review of D4637: Add test for Cyrus imap proxy bug.
Jan 11 2024, 8:56 AM
mollekopf committed rK3fab2e151358: kolabendpointtester.py --default to run all standard checks that we.
Jan 11 2024, 8:07 AM
mollekopf committed rKd1354c63da3a: docker-dev fix.
Jan 11 2024, 8:07 AM
mollekopf closed D4628: IMAP_WITH_GROUPWARE_DEFAULT_FOLDERS.
Jan 11 2024, 8:07 AM
mollekopf closed D4613: A user create command.
Jan 11 2024, 8:07 AM
mollekopf committed rKd62a59539705: IMAP_WITH_GROUPWARE_DEFAULT_FOLDERS.
Jan 11 2024, 8:07 AM
mollekopf committed rK96cf0b70d87e: A user create command.
Jan 11 2024, 8:07 AM
machniak committed rKd7b16d379c7d: Fix phpstan issues.
Jan 11 2024, 8:00 AM

Jan 10 2024

machniak committed rRPKb258585da170: Improve "empty" _sync_unlock().
Jan 10 2024, 2:56 PM
machniak requested changes to D4613: A user create command.
Jan 10 2024, 2:14 PM
mollekopf updated the diff for D4613: A user create command.

Addressed most comments

Jan 10 2024, 1:48 PM
machniak committed rRPKf41dc94eae52: Compatibility fixes for Roundcube 1.7.
Jan 10 2024, 1:44 PM
machniak committed rRPK9c69920ccb1b: Fix handling errors on FETCH in the cache synchronization, code cleanup.
Jan 10 2024, 1:44 PM
machniak requested changes to D4613: A user create command.
Jan 10 2024, 10:05 AM

Jan 9 2024

mollekopf updated the diff for D4613: A user create command.

Adressed most comments, no fruther plans for now

Jan 9 2024, 11:47 PM
mollekopf abandoned D4634: A user create command.
Jan 9 2024, 11:46 PM
mollekopf added a reviewer for D4634: A user create command: Restricted Project.
Jan 9 2024, 11:45 PM
mollekopf requested review of D4634: A user create command.
Jan 9 2024, 11:44 PM

Jan 7 2024

sicherha added a comment to T7508: Missing roundcubemail-plugins-kolab package in debian 11 repository.

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.

Jan 7 2024, 5:06 PM · Bug Reports
sicherha added a comment to T7247: New Kolab install broken on Debian 11.

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.

Jan 7 2024, 5:02 PM · Kolab 16, Bug Reports
sicherha added a comment to T8153: Debian: error removing roundcubemail.

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 7 2024, 4:57 PM · Kolab 16, Roundcube, Bug Reports
machniak accepted D4628: IMAP_WITH_GROUPWARE_DEFAULT_FOLDERS.
Jan 7 2024, 7:33 AM

Jan 5 2024

machniak updated the diff for D4631: DAV storage.
  • Fix possible PHP warning
Jan 5 2024, 1:34 PM
machniak updated the diff for D4631: DAV storage.
  • Add tests
Jan 5 2024, 1:15 PM
machniak updated the diff for D4631: DAV storage.
  • Cleanup
  • Re-implement MoveItems for DAV
  • Merge branch 'dev/dav' of ssh://git.kolab.org/diffusion/S into dev/dav
Jan 5 2024, 1:14 PM
machniak committed rRPKa2884d041773: Small fix in move().
Jan 5 2024, 12:58 PM

Jan 4 2024

mollekopf added inline comments to D4628: IMAP_WITH_GROUPWARE_DEFAULT_FOLDERS.
Jan 4 2024, 10:39 PM
mollekopf committed rKc79b0e6cb157: Fix fallback if env variable is not set.
Jan 4 2024, 10:33 PM
mollekopf committed rKac61da59382a: Create the full initial roundcube db.
Jan 4 2024, 10:33 PM
mollekopf committed rK92496a8a299b: --ignore-buildable is only available in a recent compose plugin version.
Jan 4 2024, 10:33 PM
machniak updated the summary of D4631: DAV storage.
Jan 4 2024, 9:57 AM
machniak requested review of D4631: DAV storage.
Jan 4 2024, 9:44 AM
machniak added inline comments to D4628: IMAP_WITH_GROUPWARE_DEFAULT_FOLDERS.
Jan 4 2024, 9:39 AM
machniak committed rRPK737f4c119e82: Small improvements in DAV handler.
Jan 4 2024, 8:47 AM
mollekopf committed rK2f4998aacf23: Delete the .env file unless we're using the docker-compose setup.
Jan 4 2024, 8:34 AM
mollekopf committed rK8bf1ebab2548: Avoid ignoring seeding failures.
Jan 4 2024, 8:34 AM
mollekopf committed rKa90f760a2f37: ./artisan migrate:status is not a reliable way check if initialized.
Jan 4 2024, 8:34 AM
mollekopf added a reviewer for D4628: IMAP_WITH_GROUPWARE_DEFAULT_FOLDERS: Restricted Project.

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 4 2024, 8:32 AM
mollekopf requested review of D4628: IMAP_WITH_GROUPWARE_DEFAULT_FOLDERS.
Jan 4 2024, 8:31 AM

Jan 3 2024

sicherha closed T6577: problem with creating user mailbox as Resolved.

Seems to be fixed by D3692 and rPbd3a9e74745461089d7afc4e51a39c21958907bf.

Jan 3 2024, 9:21 PM · Kolab 16, PyKolab, Bug Reports
sicherha closed T6989: Bugs logged for pykolab as Resolved.

Fixed by D3851.

Jan 3 2024, 9:18 PM · PyKolab, Bug Reports
sicherha closed T7133: Unable to send mail via web interface after roundcube update as Resolved.

Judging by the last comment, it looks like this has been fixed. Closing as Resolved; please reopen if I'm mistaken.

Jan 3 2024, 9:15 PM · Kolab 16, Bug Reports
sicherha-admin added a comment to T7799: Web-based email transmission broken after recent roundcube update.

Spam link removed from original post.

Jan 3 2024, 9:10 PM · Bug Reports
sicherha-admin updated the task description for T7799: Web-based email transmission broken after recent roundcube update.
Jan 3 2024, 9:10 PM · Bug Reports
sicherha added a comment to T7472: wallace does not deliver 8bit encoded utf-8 mails, throws UnicodeEncodeError .

Patch submitted as D4625.

Jan 3 2024, 9:06 PM · PyKolab, Bug Reports
sicherha requested review of D4625: T7472: Work around smtplib bailing out on UTF-8 messages.
Jan 3 2024, 9:04 PM
sicherha added a comment to T8153: Debian: error removing roundcubemail.

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?

Jan 3 2024, 2:25 PM · Kolab 16, Roundcube, Bug Reports

Jan 1 2024

mollekopf committed rK71f80a716175: Make it possible to pin git versions.
Jan 1 2024, 3:19 PM
mollekopf committed rK25b178506a86: Selfcheck fixup.
Jan 1 2024, 3:19 PM
mollekopf committed rK2c6184fbb0a6: We need to configure first to get the compose file into a valid state it.
Jan 1 2024, 3:19 PM
mollekopf committed rK232fa7399a41: Let the caller manage the git repo.
Jan 1 2024, 3:19 PM
mollekopf committed rK35448edd7d66: Disable the kolab_folders module.
Jan 1 2024, 3:19 PM
mollekopf committed rK112ea6c50107: Seperate build script.
Jan 1 2024, 3:19 PM
mollekopf committed rK7873b613fac7: Get collabora to work with internal networking.
Jan 1 2024, 3:19 PM
mollekopf committed rK9baf698eb838: Reduce the image size by 900MB.
Jan 1 2024, 3:19 PM

Dec 29 2023

machniak closed D4622: PHPStan Level 5.
Dec 29 2023, 9:09 AM