Commit graph

19 commits

Author SHA1 Message Date
Aleksander Machniak
e4100366b5 Fix delegatee deletion if configured field name equals attribute name
Fix so delegate field name might be omitted in kolab_auth plugin config (#3400)
2014-08-18 08:29:29 -04:00
Aleksander Machniak
a3122a566e Support contact_search_name option in kolab_delegation plugin autocompletion (#3163) 2014-07-08 10:50:34 +02:00
Thomas Bruederli
115c4c54b7 Rename kolab_auth_ldap::search() method because its signature doesn't match rcube_ldap_generic::search() and fails recursive calls in VLV search mode + add return parameter for results count 2014-05-16 10:34:32 +02:00
Aleksander Machniak
0bd58bddfc Fix bug where user could delegate himself (Bug #2981) 2014-04-14 18:13:51 +02:00
Aleksander Machniak
bf028bb53f Define some default config values 2013-12-10 11:41:08 +01:00
Aleksander Machniak
1999f79446 Small improvement: do not fetch folders list when not needed 2013-07-10 12:24:49 +02:00
Aleksander Machniak
6ca7eaf05c Use kolab_storage::folders_typedata() 2013-07-09 19:58:00 +02:00
Aleksander Machniak
e69e9b90ae Make kolab_auth's LDAP class be based on new rcube_ldap_generic class.
Move kolab_auth_ldap into separate file.
Some improvements, including performance improvement in kolab_delegate
2013-06-25 12:27:26 +02:00
Aleksander Machniak
27e57c7335 Fix undefined or unused variable errors caught in static code analysis 2013-05-07 12:16:11 +02:00
Jeroen van Meeuwen (Kolab Systems)
41407069d1 Make sure the organization for a delegator is not inserted as NULL in the database query adding the identity to the delegatee, as the database definition for the field is NOT NULL 2013-02-14 09:54:15 -05: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
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
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
cda4c47325 Implemented kolab_delegation_purge_identities setting 2012-12-04 20:08:14 +01:00
Aleksander Machniak
167a0bbbdf Kolab Delegation - initial commit 2012-12-04 15:03:16 +01:00