Page MenuHomePhorge
Feed Search

May 31 2019

machniak reopened T5414: Roundcube show calendar invitation with wrong date as "Open".

I'm reopening this as there are more related issues. E.g. the Check Calendar button points to the wrong date.

May 31 2019, 9:56 AM · Roundcube Kolab Plugins , Bug Reports
machniak closed T5414: Roundcube show calendar invitation with wrong date as Resolved.

This was hard to track, but fixed.

May 31 2019, 9:22 AM · Roundcube Kolab Plugins , Bug Reports

May 30 2019

machniak closed T4584: Not possible to drag and drop an event on touch screen as Resolved.

This is working out of the box, but requires long-press. After a long press you can move the event. After a long press event also a handle to resize the event appears, so you can also resize the event.

May 30 2019, 12:24 PM · Roundcube Kolab Plugins , UX Seminar WS17
machniak closed T5229: inconsistency between android and iOS when scrolling down as Wontfix.

I don't think we can control that with current design. For me scrolling in the dialog is consistent. Problems start when a virtual keyboard appears.

May 30 2019, 12:22 PM · Roundcube Kolab Plugins , Bug Reports, UX Seminar WS17

May 29 2019

danielpaul added a comment to T5339: Seafile as sole storage driver doesn't load subfolders.
May 29 2019, 11:14 PM · Roundcube Kolab Plugins , Bug Reports
aacunha added a comment to T5414: Roundcube show calendar invitation with wrong date.

exactly, this bug only occur in "all day" events.

May 29 2019, 12:29 PM · Roundcube Kolab Plugins , Bug Reports
jph added a comment to T5333: Roundcube calendar issues.

The date and time format under Settings in Roundcube can be identical between user that have this problem and user that don't. At least at this level that does not seem to make a difference.

May 29 2019, 11:00 AM · Roundcube Kolab Plugins , Bug Reports
machniak lowered the priority of T5333: Roundcube calendar issues from Needs Triage to Normal.

What is the user date and time format? You could also check what are the input arguments to parseDate() in line 169 of libcalendaring.js file. Just add console.log(this.datepicker_settings.dateFormat, date, this.datepicker_settings) a line before.

May 29 2019, 10:24 AM · Roundcube Kolab Plugins , Bug Reports
machniak lowered the priority of T5414: Roundcube show calendar invitation with wrong date from Needs Triage to Normal.

I think I saw this before, but never had time to work on this. Probably the date is handled as date-time and converted to user timezone, but should not for all-day events.

May 29 2019, 10:01 AM · Roundcube Kolab Plugins , Bug Reports

May 27 2019

machniak added a comment to T5223: white space underneath "save" and "abort".

I don't see it on current beta.kolabnow.com withiPone SE iOS 12.1.4. Could you re-test and provide screenshot if it's still an issue?

May 27 2019, 9:59 AM · Roundcube Kolab Plugins , Bug Reports, UX Seminar WS17

May 22 2019

machniak added a comment to T5402: Releases for standalone Roundcube.

The package was created by Thomas, but it looks he's not interested in working on this currently (or just have no time). Problem is that current calendar plugin version will probably not work with Roundcube 1.3. It also requires some manual packaging work for Elastic skin support. Also there are some known issues in the database driver noone have time to work on. From Kolab perspective we could spend that time better on other things. Maybe after the final 1.4.0 release I'll do something about the situation, but I can't promise anything.

May 22 2019, 7:47 AM · Roundcube Kolab Plugins
machniak closed T5399: Github and Gitlab mirrors as Resolved.

They are not maintained and they were never supported by Kolab.

May 22 2019, 7:36 AM · Roundcube Kolab Plugins
machniak closed T5381: Bugs reported via Gitlab as Resolved.

It is a "fork" that we do not manage.

May 22 2019, 7:32 AM · Roundcube Kolab Plugins

May 21 2019

chris246 created T5402: Releases for standalone Roundcube.
May 21 2019, 12:12 PM · Roundcube Kolab Plugins
chris246 created T5399: Github and Gitlab mirrors.
May 21 2019, 12:08 PM · Roundcube Kolab Plugins
chris246 created T5393: Calendar: StartDate at events export.
May 21 2019, 11:57 AM · Bug Reports, Roundcube Kolab Plugins
chris246 created T5390: Calendar: Set maxlength-attributes on Event editing dialog.
May 21 2019, 11:55 AM · Architecture & Design, Roundcube Kolab Plugins
chris246 created T5387: Error 500 on saving certain events.
May 21 2019, 11:53 AM · Bug Reports, Roundcube Kolab Plugins
chris246 reopened T5381: Bugs reported via Gitlab as "Open".

Hi, thanks for the update.

May 21 2019, 11:51 AM · Roundcube Kolab Plugins
PVasileff added a watcher for Roundcube Kolab Plugins : PVasileff.
May 21 2019, 11:19 AM
vanmeeuwen closed T5381: Bugs reported via Gitlab as Resolved.
May 21 2019, 9:19 AM · Roundcube Kolab Plugins
vanmeeuwen added a comment to T5381: Bugs reported via Gitlab.

Bugs logged there are not considered here, they need to be logged here.

May 21 2019, 9:19 AM · Roundcube Kolab Plugins

May 20 2019

chris246 created T5381: Bugs reported via Gitlab.
May 20 2019, 8:27 PM · Roundcube Kolab Plugins

Apr 13 2019

machniak added a comment to T5339: Seafile as sole storage driver doesn't load subfolders.

I think we'd need a change around https://git.kolab.org/diffusion/C/browse/master/lib/api/common.php$237, but I didn't think about it yet.

Apr 13 2019, 7:54 AM · Roundcube Kolab Plugins , Bug Reports

Apr 12 2019

dhoffend added a comment to T5339: Seafile as sole storage driver doesn't load subfolders.

I did some debugging in the seafile_file_storage class.

Apr 12 2019, 10:24 PM · Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T5339: Seafile as sole storage driver doesn't load subfolders.
$config['fileapi_sources'] = array(
    'Seafile' => array(
        'driver' => 'seafile',
        'host'   => 'seacloud.cc',
        // when username is set to '%u' current user name and password
        // will be used to authenticate to this storage source
        'username' => '%u',
    )
);
// You can also add
$config['fileapi_backend_storage_disabled'] = true;
Apr 12 2019, 8:02 AM · Roundcube Kolab Plugins , Bug Reports
dhoffend added a comment to T5339: Seafile as sole storage driver doesn't load subfolders.

Okay I’ll take a look on it later. I guess it’s this part:
https://git.kolab.org/diffusion/C/browse/master/lib/drivers/seafile/seafile_file_storage.php$918

Apr 12 2019, 7:49 AM · Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T5339: Seafile as sole storage driver doesn't load subfolders.

That scenario is not supported because you can't store config and you can't use cache without kolab backend. You could probably live without these in some setups, so yes in theory it should work. There must be a bug somewhere.

Apr 12 2019, 7:11 AM · Roundcube Kolab Plugins , Bug Reports
dhoffend added a comment to T5339: Seafile as sole storage driver doesn't load subfolders.

Hmmm But in theory it could work. I get the list of repositories. Chwala works correctly and lists all folders. Just kolab_files doesn’t get over it and doesn’t request the subfolders of each repo which is presented. BTW the files on the roots of each repo are shown as well.

Apr 12 2019, 7:03 AM · Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T5339: Seafile as sole storage driver doesn't load subfolders.

... and we should throw an error when fileapi_backend != 'kolab'.

Apr 12 2019, 6:57 AM · Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T5339: Seafile as sole storage driver doesn't load subfolders.

I think we should finally remove that section from documentation. It is not supported scenario, I think it is not even supposed to work. There's a comment in sample config:

// Main files source, backend driver which handles
// authentication and configuration of Chwala
// Note: Currently only 'kolab' is supported
$config['fileapi_backend'] = 'kolab';
Apr 12 2019, 6:56 AM · Roundcube Kolab Plugins , Bug Reports
dhoffend added a comment to T5339: Seafile as sole storage driver doesn't load subfolders.

Basically exactly like described in the howto: https://docs.kolab.org/howtos/use-seafile-with-chwala.html?highlight=seafile#using-seafile-as-an-exclusive-storage-mechanism

Apr 12 2019, 6:53 AM · Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T5339: Seafile as sole storage driver doesn't load subfolders.

Yes, kolab_files uses now different (semi-recurrent) logic to fetch folders hierarchy. How exactly did you configure chwala with seafile?

Apr 12 2019, 5:43 AM · Roundcube Kolab Plugins , Bug Reports

Apr 11 2019

dhoffend updated the task description for T5339: Seafile as sole storage driver doesn't load subfolders.
Apr 11 2019, 9:41 PM · Roundcube Kolab Plugins , Bug Reports

Mar 27 2019

vanmeeuwen lowered the priority of T4584: Not possible to drag and drop an event on touch screen from High to Wishlist.

Please do consider taking this to whatever the appropriate priority actually is, or however else you keep it off my radar until such time there's some meaningful involvement on my part ;-)

Mar 27 2019, 8:47 PM · Roundcube Kolab Plugins , UX Seminar WS17

Mar 25 2019

vanmeeuwen reassigned T4584: Not possible to drag and drop an event on touch screen from bohlender to machniak.
Mar 25 2019, 12:28 PM · Roundcube Kolab Plugins , UX Seminar WS17

Mar 22 2019

Saman79 removed a watcher for Roundcube Kolab Plugins : Saman79.
Mar 22 2019, 5:00 PM
vanmeeuwen lowered the priority of T550: Composer for RPK libcalendaring and libkolab tests. from 60 to Normal.

Correcting the priority from 60/40 to Normal

Mar 22 2019, 11:28 AM · Quality Assurance, Roundcube Kolab Plugins
vanmeeuwen closed T4307: Missing dot in short date at calendar_date_format_sets as Resolved by committing rRPKa0f73ec2c555: Append a few dots, reference https://en.wikipedia..
Mar 22 2019, 11:13 AM · Roundcube Kolab Plugins , Bug Reports
vanmeeuwen closed T730: Replying to an invitation to a collaborative editing session as Wontfix.

This ticket is no longer relevant.

Mar 22 2019, 10:55 AM · Roundcube Kolab Plugins , Chwala, Manticore
vanmeeuwen lowered the priority of T4319: Umlauts and spaces getting removed when sending appointment (as attachment) in Roundcube from Needs Triage to Low.

This seems like low-priority aesthetics to me more so than an actual problem.

Mar 22 2019, 10:53 AM · Roundcube Kolab Plugins , Bug Reports
vanmeeuwen lowered the priority of T1823: Problems editing recurrence events from High to Low.

We do not actively support the database backend driver, so please bear in mind this has a very low priority for us.

Mar 22 2019, 10:52 AM · Roundcube Kolab Plugins , Bug Reports
vanmeeuwen assigned T5223: white space underneath "save" and "abort" to machniak.
Mar 22 2019, 10:23 AM · Roundcube Kolab Plugins , Bug Reports, UX Seminar WS17
vanmeeuwen assigned T5229: inconsistency between android and iOS when scrolling down to machniak.
Mar 22 2019, 10:23 AM · Roundcube Kolab Plugins , Bug Reports, UX Seminar WS17

Mar 21 2019

vanmeeuwen closed T4331: Usage of $cal->get_owner() rather $cal->get_title() for title as Resolved by committing rRPKacff3a8c43f4: More aesthetically pleasing, resolve T4331.
Mar 21 2019, 10:26 PM · Roundcube Kolab Plugins , Bug Reports

Jan 30 2019

machniak closed T4776: Calendar view bug - width:0px as Resolved.

Fixed in cbd1c1ae47b9.

Jan 30 2019, 2:33 PM · Roundcube Kolab Plugins , Bug Reports

Jan 28 2019

machniak closed T2325: Roundcubemail Tag Explosion as Invalid.
Jan 28 2019, 2:37 PM · Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T4776: Calendar view bug - width:0px.

The issue is fixed in dev/fullcalendar-upgrade branch. It will be merged soon.

Jan 28 2019, 2:36 PM · Roundcube Kolab Plugins , Bug Reports

Jan 2 2019

hachmeyer added a comment to T4776: Calendar view bug - width:0px.
Jan 2 2019, 9:07 AM · Roundcube Kolab Plugins , Bug Reports

Dec 17 2018

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

Unfortunately an update is not trivial.

Dec 17 2018, 2:48 PM · Roundcube Kolab Plugins , Bug Reports
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, 2:21 PM · Roundcube Kolab Plugins , Bug Reports
hachmeyer added a project to T4776: Calendar view bug - width:0px: Roundcube Kolab Plugins .
Dec 17 2018, 12: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, 11:45 AM · Roundcube Kolab Plugins , Roundcube

Sep 27 2018

alec added a member for Roundcube Kolab Plugins : alec.
Sep 27 2018, 8: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, 7: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, 5: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, 2: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, 2:10 AM · Roundcube Kolab Plugins , Bug Reports

Aug 22 2018

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 22 2018, 11:31 PM · Roundcube Kolab Plugins , Bug Reports
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, 6: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, 6: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, 6: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, 5: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, 5: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, 6: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, 9: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, 7: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, 7: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, 7:32 PM · Roundcube Kolab Plugins , Bug Reports

Aug 13 2018

rsc updated the task description for T4307: Missing dot in short date at calendar_date_format_sets.
Aug 13 2018, 10:46 PM · 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 13 2018, 10:43 PM · 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 13 2018, 10:14 PM · 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 13 2018, 10:12 PM · Roundcube Kolab Plugins , Roundcube
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, 9: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, 1: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, 12: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, 12: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, 12:27 PM · Roundcube Kolab Plugins , Roundcube

Aug 6 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 6 2018, 10:46 PM · 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, 11:04 AM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

Feb 4 2018

t.sarawinski removed a watcher for Roundcube Kolab Plugins : t.sarawinski.
Feb 4 2018, 11:04 PM
t.sarawinski added a watcher for Roundcube Kolab Plugins : t.sarawinski.
Feb 4 2018, 7:53 PM

Oct 21 2017

afino removed a watcher for Roundcube Kolab Plugins : afino.
Oct 21 2017, 4:41 PM
afino removed a member for Roundcube Kolab Plugins : afino.
Oct 21 2017, 4:41 PM
afino added a member for Roundcube Kolab Plugins : afino.
Oct 21 2017, 1:53 PM
afino added a watcher for Roundcube Kolab Plugins : afino.
Oct 21 2017, 1: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, 11:39 AM · Roundcube Kolab Plugins

Aug 29 2017

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

Done.

Aug 29 2017, 1: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, 1: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, 1: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, 1:36 PM · Roundcube Kolab Plugins
machniak created T2594: Visual issue on attachment added "from cloud...".
Aug 2 2017, 12:32 PM · Roundcube Kolab Plugins

Jul 18 2017

machniak closed T1411: More compact event dialog as Resolved.
Jul 18 2017, 6: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, 2: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, 2: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, 2:07 PM · Roundcube Kolab Plugins
machniak created T2561: iTip requests sent when event attendee moves his copy of the event .
Jul 18 2017, 2: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, 2:32 PM · Roundcube Kolab Plugins , iRony, Bug Reports
Saman79 added a watcher for Roundcube Kolab Plugins : Saman79.
Jul 4 2017, 12: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, 4:49 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports