PHP >= 7.1 compat. issue. Fixed.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jan 20 2020
Jan 14 2020
Jan 13 2020
Jan 9 2020
Jan 8 2020
Jan 2 2020
Dec 31 2019
Dec 27 2019
Dec 24 2019
Dec 19 2019
Dec 18 2019
Dec 17 2019
Dec 16 2019
Dec 13 2019
Dec 10 2019
Dec 5 2019
Dec 2 2019
Dec 1 2019
Nov 26 2019
Fixed "try {" typo
Nov 25 2019
Nov 13 2019
https://github.com/sabre-io/vobject/pull/476 fixes the issue for me.
Nov 12 2019
Nov 11 2019
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 8 2019
Fixed.
Further investigation shows that actually Kolab format has CutypeRoom and CutypeUnknown defined. So, we can add these to the map, but still we should probably silently ignore unsupported values.
Fixed.
According to RFC5545 ROOM, UNKNOWN, X-* are valid values. Those aren't supported by Kolab, but we definitely should not throw exceptions on these. I wouldn't touch the map variable. Probably better to handle these in set_cutype().
Hi Daniel, Good catch. The 3rd option looks good to me. parse_input_attributes() should probably accept base_dn input for all kind of objects, not only 'ou' (except domain objects). https://git.kolab.org/diffusion/WAP/browse/master/lib/kolab_api_service.php$419
Nov 7 2019
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?