Commit graph

1052 commits

Author SHA1 Message Date
Aleksander Machniak
c0eaa79904 Initial commit 2013-02-08 14:30:48 +01:00
Thomas Bruederli
53c77796dd Add fallback for recurrence computation when the kolabcalendaring php module isn't available 2013-01-23 11:36:55 +01:00
Thomas Bruederli
1f9f09fe09 Fix ical export with (invalid) timezone +00:00 2013-01-23 10:06:44 +01:00
Thomas Bruederli
ab3f58b888 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2013-01-19 17:37:04 +01:00
Thomas Bruederli
4d647e0149 Fix javascript error that prevents delete dialog from being closed (#1551) 2013-01-19 17:36:32 +01:00
Aleksander Machniak
7672e60ecb Update SQL scripts to match Roundcube format for schema upgrades, update/add UPGRADING instructions 2013-01-18 09:40:48 +01:00
Aleksander Machniak
0151bac954 More typos fixed 2013-01-17 15:16:10 +01:00
Thomas Bruederli
0e70fa5555 Fix typo in calendar selection; fixes bug #140 2013-01-17 09:37:48 +01:00
Aleksander Machniak
80cf13f4ad Add workaround for situation when kolabobject doesn't generate UID but kolabformat does
(it's the case for File objects unsupported by libkolab)
2013-01-16 10:06:59 +01:00
Aleksander Machniak
ddeb606daf Fix File support. Fix handling of non-inline attachments of event and file objects. 2013-01-16 09:27:34 +01:00
Jeroen van Meeuwen (Kolab Systems)
f38105a809 Update translations from Transifex 2013-01-12 11:23:32 +00:00
Thomas Bruederli
be2a51957e Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2013-01-09 16:36:21 +01:00
Thomas Bruederli
fefdafa020 Align some UI elements with the changed position of #quicksearchbar 2013-01-09 16:34:30 +01:00
Thomas Bruederli
414594f276 Use /this/ to reference asset files in plugin templates 2013-01-09 16:27:20 +01:00
Thomas Bruederli
8d3f1803cc Fix modification of recurring events (#1499) 2013-01-09 11:49:12 +01:00
Thomas Bruederli
5f06d62ceb Fix recurring event handling when first instance is modified and excluded (#1505) 2013-01-09 11:12:19 +01:00
Aleksander Machniak
cbb7db9361 Fix searching in date fields - raleted to Roundcube issue #1488888 2013-01-07 15:31:08 +01:00
Aleksander Machniak
71b64ebca2 Unify position of #quicksearchbar (and some other elements) with
mail and addressbook interface
2013-01-05 16:53:04 +01:00
Aleksander Machniak
892d91af3e Fix saving birthday date in XML after import from vCard 2012-12-31 17:41:30 +01:00
Thomas Bruederli
fdf9b884e7 Added/updated French localization from Transifex (thanks to Eric aka furlot) 2012-12-26 19:01:56 +01:00
Thomas Bruederli
df3e58bdb9 Use subquery instead of JOIN + COUNT (#1483) 2012-12-21 17:52:07 +01:00
Thomas Bruederli
8c5edcf0e9 Make sure invitations/updates are always sent if required (#1408) 2012-12-21 17:19:16 +01:00
Aleksander Machniak
1c22cb542f Fix tags autocompletion (#1329) 2012-12-20 11:11:54 +01:00
Aleksander Machniak
147af98783 Position (center) new/edit event popup according to window size (#1371) 2012-12-20 09:17:04 +01:00
Aleksander Machniak
8496c10e5f List required plugins 2012-12-20 09:16:53 +01:00
Aleksander Machniak
cbd97e52cd Support Organization field in identities.
Fix purging identities - use the same email fields as in kolab_auth.
2012-12-19 15:31:14 +01:00
Aleksander Machniak
035bd6fc3b Support Organization field in default identity (#1189) 2012-12-19 15:20:41 +01:00
Aleksander Machniak
3d2f1cfac4 Fix bug where event attachments/participants were lost on event move (#1480) 2012-12-18 14:08:20 +01:00
Aleksander Machniak
5780b841cc Use delegator's name in delegatee identities derived from delegator
Set 'Sender:' header in mail sent on behalf of delegator
2012-12-18 12:57:32 +01:00
Aleksander Machniak
acd574b650 Small performance fix - cache identities list in-memory 2012-12-17 19:03:47 +01:00
Aleksander Machniak
0745ebf406 Fix filtering emails/folders list when not in delegator context 2012-12-17 15:53:38 +01:00
Aleksander Machniak
343a4371ab Delegation support in Calendar event edit/create 2012-12-17 14:47:02 +01:00
Thomas Bruederli
8e5a92044e Make identity/organizer selection for events work 2012-12-15 17:24:53 +01:00
Aleksander Machniak
de4c4b8c45 Add organizer identity selector in event dialog (non-working) 2012-12-14 12:17:54 +01:00
Aleksander Machniak
5d7a7fc353 Revert last change, core uses storage_connect hook now 2012-12-13 14:42:37 +01:00
Aleksander Machniak
c666c6a757 Fix hook name: storage_connect -> imap_connect 2012-12-13 14:37:41 +01:00
Aleksander Machniak
e6303a812e Fix typos in DDL file for Postgres 2012-12-13 13:18:23 +01:00
Aleksander Machniak
3be3065941 Delegation support in calendar event invitations handling 2012-12-13 13:10:07 +01:00
Aleksander Machniak
a24ad50619 Move more code to engine class 2012-12-12 12:36:11 +01:00
Aleksander Machniak
4875e82b02 Initial commit of logon_page plugin 2012-12-11 12:07:09 +01:00
Aleksander Machniak
ae4b707a71 Update package files list 2012-12-10 12:19:42 +01:00
Aleksander Machniak
56abf7e5f3 Use client-side subscriptions for folders activation state (calendar, tasklist)
Add kolab_use_subscriptions option to limit folders visibility in Kolab plugins (#1314)
2012-12-10 12:17:41 +01:00
Aleksander Machniak
89de2f226e Add icons for mass-actions on folders 2012-12-10 09:13:02 +01:00
Aleksander Machniak
a72a0ca097 RCMAIL_CHARSET -> RCUBE_CHARSET 2012-12-09 12:23:38 +01:00
Aleksander Machniak
bbfa7ad97f Save 'file' objects in binary format 2012-12-09 12:22:22 +01:00
Aleksander Machniak
a94bf55cd8 Fix typo 2012-12-07 13:40:02 +01:00
Aleksander Machniak
5991c115b8 RCMAIL_CHARSET -> RCUBE_CHARSET 2012-12-07 11:03:33 +01:00
Aleksander Machniak
543144dfc0 Implement check-recent hook handler - check delegator's INBOX for new messages 2012-12-07 10:41:03 +01:00
Aleksander Machniak
6f4f949f8f Make optional ACL removal on delegate deletion, added checkbox in confirmation dialog 2012-12-05 14:12:04 +01:00
Aleksander Machniak
56928b74eb Fix performance issue in kolab_calendar::get_event() (#1411) 2012-12-05 12:05:24 +01:00