Commit graph

1320 commits

Author SHA1 Message Date
Aleksander Machniak
cdd23787e2 Fix so kolab_delegation plugin can modify list of addresses in
identity form (Bug #2191)
2013-09-11 14:01:38 +02:00
Aleksander Machniak
80afe69e40 First argument of validate() is a reference 2013-09-10 15:25:15 +02:00
Aleksander Machniak
c8174100f6 Small improvements in contacts list/search handling 2013-09-09 12:40:00 +02:00
Thomas Bruederli
94f3198ad1 Correct download link for odfviewer plugin (#2192) 2013-09-07 18:32:58 +02:00
Thomas Bruederli
4934e614b2 Allow all object types to be fetched by UID (fixed 404 errors in CardDAV when fetching contact groups) 2013-09-05 15:53:20 +02:00
Thomas Bruederli
74f1d3ba85 Hook into identities form and present a list of allowed sender email addresses (#2191) 2013-09-05 10:13:21 +02:00
Thomas Bruederli
27690e5300 Fix after ical parser refactoring: unset 'data' field to avoid binary data being written to cache 2013-09-04 17:37:45 +02:00
Thomas Bruederli
d924ab06d8 Avoid duplicated code; add tests for invalid date parsing/catching 2013-09-04 09:19:26 +02:00
Thomas Bruederli
164fae8387 Merge branch 'master' of ssh://git.kolab.org/git/roundcubemail-plugins-kolab 2013-09-04 09:03:31 +02:00
Aleksander Machniak
ea949c7992 Fix "PHP Fatal error: Call to a member function setTimezone() on a
non-object" when parsing occurences of recurring events, where
'changed' date is not set (Bug #2185)
2013-09-03 13:06:26 +02:00
Aleksander Machniak
9f8c4d547e Fix bug where exception was unintentionally thrown after catching it.
Fix so invalid dates in LAST-MODIFIED, DTSTAMP, CREATED fields of iCalendar import
doesn't throw exceptions (Bug #2144)
2013-08-30 15:00:44 +02:00
Thomas Bruederli
59c35a746f Merge branch 'master' of ssh://git.kolab.org/git/roundcubemail-plugins-kolab 2013-08-29 12:17:06 +02:00
Aleksander Machniak
a3e3e3fe13 Fix session error after uploading attachment from cloud. There was
a bug where attachment body was unintentionally stored in session
when attachments handling plugin returned 'data' item (to be fixed
in *attachment plugins).
2013-08-25 13:14:47 +02:00
Thomas Bruederli
497451ea24 Use CREATE TABLE IF NOT EXISTS in database init scripts 2013-08-25 12:40:44 +02:00
Thomas Bruederli
3f62bf917f Adapt freebusy parser to new ical parser from libcalendaring plugin (#2146) 2013-08-25 12:37:32 +02:00
Thomas Bruederli
ec42d07053 Merge branch 'master' of ssh://git.kolab.org/git/roundcubemail-plugins-kolab 2013-08-25 12:35:57 +02:00
Thomas Bruederli
0c1c2757ef Skip dupes in freebusy list 2013-08-25 12:35:41 +02:00
Aleksander Machniak
f4554e26da Merge branch 'master' of ssh://git.kolab.org/git/roundcube 2013-08-25 08:21:47 +02:00
Aleksander Machniak
9ef12a0c13 Added package.xml file 2013-08-25 08:21:23 +02:00
Thomas Bruederli
37b25b5c53 Add support for vfreebusy parsing 2013-08-24 16:43:02 +02:00
Aleksander Machniak
2f96ed2b97 Catch exception on DateTime oparations (Bug #2147) 2013-08-24 16:12:34 +02:00
Aleksander Machniak
8aa877d88b Fix doubled SUBSCRIBE call 2013-08-21 19:02:30 +02:00
Jeroen van Meeuwen (Kolab Systems)
44021155b0 Make sure we loop over non-empty arrays only 2013-08-19 13:54:08 +02:00
Jeroen van Meeuwen (Kolab Systems)
23d9f14e81 Subscribe default folders that we create 2013-08-18 14:10:02 +02:00
Aleksander Machniak
17ceedc47b Support 'file' objects 2013-08-07 15:14:19 +02:00
Aleksander Machniak
e6b10dae74 Fix JS error when libcal_settings is undefined (Bug #2097) 2013-08-07 15:08:25 +02:00
Aleksander Machniak
0fb30e3cfb Register some more localization labels to the client-side 2013-08-07 13:14:56 +02:00
Aleksander Machniak
7a783f11e6 Fix form submitting with Enter key (Bug #2088) 2013-08-07 13:14:23 +02:00
Aleksander Machniak
d6149c398d Fixed conversion of contact date to kolab format (Bug #2094)
- Add contact in Roundcube created contacts with no email address.
2013-08-07 12:34:37 +02:00
Aleksander Machniak
60778eed8b Fix handling of composite field names (e.g. email:address) in fulltext
fields and required fields when searching contacts (Bug #2095)
2013-08-07 12:30:54 +02:00
Aleksander Machniak
7033e9336f Fix bug where email addresses weren't stored in database for fulltext searching 2013-08-07 12:10:37 +02:00
Aleksander Machniak
27eb706939 Fixed bug where Error No.700 was thrown by Roundcube in cases
when there's no addressbook (no subscribed contact folders and no
global addressbooks). It's fixed by forcing folder creation/subscription
and forcing of kolab_addressbook_prio value accordingly (Bug #2086).
2013-08-07 09:39:21 +02:00
Aleksander Machniak
cb22497440 Fix agenda table issue with long time format (Bug #2084) 2013-08-06 11:04:35 +02:00
Aleksander Machniak
b4dd53e2c4 Merge branch 'master' of ssh://git.kolab.org/git/roundcube 2013-08-06 09:31:53 +02:00
Aleksander Machniak
8eccce91c2 Fix warning on files actions in compose page (Bug #2082) 2013-08-06 09:31:13 +02:00
Jeroen van Meeuwen (Kolab Systems)
af0383d2d2 Correct typo (thanks to Daniel Morlock) 2013-08-05 15:37:23 +01:00
Aleksander Machniak
4717af8550 Allow different styling of subfolder names 2013-08-05 15:44:18 +02:00
Aleksander Machniak
9c56aec465 Refresh files list after file delete from preview window (Bug #2069) 2013-08-05 13:58:08 +02:00
Jeroen van Meeuwen (Kolab Systems)
a6ee501a68 There's no need to get the user record 2013-08-05 11:18:29 +01:00
Jeroen van Meeuwen (Kolab Systems)
3d96d74298 Use $ldap->parse_vars to allow role specific settings and plugins to be applied to multi-domain environments through the expansion of '%dc' 2013-08-05 11:15:01 +01:00
Aleksander Machniak
53d7357cef code cleanup 2013-08-03 12:57:57 +02:00
Jeroen van Meeuwen (Kolab Systems)
fecee39d67 Continue to use the original domain for users that login using a domain alias, instead of replacing the domain (that may be an alias domain) with the parent domain name space. 2013-08-03 11:33:12 +01:00
Aleksander Machniak
963261269f FIx so file href attribute is always an absolute URL (Bug #2063) 2013-08-02 13:25:03 +02:00
Aleksander Machniak
f68bf6675d Support kolab_ssl_verify_host option 2013-08-02 12:54:26 +02:00
Aleksander Machniak
f98137f3a8 Small css fix - modified height of folder records 2013-08-01 09:19:53 +02:00
Thomas Bruederli
3ad14897f0 Adjust some sizes to properly display the list icons 2013-07-31 20:01:23 +02:00
Thomas Bruederli
e700755238 Add kolab community skin for delegation plugin (#2059) 2013-07-31 19:53:06 +02:00
Aleksander Machniak
c7dfb7c042 Fix INSERT undefined values for NOT NULL columns (Bug #2038) 2013-07-31 14:32:54 +02:00
Aleksander Machniak
fd645a9e96 Added DDL for postgres (Bug #2039) 2013-07-31 14:28:18 +02:00
Thomas Bruederli
3e01f5b359 Remove Email alarm type as long as we don't have a cron-job to actually sending out reminders 2013-07-26 12:06:50 +02:00