Page MenuHomePhorge

iRonyCommunication
ActivePublic

Members (3)

Recent Activity

Oct 1 2023

machniak closed T2157: No support for read-only access in CalDAV-Sync (android) as Wontfix.
Oct 1 2023, 9:14 AM · iRony

Nov 11 2019

johndoe added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

Ok, I have the two log files console.log and httpraw.log.
Where can I send them? They contain sensitive data?
When I send them they will be send from my business address and not from this account.

Nov 11 2019, 10:20 PM · iRony
machniak added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

iRony has two debug options that should give some logs.

// enable debug console showing the internal function calls triggered
// by http requests. This will write log to /var/log/iRony/console
$config['kolabdav_console'] = true;
Nov 11 2019, 7:36 PM · iRony
johndoe added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

Hallo machniak,

Nov 11 2019, 7:25 PM · iRony

Nov 7 2019

machniak added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

I'm unable to reproduce. current-user-privilege-set is correct for other user's calendar with lrs permissions. Could you enable debug and provide full request and response for the PROPFIND on a readonly calendar?

Nov 7 2019, 12:31 PM · iRony

Sep 24 2019

johndoe added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

The ACLs for shared readonly adressbooks are exposed correctly but not for readonly calendars.

Sep 24 2019, 10:16 AM · iRony

Sep 23 2019

johndoe added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

Any chance this will get fixed/implemented soon?
Thunderbird + TbSync + DAV-4-TbSync suffers from this, too.

Sep 23 2019, 3:51 PM · iRony
johndoe merged T5599: Thunderbird + TbSync + DAV-4-TbSync recognize readonly shared calendar as fully read/write. into T2157: No support for read-only access in CalDAV-Sync (android).
Sep 23 2019, 3:49 PM · iRony

Aug 30 2019

lennartack added a comment to T1141: webdav interface partly broken after seafile integration.

This scenario is not possible at the moment and because SeaFile has it's own WebDAV service I'm not sure there's a need to use iRony for that. You can configure iRony to provide CalDAV and CardDAV only if needed.

Aug 30 2019, 8:25 PM · Chwala, iRony, Bug Reports

Mar 1 2019

dfaure added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

Ping? Any feedback on the wrong write privilege returned for (shared) readonly folders?

Mar 1 2019, 3:49 PM · iRony

Aug 8 2018

machniak added a comment to T2286: Failed CardDAV/CalDAV updates (UID doesn't match object URI).

We might need to store the original URL-ID of the contact object to be able to handle DELETE requests.

Aug 8 2018, 11:39 AM · iRony

Apr 28 2018

dfaure added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

I cannot confirm that ACLs are already exposed. Looking at the DAV response I get on the client side, for a readonly folder, shows:

<d:prop xmlns:d="DAV:">
Apr 28 2018, 11:40 AM · iRony

Jul 20 2017

bruederli added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

Because there's more to do for full sharing support. See http://sabre.io/dav/caldav-sharing/. However, ACLs are already exposed but apparently not respected by all clients.

Jul 20 2017, 11:35 AM · iRony
machniak updated subscribers of T2157: No support for read-only access in CalDAV-Sync (android).

@bruederli Do you remember what's the reason for https://git.kolab.org/source/iRony/browse/master/lib/Kolab/CalDAV/CalendarBackend.php;ead6159e01eb2b44b9f90665d17168cd14f5ce3b$91 to be not active?

Jul 20 2017, 10:13 AM · iRony

Jul 12 2017

machniak closed T1982: Cannot use both per_user_logging and kolabdav_user_debug as Resolved by committing rIee30f13df02c: T1982: Remove kolabdav_user_debug in favor of Roundcube's per_user_logging.
Jul 12 2017, 6:13 PM · iRony

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

Jul 3 2017

machniak updated subscribers of T2531: Possibly a bug with rescheduling event via CalDav.

I verified with the code that if the original event would specify SCHEDULE-AGENT=CLIENT for the attendee it would be properly recognized by SabreDAV classes and the CANCEL would not be sent. So, what we need is to store this initial SCHEDULE-AGENT value in custom properties of Kolab format (or extend the format of https://wiki.kolab.org/User:Mollekopf/Drafts/KEP:17#Attendee).

Jul 3 2017, 5:25 PM · Roundcube Kolab Plugins , iRony, Bug Reports
adomaitis added a comment to T2531: Possibly a bug with rescheduling event via CalDav.

Could be. I've tried to create new meeting and looking at the Caldav I see that ATTEDEE is:

ATTENDEE;CN=ks@fsi.io;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;RSVP=TRUE:
 mailto:ks@fsi.io

So looks like SCHEDULE-AGENT is gone.

Jul 3 2017, 10:03 AM · Roundcube Kolab Plugins , iRony, Bug Reports

Jul 1 2017

machniak added a comment to T2531: Possibly a bug with rescheduling event via CalDav.

However, https://tools.ietf.org/html/rfc6638#section-3.2.1.2 says that CANCEL is sent when an event was modified and previous scheduling was done by the server (default if SCHEDULE-AGENT is not specified). So, probably the issue is in recognizing the previous state.

Jul 1 2017, 9:45 AM · Roundcube Kolab Plugins , iRony, Bug Reports

Jun 30 2017

adomaitis added a project to T2531: Possibly a bug with rescheduling event via CalDav: iRony.
Jun 30 2017, 8:29 PM · Roundcube Kolab Plugins , iRony, Bug Reports

Jun 21 2017

machniak closed T2492: PHP Fatal error on some vCard4 BDAY/ANNIVERSARY input as Resolved.

Fixed.

Jun 21 2017, 10:00 AM · iRony
machniak created T2492: PHP Fatal error on some vCard4 BDAY/ANNIVERSARY input.
Jun 21 2017, 9:26 AM · iRony

Jun 7 2017

machniak closed T1739: iRony does not log failed login attempts, if user name exists as Resolved.

Fixed.

Jun 7 2017, 11:41 AM · iRony, Bug Reports

May 11 2017

vanmeeuwen closed T2361: iRony site not enabled on Ubuntu as Resolved.

Fixed.

May 11 2017, 10:22 AM · iRony, Xenial, Kolab 16

May 10 2017

machniak closed T2367: PHP Warning: Declaration of Kolab\CardDAV\Plugin::validateVCard(&$data) should be compatible.... as Resolved.
May 10 2017, 1:31 PM · iRony, Kolab 16
machniak updated the task description for T2367: PHP Warning: Declaration of Kolab\CardDAV\Plugin::validateVCard(&$data) should be compatible.....
May 10 2017, 1:22 PM · iRony, Kolab 16
machniak created T2367: PHP Warning: Declaration of Kolab\CardDAV\Plugin::validateVCard(&$data) should be compatible.....
May 10 2017, 1:20 PM · iRony, Kolab 16
machniak created T2361: iRony site not enabled on Ubuntu.
May 10 2017, 1:12 PM · iRony, Xenial, Kolab 16

Mar 13 2017

machniak created T2286: Failed CardDAV/CalDAV updates (UID doesn't match object URI).
Mar 13 2017, 10:42 AM · iRony
machniak closed T474: Test REPORT on calendar with URI UIDs does not return 404 as Invalid.

Hard to say it's deployment or code issue and it's old. Closing.

Mar 13 2017, 10:24 AM · Product Owners, iRony

Feb 28 2017

machniak closed T2265: PHP Warning: Invalid argument supplied for foreach() as Resolved by committing rIf7388f006ba8: Fix PHP Warning: Invalid argument supplied for foreach() (T2265).
Feb 28 2017, 12:36 PM · iRony
machniak closed T2262: Failed to create WebDAV folder on root level as Resolved by committing rI002d0040412c: Fix creating files folders on highest level of the folder hierarchy (T2262).
Feb 28 2017, 12:36 PM · iRony
machniak closed T2259: PHP Warning: rewind(): stream does not support seeking as Resolved by committing rIde5804385301: Fix PHP Warning: rewind(): stream does not support seeking (T2259).
Feb 28 2017, 12:35 PM · iRony
machniak closed T2253: PHP Fatal error: Undefined class constant 'ERROR_FORBIDDEN' as Resolved by committing rIe668a72145ba: Fix PHP Fatal error: Undefined class constant 'ERROR_FORBIDDEN' (T2253).
Feb 28 2017, 12:35 PM · iRony
machniak closed T2043: iRony CardDAV: ContactsBackend.php does not handle v4 PHOTO properties as Resolved by committing rI384aa38d91b1: Fix PHP fatal errors on some PHOTO property formats.
Feb 28 2017, 12:33 PM · iRony, Bug Reports

Feb 21 2017

machniak added a revision to T2265: PHP Warning: Invalid argument supplied for foreach(): D393: Fix PHP Warning: Invalid argument supplied for foreach() (T2265).
Feb 21 2017, 4:05 PM · iRony
machniak closed T2250: PHP Fatal error when moving/copying/updating a file via WebDAV as Resolved.
Feb 21 2017, 4:02 PM · Kolab 16, iRony, Chwala
machniak created T2265: PHP Warning: Invalid argument supplied for foreach().
Feb 21 2017, 3:43 PM · iRony
machniak added a comment to T2250: PHP Fatal error when moving/copying/updating a file via WebDAV.

To reproduce the issue just try to rename a file over WebDAV.

Feb 21 2017, 3:37 PM · Kolab 16, iRony, Chwala
machniak added a revision to T2262: Failed to create WebDAV folder on root level: D390: Fix creating files folders on highest level of the folder hierarchy (T2262).
Feb 21 2017, 3:33 PM · iRony
machniak created T2262: Failed to create WebDAV folder on root level.
Feb 21 2017, 3:30 PM · iRony
machniak added a revision to T2259: PHP Warning: rewind(): stream does not support seeking: D387: Fix PHP Warning: rewind(): stream does not support seeking (T2259).
Feb 21 2017, 3:20 PM · iRony
machniak created T2259: PHP Warning: rewind(): stream does not support seeking.
Feb 21 2017, 3:16 PM · iRony
machniak added a revision to T2253: PHP Fatal error: Undefined class constant 'ERROR_FORBIDDEN': D384: Fix PHP Fatal error: Undefined class constant 'ERROR_FORBIDDEN' (T2253).
Feb 21 2017, 3:11 PM · iRony
machniak created T2253: PHP Fatal error: Undefined class constant 'ERROR_FORBIDDEN'.
Feb 21 2017, 2:49 PM · iRony
machniak added a project to T2250: PHP Fatal error when moving/copying/updating a file via WebDAV: Kolab 16.
Feb 21 2017, 1:09 PM · Kolab 16, iRony, Chwala
machniak created T2250: PHP Fatal error when moving/copying/updating a file via WebDAV.
Feb 21 2017, 1:02 PM · Kolab 16, iRony, Chwala
sicherha added a comment to T2043: iRony CardDAV: ContactsBackend.php does not handle v4 PHOTO properties.

I came across this issue yesterday and the above patch appears to fix the problem for me. Please merge it into the iRony repository.

Feb 21 2017, 7:59 AM · iRony, Bug Reports

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 2 2017

machniak removed a project from T2157: No support for read-only access in CalDAV-Sync (android): Bug Reports.
Jan 2 2017, 8:18 AM · iRony