Commit graph

424 commits

Author SHA1 Message Date
Thomas
def64e251f Fix creation of new calendars on DB backend 2011-09-07 17:33:34 +02:00
Thomas
28e8f440e8 Stupid! Writeable is not derrived from subscription... 2011-09-05 23:53:46 +02:00
Thomas
4b3344e23a Update TODO list for calendar plugin 2011-09-05 23:25:07 +02:00
Thomas
41dd3a5f3b Avoid PHP errors 2011-09-05 23:05:52 +02:00
Thomas
551fe7db2b Improve invitation handling: only search writeable calendars for already saved events; fix RSVP button display 2011-09-05 23:05:19 +02:00
Thomas
2b1d48f854 Show warning about changes on event from invitations; consolidate css styles 2011-09-05 21:45:48 +02:00
Thomas
e1370aa6f4 Add sanity check for wrongly converted dates 2011-09-05 21:44:21 +02:00
Thomas
c12d9e2dad Clear dialog contents before closing: avoids iframe reloading (#387) 2011-09-05 21:24:35 +02:00
Thomas
37cb27f2f3 Added fallback to accept/decline invitations by URL if recipient doesn't understand iTIP + small refactoring if itip code 2011-09-02 18:49:30 +02:00
Thomas
6e904e0d88 Add private/confidential prefix to event title label 2011-09-01 23:54:59 +02:00
Thomas
3b1d973da1 Add css hacks for IE which cannot display PNGs with alpha channel 2011-09-01 23:40:44 +02:00
Thomas
1b5f6bf4c7 Visualize private and confidential events 2011-09-01 23:39:52 +02:00
Thomas
a253bc63e8 Bugfix: check for new 'active' property 2011-09-01 19:04:13 +02:00
Thomas
d49a7440b4 Add application/ics to the list of ical mimetypes to detect in mails 2011-09-01 18:57:11 +02:00
Thomas
4351746cd1 Make attendees list immutable if I'm not the organizer of the event 2011-09-01 18:56:37 +02:00
Thomas
ce99a163f2 Fix recurring event in database backend 2011-09-01 00:37:23 +02:00
Thomas
82d39a21f4 Fix modification of recurring events 2011-09-01 00:16:59 +02:00
Thomas
fb95e89345 Improve calendar refreshing after saving an event (#383) 2011-08-31 23:40:24 +02:00
Thomas
c4633e0344 View: 3.8: Color according to calendar and category (similar to Kontact) 2011-08-31 22:04:53 +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
c9e4b6ab1a Correctly handle iTIP cancellations (#381) 2011-08-31 16:43:37 +02:00
Thomas
718a729222 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-08-31 15:57:51 +02:00
Thomas Bruederli
abee674da6 Improve invitation RSV display 2011-08-31 15:57:12 +02:00
Thomas
c1b4ff76af Add method=XXX for iTIP invitations to content-type header; avoid sending replies to myself 2011-08-31 15:48:00 +02:00
Aleksander Machniak (Kolab Systems)
42232e4c0a Use nicer small loading icon (taken from core) 2011-08-30 09:37:59 +02:00
Aleksander Machniak (Kolab Systems)
81c9b7f1ad Removed quotes from css url()
Fixed css bug (there's no 'middle' in background position)
2011-08-30 09:04:44 +02:00
Thomas
6f940a2ef8 Embed ACL plugin as iframe for calendar sharing in Kolab 2011-08-30 00:17:06 +02:00
Thomas
be8f50c464 Display invitation status from attached file if event is not yet in calendar; send decline reply when deleting an event; update German translations 2011-08-29 00:54:10 +02:00
Thomas
3f6cf67757 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-08-28 23:14:56 +02:00
Thomas
e1d083f376 Use common method to get user's timezone 2011-08-28 23:14:48 +02:00
Thomas Bruederli
0814c98849 Bugfix: fix week selection if properties vars are not set yet 2011-08-27 00:06:42 +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 Bruederli
a9a1639abe Add new method to check subscription state of a Kolab folder 2011-08-26 23:22:36 +02:00
Thomas Bruederli
5b24abd33f Show saving... message when submitting calendar edit dialog 2011-08-26 21:35:21 +02:00
Thomas
166bf43f2d Invitaton handling: show current invitation status in mail view (asynchronously) 2011-08-24 17:45:51 +02:00
Thomas
08a1a99d27 Small code cleanup 2011-08-24 17:45:44 +02:00
Thomas
d383f2bde9 Additional check when moving event after working hours 2011-08-23 23:17:09 +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
fec6efe6a4 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-08-23 22:13:42 +02:00
Thomas
3850e3eda2 Remove more accidentally commited changes 2011-08-23 22:12:50 +02:00
Aleksander Machniak
2c34e0df5a Fixed group expanding in IE7 (#369) - string[i] syntax doesn't work in IE, use string.charAt(i) instead 2011-08-23 13:05:47 +02:00
Thomas
f0181ab28f REvert invalid changes in calendar driver spec 2011-08-22 19:22:53 +02:00
Thomas
36c20e8628 More iTip implementation: send/recieve replies, make organizer role immutable (until delegation is implemented) 2011-08-22 19:20:46 +02:00
Thomas
218854bca5 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-08-21 12:48:44 +02:00
Thomas
7de9157610 Clarify copyrights in calendar plugin 2011-08-21 12:48:33 +02:00
Aleksander Machniak
712de455d7 Added enctype="multipart/form-data" for event form, fixes upload issue on IE7 (#363) 2011-08-19 14:35:03 +02:00
Aleksander Machniak (Kolab Systems)
62b5fe9e49 Don't allow changeing shared folder type, according to ACL (#352) 2011-08-19 10:13:14 +02:00
Thomas
00f0054ee7 Fix event resizing which was broken on all browsers 2011-08-18 23:28:21 +02:00
Thomas
f72e63058a Fix double-click issue for all IE6-8 2011-08-18 21:54:43 +02:00
Aleksander Machniak
2a8a59f3db Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-08-18 13:44:45 +02:00