Page MenuHomePhorge
Feed Advanced Search

Jun 26 2017

adomaitis assigned T2519: Possibly a bug when recurring events makes Outlook with ActiveSync switch to permanent disconnected mode to machniak.
Jun 26 2017, 8:30 PM · Syncroton, Bug Reports
adomaitis created T2519: Possibly a bug when recurring events makes Outlook with ActiveSync switch to permanent disconnected mode.
Jun 26 2017, 8:29 PM · Syncroton, Bug Reports

Jun 21 2017

adomaitis added a comment to T2504: Inconsistent behavior while accepting invitations in roundcube.

We'd need to see iTip payload. I guess that in step 4, the event is in "re-sheduling" mode, i.e. the attendee status is re-set to NEEDS-ACTION. In such a case (and settings) wallace will not respond with ACCEPT. I have no idea what could be different in iTip replies sent in step 2 and 6.

Back to your questions:

  1. No idea. Check Itip payload.

Event which doesn't make GMail Calendar record attendee status as accepted

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Roundcube libcalendaring 1.2.5//Sabre//Sabre VObject 3.4.5//EN
CALSCALE:GREGORIAN
METHOD:REPLY
BEGIN:VEVENT
UID:i698fn56cjct6tvjt3sfa2m6j0@google.com
DTSTAMP:20170621T091446Z
CREATED:20170621T091446Z
LAST-MODIFIED:20170621T091446Z
DTSTART:20170622T040000Z
DTEND:20170622T050000Z
SUMMARY:KS Demo =C4=97
DESCRIPTION:View your event at https://www.google.com/calendar/event?action
SEQUENCE:0
TRANSP:OPAQUE
STATUS:CONFIRMED
ATTENDEE;CN=3Dkolab.systems@domain.tld;PARTSTAT=3DACCEPTED;ROLE=3DREQ-PARTICIPA=
NT;CUT
 YPE=3DINDIVIDUAL:mailto:kolab.systems@domain.tld
ORGANIZER;CN=3DLiutauras Adomaitis:mailto:organizer@gmail.com
END:VEVENT
END:VCALENDAR

Event which makes GMail record attendee status

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Roundcube libcalendaring 1.2.5//Sabre//Sabre VObject 3.4.5//EN
CALSCALE:GREGORIAN
METHOD:REPLY
BEGIN:VEVENT
UID:i698fn56cjct6tvjt3sfa2m6j0@google.com
DTSTAMP:20170621T091716Z
CREATED:20170621T091446Z
LAST-MODIFIED:20170621T091716Z
DTSTART:20170622T040000Z
DTEND:20170622T060000Z
SUMMARY:KS Demo =C4=97
DESCRIPTION:View your event at https://www.google.com/calendar/event?action
SEQUENCE:0
TRANSP:OPAQUE
STATUS:CONFIRMED
CLASS:PUBLIC
ATTENDEE;CN=3Dkolab.systems@domain.tld;PARTSTAT=3DACCEPTED;ROLE=3DREQ-PARTICIPA=
NT;CUT
 YPE=3DINDIVIDUAL:mailto:kolab.systems@domain.tld
ORGANIZER;CN=3DLiutauras Adomaitis:mailto:organizer@gmail.com
END:VEVENT
END:VCALENDAR
Jun 21 2017, 1:51 PM · PyKolab, Roundcube Kolab Plugins , Roundcube, Bug Reports
adomaitis created T2507: Make canceled events more distiguishable in calendar view.
Jun 21 2017, 12:03 PM · Roundcube Kolab Plugins , Architecture & Design
adomaitis added projects to T2504: Inconsistent behavior while accepting invitations in roundcube: Roundcube, Roundcube Kolab Plugins , PyKolab.
Jun 21 2017, 11:59 AM · PyKolab, Roundcube Kolab Plugins , Roundcube, Bug Reports
adomaitis created T2504: Inconsistent behavior while accepting invitations in roundcube.
Jun 21 2017, 11:58 AM · PyKolab, Roundcube Kolab Plugins , Roundcube, Bug Reports
adomaitis added a project to T2498: Wallace logs errors when run in debug 9 mode: PyKolab.
Jun 21 2017, 10:37 AM · PyKolab, Bug Reports
adomaitis created T2498: Wallace logs errors when run in debug 9 mode.
Jun 21 2017, 10:36 AM · PyKolab, Bug Reports

May 22 2017

adomaitis added a comment to T2388: Kolab webadmin connect to LDAPS server.

It turns out mozldap ldapsearch tool uses nssdb for certificate verification and you can't turn it off. That means, that for mozldap ldapsearch you need to create nssdb databases and put ca certificate into this DB to make it work, otherwise you will get SSL initialization failed: error -8015 (unknown) error.
These are the steps I did:

Run mozldap ldap search with SSL enabled:

# /usr/lib64/mozldap/ldapsearch -x -h ldaphost -p 636 -b 'ou=People,dc=domain,dc=tld' -s base -D 'cn=Directory Manager' -w - -J '1.3.6.1.4.1.42.2.27.9.5.2:true:dn:cn=Directory Manager' '(objectclass=*)' -Z
SSL initialization failed: error -8015 (unknown)

Notice -Z at the end of commnd

Create NSSDB:

# certutil -N -d /path/to/nssdb

I used empty password for the database. Verify that it is created:

# certutil -L -d /path/to/nssdb
May 22 2017, 10:40 AM · Net_LDAP3, Web Administration Panel, Bug Reports

May 19 2017

adomaitis added a comment to T2388: Kolab webadmin connect to LDAPS server.

That is what I thought, but:
-H display usage information
mozldap ldapsearch is a bit different from openldap ldap client tools.

May 19 2017, 4:01 PM · Net_LDAP3, Web Administration Panel, Bug Reports
adomaitis reopened T2388: Kolab webadmin connect to LDAPS server as "Open".

This could be more complicated than that. Unfortunately don't have enough time to investigate it deeper, but the above patch may influence how ldapsearch command is being issued by WAP. With the following patch I can login to WAP , but navigating inside WAP is inconsitent - sometimes shows user, sometimes not.

[19-May-2017 05:49:45 -0700](5t6r5rso35flk0urutm681uh35): [INFO] (api) Vendor name is 389 Project
[19-May-2017 05:49:45 -0700](5t6r5rso35flk0urutm681uh35): [DEBUG] (api) LDAP: Executing command: /usr/lib64/mozldap/ldapsearch -x -h ldaps://ldap.server:636 -p 636 -b 'ou=People,dc=domain,dc=tld' -s base -D 'cn=Directory Manager' -w * -J '1.3.6.1.4.1.42.2.27.9.5.2:true:dn:cn=Directory Manager' "(objectclass=*)" "*"
[19-May-2017 05:49:45 -0700](5t6r5rso35flk0urutm681uh35): [DEBUG] (api) LDAP: Command output:array (
)
[19-May-2017 05:49:45 -0700](5t6r5rso35flk0urutm681uh35): [DEBUG] (api) Return code: 91

This ldapsearch command doesn't work from command line either:

ldap_simple_bind: Can't connect to the LDAP server - Invalid argument

I may have some time later to look deeper into what is happening.

May 19 2017, 3:42 PM · Net_LDAP3, Web Administration Panel, Bug Reports

May 15 2017

adomaitis created T2388: Kolab webadmin connect to LDAPS server.
May 15 2017, 11:34 AM · Net_LDAP3, Web Administration Panel, Bug Reports

Mar 15 2017

adomaitis assigned T2307: pykolab can't handle undelete mailbox in murder topology to a different root folder to machniak.
Mar 15 2017, 11:15 AM · PyKolab, Bug Reports
adomaitis created T2307: pykolab can't handle undelete mailbox in murder topology to a different root folder.
Mar 15 2017, 11:15 AM · PyKolab, Bug Reports
adomaitis assigned T2301: wallace can't handle resource reservations with multiple recipients to machniak.
Mar 15 2017, 12:42 AM · Architecture & Design, Kolab 16, PyKolab, Bug Reports
adomaitis created T2301: wallace can't handle resource reservations with multiple recipients.
Mar 15 2017, 12:40 AM · Architecture & Design, Kolab 16, PyKolab, Bug Reports

Feb 9 2017

adomaitis added a comment to T2223: Outlook and folders under INBOX.

Outlook and MS ... why I'm not surprised ...
let me know about the commit, I will try on my side.

Feb 9 2017, 3:09 PM · Syncroton, Bug Reports

Feb 8 2017

adomaitis assigned T2235: Syncroton + Outlook 2013 - folder rename does not work correctly to machniak.
Feb 8 2017, 5:29 PM · Syncroton, Bug Reports
adomaitis added a project to T2235: Syncroton + Outlook 2013 - folder rename does not work correctly: Syncroton.
Feb 8 2017, 5:29 PM · Syncroton, Bug Reports
adomaitis created T2235: Syncroton + Outlook 2013 - folder rename does not work correctly.
Feb 8 2017, 5:29 PM · Syncroton, Bug Reports

Feb 3 2017

adomaitis assigned T2223: Outlook and folders under INBOX to machniak.
Feb 3 2017, 2:31 PM · Syncroton, Bug Reports
adomaitis created T2223: Outlook and folders under INBOX.
Feb 3 2017, 2:23 PM · Syncroton, Bug Reports

Jan 6 2017

adomaitis added a project to T2181: Roundcube does not set meeting organizer: Roundcube.
Jan 6 2017, 3:45 PM · Kolab 16, Roundcube Kolab Plugins , Bug Reports
adomaitis created T2181: Roundcube does not set meeting organizer.
Jan 6 2017, 3:44 PM · Kolab 16, Roundcube Kolab Plugins , Bug Reports

Jan 5 2017

adomaitis added a comment to T2166: wallace fails to read resource calendar.

Moved with investigation even further, leaving /usr/lib/python2.7/site-packages/cyruslib.py modified, I also modified:

  • wallace/modules.py commenting lines 135-136, to make sure smtp.set_debuglevel(True) is not set. in debug level 9
  • pykolab/auth/ldap/__init__.py commenting lines 427-428, to make sure trace_level = 1 is not set in debug level 9
  • pykolab/imap/cyrus.py commenting lines 90-92, to make sure self.VERBOSE = True and self.m.debug = 5 is not set in debug level 9

Now I can get wallace working correctly even in debug level 9.

Jan 5 2017, 5:01 PM · PyKolab, Bug Reports
adomaitis added a comment to T2169: wallace module_resource heartbeat fails with trace back.

Comments in T2166: wallace fails to read resource calendar might be related.

Jan 5 2017, 4:30 PM · PyKolab, Bug Reports
adomaitis added a comment to T2163: wallace fails to connect to ldap then running in debug 9 mode.

Comments in T2166: wallace fails to read resource calendar might be related.

Jan 5 2017, 4:30 PM · PyKolab, Bug Reports
adomaitis added a comment to T2166: wallace fails to read resource calendar.

I was able to bypass the issue in debug mode 8, by setting self.LOGFD = open('/var/log/kolab/cyruslib.log', 'a') around line 319 in cyruslib/py library. Now wallace successfully parse the message and resource calendar and accepts the invitation.
The same trick gives different results in debug level 9:

2017-01-05 16:23:43,776 pykolab.wallace ERROR Module resources.heartbeat() failed with error: Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/wallace/__init__.py", line 89, in modules_heartbeat
    modules.heartbeat(module, lastrun)
  File "/usr/lib/python2.7/site-packages/wallace/modules.py", line 128, in heartbeat
    return modules[name]['heartbeat'](*args, **kw)
  File "/usr/lib/python2.7/site-packages/wallace/module_resources.py", line 442, in heartbeat
    imap.connect()
  File "/usr/lib/python2.7/site-packages/pykolab/imap/__init__.py", line 170, in connect
    self._imap[hostname].login(admin_login, admin_password)
  File "/usr/lib/python2.7/site-packages/pykolab/imap/cyrus.py", line 142, in login
    cyruslib.CYRUS.login(self, *args, **kw)
  File "/usr/lib/python2.7/site-packages/cyruslib.py", line 419, in login
    self.__doexception("LOGIN", error)
  File "/usr/lib/python2.7/site-packages/cyruslib.py", line 359, in __doexception
    self.__doraise( function.upper(), msg )
  File "/usr/lib/python2.7/site-packages/cyruslib.py", line 368, in __doraise
    raise CYRUSError( idError[0], mode, msg )
CYRUSError: (10, 'LOGIN', '[Errno 9] Bad file descriptor')

and

2017-01-05 16:25:10,389 pykolab.imap DEBUG [13257]: Logging on to Cyrus IMAP server localhost
2017-01-05 16:25:10,422 pykolab.wallace ERROR Unknown error occurred; CYRUSError(10, 'LOGIN', '[Errno 32] Broken pipe')
2017-01-05 16:25:10,423 pykolab.wallace ERROR Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/wallace/modules.py", line 118, in execute
    return modules[name]['function'](*args, **kw)
  File "/usr/lib/python2.7/site-packages/wallace/module_invitationpolicy.py", line 363, in execute
    imap.connect()
  File "/usr/lib/python2.7/site-packages/pykolab/imap/__init__.py", line 170, in connect
    self._imap[hostname].login(admin_login, admin_password)
  File "/usr/lib/python2.7/site-packages/pykolab/imap/cyrus.py", line 142, in login
    cyruslib.CYRUS.login(self, *args, **kw)
  File "/usr/lib/python2.7/site-packages/cyruslib.py", line 419, in login
    self.__doexception("LOGIN", error)
  File "/usr/lib/python2.7/site-packages/cyruslib.py", line 359, in __doexception
    self.__doraise( function.upper(), msg )
  File "/usr/lib/python2.7/site-packages/cyruslib.py", line 368, in __doraise
    raise CYRUSError( idError[0], mode, msg )
CYRUSError: (10, 'LOGIN', '[Errno 32] Broken pipe')

and

2017-01-05 16:25:00,082 pykolab.auth ERROR LDAP server unavailable: SERVER_DOWN({'desc': "Can't contact LDAP server"},)
2017-01-05 16:25:00,084 pykolab.auth ERROR Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/pykolab/auth/ldap/__init__.py", line 3065, in _search
    secondary_domains
  File "<string>", line 10, in <module>
  File "/usr/lib/python2.7/site-packages/pykolab/auth/ldap/__init__.py", line 2963, in _regular_search
    (_result_type, _result) = self.ldap.result(_search, False, 0)
  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 458, in result
    resp_type, resp_data, resp_msgid = self.result2(msgid,all,timeout)
  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 462, in result2
    resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all,timeout)
  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 469, in result3
    resp_ctrl_classes=resp_ctrl_classes
  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 476, in result4
    ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 99, in _ldap_call
    result = func(*args,**kwargs)
SERVER_DOWN: {'desc': "Can't contact LDAP server"}

Although there is still a progress, because looks like the invitation is parsed, just these tracebacks are thrown later.

Jan 5 2017, 4:30 PM · PyKolab, Bug Reports

Jan 2 2017

adomaitis added a project to T2169: wallace module_resource heartbeat fails with trace back: PyKolab.
Jan 2 2017, 1:05 PM · PyKolab, Bug Reports
adomaitis added a project to T2166: wallace fails to read resource calendar: PyKolab.
Jan 2 2017, 1:04 PM · PyKolab, Bug Reports
adomaitis added a project to T2163: wallace fails to connect to ldap then running in debug 9 mode: PyKolab.
Jan 2 2017, 1:04 PM · PyKolab, Bug Reports
adomaitis created T2169: wallace module_resource heartbeat fails with trace back.
Jan 2 2017, 12:20 PM · PyKolab, Bug Reports
adomaitis created T2166: wallace fails to read resource calendar.
Jan 2 2017, 11:58 AM · PyKolab, Bug Reports
adomaitis created T2163: wallace fails to connect to ldap then running in debug 9 mode.
Jan 2 2017, 11:09 AM · PyKolab, Bug Reports

Nov 24 2016

adomaitis added a comment to T1988: wallace fails to check if resource reservation requests conflicts with any of resource events.

It is not infinite. It is just so extremally slow... For two weekly recurring events it does around 10 * 50 * 10 * 50 iterations. And every iteration calls getLastOccurrence(), getOccurenceEndDate(), etc. on EventCal (from kolab.calendaring). Looks like these are slow.

Nov 24 2016, 1:25 PM · PyKolab, Bug Reports

Nov 22 2016

adomaitis added a project to T1988: wallace fails to check if resource reservation requests conflicts with any of resource events: PyKolab.
Nov 22 2016, 3:11 PM · PyKolab, Bug Reports
adomaitis created T1988: wallace fails to check if resource reservation requests conflicts with any of resource events.
Nov 22 2016, 3:10 PM · PyKolab, Bug Reports

Nov 16 2016

adomaitis added a comment to T1847: Wallace expunge old events in resources fails due to datetime comparison TypeError.

Aye, looks like so - don't see any TypeErrors with patch you proposed.

Nov 16 2016, 4:52 PM · PyKolab, Bug Reports
adomaitis added a project to T1847: Wallace expunge old events in resources fails due to datetime comparison TypeError: PyKolab.
Nov 16 2016, 10:11 AM · PyKolab, Bug Reports
adomaitis created T1847: Wallace expunge old events in resources fails due to datetime comparison TypeError.
Nov 16 2016, 10:11 AM · PyKolab, Bug Reports

Oct 30 2016

adomaitis added a comment to T1775: "Fatal error: insufficient security" with NSS 3.27.1.

Confirmed on Fedora 23:
sudo rpm -q nss thunderbird
nss-3.27.0-1.1.fc23.x86_64
nss-3.27.0-1.1.fc23.i686
thunderbird-45.2.0-1.fc23.x86_64

Oct 30 2016, 3:35 PM · Bug Reports

Sep 22 2016

adomaitis added a comment to T1524: Delegatee does not receive event cancelation message after deleting meeting in delegators calendar.

OTRS: 1100112

Sep 22 2016, 12:08 PM · Roundcube Kolab Plugins , Bug Reports
adomaitis added a project to T1524: Delegatee does not receive event cancelation message after deleting meeting in delegators calendar: Roundcube.
Sep 22 2016, 12:07 PM · Roundcube Kolab Plugins , Bug Reports
adomaitis created T1524: Delegatee does not receive event cancelation message after deleting meeting in delegators calendar.
Sep 22 2016, 12:07 PM · Roundcube Kolab Plugins , Bug Reports

Sep 21 2016

adomaitis added a comment to T1520: Show event description in the invitation Roundcube.

OTRS: 1100113

Sep 21 2016, 4:52 PM · Roundcube, Architecture & Design
adomaitis added a project to T1520: Show event description in the invitation Roundcube: Roundcube.
Sep 21 2016, 4:51 PM · Roundcube, Architecture & Design
adomaitis created T1520: Show event description in the invitation Roundcube.
Sep 21 2016, 4:51 PM · Roundcube, Architecture & Design

Aug 18 2016

adomaitis added a comment to T1399: kolabInvitationPolicy attribute is not respected.

Can you please elaborated why REJECT does not make sense?
There is a use when reservation requests to meeting room should be allowed to particular users only. VIP car is allowed to certain users to be reserved is yet another case I can think of.
Please share all the logic behind resource reservation then.

Aug 18 2016, 1:21 PM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports

Aug 16 2016

adomaitis added a comment to T1399: kolabInvitationPolicy attribute is not respected.

In addition it is not clear what ALL_MANUAL policy means for resources. There is nobody behind the resource, so nobody can manually react to the reservation request. Even more, resource is calendar, so it has no mail type folder to deliver request.

Aug 16 2016, 6:49 PM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports
adomaitis added a comment to T1399: kolabInvitationPolicy attribute is not respected.

Update: user invitation policy handling works, at least I can get invitation declined. It is declined either setting ALL_REJECT or ACT_REJECT.

Aug 16 2016, 5:58 PM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports

Aug 5 2016

adomaitis added a comment to T1399: kolabInvitationPolicy attribute is not respected.

Relevant OTRS issues:
1100085

Aug 5 2016, 3:48 PM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports
adomaitis added a project to T1399: kolabInvitationPolicy attribute is not respected: PyKolab.
Aug 5 2016, 3:47 PM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports
adomaitis created T1399: kolabInvitationPolicy attribute is not respected.
Aug 5 2016, 3:46 PM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports

Jul 15 2016

adomaitis added a comment to T1282: "Bad file descriptor" errors when using -d 9.

I suspect https://git.kolab.org/rP200ba8fe4dab5884ab0b3818c6678ad9745bdd7e

Jul 15 2016, 1:51 PM · Bug Reports, PyKolab

Jul 13 2016

adomaitis added a comment to T1347: wallace fails to run expunge old events job.

A better diff for fixing the problem.

@@ -492,8 +497,11 @@ def expunge_resource_calendar(mailbox):
                     # skip if recurring forever
                     continue
Jul 13 2016, 1:03 PM · PyKolab, Kolab Enterprise 14, Bug Reports

Jul 8 2016

adomaitis assigned T1347: wallace fails to run expunge old events job to vanmeeuwen.
Jul 8 2016, 3:12 PM · PyKolab, Kolab Enterprise 14, Bug Reports
adomaitis created T1347: wallace fails to run expunge old events job.
Jul 8 2016, 3:11 PM · PyKolab, Kolab Enterprise 14, Bug Reports

Jul 7 2016

adomaitis assigned T1199: Wallace could respond with more verbose message when accepted message for processing. to machniak.

Alec, can you do that?

Jul 7 2016, 10:45 AM · Architecture & Design

Jun 8 2016

adomaitis added a comment to T1301: Correctly handle different letter case responses to invitations.

OTRS 1100064

Jun 8 2016, 2:48 PM · Roundcube, Bug Reports
adomaitis assigned T1301: Correctly handle different letter case responses to invitations to machniak.
Jun 8 2016, 2:40 PM · Roundcube, Bug Reports
adomaitis created T1301: Correctly handle different letter case responses to invitations.
Jun 8 2016, 2:40 PM · Roundcube, Bug Reports

Jun 2 2016

adomaitis assigned T1285: Kontact displays nothing in To field to mollekopf.
Jun 2 2016, 1:22 PM · Restricted Project, KDE PIM, Bug Reports
adomaitis created T1285: Kontact displays nothing in To field.
Jun 2 2016, 1:21 PM · Restricted Project, KDE PIM, Bug Reports
adomaitis added a comment to T1284: Sorting mail should not change the selected email.

OTRS 1100055

Jun 2 2016, 12:39 PM · Restricted Project, KDE PIM, Architecture & Design
adomaitis assigned T1284: Sorting mail should not change the selected email to mollekopf.
Jun 2 2016, 12:39 PM · Restricted Project, KDE PIM, Architecture & Design
adomaitis created T1284: Sorting mail should not change the selected email.
Jun 2 2016, 12:38 PM · Restricted Project, KDE PIM, Architecture & Design
adomaitis added a comment to T1245: kolab-freebusy future events.

The business case, as stated in orginal description:
"There are business cases where customers needs to book resources for half a year in the future or even more."
If you book a resource more than 16 weeks from now - you can't see its freebusy information. Not sure what other information is needed here.

Jun 2 2016, 11:50 AM · Restricted Project, Bug Reports

May 31 2016

adomaitis assigned T1281: wallace problems when debug level is set to machniak.
May 31 2016, 4:28 PM · Restricted Project, PyKolab, Bug Reports
adomaitis created T1281: wallace problems when debug level is set.
May 31 2016, 4:28 PM · Restricted Project, PyKolab, Bug Reports

May 30 2016

adomaitis assigned T1278: New events "on dates" are not shown corretly after invitation acceptance to machniak.
May 30 2016, 10:26 AM · Roundcube Kolab Plugins , Restricted Project, Bug Reports
adomaitis created T1278: New events "on dates" are not shown corretly after invitation acceptance.
May 30 2016, 10:24 AM · Roundcube Kolab Plugins , Restricted Project, Bug Reports

May 5 2016

adomaitis added a comment to T1256: a lot of problems with akonadi synchronization.

OTRS #1016876, assigned to mollekopf. There are more comments from user.

May 5 2016, 2:43 PM · Restricted Project, KDE PIM, Bug Reports
adomaitis assigned T1256: a lot of problems with akonadi synchronization to mollekopf.
May 5 2016, 2:43 PM · Restricted Project, KDE PIM, Bug Reports
adomaitis created T1256: a lot of problems with akonadi synchronization.
May 5 2016, 2:42 PM · Restricted Project, KDE PIM, Bug Reports

May 4 2016

adomaitis assigned T1252: Call to a member function get_hierarchy_delimiter() to machniak.
May 4 2016, 10:28 AM · Roundcube Kolab Plugins , Bug Reports
adomaitis created T1252: Call to a member function get_hierarchy_delimiter().
May 4 2016, 10:27 AM · Roundcube Kolab Plugins , Bug Reports

May 3 2016

adomaitis added a comment to T1238: Kontact LDAP password not saved.

There are responses in OTRS

May 3 2016, 4:04 PM · Restricted Project, KDE PIM, Bug Reports
adomaitis added a comment to T1248: Invetations are always deleted to local trash.

OTRS #1100023
Requests for user comments should go there

May 3 2016, 2:26 PM · Restricted Project, KDE PIM, Bug Reports
adomaitis assigned T1248: Invetations are always deleted to local trash to mollekopf.
May 3 2016, 2:26 PM · Restricted Project, KDE PIM, Bug Reports
adomaitis created T1248: Invetations are always deleted to local trash.
May 3 2016, 2:25 PM · Restricted Project, KDE PIM, Bug Reports
adomaitis added a comment to T1247: kontact categories - colour setting is broken .

OTRS #1100026
Requests for user comments should go there.

May 3 2016, 2:24 PM · Sprint 201619, Restricted Project, KDE PIM, Bug Reports
adomaitis assigned T1247: kontact categories - colour setting is broken to mollekopf.
May 3 2016, 2:23 PM · Sprint 201619, Restricted Project, KDE PIM, Bug Reports
adomaitis created T1247: kontact categories - colour setting is broken .
May 3 2016, 2:23 PM · Sprint 201619, Restricted Project, KDE PIM, Bug Reports
adomaitis added a comment to T1185: Kontact categories vs. webmail categories.

OTRS #1100028, there are user comments on that.

May 3 2016, 10:46 AM · Restricted Project, KDE PIM, Bug Reports
adomaitis assigned T1245: kolab-freebusy future events to machniak.
May 3 2016, 10:27 AM · Restricted Project, Bug Reports
adomaitis created T1245: kolab-freebusy future events.
May 3 2016, 10:26 AM · Restricted Project, Bug Reports

May 2 2016

adomaitis added a comment to T1238: Kontact LDAP password not saved.

OTRS ticket #1016880. All requests for user comments should go there.

May 2 2016, 3:11 PM · Restricted Project, KDE PIM, Bug Reports
adomaitis assigned T1238: Kontact LDAP password not saved to mollekopf.
May 2 2016, 10:28 AM · Restricted Project, KDE PIM, Bug Reports
adomaitis created T1238: Kontact LDAP password not saved.
May 2 2016, 10:27 AM · Restricted Project, KDE PIM, Bug Reports

Apr 24 2016

adomaitis assigned T1222: cyrus imapd segfaults during mailbox transfer (XFER) to vanmeeuwen.
Apr 24 2016, 10:55 AM · Cyrus IMAP, Bug Reports
adomaitis created T1222: cyrus imapd segfaults during mailbox transfer (XFER).
Apr 24 2016, 10:55 AM · Cyrus IMAP, Bug Reports

Apr 21 2016

adomaitis assigned T1217: calendar - tabbed view open invitation to mollekopf.
Apr 21 2016, 12:12 PM · Restricted Project, KDE PIM, Bug Reports
adomaitis created T1217: calendar - tabbed view open invitation.
Apr 21 2016, 12:11 PM · Restricted Project, KDE PIM, Bug Reports
adomaitis created T1216: duplicate Events after simple Appointment/Invitation workflow.
Apr 21 2016, 9:44 AM · Bug Reports, KDE PIM, Restricted Project
adomaitis added a project to T1215: no calendar found when accepting new event: Bug Reports.
Apr 21 2016, 9:42 AM · Bug Reports, KDE PIM, Restricted Project
adomaitis added a project to T1215: no calendar found when accepting new event: KDE PIM.
Apr 21 2016, 9:42 AM · Bug Reports, KDE PIM, Restricted Project

Apr 20 2016

adomaitis created T1215: no calendar found when accepting new event.
Apr 20 2016, 5:06 PM · Bug Reports, KDE PIM, Restricted Project
adomaitis added projects to T1206: Kontact, Invetations are moved to the wrong trash folder: Restricted Project, KDE PIM.
Apr 20 2016, 8:20 AM · KDE PIM, Restricted Project, Bug Reports

Apr 18 2016

adomaitis assigned T1211: Duplicated categories to mollekopf.
Apr 18 2016, 3:51 PM · Restricted Project, KDE PIM, Bug Reports
adomaitis created T1211: Duplicated categories.
Apr 18 2016, 3:50 PM · Restricted Project, KDE PIM, Bug Reports