Not enough info.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Sep 27 2023
Works for me.
I think it is better to pass the invitation to Inbox for manual processing.
Sharing is not possible with the database driver. The label has been fixed in git.
Sounds to me like a client issue. We would need more info, including debug logs from syncroton.
This specific issue may be fixed with:
--- a/pykolab/setup/setup_roundcube.py +++ b/pykolab/setup/setup_roundcube.py @@ -26,10 +26,11 @@ import hashlib import os import random import re +import six import subprocess import sys import time -import six +import urllib.parse
It looks to me it's rather CentOS7 issue. And it's old.
Sep 26 2023
ActiveSync protocol limits photo size to 48KB (of base64 encoded string)
The module uses find_recipient() method which searches the user in LDAP. So, you need to have 'alias' in mail_attributes setting. This however is not all. Without changes to the module you can't use different signatures for aliases and main address.
I applied the same fix to dev/kolab-1.5
This is a bug in some of our extra patches. The function asciiwords() in program/lib/Roundcube/bootstrap.php has an added if statement that causes the issue. I suppose it was meant to fix PHP8 warning, but it is wrong. The function code from git-master works all right. https://github.com/roundcube/roundcubemail/blob/20447fa962cfc54ac3fe0616b1b5abc3258372e9/program/lib/Roundcube/bootstrap.php#L326
Confirmed with the most recent package on Alma Linux 9.
Old.
Not enough info. Guam works for me.
This is old.
- Comment out imap:cleanup in schedule
Patch merged.
Looks reasonable otherwise, let's merge it without the schedule and then have a look.
This can be found in preinst and postinst scripts and should be copied to prerm script.
reload_apache()
{
if apache2ctl configtest 2>/dev/null; then
invoke-rc.d apache2 $1 || true
else
echo "Your apache2 configuration is broken, so we're not restarting it for you."
fi
}@conathan I hesitate to merge this patch. Without it it works for me with Cyrus v3 DAV service as well as with standard Kolab DAV service (e.g. at kolabnow.com).
- Merge branch 'master' into dev/socialite
Sep 25 2023
Sep 21 2023
I think this was already landed in some form.
Outdated, we're already on otphp v10.
- Merge branch 'master' into dev/spam-settings
- Merge branch 'master' into dev/spam-settings
The sound is played if the event has an alarm of type "AUDIO" set. So, you can disable this per event, but I suppose a global option might make sense.
Sep 20 2023
- Apply discounts
Sep 19 2023
Outdated. We're already using "~4.5.1".
I would rather use \config('app.passphrase'). I don't like "generate" in this context. If the config option is not set the tests will fail. Also, it's not gonna work if we ever wanted to run tests on a production setup.
I believe it's outdated.