Commit graph

82 commits

Author SHA1 Message Date
Thomas Bruederli
9ffd3031e1 Show complete folder hierarchy in calendars and tasklist listings with non-clickable virtual parent folders 2013-10-10 17:27:24 +02:00
Thomas Bruederli
74ebf9f363 Show calendar/tasklist name in title attribute when potentially truncated in the list view 2013-10-09 12:59:33 +02:00
Thomas Bruederli
a21fc44ed4 Change internal representation of event sensitivity values to strings 2013-07-18 14:56:36 +02:00
Aleksander Machniak
de71de2fda Fix code bugs caught in static code analysis 2013-05-07 11:31:30 +02:00
Aleksander Machniak
de4c4b8c45 Add organizer identity selector in event dialog (non-working) 2012-12-14 12:17:54 +01:00
Thomas Bruederli
32d64e419e Reduce alarm settings UI to the capabilities of the Kolab 2 format 2012-11-15 15:03:00 +01:00
Aleksander Machniak
8356960660 Fix typo 2012-11-12 14:49:26 +01:00
Thomas Bruederli
2a3237c697 No more hard-coded attachment container object (was broken in Larry skin) 2012-10-04 12:33:26 +02:00
Aleksander Machniak
39552da980 Re-fix HTML entities handling 2012-09-21 09:55:07 +02:00
Aleksander Machniak
f693e2d183 Fixes for html_ent branch in ROundcube core: Proper HTML entities handling 2012-09-20 15:56:54 +02:00
Thomas Bruederli
d919e2b4bd - Move attachment handling functions to libcalendaring module.
- Removed redundant code in calendar and tasklist
- Add more vertical space in attachment view window
- Minor bugfixes
2012-08-16 19:03:17 +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
a16a9c5810 Small code and style cleanup 2012-08-01 15:47:50 +02:00
Thomas Bruederli
638546023c Renamed old default skin folders to 'classic' in order to align with the upcoming change in Roundcube core 2012-07-29 15:41:00 +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
ce61543b9d Add support for HTML5 drag & drop attachment uploads 2012-06-14 08:33:07 +02:00
Thomas Bruederli
1b09ae2801 Finish attachment handling and display for events 2012-04-25 19:26:40 +02:00
Thomas B
bd8dceb9e7 The new Kolab 3 backend has better support for recurrence rules 2012-04-03 23:10:20 +02:00
Thomas Bruederli
0dc99c74d7 More Larry styling 2012-01-15 18:48:13 +01:00
Thomas Bruederli
ee77665dd5 Adapt to new timezone handling in Roundcube core; provide direct url to subscribe to calendars (using http auth) 2012-01-04 23:05:34 +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
2f570dd126 Fix so when switching from compose to calendar confirmation alert will be displayed (#530) 2011-12-02 15:12:52 +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
e6ae3b8702 Add feature to upload and import .ics files 2011-10-12 19:44:38 +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
4d5a7f4307 Add feature to create events from mails (#403) 2011-09-23 14:07:40 +02:00
Thomas
778bc7cefc Skip confirmation popup if backend support undelete (#393) 2011-09-22 23:05:17 +02:00
Thomas
cc0cf05c9f Prefix control fields with underline 2011-09-19 10:03:38 +02:00
Thomas
2d0018be3e Fix select focus / option selection bug #409 2011-09-16 16:10:11 +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
Thomas
7ef15d9c7a Fix conflicting label names 2011-09-13 17:07:54 +02:00
Thomas
3921515c3b Improve agenda view: add UI element to constrol listing options; localize sections texts 2011-09-09 14:37:19 +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
a253bc63e8 Bugfix: check for new 'active' property 2011-09-01 19:04:13 +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 Bruederli
dfc304bc02 Delegate calendar subscription to driver; use IMAP folder subscriptions for Kolab backend (#245) 2011-08-26 23:24:49 +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
7de9157610 Clarify copyrights in calendar plugin 2011-08-21 12:48:33 +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 Bruederli
f7c12cb456 Allow user to enable/disable alarms per calendar 2011-07-31 14:40:52 +02:00
Thomas Bruederli
206557aa7d First part of invitation handling: find ical attachments in emails and show a button to add to calendar 2011-07-29 09:19:18 +02:00
Thomas Bruederli
b614298c93 Send invitations and update notifications to event attendees 2011-07-27 18:55:51 +02:00
Thomas Bruederli
288f7edacb Cleanup calendar edit form code: no duplicted code; don't load entire html page into form 2011-07-27 13:15:15 +02:00
Aleksander Machniak (Kolab Systems)
a13fec7a21 Fixed default calendar edit form handling 2011-07-27 11:20:27 +02:00
Aleksander Machniak (Kolab Systems)
2408eff2f1 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-26 13:13:50 +02:00
Aleksander Machniak (Kolab Systems)
1cd956f708 Extended calendar folder management feature for kolab driver 2011-07-26 13:13:04 +02:00
Thomas
d181ea9a17 Only load default identity on main calendar screen 2011-07-26 09:38:44 +02:00
Thomas
54367e737c Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-26 08:38:25 +02:00