Commit graph

1237 commits

Author SHA1 Message Date
Aleksander Machniak
a7f5885d8d Fix so birthdays are exported with correct year and recurrence definition (T855)
Summary:
Refactored birthdays handling code. The "all birthdays" request is detected
and for this case year is not modified and recurrence rule is added.

Reviewers: #roundcube_kolab_plugins_developers, vanmeeuwen

Reviewed By: #roundcube_kolab_plugins_developers, vanmeeuwen

Differential Revision: https://git.kolab.org/D117
2016-04-14 11:42:04 +02:00
Aleksander Machniak
ba78c23364 Fix wrong/missing delegated ATTENDEE in event iTip REPLY (#5365)
Summary: Fixes #5365 and unifies COMMENT handling code

Reviewers: #roundcube_kolab_plugins_developers, vanmeeuwen

Reviewed By: #roundcube_kolab_plugins_developers, vanmeeuwen

Differential Revision: https://git.kolab.org/D111
2016-04-14 11:41:55 +02:00
Aleksander Machniak
5060fb30b6 Fix bug where delegatee would be lost on task/event update (#5058)
Summary: Fixes #5058

Reviewers: #roundcube_kolab_plugins_developers, vanmeeuwen

Reviewed By: #roundcube_kolab_plugins_developers, vanmeeuwen

Differential Revision: https://git.kolab.org/D110
2016-04-14 11:41:50 +02:00
Aleksander Machniak
2165bfad2d Option kolab_invitation_calendars is false by default 2016-04-08 09:19:55 +02:00
Aleksander Machniak
748e42abfb Skip partstat filter when kolab_invitation_calendars=false (T1179) 2016-04-07 08:18:23 -04:00
Aleksander Machniak
241dcfb9b3 Don't allow birthday/invitation calendars to be set as the default calendar (T1177) 2016-04-07 06:10:02 -04:00
Aleksander Machniak
37659bb303 Fix "ReferenceError: organizer is not defined" in some cases 2016-04-06 17:31:53 +02:00
Aleksander Machniak
96dd1b2713 Fix missing COMMENT in iTip delegation message from the event dialog (#5377) 2016-04-06 07:31:19 -04:00
Aleksander Machniak
88c74fa167 Add missing UID in birthdays calendar exports/feed (T855) 2016-03-29 13:40:45 +02:00
Aleksander Machniak
c159f75e48 Fix missing file size of attached ics file in mail compose 2016-03-29 13:37:38 +02:00
Aleksander Machniak
f866ceb84c Fix regression where calendar feeds required normal Roundcube login instead of HTTP auth (T1151)
With proper performance fix 4fe52716e3 (#4033)
2016-03-29 13:19:14 +02:00
Aleksander Machniak
801d358824 Fix some linting errors 2016-03-24 16:07:02 +01:00
Aleksander Machniak
5d0b087559 Use "cancelled" (with double l) consistently 2016-03-22 11:42:42 +01:00
Aleksander Machniak
fc93828311 Fix merging attachments list on event/task update from iTip (#5342)
Reviewers: #roundcube_kolab_plugins_developers, vanmeeuwen

Reviewed By: #roundcube_kolab_plugins_developers, vanmeeuwen

Subscribers: vanmeeuwen

Projects: #roundcube_kolab_plugins

Differential Revision: https://git.kolab.org/D96
2016-03-17 16:38:36 +01:00
Aleksander Machniak
4fe52716e3 Performance: don't load calendar css/js files on logon page (#4033) 2016-03-13 13:01:03 +01:00
Aleksander Machniak
2afb5714c5 Fix duplicated events in other users calendar if its subfolders are active (#5340)
Differential Revision: https://git.kolab.org/D94
2016-03-11 11:41:18 +01:00
Aleksander Machniak
7a26dc8d9f Fix PHP Warning: Invalid UTF-8 sequence in argument for json_encode() (#4336)
Use rcube_output::json_serialize() instead of json_encode()
2016-03-09 17:07:52 +01:00
Aleksander Machniak
3ec61b99be Fix error when opening an attachment from an itip message (#5343)
Also make sure attachment bodies are excluded from the event data in JSON format
2016-03-09 16:28:52 +01:00
Aleksander Machniak
14fae65553 Fix some not localized error messages 2016-03-08 10:41:52 +01:00
Aleksander Machniak
bef4dfc978 Merge branch 'master' of ssh://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab 2016-02-29 10:39:32 +01:00
Aleksander Machniak
4794dde5de Fix height of Participants table header 2016-02-25 20:44:01 +01:00
Aleksander Machniak
2a9948b827 Performance: Skip some redundant SELECT queries on event update 2016-02-22 15:19:58 +01:00
Aleksander Machniak
cb7f4d635b Performance: Use initialized calendars if available, skipping redundant folder cache synchronization 2016-02-22 11:37:34 +01:00
Aleksander Machniak
a7e3a938a7 Unify mail-relations handling across plugins 2016-02-21 19:41:49 +01:00
Aleksander Machniak
d96689620f Performance: Get event-to-mail relations once per events list, instead of doing SELECT for every event (including recurrences) 2016-02-21 19:09:04 +01:00
Aleksander Machniak
446cd0dfe1 Performance: Limit number of SQL queries needed for "object relations update" operation 2016-02-13 13:09:59 +01:00
Aleksander Machniak
bd8166b81a Fix regression in last optimisations 2016-02-13 09:16:38 +01:00
Aleksander Machniak
7b455c4b97 Performance: Don't initialize all folders in driver constructor (#3971) 2016-02-12 16:27:19 +01:00
Aleksander Machniak
2172f4340c Performance: Consolidate metadata requests (#3989)
This changes number of cache requests from 4 to 2 for each groupware folder.
2016-02-12 13:45:58 +01:00
Aleksander Machniak
8c32e31fa3 Set COMMENT on delegation iTip (#4915) 2016-02-11 14:49:39 +01:00
Aleksander Machniak
0fba21a6ac Fix bug where pending calendar displayed not more than one instance for recurring events (#5274) 2016-02-10 14:57:55 +01:00
Aleksander Machniak
5ca65962d2 Fix bug where pending calendar displayed not more than one event (#5274) 2016-02-09 12:05:10 +01:00
Aleksander Machniak
f8d65ba843 Fix some typos 2015-12-17 15:57:29 +01:00
Aleksander Machniak
b01cfae47a Fix: set_mailbox() does not exist in Roundcube 1.2, use set_folder() 2015-12-17 15:48:28 +01:00
Aleksander Machniak
9bd3f1943c Fix non-existing alias function use 2015-11-10 11:10:40 +01:00
Aleksander Machniak
57b6e77eb5 Fix attachments list collision in Save as Event dialog and message view (T834) 2015-11-10 10:29:38 +01:00
Aleksander Machniak
9ba3165560 Fix bug where Save as Event (and task) form was visible before the dialog was created 2015-11-09 16:21:16 +01:00
Aleksander Machniak
13bc3a77e5 Fix use of removed Roundcube function aliases, small css improvements 2015-11-06 11:36:11 +01:00
Aleksander Machniak
07742bd661 Fix over-sized "Upload" and "From cloud..." buttons 2015-10-30 11:02:57 +01:00
Aleksander Machniak
436027bf0e Fix invalid closing tag 2015-10-29 12:02:25 +01:00
Thomas Bruederli
b2839729b5 Use the right variable when unserializing old attendee data 2015-10-19 23:01:48 +02:00
Aleksander Machniak
f8259ccdad Q() -> rcube::Q() 2015-09-01 10:08:26 +02:00
Aleksander Machniak
cb3944221f Merge branch 'master' of ssh://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab
Conflicts:
	plugins/calendar/calendar.php
2015-09-01 10:00:21 +02:00
Aleksander Machniak
e3911f0c27 Put default reminder settings in one line as we do for birthday calendar reminders settings 2015-09-01 09:57:46 +02:00
Aleksander Machniak
63ce7e9988 Don't use depracated Roundcube functions 2015-08-29 20:23:34 +02:00
Aleksander Machniak
6b3063030d Don't use deprecated Roundcube constants 2015-08-29 19:48:55 +02:00
Aleksander Machniak
496e031b82 Convert HTML event description into plain text (T714) 2015-08-20 17:12:20 +02:00
Aleksander Machniak
a0ca17fb36 Fix missing events on edges of the view time range (when client timezone is different than server tz) (T698) 2015-08-18 12:39:55 +02:00
Thomas Bruederli
cc634b78eb Fix fetching localized alarm trigger texts from libcalendaring plugin 2015-08-14 14:28:43 +02:00
Aleksander Machniak
4c4ff2b179 Fix small issue in calendar_ui::calendar_css_classes() (#3951) 2015-08-10 15:35:33 +02:00