Commit graph

2737 commits

Author SHA1 Message Date
Aleksander Machniak
d03fcc7cd4 Update localization 2016-06-13 18:10:59 +02:00
Aleksander Machniak
49e77ce25b Fix some properties access via __get() 2016-06-10 05:41:52 -04:00
Aleksander Machniak
7b4e9856b7 Fix regression where Tasks button could be skipped e.g. in Settings UI 2016-06-10 05:40:50 -04:00
Aleksander Machniak
dbc63628ac [#5436] Fix so 's' right is not removed from groupware folders 2016-06-10 05:14:46 -04:00
Aleksander Machniak
4b08dab30b Fix character case handling in email address comparison for invitations handling (T1301) 2016-06-09 11:18:30 -04:00
Aleksander Machniak
81cd96ad4b Add missing 'ondate' label 2016-06-01 06:40:36 -04:00
Aleksander Machniak
4f938c10ec Close autocompletion popup when opening Find Resources and Find Availability dialogs (#5435) 2016-05-31 09:20:14 -04:00
Aleksander Machniak
52e0cbbde4 Fix bug where email tags got lost on move (#5434)
With disabled messages_cache and disabled kolab_notes plugin
Message-Id header is not FETCHed from the IMAP server.
So, in such a case member URI in the tag object will contain
message-id=mid:XXX, which causes problem when the message
is moved to another folder, because it cannot be found by this invalid message-id.
2016-05-31 12:56:38 +02:00
Aleksander Machniak
b49501437e Add back localization labels unintentionally removed in last update 2016-05-23 05:12:24 -04:00
Aleksander Machniak
39a1267abc Close events export dialog on Export (#5432) 2016-05-20 06:14:24 -04:00
Aleksander Machniak
29c5c502db Update localization 2016-05-18 16:38:39 +02:00
Aleksander Machniak
4203895d60 Fix PHP warning from odfeditor plugin when using assets_dir 2016-05-18 07:58:25 -04:00
Aleksander Machniak
4e456f81bc Merge branch 'master' of ssh://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab 2016-05-18 07:29:57 -04:00
Aleksander Machniak
4e2bc9bdc6 Fix PHP Fatal error: __clone method called on non-object (#5424)
When using Tomorrow filter in Tasks or in other circumstances.
2016-05-18 07:28:34 -04:00
Aleksander Machniak
042f2889b9 Fix PHP Fatal error: __clone method called on non-object when using Tomorrow filter in Tasks 2016-05-10 14:49:38 +02:00
Aleksander Machniak
3c0e93f6aa Fix invalid 'for' attribute in events export form 2016-05-10 11:57:41 +02:00
Aleksander Machniak
bb1dfa9c10 Fix PHP Fatal error: Call to a member function get_hierarchy_delimiter() on a non-object (T1252) 2016-05-04 10:40:49 +02:00
Aleksander Machniak
d85be556c2 Fix some issues in events copying, reset attendees state and remove attachments
@TODO: attachments copying
2016-04-24 07:55:34 -04:00
Aleksander Machniak
37a4b8c696 Improve recurrence text so description for RDATE is better (#5401) 2016-04-24 06:01:55 -04:00
Aleksander Machniak
6bb5511b6d Corrected fix for T1214 2016-04-20 14:56:27 -04:00
Aleksander Machniak
345506712e Fix deleting events by first occurrence (T1214) 2016-04-20 09:28:25 -04:00
Aleksander Machniak
84c29a5b91 Added html_converter plugin (#5402) 2016-04-19 13:40:30 +02:00
Aleksander Machniak
5590063ff2 Merge branch 'arcpatch-D128' 2016-04-17 13:56:23 +02:00
Christoph Schwarzenberg
e32c44d99c Add possibility to copy events
Reviewers: #roundcube_kolab_plugins_developers

Subscribers: bruederli

Differential Revision: https://git.kolab.org/D128
2016-04-17 13:55:42 +02:00
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
9d883ed07d Properly set skip_deleted and threading on Kolab storage IMAP operations (T1145)
Summary:
Fixes race-conditions between Kolab folders and Roundcube core
where skip_deleted/threading could be set for operations outside
of Kolab plugins, causing e.g. inability to see \Deleted messages.

Fixes T1145.

Reviewers: #roundcube_kolab_plugins_developers, vanmeeuwen

Reviewed By: #roundcube_kolab_plugins_developers, vanmeeuwen

Maniphest Tasks: T1145

Differential Revision: https://git.kolab.org/D112
2016-04-14 11:42:00 +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
3fd7fb5a5d Fix bug where reply wasn't send to organizer on task status update (#5341)
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/D99
2016-04-14 11:41:44 +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
9fb5775d82 Fix "PHP Fatal error: Call to undefined method kolab_format_task::to_libcal()" (T1176) 2016-04-07 10:47:45 +02:00
Aleksander Machniak
3e1346dc6c CS fixes 2016-04-07 10:46:24 +02: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
0c5b7541bc Fix "Addressbook source not found!" error on birthdays calendar feed (T1152) 2016-03-29 16:18:00 +02: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
0b17f376a8 Fix duplicated DTSTAMP entry in generated iTip (T1148)
Incopatibility with Sabre-VObject >= 3.3
2016-03-24 14:05:36 +01:00
Aleksander Machniak
a673d3c8f5 Fix indentation 2016-03-23 11:44:46 +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
ed93508c8a WAP Client plugin (T1124) 2016-03-15 10:02:18 +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
83087f1fdd Merge branch 't4205' 2016-03-11 11:24:03 +01:00
Aleksander Machniak
7634368e89 Prevent from fatal errors on events without end date (#5307) 2016-03-10 16:43:10 +01:00