Thomas Bruederli
bef20a0e8d
Reset attendee partstat when event is rescheduled by the organizer ( #4360 )
2015-02-12 12:08:17 +01:00
Thomas Bruederli
ad55fc706d
Fix handling of Recurrence-ID properties for recurrence exceptions to comply with RFC 5545 ( #4385 )
2015-02-12 10:08:22 +01:00
Thomas Bruederli
754a4d51bf
Improve search in calendar: consider recurrence exceptions for indexing and matching ( #4279 ); ignore order of search terms (boolean and matching)
2015-02-05 19:37:13 +01:00
Thomas Bruederli
8dba73549d
Check new validity flag
2015-02-03 13:16:24 +01:00
Thomas Bruederli
b4bcf723e5
Display recurrence information from iTip invitations ( #4446 )
2015-02-02 13:12:56 +01:00
Thomas Bruederli
9d3a665d9c
Modify calendar UI to properly handle updates on recurring events with attandees ( #4318 )
...
Since the Kolab stack doesn't yet fully support invitations for recurring events,
the calendar client prevents the user from modifying single recurrence instances
if attandees are involved: options to update the "current" or "future" items
are disabled and deleting a single event will update the main event and notify
all attendees.
2015-01-28 17:46:03 +01:00
Thomas Bruederli
362fcf7a4f
Fix saving recurring event as new ( #4299 )
2015-01-27 18:13:08 +01:00
Aleksander Machniak
7c565bff0c
Fix typo in function name (parse_alarm_value)
2015-01-22 12:17:33 -05:00
Thomas Bruederli
59b64ae7cd
Visually emphasize pending/declined events from other user's calendars
2015-01-21 17:05:16 +01:00
Thomas Bruederli
d6789046c6
Don't suppress pending/declined events from other user's calendars ( #4272 )
2015-01-21 16:01:12 +01:00
Thomas Bruederli
b02e2c3b8f
- Store relation to message when creating event from email ( #4161 )
...
- Move common functions to libcalendaring
- Assign dialog button classes directly
2015-01-14 09:27:48 +01:00
Thomas Bruederli
1dd6cc8a0b
Check for valid datetime object before cloning ( #3958 )
2015-01-08 13:46:20 +01:00
Aleksander Machniak
6a7488f731
Performance: get_identity() -> list_emails(true)
2014-11-27 06:33:05 -05:00
Aleksander Machniak
ac4f6e7562
Avoid unused variables (also fixed some bugs) found in static code analysis
2014-11-21 10:03:18 +01:00
Thomas Bruederli
5dbd509af5
Fix input check to work with numeric calendar IDs from database ( #3835 )
2014-11-04 10:56:53 +01:00
Thomas Bruederli
0ab0b797b8
Display count 'bubble' for open pending invitations ( #3268 )
2014-10-14 20:23:52 +02:00
Thomas Bruederli
a3d5f717a2
Fix moving events to another calendar/folder and reloading it ( #3748 )
2014-10-09 16:37:31 +02:00
Aleksander Machniak
77d3466638
Get rid of deprecated function aliases and constants usage
2014-10-06 09:19:26 +02:00
Thomas Bruederli
48df8c34f9
No default value allowed for BLOB/LONGTEXT columns
2014-10-04 12:37:14 +02:00
Thomas Bruederli
f5dc95c3df
Add config option to control free-busy data integration in calendar views; render free-busy blocks in the calendar color, too
2014-09-24 17:10:38 +02:00
Thomas Bruederli
b278db0ec3
Pre-select confidential event/tasks folder for iTip invitations marked as confidential ( #3451 )
...
+ display privacy classification of iTip attachments in mail invitation view.
2014-09-23 12:27:57 +02:00
Thomas Bruederli
bde037ce0e
Restore calendar_driver::dismiss_birthday_alarm() method which accidentally got removed in commit 51fe7c26
2014-09-22 15:37:55 +02:00
Aleksander Machniak
d2e7c27bf4
Initial DDL for Oracle
2014-09-15 12:26:03 +02:00
Aleksander Machniak
788635b287
Use consistent column/table quoting in sql queries
2014-09-15 12:23:46 +02:00
Thomas Bruederli
c103391e79
Don't allow to remove the default calendar
2014-09-09 13:33:09 +02:00
Thomas Bruederli
624f3b1695
Add action to remove a calendar/tasks/notes folders from the list which results in unsubscribing it ( #3378 )
2014-09-09 13:29:28 +02:00
Thomas Bruederli
c88126ad68
Check activation state of user calendars not subscription
2014-09-09 10:43:53 +02:00
Thomas Bruederli
dc335c4d26
Refine virtual user folders handling in new folder navigation according to #3378
2014-09-08 18:56:23 +02:00
Thomas Bruederli
c7b422907e
Use rcube_db::table_name() for SQL database access
2014-08-26 16:02:16 +02:00
Thomas Bruederli
0e40a59ae2
Don't restrict alarms primary key to event/alarm UID but include user_id
2014-08-26 16:02:16 +02:00
Thomas Bruederli
824db716b4
Allow to configure the name (inlcude OU) displayed for virtual user folders ( #3384 )
2014-08-18 13:34:20 +02:00
Thomas Bruederli
02b94590bf
Specify default values in Postgres schema ( #3110 )
2014-08-14 09:46:16 +02:00
Thomas Bruederli
900aeb7374
Don't list birthday events when searching
2014-08-13 16:42:38 +02:00
Thomas Bruederli
e7f1fd4082
Include Kolab calendar classes AFTER libkolab has been loaded ( #3248 )
2014-08-07 17:41:17 +02:00
Thomas Bruederli
435b4483ec
Minor fixes for attendee display and updates
2014-08-06 15:21:40 +02:00
Thomas Bruederli
46315c8ad5
Fix calendar_driver::get_event() for birthday calendar entries
2014-08-06 09:34:08 +02:00
Thomas Bruederli
e7dfea1e03
Set default color for birthdays calendar
2014-08-06 08:52:56 +02:00
Thomas Bruederli
b48d9925d8
Create default calenar with alarms enabled ( #2816 )
2014-08-04 11:40:19 +02:00
Thomas Bruederli
e48f0dbf15
Render event dialog *after* reading the comment text field; don't overwrite initial invitation comments
2014-08-01 10:28:05 +02:00
Thomas Bruederli
887ec67df8
Fix attachment saving and displaying
2014-07-31 14:53:56 +02:00
Thomas Bruederli
43cf285391
Send fully qualified mailbox identifiers in Bonnie API calls
2014-07-30 09:26:29 +02:00
Thomas Bruederli
a68982b028
Add UI elements to display the history of a calendar event with data from the Bonnie API ( #3093 , #3094 ) + new option to download and send single events
2014-07-29 15:33:35 +02:00
Thomas Bruederli
ca5cb4ac01
Unset RSVP flag after replying; skip other user's namespace for invitations listing
2014-07-08 20:12:53 +02:00
Thomas Bruederli
7affe524f1
List virtual calendars showing pending/declined inivtations ( #1796 )
2014-07-08 12:38:52 +02:00
Thomas Bruederli
ab43057b1f
Implement quickview for calendars, showing free-busy data for other user's calendars ( #3043 )
2014-06-26 17:42:32 +02:00
Thomas Bruederli
89ece32c78
Fix calendar edit form labels and item selection
2014-06-19 17:45:39 +02:00
Thomas Bruederli
269f8e2ff4
Use public property instead of setter method to improve compatibility
2014-05-27 19:52:03 +02:00
Thomas Bruederli
5763fb81e8
Merge new folder navigation from branch 'dev/new-foldernav'
2014-05-23 10:12:29 +02:00
Thomas Bruederli
d9247aa5e5
Add config option to exclude certain namespaces from grouware folder listing
2014-05-23 09:00:46 +02:00
Thomas Bruederli
95491f0886
Don't write session data when fetching events/tasks
2014-05-22 19:00:49 +02:00