Commit graph

83 commits

Author SHA1 Message Date
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
cf581bc144 Fix dragging all-day events from one day to another 2011-10-26 18:17:01 +02:00
Thomas
71ffad81b5 Fix free-busy display and saving of all-day events 2011-10-26 15:14:28 +02:00
Thomas
e4917cf0aa Move recurrence computation to a dedicated class 2011-10-14 11:58:42 +02:00
Thomas
827a8d1b92 Adjust version strings to match reality 2011-10-05 12:23:32 +02:00
Thomas
d2dc721d4a Change event priority values to be compatible with RFC 5545 and RFC 5546 as suggested in KEP #8 2011-10-05 12:16:43 +02:00
Thomas
60502d4763 Use folder annotations to save calendar colors according to KEP #12 2011-09-30 17:28:29 +02:00
Thomas
0e7007b5b5 Fix deleting first occurence of a recurring event (#439) 2011-09-28 17:14:29 +02:00
Thomas
154d25b5b9 Fixed DST issues but still working with timestamps because Kolab_Format does 2011-09-28 16:47:18 +02:00
Thomas
e23fead4c4 Make all-day events run from 12:00 - 13:00 to reduce timezone and dst problems 2011-09-28 12:15:06 +02:00
Thomas
2a6e61282d Quick fix for DST differences in recurring event instances; re-write of the entire date/time handling is required 2011-09-28 10:34:53 +02:00
Thomas
e80490a9c7 Fix timezone issues when computing recurring all-day events (#431) 2011-09-23 12:50:06 +02:00
Thomas
c6506a0d91 Allow to move event to another calendar (#316) 2011-09-19 09:50:13 +02:00
Thomas
3726c8833c Disable calendar color storage in folder annotations until KEP:12 is approved 2011-09-16 15:52:09 +02:00
Thomas
7b623f293e Improve categories handling: categories from event objects are automatically added to the user's list of categories; color assignments are currently saved in user prefs 2011-09-14 16:02:07 +02:00
Aleksander Machniak (Kolab Systems)
1470b800a4 - Fixed is_a() usage for PHP >= 5.3.7 2011-09-10 13:40:56 +02:00
Thomas
e1370aa6f4 Add sanity check for wrongly converted dates 2011-09-05 21:44:21 +02:00
Thomas
82d39a21f4 Fix modification of recurring events 2011-09-01 00:16:59 +02:00
Thomas
e1eca18a3c Activate storing calendar color in IMAP annotations according to KEP 9,12 2011-08-31 22:03:37 +02:00
Thomas Bruederli
dfc304bc02 Delegate calendar subscription to driver; use IMAP folder subscriptions for Kolab backend (#245) 2011-08-26 23:24:49 +02:00
Thomas
03bbe1f925 Fix moving events from/to all-day section (#365); sanity check when saving data 2011-08-23 23:10:35 +02:00
Thomas
7de9157610 Clarify copyrights in calendar plugin 2011-08-21 12:48:33 +02:00
Thomas
f83863da08 Handle iTip replies from mail attachments 2011-08-14 16:26:16 +02:00
Thomas
944da9228f Add RSVP status to an event attendee (currently true by default) 2011-08-14 15:35:22 +02:00
Thomas
89ca2f3bbe Fix timezone offset fix for all-day events 2011-08-12 16:15:41 +02:00
Thomas Bruederli
94bff75de6 Fix event saving/reading in Kolab backend 2011-08-05 20:54:57 +02:00
Aleksander Machniak (Kolab Systems)
159d672a1d Fixed setting mimetype of attachments on create/update event (#244) 2011-08-01 20:39:11 +02:00
Thomas Bruederli
f7c12cb456 Allow user to enable/disable alarms per calendar 2011-07-31 14:40:52 +02:00
Thomas Bruederli
980614287e Include attendee names when searching 2011-07-31 11:13:13 +02:00
Thomas Bruederli
a80720ebac Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-29 17:51:21 +02:00
Thomas Bruederli
593a3d3faa Ask about notifying attendess when moving event; finish import from ical mail attachments 2011-07-29 17:51:04 +02:00
Aleksander Machniak (Kolab Systems)
8e78e653f3 Use new getMyRights() instead of getACL() for better performance (Kolab_Storage-0.5.2 required) 2011-07-29 15:08:00 +02:00
Thomas Bruederli
7e4287e1c5 Implement getter method for a single event 2011-07-27 16:06:06 +02:00
Aleksander Machniak (Kolab Systems)
dddcc2fa60 Check getACL() result to prevent from PHP error when PEAR_Error is returned 2011-07-25 12:33:44 +02:00
Thomas Bruederli
c80dea2330 Refactored free-busy display 2011-07-20 19:15:21 +02:00
Bogomil Shopov (Kolab Systems)
dda99db3f0 Adding "Virtual event" filter for exporting to Icalendar format. 2011-07-19 14:54:13 +03:00
Aleksander Machniak (Kolab Systems)
83a95c9aee Added possibility to undo last event delete action (kolab driver only) 2011-07-18 15:28:57 +02:00
Thomas Bruederli
299c8bdd68 Asynchronously trigger free-busy push 2011-07-16 17:14:36 +02:00
Thomas
8827ea8341 Going on with ressurce planning/free-busy stuff 2011-07-13 13:42:11 +02:00
Thomas Bruederli
d210f1c023 Begin with event attendees and free/busy implementation 2011-07-08 17:29:22 +02:00
Thomas
a3045734b0 By default only display alarms from my own calendars 2011-07-07 08:23:49 +02:00
Thomas
552cf212c4 Fix TODO: make attachment filenames unique in Kolab backend 2011-07-06 19:53:34 +02:00
Thomas
8eb9cc25da Finalize recurring events: use patched Horde_Date_Recurrence class for recurrence computing; fix some misbehavior of the Kolab backend 2011-07-05 19:45:09 +02:00
Thomas Bruederli
1f7d51be85 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-04 12:50:57 +02:00
Thomas Bruederli
3a62a9d29b Small code cleanup 2011-07-04 12:50:47 +02:00
Aleksander Machniak (Kolab Systems)
b531cc9809 Calendar event attachments.
- Currently with standard Roundcube upload indicator.
- Actually bad-looking, needed CSS improvements.
- Tested with kolab driver only, SQL driver maybe broken.
- Some small improvements in javascript code needed too.
2011-07-01 21:08:12 +02:00
Thomas Bruederli
df120c4f26 Fixed saving and rendering of recurring events in Kolab backend + add (limited) support for monthly and yearly recurrence 2011-06-29 19:42:56 +02:00
Thomas Bruederli
507712e533 Codestyle matters!
Fix saving of recurrence exclusions
2011-06-29 15:36:39 +02:00