Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jul 16 2019
Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
Kolab support for KDE PIM is discontinued. Create a ticket on https://bugs.kde.org
Jul 15 2019
Jul 11 2019
There was a significant change in the way kolab data is cached by Roundcube kolab plugins (roundcubemail-plugins-kolab package). There was supposed to be a DB structure update. Please, verify if this sql commands have been executed https://git.kolab.org/diffusion/RPK/browse/master/plugins/libkolab/SQL/mysql/2018122700.sql. Any errors in log?
Jul 8 2019
Jul 5 2019
Confirmed with current version.
This can be configured in kolab.conf. For KolabNow create tickets there.
Confirmed with current git-master. On export event recurrence is not resolved to match the date filter.
Strange. There's a new line after import re, so the error does not make sense. And no one complained about this, so looks like an issue with your system only. It's old, anyway.
This has been fixed in Roundcube 1.3.4/1.4-beta.
Not enough info. This is old.
If I understand this correctly toki.space is a domain space, FQDN should include hostname.
I see Obsoletes: php-Net-LDAP3 in the spec file, so I guess it's already fixed.
Not a problem in Kolab 16.
I guess this has been fixed as the proposed line already exists.
This depends on Cyrus configuration. The way how Kolab uses Cyrus IMAP does not allow for subfolders under INBOX.
No feedback.
I think this is about a known iOS/Safari bug where cursor is still visible even if the textarea/input is out of screen (page scrolled). I don't know if there are workarounds. Need investigation.
What version of roundcubemail-plugins-kolab? These lines with timezone info are irrelevant. Problem is with parsing some objects in calendar folder(s). You'll have to find the faulty object-message in the spool, or delete folder content. Without the faulty object data we'll not be able to help.
Fixed in 91e57e1f7367.
The documentation is outdated. You can find the repo at https://copr.fedorainfracloud.org/coprs/kanarip/phabricator/
Jun 28 2019
Jun 27 2019
Jun 26 2019
... not mentioning the fact that we still need PHP 5.4 support. So, it's complicated.
All other components (iRony, kolab plugins for Roundcube) depend on that version. So, we can't just switch to a new one.
I pushed the the change I proposed above. I consider it fixed. Let me know if I'm wrong.
Jun 25 2019
Could you confirm that this code works for you? I think it should work with SabreDAV 2.1 as well as any newer version.
$is_dir = !empty($props['{DAV:}resourcetype']) && count($props['{DAV:}resourcetype']->getValue()) > 0;I'm trying to tell you that your patch is not acceptable because it does not work with Kolab's WebDAV server (and maybe others). From the debug you provided I see that it might be a Sabre compat. issue. For me it is different:
Sabre\DAV\Property\ResourceType::__set_state(array(
'resourceType' => array (
0 => '{DAV:}collection',
),
))What version of SabreDAV do you have installed?