Aleksander Machniak
21ead0149e
Kolab Tags SQL and ANNOTATE drivers
...
Summary:
The implementation in the SQL driver sub-optimal as it uses the same member format and internal API as the Kolab driver.
We might need to improve this.
Requires b206cbc87a
and a34f716051
Reviewers: #roundcube_kolab_plugins_developers, mollekopf
Subscribers: mollekopf, #roundcube_kolab_plugins_developers
Differential Revision: https://git.kolab.org/D5032
2024-12-24 09:00:30 +01:00
Aleksander Machniak
398c3120e8
Add missing test file
2024-07-02 12:24:52 +02:00
Aleksander Machniak
8f88b4b120
Fix fatal error when parsing VEVENT without DTSTART
...
Such a dummy/redundant VEVENT block was found in an iTip created in Exchange 2010.
2024-07-02 12:21:09 +02:00
Aleksander Machniak
1345402bb9
Fix tests using Roundcube master
2024-07-02 11:50:10 +02:00
Aleksander Machniak
95cc2eb973
Ignore some errors in stderr in some tests
2024-04-18 14:03:46 +02:00
Aleksander Machniak
4f8869529e
Fix fatal error when parsing an event with broken recurrence
2024-04-18 13:53:13 +02:00
Aleksander Machniak
cbc8078c79
Fix more phpstan code issues
2024-04-16 08:58:06 +02:00
Aleksander Machniak
312b1981de
Fix test
2024-01-25 15:58:15 +01:00
Aleksander Machniak
5eb91ca74a
PHPStan level:2 fixes (partial)
2024-01-25 13:47:41 +01:00
Aleksander Machniak
5271b6e787
Use consistent PHP code style
2024-01-24 11:24:41 +01:00
Aleksander Machniak
f3319891d5
PHPStan Level:1 fixes, also fixed tests
2024-01-24 10:59:25 +01:00
Aleksander Machniak
a0c564f946
Fix various calendar recurrence issues
2022-12-20 14:15:39 +01:00
Aleksander Machniak
a9531c9336
Fix libcalendaring_recurrence::end()
2022-12-02 15:57:59 +01:00
Aleksander Machniak
e4271ccfd8
Replace Horde with Sabre in libcalendaring_recurrence
2022-12-02 14:51:33 +01:00
Aleksander Machniak
251d4e367a
Fixes in libcalendaring_recurrence.php
2022-12-01 15:03:56 +01:00
Aleksander Machniak
b3c882e037
Add tests for the localization files
2022-12-01 12:42:11 +01:00
Aleksander Machniak
1b33810f71
Try to support PHP >= 7.2, small refactoring
2022-11-30 12:54:29 +01:00
Aleksander Machniak
f5d95d5a92
Use Sabre/VObject v4, Partial PHP8 support
2022-11-29 15:54:43 +01:00
Aleksander Machniak
b0f306eaf1
Remove sensitivity settings
2022-09-14 12:45:30 +02:00
Aleksander Machniak
d36017592a
PHP8 compatibility fixes
2020-12-26 20:41:54 +01:00
Aleksander Machniak
d05e11f145
T5626: Fix missing VTIMEZONE sub-components for some timezones
2019-10-04 13:48:44 +02:00
Aleksander Machniak
832a16ddf3
Remove faulty test
...
Sabre-Vobject 3.5 is more forgiving than 3.3 for which the test was created
2019-09-29 09:44:26 +02:00
Aleksander Machniak
0b17f376a8
Fix duplicated DTSTAMP entry in generated iTip (T1148)
...
Incopatibility with Sabre-VObject >= 3.3
2016-03-24 14:05:36 +01:00
Aleksander Machniak
326e4ad9ad
Support reminders relative to end/due date (RELATED=END) (T656)
...
Conflicts:
plugins/libcalendaring/libvcalendar.php
2015-08-07 06:43:59 -04:00
Thomas Bruederli
c01f8017e3
Fix invalid VTIMEZONE definitions for offsets negative to UTC
...
Resolves T428
2015-06-04 17:11:16 +02:00
Thomas Bruederli
1f9835e918
Support COMPLETED property in VTODO objects
...
Resolves T403 and #5067
2015-05-27 12:31:29 +02:00
Thomas Bruederli
d99b8f8fee
Merge branch 'dev/sabre-vobject3' of ssh://git.kolab.org/git/roundcubemail-plugins-kolab into dev/sabre-vobject3
...
after rebasing with master
Conflicts:
plugins/libcalendaring/libvcalendar.php
plugins/libcalendaring/tests/libvcalendar.php
2015-04-02 16:12:42 +02:00
Thomas Bruederli
1c927ee0f4
Fix TRIGGER properties with absilute date-time values ( #3881 )
2015-04-02 16:09:09 +02:00
Thomas Bruederli
19674faae8
Add some more tests for ical parsing
2015-04-02 16:09:09 +02:00
Thomas Bruederli
06f380a2d6
Replace vendorized Sabre/VObject 2.1 lib with a dependency to VObject 3.3 ( #3881 ); adapt libvcalendar + tests to the new API
2015-04-02 16:09:09 +02:00
Thomas Bruederli
83d3d016bd
Parse multiple vevent components with the same UID into one object with exceptions ( #4733 )
2015-03-09 12:30:53 +01:00
Thomas Bruederli
7280d8e6be
Add test case for #4797 ; fix test for recurrence-id which now correctly contains timezone information
2015-03-05 14:33:05 +01:00
Thomas Bruederli
ad55fc706d
Fix handling of Recurrence-ID properties for recurrence exceptions to comply with RFC 5545 ( #4385 )
2015-02-12 10:08:22 +01:00
Aleksander Machniak
7c565bff0c
Fix typo in function name (parse_alarm_value)
2015-01-22 12:17:33 -05:00
Thomas Bruederli
44b67121b7
Add test cases for alarm-related utility functions + select the correct alarm if multiple are defined
2015-01-08 15:39:39 +01:00
Thomas Bruederli
0463028a76
Export RRULE UNTIL date as UTC time ( #3998 )
2015-01-08 14:32:38 +01:00
Thomas Bruederli
17f57ff7ca
Accept parent-relation from RELATED-TO property without RELTYPE parameter ( #4158 )
2015-01-07 13:00:57 +01:00
Thomas Bruederli
1e2898da5a
Fix TRIGGER properties with absilute date-time values ( #3881 )
2014-11-12 11:54:24 +01:00
Thomas Bruederli
756121c7ad
Add some more tests for ical parsing
2014-11-10 17:56:11 +01:00
Thomas Bruederli
c739e047c1
Replace vendorized Sabre/VObject 2.1 lib with a dependency to VObject 3.3 ( #3881 ); adapt libvcalendar + tests to the new API
2014-11-10 16:32:15 +01:00
Thomas Bruederli
1f27e238a8
Fix TZOFFSET values with minutes ( #3199 )
2014-09-22 12:01:04 +02:00
Thomas Bruederli
f9b19b9f27
Include VTIMEZONE definitions when exporting event data or invitations as iCal ( #3199 )
2014-09-22 11:03:25 +02:00
Thomas Bruederli
0d68fa3330
Support multiple CATEGORIES properties ( #3497 )
2014-08-25 09:43:50 +02:00
Thomas Bruederli
cbe184364c
Fix quoting of iCal property parameter values according to RFC 5545
...
Conflicts:
plugins/libcalendaring/lib/Sabre/VObject/Parameter.php
2014-06-03 11:30:11 +02:00
Thomas Bruederli
93d2b69bb9
Refactored alarms in calendar and tasks to support multiple alarms. Moved redundant functions to libcalendaring
2014-04-17 17:49:00 +02:00
Thomas Bruederli
b86a301d61
Add support for valarm ACTION:AUDIO
2014-04-03 19:19:14 +02:00
Thomas Bruederli
b5d6faee6a
Improve libs to support multiple VALARM items according to iCal standards, including action-specific properties
2014-04-03 17:39:26 +02:00
Thomas Bruederli
1ce6d461a6
Save and restore iCal STATUS properties
2014-04-03 15:07:47 +02:00
Thomas Bruederli
65d603cd20
Allow all-day events without DTEND property
2014-03-04 08:55:06 +01:00
Thomas Bruederli
79ae6282f8
Read/write RDATE properties from/to ical and libkolabxml ( #2885 )
2014-02-28 16:12:24 +01:00