Page MenuHomePhorge
Feed Advanced Search

Dec 17 2018

machniak added a comment to T4776: Calendar view bug - width:0px.

Confirmed. This is a known bug in fullcalendar library. Unfortunately an update is not trivial.

Dec 17 2018, 3:21 PM · Roundcube Kolab Plugins , Bug Reports
hachmeyer added a project to T4776: Calendar view bug - width:0px: Roundcube Kolab Plugins .
Dec 17 2018, 1:47 PM · Roundcube Kolab Plugins , Bug Reports

Nov 28 2018

machniak closed T4241: User setting to enable/disable calendar week in views "Week" and "Month" at Roundcube as Resolved.

Fixed in e85ff388293.

Nov 28 2018, 12:45 PM · Roundcube Kolab Plugins , Roundcube

Sep 27 2018

alec added a member for Roundcube Kolab Plugins : alec.
Sep 27 2018, 10:00 PM

Aug 23 2018

machniak added a comment to T4331: Usage of $cal->get_owner() rather $cal->get_title() for title.

Probably it could, but in reality it doesn't make a big difference if you consider return value of both on kolab_storage_folder_user.

Aug 23 2018, 9:16 AM · Roundcube Kolab Plugins , Bug Reports
machniak updated subscribers of T4319: Umlauts and spaces getting removed when sending appointment (as attachment) in Roundcube.

@vanmeeuwen Spaces and unicode are perfectly allowed in attachment names thanks to the RFCs about encoding the names in headers. The ticket is about iTip attachments specifically. I confirm that the code removes all non-ascii characters making the attachment name completely dummy in some cases. I don't really know why @bruederli make it this way. Maybe there was a reason.

Aug 23 2018, 7:43 AM · Roundcube Kolab Plugins , Bug Reports
rsc updated subscribers of T4331: Usage of $cal->get_owner() rather $cal->get_title() for title.
Aug 23 2018, 4:10 AM · Roundcube Kolab Plugins , Bug Reports
rsc added a project to T4331: Usage of $cal->get_owner() rather $cal->get_title() for title: Roundcube Kolab Plugins .
Aug 23 2018, 4:10 AM · Roundcube Kolab Plugins , Bug Reports
rsc reopened T4319: Umlauts and spaces getting removed when sending appointment (as attachment) in Roundcube as "Open".

Maybe I wasn't clear about what I would like to see: Roundcube's config/defaults.inc.php has by default this:

Aug 23 2018, 1:31 AM · Roundcube Kolab Plugins , Bug Reports

Aug 22 2018

rsc reopened T4307: Missing dot in short date at calendar_date_format_sets as "Open".

There is "'d.M'," vs. "'d.M.'" (note the second dot).

Aug 22 2018, 8:51 PM · Roundcube Kolab Plugins , Bug Reports
vanmeeuwen closed T4307: Missing dot in short date at calendar_date_format_sets as Resolved.

I'm not understanding what the difference is between;

Aug 22 2018, 8:49 PM · Roundcube Kolab Plugins , Bug Reports
vanmeeuwen closed T4319: Umlauts and spaces getting removed when sending appointment (as attachment) in Roundcube as Wontfix.

Compatibility with other clients basically requires (read: "has required"?) file names for attachments are ascii-encoded and do not contain spaces. I think there's even an RFC on client-compatible naming conventions for naming attachments, but I'm failing to recall the number (maybe 2138?).

Aug 22 2018, 8:45 PM · Roundcube Kolab Plugins , Bug Reports

Aug 21 2018

vanmeeuwen closed Restricted Maniphest Task, a subtask of T664: Extend kolab_format_config class with new config objects support, as Resolved.
Aug 21 2018, 7:31 PM · Roundcube Kolab Plugins
vanmeeuwen closed T664: Extend kolab_format_config class with new config objects support as Resolved.

Copenhagen is, in principle, available. The reason for the parent ticket to exist has largely been obsoleted. This sub-ticket, and its sub-tickets, can therefore be closed.

Aug 21 2018, 7:31 PM · Roundcube Kolab Plugins

Aug 17 2018

machniak added a comment to T4319: Umlauts and spaces getting removed when sending appointment (as attachment) in Roundcube.

According to code it looks intentional, but I don't know a real reason, maybe there was some interoperability issue. Honestly, I don't see a reason to not use unicode.

Aug 17 2018, 8:34 AM · Roundcube Kolab Plugins , Bug Reports

Aug 16 2018

rsc added a project to T4319: Umlauts and spaces getting removed when sending appointment (as attachment) in Roundcube: Roundcube Kolab Plugins .
Aug 16 2018, 11:20 PM · Roundcube Kolab Plugins , Bug Reports

Aug 15 2018

machniak closed T4313: Searching for appointments in Roundcube doesn't work as Resolved.

I fixed this yesterday in commit 91b071d1530b [roundcubemail-plugins-kolab master].

Aug 15 2018, 9:36 AM · Roundcube Kolab Plugins , Bug Reports

Aug 14 2018

rsc updated the task description for T4313: Searching for appointments in Roundcube doesn't work.
Aug 14 2018, 9:33 PM · Roundcube Kolab Plugins , Bug Reports
rsc added a project to T4313: Searching for appointments in Roundcube doesn't work: Roundcube Kolab Plugins .
Aug 14 2018, 9:32 PM · Roundcube Kolab Plugins , Bug Reports
rsc updated the task description for T4307: Missing dot in short date at calendar_date_format_sets.
Aug 14 2018, 12:46 AM · Roundcube Kolab Plugins , Bug Reports
rsc added a project to T4307: Missing dot in short date at calendar_date_format_sets: Roundcube Kolab Plugins .
Aug 14 2018, 12:43 AM · Roundcube Kolab Plugins , Bug Reports
rsc renamed T4241: User setting to enable/disable calendar week in views "Week" and "Month" at Roundcube from Add calendar week in calendar views "Week" and "Month" at Roundcube to User setting to enable/disable calendar week in views "Week" and "Month" at Roundcube.
Aug 14 2018, 12:14 AM · Roundcube Kolab Plugins , Roundcube
rsc added a comment to T4241: User setting to enable/disable calendar week in views "Week" and "Month" at Roundcube.

plugins/calendar/calendar.php:

function load_settings()
{
[…]
    $settings['itip_notify'] = (int)$this->rc->config->get('calendar_itip_send_option', $this->defaults['calendar_itip_send_option']);
    $settings['week_numbers'] = 1;  // FIXME, needs to be similar like the line above
[…]
}
Aug 14 2018, 12:12 AM · Roundcube Kolab Plugins , Roundcube

Aug 13 2018

rsc added a comment to T4241: User setting to enable/disable calendar week in views "Week" and "Month" at Roundcube.

Okay, I spent now some time with the code: My whole suggestion is already implemented, there are both, "weekNumbers" and "weekNumberTitle" variables in "plugins/calendar/lib/js/fullcalendar.js" which are later used by "plugins/calendar/calendar_ui.js".

Aug 13 2018, 11:13 PM · Roundcube Kolab Plugins , Roundcube
vanmeeuwen added a comment to T4241: User setting to enable/disable calendar week in views "Week" and "Month" at Roundcube.
In T4241#62348, @rsc wrote:

Closing this as invalid is not nice.

Aug 13 2018, 3:45 PM · Roundcube Kolab Plugins , Roundcube
rsc reopened T4241: User setting to enable/disable calendar week in views "Week" and "Month" at Roundcube as "Open".
Aug 13 2018, 2:51 PM · Roundcube Kolab Plugins , Roundcube
rsc claimed T4241: User setting to enable/disable calendar week in views "Week" and "Month" at Roundcube.

Closing this as invalid is not nice. It would be really helpful to have at least the second proposal done, given it adds no new screen space requirements. Aside of that, just having calendar weeks in mini-calendar is not really helpful when really actively working with the calendar a lot. Please consider reopening.

Aug 13 2018, 2:50 PM · Roundcube Kolab Plugins , Roundcube
vanmeeuwen closed T4241: User setting to enable/disable calendar week in views "Week" and "Month" at Roundcube as Invalid.

The week number is already included in the miniature calendar on the left-hand side, for both month and week views.

Aug 13 2018, 2:27 PM · Roundcube Kolab Plugins , Roundcube

Aug 7 2018

rsc added a project to T4241: User setting to enable/disable calendar week in views "Week" and "Month" at Roundcube: Roundcube Kolab Plugins .
Aug 7 2018, 12:46 AM · Roundcube Kolab Plugins , Roundcube

Mar 5 2018

machniak closed T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string as Resolved.

Patch applied in 239783c3dd576.

Mar 5 2018, 12:04 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

Feb 5 2018

t.sarawinski removed a watcher for Roundcube Kolab Plugins : t.sarawinski.
Feb 5 2018, 12:04 AM

Feb 4 2018

t.sarawinski added a watcher for Roundcube Kolab Plugins : t.sarawinski.
Feb 4 2018, 8:53 PM

Oct 21 2017

afino removed a watcher for Roundcube Kolab Plugins : afino.
Oct 21 2017, 6:41 PM
afino removed a member for Roundcube Kolab Plugins : afino.
Oct 21 2017, 6:41 PM
afino added a member for Roundcube Kolab Plugins : afino.
Oct 21 2017, 3:53 PM
afino added a watcher for Roundcube Kolab Plugins : afino.
Oct 21 2017, 3:45 PM

Sep 27 2017

machniak closed T606: Adding/Removing a multi-auth factor does not refresh the list of current factors as Resolved.
Sep 27 2017, 1:39 PM · Roundcube Kolab Plugins

Aug 29 2017

machniak closed T2507: Make canceled events more distiguishable in calendar view as Resolved.

Done.

Aug 29 2017, 3:24 PM · Roundcube Kolab Plugins , Architecture & Design

Aug 28 2017

adomaitis added a comment to T2507: Make canceled events more distiguishable in calendar view.

That is fine with me. I don't expect anything more fancy in this case.

Aug 28 2017, 3:53 PM · Roundcube Kolab Plugins , Architecture & Design
machniak added a comment to T2507: Make canceled events more distiguishable in calendar view.

Actually a cancelled event has text-decoration:line-through on the title, but when the event's height takes only one time slot that title is not visible. I don't think we should display them "in white" as we do for pending/declined events, so I propose to just add opacity:0.6.

Aug 28 2017, 3:46 PM · Roundcube Kolab Plugins , Architecture & Design

Aug 2 2017

machniak closed T2594: Visual issue on attachment added "from cloud..." as Resolved.
Aug 2 2017, 3:36 PM · Roundcube Kolab Plugins
machniak created T2594: Visual issue on attachment added "from cloud...".
Aug 2 2017, 2:32 PM · Roundcube Kolab Plugins

Jul 18 2017

machniak closed T1411: More compact event dialog as Resolved.
Jul 18 2017, 8:14 PM · Roundcube Kolab Plugins , Architecture & Design
machniak added a comment to T2561: iTip requests sent when event attendee moves his copy of the event .

@adomaitis this depends on some earlier commit: https://git.kolab.org/rRPK2ad0d6651dfbcb32c146465ad9539848b285e3f9

Jul 18 2017, 4:58 PM · Roundcube Kolab Plugins
adomaitis added a comment to T2561: iTip requests sent when event attendee moves his copy of the event .

I see some odd behavior after applying this patch

Uncaught TypeError: me.has_attendees is not a function
    at update_event_confirm (https://mail.fsi.io/webmail/assets/plugins/calendar/calendar_ui.js:2512:29)
    at HTMLDivElement.eventDrop (https://mail.fsi.io/webmail/assets/plugins/calendar/calendar_ui.js:3799:9)
    at Calendar.trigger (https://mail.fsi.io/webmail/assets/plugins/calendar/lib/js/fullcalendar.js:1:10028)
    at trigger (https://mail.fsi.io/webmail/assets/plugins/calendar/lib/js/fullcalendar.js:3:21529)
    at eventDrop (https://mail.fsi.io/webmail/assets/plugins/calendar/lib/js/fullcalendar.js:3:23804)
    at HTMLDivElement.stop (https://mail.fsi.io/webmail/assets/plugins/calendar/lib/js/fullcalendar.js:3:4398)
    at t.(anonymous function).(anonymous function)._trigger (https://mail.fsi.io/webmail/assets/plugins/jqueryui/js/jquery-ui-1.10.4.custom.min.js:36:10036)
    at t.(anonymous function).(anonymous function)._trigger (https://mail.fsi.io/webmail/assets/plugins/jqueryui/js/jquery-ui-1.10.4.custom.min.js:36:29884)
    at t.(anonymous function).(anonymous function)._trigger (https://mail.fsi.io/webmail/assets/plugins/jqueryui/js/jquery-ui-1.10.4.custom.min.js:36:5029)
    at t.(anonymous function).(anonymous function)._mouseStop (https://mail.fsi.io/webmail/assets/plugins/jqueryui/js/jquery-ui-1.10.4.custom.min.js:36:23145)

and

Uncaught TypeError: me.has_attendees is not a function
    at event_edit_dialog (calendar_ui.js:697)
    at AgendaWeekView.select (calendar_ui.js:3743)
    at Calendar.trigger (fullcalendar.js:1)
    at trigger (fullcalendar.js:3)
    at reportSelection (fullcalendar.js:4)
    at HTMLDocument.<anonymous> (fullcalendar.js:2)
    at HTMLDocument.d (jquery.min.js:35)
    at HTMLDocument.dispatch (jquery.min.js:35)
    at HTMLDocument.r.handle (jquery.min.js:35)

is displayed several times in browser console.
Also I when I drag the event in attendees calendar I don't see any "saving..." box displayed in the corner as usual. I can't drag already dragged event once again.

Jul 18 2017, 4:52 PM · Roundcube Kolab Plugins
machniak closed T2561: iTip requests sent when event attendee moves his copy of the event as Resolved.
Jul 18 2017, 4:07 PM · Roundcube Kolab Plugins
machniak created T2561: iTip requests sent when event attendee moves his copy of the event .
Jul 18 2017, 4:03 PM · Roundcube Kolab Plugins

Jul 4 2017

machniak closed T2531: Possibly a bug with rescheduling event via CalDav as Resolved.

Fixed by 0c02d0d45c6 in roundcubemail-plugins-kolab [master].

Jul 4 2017, 4:32 PM · Roundcube Kolab Plugins , iRony, Bug Reports
Saman79 added a watcher for Roundcube Kolab Plugins : Saman79.
Jul 4 2017, 2:34 PM

Jun 30 2017

pasik added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

Hmm, the user who has been reporting this issue uses some mobile email client in addition to the kolab roundcubemail, so it *might* be related to mobile client, but I'm not sure really..

Jun 30 2017, 6:49 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

Jun 29 2017

machniak added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

Still can't find the way to reproduce the issue. Another source informed us that it had the same issue and there was CalDAV client involved. I reviewed the code and I don't see what actions could lead to such invalid timezone entries. Here's a patch that we could use, but I think the issue is in another place:

--- a/plugins/calendar/calendar.php
+++ b/plugins/calendar/calendar.php
@@ -1974,6 +1974,8 @@ class calendar extends rcube_plugin
    */
   private function write_preprocess(&$event, $action)
   {
+    $event['start'] = preg_replace('/\s*\(.*\)/', '', $event['start']);
+    $event['end']   = preg_replace('/\s*\(.*\)/', '', $event['end']);
     // convert dates into DateTime objects in user's current timezone
     $event['start']  = new DateTime($event['start'], $this->timezone);
     $event['end']    = new DateTime($event['end'], $this->timezone);
Jun 29 2017, 4:07 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports
machniak closed T2504: Inconsistent behavior while accepting invitations in roundcube as Resolved.

That looks like simple mistake in the code. Fixed in rRPKc2e8cc16abf3.

Jun 29 2017, 3:18 PM · PyKolab, Roundcube Kolab Plugins , Roundcube, Bug Reports
adomaitis added a comment to T2504: Inconsistent behavior while accepting invitations in roundcube.

I was investigating a similar case - create event in Gmail and invite 2 attendees - one for user with Outlook and one for user in Roundcube. Both accept the invitation, but user who accepted it in Roundcube is not marked with a check box in Gmail.
it turns out, that Roundcube sends possibly wrong DTSTAMP in meeting acceptance iTip. Comparing responses I noticed that original invitation from Gmail has

METHOD:REQUEST
DTSTAMP:20170627T054332Z
CREATED:20170627T054331Z
LAST-MODIFIED:20170627T054331Z

Acceptance iTip coming from Outlook has:

METHOD:REPLY
CREATED:20170627T054452Z
DTSTAMP:20170627T054452Z
LAST-MODIFIED:20170627T054452Z

But Roundcube sends iTip with:

METHOD:REPLY
DTSTAMP:20170627T054331Z
CREATED:20170627T054331Z
LAST-MODIFIED:20170627T054331Z

It is one second behind from DTSTAMP value in invitation. If I send exactly the same response as Roundcube did, but modify DTSTAMP to be at least the same value as it was in invitation, then Gmail records the status of the attendee.
RFC5545 says that:

In the case of an iCalendar object that specifies a "METHOD"
property, this property differs from the "CREATED" and "LAST-
MODIFIED" properties.  These two properties are used to specify
when the particular calendar data in the calendar store was
created and last modified.  This is different than when the
iCalendar object representation of the calendar service
information was created or last modified.

I'm not sure I fully understand what they want to say here, but to me it looks like:

  • DTSTAMP in REPLY should be later than it was in REQUEST
  • DSTAMP should be different from CREATED and LAST-MODIFIED
Jun 29 2017, 2:02 PM · PyKolab, Roundcube Kolab Plugins , Roundcube, Bug Reports

Jun 22 2017

machniak added a project to T2507: Make canceled events more distiguishable in calendar view: Roundcube Kolab Plugins .
Jun 22 2017, 8:52 AM · Roundcube Kolab Plugins , Architecture & Design

Jun 21 2017

machniak added a comment to T2504: Inconsistent behavior while accepting invitations in roundcube.
  1. So, the iTips differ not much. I don't think CLASS:PUBLIC is relevant.
  2. I think it's possible. When the event time changes client could request "re-sheduling". You'd need to see what's in G's iTip in step 4.
Jun 21 2017, 3:14 PM · PyKolab, Roundcube Kolab Plugins , Roundcube, Bug Reports
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
machniak 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.

Jun 21 2017, 1:01 PM · PyKolab, Roundcube Kolab Plugins , Roundcube, Bug Reports
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
machniak added a comment to T1796: Document editor UI considerations.

FYI, Collabora Online 2.1.2 added support for avatars and custom button. So, technically it should be possible to move all our functionality into the editor frame.

Jun 21 2017, 10:23 AM · Roundcube Kolab Plugins , WOPI

Jun 7 2017

machniak added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

Search for files with content "FLE Daylight Time" in /var/spool/imap/domain/ and provide a sample file.

Jun 7 2017, 12:48 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports
pasik added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

Any tips how to best debug this issue?

Jun 7 2017, 12:45 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

Jun 6 2017

machniak added a comment to T1667: Renaming an address book renders groups inaccessable.

Page refresh should fix the issue. This is a regression that is not so simple to fix. My first take on this failed.

Jun 6 2017, 12:05 PM · Roundcube Kolab Plugins , Bug Reports

May 31 2017

pasik added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

That's the problem. The error in question hasn't happened to me, so i don't know the exact steps to reproduce. What I've heard is that "it just happens automatically". When the recipient gets the calendar invitation email, the placeholder event is automatically created in the calendar (per kolab policy settings), and when the recipient user tries to accept/reject the invitation from the kolab roundcube webmail *calendar* application he gets the Internal Server Error and the PHP Fatal Error and the stack trace I posted can be found from the logs.

May 31 2017, 11:50 AM · Roundcube Kolab Plugins , Kolab 16, Bug Reports
machniak closed T2438: Editing a text file does not work as Resolved.

Fixed.

May 31 2017, 10:52 AM · Roundcube Kolab Plugins , Bug Reports
machniak added a project to T2438: Editing a text file does not work: Roundcube Kolab Plugins .
May 31 2017, 10:07 AM · Roundcube Kolab Plugins , Bug Reports

May 30 2017

machniak added a project to T2441: Broken link in "Files" plugin: Roundcube Kolab Plugins .

The fix is in roundcubemail-plugins-kolab repo.

May 30 2017, 4:40 PM · Roundcube Kolab Plugins , Kolab 16, Chwala, Bug Reports

May 29 2017

machniak added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

But this object has valid dates. So, how do I reproduce the issue?

May 29 2017, 9:43 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports
pasik added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

I hope I didn't screw up the xml while removing private info.. but here goes:
http://pasik.reaktio.net/kolab-webmail-calendar-internal-server-error.xml

May 29 2017, 9:06 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

May 24 2017

machniak closed T2408: Files app shows file modified date not in user's timezone as Resolved.
May 24 2017, 1:47 PM · Chwala, Bug Reports, Roundcube Kolab Plugins
seigo added a comment to T2408: Files app shows file modified date not in user's timezone.

No, K16 is enough

May 24 2017, 1:46 PM · Chwala, Bug Reports, Roundcube Kolab Plugins
machniak added a project to T2408: Files app shows file modified date not in user's timezone: Chwala.

Fixed in:

May 24 2017, 1:45 PM · Chwala, Bug Reports, Roundcube Kolab Plugins
seigo added a comment to T2408: Files app shows file modified date not in user's timezone.

The issue with emails is a user-confusion issue: you get an email with an attachment, you save that attachment "to the cloud", and now the time is oddly different than the email. So it isn't that there is a bug with emails, but that the time differences cause problems for users.

May 24 2017, 1:31 PM · Chwala, Bug Reports, Roundcube Kolab Plugins
machniak claimed T2408: Files app shows file modified date not in user's timezone.

I'm not sure what issue do you have with email, but files are indeed stored with timestamps in UTC. The plugin displays the date as-is provided by chwala. It will be chwala's responsibility to convert it to user timezone (if provided). The timezone would need to be passed by Roundcube to chwala first.

May 24 2017, 11:22 AM · Chwala, Bug Reports, Roundcube Kolab Plugins
machniak added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

I can't reproduce the issue by importing the .ics file. Could you provide the object in xml format (i.e. the message from imap folder)?

May 24 2017, 11:09 AM · Roundcube Kolab Plugins , Kolab 16, Bug Reports
seigo created T2408: Files app shows file modified date not in user's timezone.
May 24 2017, 10:43 AM · Chwala, Bug Reports, Roundcube Kolab Plugins

May 23 2017

pasik added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

Sorry took a while, but now it happened again..:

May 23 2017, 9:49 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

May 18 2017

plachetka added a watcher for Roundcube Kolab Plugins : plachetka.
May 18 2017, 7:52 PM

Apr 11 2017

lang.ed added a comment to T2325: Roundcubemail Tag Explosion.

I delete the config directory and rebuilt the mail box, every thing is back to normal.

Apr 11 2017, 8:36 PM · Roundcube Kolab Plugins , Bug Reports
machniak created T2337: Problems with similar folder names that differ in character case.
Apr 11 2017, 4:34 PM · Kolab 16, Roundcube Kolab Plugins

Apr 7 2017

machniak added a project to T2181: Roundcube does not set meeting organizer: Kolab 16.
Apr 7 2017, 1:02 PM · Kolab 16, Roundcube Kolab Plugins , Bug Reports
machniak closed T2181: Roundcube does not set meeting organizer as Resolved.

Fixed.

Apr 7 2017, 1:02 PM · Kolab 16, Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T2181: Roundcube does not set meeting organizer.

No, wait. I see now that if you just visit the Resources tab doing nothing works, but if you visit the tab and add any resource to the event, then the organizer is not set in the Participants tab. T1484 fix is relevant here in a way that the organizer will be set anyway by the backend code. So, it's only frontend issue.

Apr 7 2017, 12:17 PM · Kolab 16, Roundcube Kolab Plugins , Bug Reports

Apr 4 2017

machniak closed T1357: Wrong message displayed, if user tries to delete an appointment on a shared calendar. as Resolved.

Fixed in dfacbe01bca [master] and acc49b51fff [roundcubemail-plugins-kolab-3.2].

Apr 4 2017, 12:20 PM · Kolab Enterprise 14, Roundcube Kolab Plugins , Bug Reports

Apr 1 2017

machniak added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

The best would be to see the whole message. You can remove private data.

Apr 1 2017, 6:13 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports
pasik added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

Which parts of the XML are important? I can try to find it..

Apr 1 2017, 5:20 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

Mar 30 2017

lang.ed added a comment to T2325: Roundcubemail Tag Explosion.

Kolab Plugins

Mar 30 2017, 9:01 PM · Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

Is there a chance we can see the original event data in XML form or as iCal export? Anyway, I suppose a needed fix here will be to remove the timezone string in brackets before passing it to the DateTime constructor.

Mar 30 2017, 8:43 AM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

Mar 27 2017

machniak added a project to T2325: Roundcubemail Tag Explosion: Roundcube Kolab Plugins .

Pykolab version is irrelevant here. What roundcubemail-plugins-kolab version? We had such an issue in the past, but it was hard to find the reason of it. I didn't hear about the issue recently, so maybe it's fixed or maybe not. To remove the tags you have to visit the Configuration folder and remove redundant objects. Do this in command line and then reconstruct the mailbox.

Mar 27 2017, 8:45 AM · Roundcube Kolab Plugins , Bug Reports

Mar 18 2017

pasik added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

Just in case, more rpm versions:

Mar 18 2017, 6:39 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports
machniak edited projects for T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string, added: Roundcube Kolab Plugins ; removed Roundcube.
Mar 18 2017, 2:49 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

Mar 6 2017

machniak added a project to T2142: editing task with no status fails: Roundcube Kolab Plugins .
Mar 6 2017, 9:37 PM · Roundcube Kolab Plugins , Bug Reports
machniak added a project to T2145: problem with new lasklist: Roundcube Kolab Plugins .
Mar 6 2017, 9:37 PM · Roundcube Kolab Plugins , Bug Reports
machniak added a project to T2148: problems with editing task list: Roundcube Kolab Plugins .
Mar 6 2017, 9:37 PM · Roundcube Kolab Plugins , Bug Reports
machniak edited projects for T2181: Roundcube does not set meeting organizer, added: Roundcube Kolab Plugins ; removed Roundcube.

Sounds like a duplicate of T1484.

Mar 6 2017, 9:32 PM · Kolab 16, Roundcube Kolab Plugins , Bug Reports

Feb 20 2017

adalcr removed a project from T2046: Notifications about being invited only show up in File dialog: Chwala.
Feb 20 2017, 5:12 AM · Roundcube Kolab Plugins

Jan 4 2017

machniak added a comment to T917: libcalendaring creates broken undefined RDATE rules.

I'm unable to reproduce this with Roundcube Calendar. So, it might be already fixed or the bug is in iRony.

Jan 4 2017, 11:41 AM · Roundcube Kolab Plugins , iRony

Jan 3 2017

machniak closed T1582: (Calendar) Interpretation of BYSETPOS in RRULE as Resolved.
Jan 3 2017, 12:44 PM · Kolab Enterprise 14, Kolab 16, Roundcube Kolab Plugins
machniak added a comment to T1582: (Calendar) Interpretation of BYSETPOS in RRULE.

Looks like none of libkolabxml and plugins: libkolab and calendar support BYSETPOS. As a quick fix we should probably allow two simple and most common cases of "first weekday" and "last weekday" by converting them to correct BYDAY property.

Jan 3 2017, 11:29 AM · Kolab Enterprise 14, Kolab 16, Roundcube Kolab Plugins
machniak closed T1637: Exceptions lost on event edit as Resolved.
Jan 3 2017, 9:38 AM · Kolab Enterprise 14, Kolab 16, Roundcube Kolab Plugins

Dec 30 2016

machniak closed T2130: Failed logins log should depend on log_logins setting as Resolved.
Dec 30 2016, 12:32 PM · Roundcube Kolab Plugins