Commit graph

396 commits

Author SHA1 Message Date
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
Aleksander Machniak
7577e5411d Fixed groups updating after addressbook rename
Fixed new addressbook selection on IE7 (#353)
2011-08-18 13:43:25 +02:00
Aleksander Machniak (Kolab Systems)
406bc9c012 Unsubscribe from non-existent folders as core does (#247) 2011-08-18 11:37:28 +02:00
Aleksander Machniak (Kolab Systems)
4d22d4d71e Added plugin which implements possibility to login using uid or local email part
or full email address (#337)
2011-08-18 10:19:58 +02:00
Thomas Bruederli
82d66f730a Process double-click events in IE7 (very hackish) due to bug #329 2011-08-17 22:48:58 +02:00
Thomas Bruederli
f619a75751 Activate invisible calendars when event was added there (#346) 2011-08-17 15:45:07 +02:00
Thomas Bruederli
0c1d0fef75 Show folder creation/manipulation errors in UI (#344) 2011-08-17 14:04:48 +02:00
Thomas Bruederli
9d2e9843e2 Temporarily render new/updated events in calendar while saving is in progress 2011-08-17 13:38:22 +02:00
Aleksander Machniak
35169e1d36 Abort autocompletion once "Add participant" button is pressed (#277) 2011-08-16 19:14:13 +02:00
Aleksander Machniak (Kolab Systems)
16e96e1c53 Use new rcube_upload_init() with client-side filesize check 2011-08-16 14:18:43 +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
79ef805743 Allow changing participant role in Find Availability Dialogue (#286) 2011-08-14 14:31:28 +02:00
Thomas
0202a872f5 Set maxlength for additional contact fields (#268) 2011-08-12 17:35:21 +02:00
Thomas
e851b53e5a Always show real free-busy status, even for organizer and acceppted attendees (#317); let large free-busy table scroll (#321) 2011-08-12 17:04:01 +02:00
Thomas
be4f5d43ef Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-08-12 16:26:05 +02:00
Thomas
e7021b5b69 Trigger free-busy update when restoring a deleted event (#312) 2011-08-12 16:25:54 +02:00
Thomas
be7424be59 Fix week selection in minical 2011-08-12 16:23:56 +02:00
Thomas
89ca2f3bbe Fix timezone offset fix for all-day events 2011-08-12 16:15:41 +02:00
Thomas
7d584496e4 Updated German localization 2011-08-10 20:23:06 +02:00
Aleksander Machniak (Kolab Systems)
3b714f34d7 Fixed parent folder check 2011-08-10 19:23:00 +02:00
Aleksander Machniak (Kolab Systems)
2138b3ed6a Fixed editing settings of shared calendar folder (#318) 2011-08-10 19:01:09 +02:00
Aleksander Machniak (Kolab Systems)
e2447a803a Fixed email field resetting after contact update (#314) 2011-08-10 15:43:42 +02:00
Aleksander Machniak
1fe8ad6b31 Reset Horde's auth session data after password change (#311) 2011-08-09 17:54:26 +02:00
Aleksander Machniak
e12e27a610 Raise error when authentication fails 2011-08-09 15:41:03 +02:00
Aleksander Machniak (Kolab Systems)
ed63a63aba Added 'Manage folders' link to actions menu 2011-08-09 08:41:16 +02:00
Aleksander Machniak (Kolab Systems)
09dbab0a2b Fix: A dot is not supported in template variables, replaced with underline 2011-08-09 08:33:55 +02:00
Aleksander Machniak (Kolab Systems)
b641848035 Registering 'folders' command is not required 2011-08-09 08:33:11 +02:00
Thomas
692c9e80c1 Except in Kolab, folder management has nothing to do with calendars; make that menu item conditional 2011-08-08 20:50:40 +02:00