Commit graph

91 commits

Author SHA1 Message Date
Thomas Bruederli
4bbe1d4b4a Remove unused include 2014-04-27 15:33:12 +02:00
Thomas Bruederli
27f1717d01 Implement user_delete plugin hooks to clean-up calendar and tasks data 2014-04-23 20:44:46 +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
2123ea7d97 Add property for event status; specially annotate CANCELLED events in the UI 2014-04-09 13:54:04 +02:00
Aleksander Machniak
7fb7ef6d0f Fix SQL query for Postgres - removed useless GROUP BY clause 2014-03-26 11:36:48 +01:00
Thomas Bruederli
9375eadbe2 Add full support for arbitrary recurrence dates (RDATE) to the calendar UI 2014-03-17 12:40:21 +01:00
Thomas Bruederli
2230e97ee9 - Fix updating birthday events
- Use address book search to fetch contacts with birthday values only

Attention: this requires changes from [0950ff12dc] and clearing the cache
for Kolab contact objects:

  DELETE FROM kolab_folders WHERE type='contact';
2014-01-28 15:55:45 +01:00
Thomas Bruederli
b79179b9c3 Display alarms for birthday events 2014-01-28 11:55:06 +01:00
Thomas Bruederli
4112437fe9 First shot at the birthdays calendar feature 2014-01-27 19:12:29 +01:00
Thomas Bruederli
028c21f4ca DB driver: accept categories field to be an array. libcalendaring ical parser provides array values here (#2797) 2014-01-27 11:25:17 +01:00
Thomas Bruederli
03736d142e Don't shift all-day event dates into server's timezone (#2463) 2014-01-23 10:03:55 +01:00
Thomas Bruederli
8fc82a0855 Fix saving of recurring events in database (#2540) 2013-11-20 12:36:17 +01:00
Thomas Bruederli
4c85eeac3c Fix typo 2013-10-22 12:51:47 +02:00
Thomas Bruederli
e8dff87018 Periodically refresh event data from server 2013-10-21 20:24:49 +02:00
Thomas Bruederli
6f5d53a5b0 Provide the new 'listname' attributes in database drivers, too 2013-10-17 16:58:05 +02:00
Thomas Bruederli
3780f04f71 Convert created date to DateTime object to make iCal export work properly 2013-07-23 17:27:25 +02:00
Thomas Bruederli
3d96f28a56 Only increase sequence number of not supplied (keeps it for event imports) 2013-07-22 19:42:41 +02:00
Thomas Bruederli
a21fc44ed4 Change internal representation of event sensitivity values to strings 2013-07-18 14:56:36 +02:00
Thomas Bruederli
c2d97dfe36 Always handle 'changed' properties of events as DateTime objects 2013-07-18 14:06:45 +02:00
Thomas Bruederli
f030275eb3 Adapt to new 'db_prefix' mechanism in Roundcube config 2013-07-18 11:46:32 +02:00
Thomas Bruederli
ae85372d13 Add URL property for events; correct label for chair role of event attendees 2013-05-16 13:32:01 +02:00
Thomas Bruederli
f4d6dda841 Fix stupidy 2013-05-08 09:07:29 +02:00
Thomas Bruederli
5428c60776 Small fixes after static code analysis (#1851) 2013-05-08 08:55:58 +02:00
Aleksander Machniak
828b868d97 Fix so insert_id() argument is a table name, not sequence - drop sequence settings 2013-05-07 11:34:45 +02:00
Aleksander Machniak
de71de2fda Fix code bugs caught in static code analysis 2013-05-07 11:31:30 +02:00
Thomas Bruederli
830ec0e2e8 Remove alarm type 'email' until we have a cron job that actually sends out such reminders 2013-03-13 10:27:51 +01:00
Thomas Bruederli
a3fedfa134 Correctly quote procted column names such as 'start' and 'end' (#1675) 2013-03-06 15:25:45 +01:00
Thomas Bruederli
8d3f1803cc Fix modification of recurring events (#1499) 2013-01-09 11:49:12 +01:00
Thomas Bruederli
df3e58bdb9 Use subquery instead of JOIN + COUNT (#1483) 2012-12-21 17:52:07 +01:00
Aleksander Machniak
f0ef421c00 Fix Invitations can not be accepted when calendars are shared with certain rights (#1406) 2012-12-04 20:10:04 +01:00
Thomas Bruederli
db7d414324 Correctly handle iTip replies without valid DTSTSART/DTEND attributes (#1178) 2012-11-21 10:33:02 +01:00
Thomas Bruederli
075748b076 Fix computation of new COUNT value for recurrence rules 2012-10-30 16:10:12 +01:00
Thomas Bruederli
8ec81e2879 Store event sequence numbers in database driver 2012-10-18 22:02:29 +02:00
Aleksander Machniak
39552da980 Re-fix HTML entities handling 2012-09-21 09:55:07 +02:00
Thomas Bruederli
9cc400f09f Refactoring: move common calendaring-related functionality into a new plugin 'libcalendaring' 2012-08-16 08:57:25 +02:00
Thomas Bruederli
8d818e8cb1 Big refactoring: use DateTime objects instead of unix timestamps to improve timezone and DST handling 2012-07-06 17:15:45 +02:00
Thomas Bruederli
839adb2c26 - Adapt event alarms to new storage format
- Query objects by x-has-alarm tag
- Re-use code to compute absolute times for alarms
2012-05-16 18:36:03 +02:00
Thomas Bruederli
210edef7dc Fix event deletion in database backend 2012-01-04 17:02:26 +01:00
Thomas Bruederli
bda8aa02b6 Correct email address in author section; add AGPL license header to all relevant files 2011-12-07 12:51:23 +01:00
Aleksander Machniak (Kolab Systems)
65abe8a4cb Added package.xml files, some cleanups 2011-11-21 11:20:48 +01:00
Aleksander Machniak (Kolab Systems)
4a498714dd Changed license to AGPL 2011-10-27 10:20:46 +02:00
Thomas
e4917cf0aa Move recurrence computation to a dedicated class 2011-10-14 11:58:42 +02:00
Thomas
14ffcb15df Fix single event search in DB driver 2011-10-12 22:38:06 +02:00
Thomas
827a8d1b92 Adjust version strings to match reality 2011-10-05 12:23:32 +02:00
Thomas
e0951a334f Fix individual event fetching after saving 2011-09-23 14:01:34 +02:00
Thomas
0736805de6 Fix saving of recurring events 2011-09-23 13:01:16 +02:00
Thomas
e80490a9c7 Fix timezone issues when computing recurring all-day events (#431) 2011-09-23 12:50:06 +02:00
Thomas
cc0cf05c9f Prefix control fields with underline 2011-09-19 10:03:38 +02:00
Thomas
c6506a0d91 Allow to move event to another calendar (#316) 2011-09-19 09:50:13 +02:00
Thomas
def64e251f Fix creation of new calendars on DB backend 2011-09-07 17:33:34 +02:00