- Schedule db:expunge command
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Oct 25 2024
Oct 24 2024
Oct 22 2024
No, I tried registering handlers for Queue::JobProcessing and Queue::jobProcessed events via AppServiceProvider::boot(). The handlers were triggered, but the job object there is not the same as our job, and access to the job data requires instantiating the actual job from a serialized object string. Possible, but ugly.
Looks good. I suppose you tried something like this: https://git.kolab.org/rKa3448e46572c9bcba39702689d31e77bfeaa1d26, but it didn't give access to the email/walletId?
Oct 20 2024
Oct 19 2024
The message header is parsed!
As the fix sets encoding="utf8", does this mean all messages are utf-8 encoded here?
Oct 18 2024
- Invitations policy
- Split itip handling into per-method classes
Oct 17 2024
Oct 16 2024
Oct 10 2024
A test for IMAP::clearMailbox() would be appreciated.
Looks to me that the folders passed to the command need to be in Cyrus internal format user/{$localpart}/{$mailbox}@{$domain}. That's not very user-friendly. Also tests for the new IMAP methods would be welcome, less important for the command itself.
It's good enough, but I added some comments.
This diff consists of multiple commits that I've used for the migration. Since we're already using it like this I'd like to mostly just get it merged, but I'm open to small adjustments (the rest we can improve later on IMO).
Cleanup
Oct 9 2024
Oct 7 2024
You asked for hints!
The crash should not happen, but there are still to much variables included.
I just analyzed, the information I had.
Oct 4 2024
- Don't require specific file name
- Support multipart/form-data file uploads, they don't need so much memory
Oct 3 2024
I think for some of these jobs we should probably keep trying at an hourly or even daily interval. So if we e.g. have infrastructure issues over a couple of hours the system still eventually recovers without manual intervention.
this link of yours https://kb.kolab.org/2023/03/install-kolab-16-on-alma-linux-9/solar smash The package is missing when doing dnf install kolab.
Oct 2 2024
- Set back SWOOLE_PACKAGE_MAX_LENGTH to 10MB
Oct 1 2024
Yes, the user hr1@os-s.de does not exist in the LDAP. It is not a vaild usser. Therefore no authentication is possible. But this should not be a cause for saslauthd to fail and terminate, am I correct?
The kolab-saslauthd terminates. I reconfigured systemd to automatically restart the daemon because otherwise the login would fail for valid users as well.