Aleksander Machniak
79e07cc1d6
Fix bug where removing attachment in event dialog wasn't possible after upload ( #4288 )
...
When redundant_attachments or database_attachments plugin was enabled
the ID of uploaded file contained ":" character which was invalid in HTML
and css selector didn't work.
2015-01-24 12:58:31 -05:00
Aleksander Machniak
7c565bff0c
Fix typo in function name (parse_alarm_value)
2015-01-22 12:17:33 -05: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
Aleksander Machniak
b8a631c06d
Fix PHP Fatal error: Using $this when not in object context ( #4016 )
2014-12-03 16:15:56 +01:00
Aleksander Machniak
6a7488f731
Performance: get_identity() -> list_emails(true)
2014-11-27 06:33:05 -05:00
Aleksander Machniak
62ac800db7
Use new rcube_user::list_emails() for better performance ( #3970 )
2014-11-27 10:44:38 +01: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
c6f5a8233b
Fix handling of RSVP flags
2014-11-06 17:09:59 +01:00
Thomas Bruederli
7294ef8be0
Send delegate attendee in iTip reply (as suggested in RFC 5546) + add it to organizers calendar/tasklist
2014-11-06 17:09:59 +01:00
Thomas Bruederli
c26f9d25cb
Some fixes to the iTip delegation functions
2014-11-06 17:09:59 +01:00
Thomas Bruederli
4a150a2139
Implement iTip delegation functionality for calendar/mail view ( #3860 )
2014-11-06 17:09:59 +01:00
Thomas Bruederli
35f7ec0ec9
Add more query parameters for generating random data
2014-11-04 12:45:37 +01:00
Thomas Bruederli
a7105a4f0c
Don't destroy session on ics feed download ( #3427 )
2014-11-03 17:08:52 +01:00
Aleksander Machniak
71f24efbdd
Fix compatibility with PHP 5.3
2014-10-14 17:12:32 -04:00
Thomas Bruederli
0ab0b797b8
Display count 'bubble' for open pending invitations ( #3268 )
2014-10-14 20:23:52 +02:00
Aleksander Machniak
77d3466638
Get rid of deprecated function aliases and constants usage
2014-10-06 09:19:26 +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
086e2b2e1f
Render preview agenda for iTip requests below RSVP buttons ( #3161 )
2014-09-11 17:55:01 +02:00
Thomas Bruederli
09cf967ed5
Add button to iTip RSVP UI in mail view to open the calendar preview with an option to accept/decline the invitation from there ( #3161 )
2014-09-10 10:30:40 +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
ed6eaac9d0
Add config option to hide iTip sending checkboxes or even disable it entirely ( #3483 ).
...
The default setting remains visible + checked. Set
$config['calendar_itip_send_option'] = 1;
to hide the checkboxes and implicitly send iTip notifications.
2014-08-27 14:00:08 +02:00
Thomas Bruederli
9496f4f820
-Don't append RSVP weblinks on information updates which don't require a response ( #3446 )
2014-08-25 15:58:15 +02:00
Thomas Bruederli
ff9f87a037
Add button to expand members of a group attendee ( #3376 ); prefix edit-attendees-table styles to avoid unintended style overrides
2014-08-19 10:37:40 +02:00
Thomas Bruederli
0747f9f95d
Fix autocomplete response after request identifier changed in Roundcube core
2014-08-19 10:37:40 +02:00
Thomas Bruederli
31ee64d7e1
Use new core utility function to create valid absolute URLs ( #3265 ).
...
ATTENTION: requires https://github.com/roundcube/roundcubemail/commit/06fdaf8
2014-08-13 19:19:56 +02:00
Thomas Bruederli
57090af3f8
Detect all-day events in free/busy data and shift into user's timezone to cover the full day
2014-08-12 16:52:44 +02:00
Thomas Bruederli
435b4483ec
Minor fixes for attendee display and updates
2014-08-06 15:21:40 +02:00
Thomas Bruederli
c077643c43
Reduce RSVP options for resource confirmation messages (identified by the X-KOLAB-INVITATIONTYPE property)
2014-08-05 18:54:46 +02:00
Aleksander Machniak
23dfdba348
Fix typo in last commit
2014-08-05 07:59:12 +02:00
Thomas Bruederli
c4dec32034
Fix method check after refactoring iTip message parsing
2014-08-04 19:22:08 +02:00
Thomas Bruederli
c90d8fa6f0
Accept refresh request data as POST parameters ( #3244 )
2014-08-04 09:39:08 +02:00
Thomas Bruederli
978c9023e5
Move iTip message parsing functionality to libcalendaring. Only parse iCal attachments once although used by calendar and tasks
2014-07-31 18:21:53 +02:00
Thomas Bruederli
65989e7783
Merge branch 'dev/task-attendees'
2014-07-31 13:49:47 +02:00
Thomas Bruederli
228a1b2438
Hide 'Save to calendar' option for VTODO attachments ( #3227 )
2014-07-30 17:51:54 +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
aedba0a4c0
Execute (delayed) the configured action after an iTip message has been processed by the user ( #419 )
2014-07-20 15:15:42 +02:00
Aleksander Machniak
cfe6d63d6f
Add calendar_itip_after_action option - to be implemented ( #419 )
2014-07-10 18:36:06 +02:00
Thomas Bruederli
4ec72a56c1
Display my participant status in event show disalog and allow to reply again, even if RSVP=false
2014-07-09 13:14:54 +02:00
Aleksander Machniak
4b3283a26f
Add possibility to choose to which attendees invitations/notifications will be sent ( #1790 )
...
Small style improvements in event dialog
2014-07-09 12:53:10 +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
3db5611180
Don't overwrite my participant status when updating an event from iTip
2014-07-08 18:21:27 +02:00
Thomas Bruederli
41b144b5b1
Add options to suppress iTip reply or add reply message to event show dialog ( #3160 )
2014-07-08 15:13:09 +02:00
Aleksander Machniak
f57791fb17
Add option to suppress iTip reply when handling iTip invitation ( #3160 )
2014-07-08 13:47:50 +02:00
Thomas Bruederli
7affe524f1
List virtual calendars showing pending/declined inivtations ( #1796 )
2014-07-08 12:38:52 +02:00
Aleksander Machniak
3ffa80a3a7
Allow a custom invitation text to be sent to attendees ( #1788 )
...
- Send the text in iTip COMMENT field only
2014-07-07 11:04:00 +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
efecba6675
Accessibility enhancements for the calendar module ( #3084 )
2014-06-19 10:40:28 +02:00
Thomas Bruederli
6c0985dfe9
Avoid warnings on empty message lists
2014-05-21 19:49:34 +02:00
Thomas Bruederli
0fbfff3349
Limit the user search results and display message if list is truncated
2014-05-16 10:38:37 +02:00
Thomas Bruederli
857078428b
Toggle IMAP subscriptions directly from the calendars/folders list ( #3042 )
2014-05-15 15:53:35 +02:00