Aleksander Machniak
cbf4fa90d6
T1521: kolab_auth: Add possibility to close LDAP connection on request
2016-09-21 11:13:31 -04:00
Aleksander Machniak
7d77d73896
Update localization from Transifex
2016-09-14 12:26:36 +02:00
Aleksander Machniak
ab433d7428
Update localization from Transifex
2016-07-22 11:42:44 +02:00
Aleksander Machniak
c43008b94f
Don't enable devel_mode in auditlog mode ( #5466 )
...
Fixes unintentional less files use in Kolab skin.
2016-06-29 16:51:49 +02:00
Aleksander Machniak
d03fcc7cd4
Update localization
2016-06-13 18:10:59 +02:00
Aleksander Machniak
29c5c502db
Update localization
2016-05-18 16:38:39 +02:00
Aleksander Machniak
95af797971
Update localization
2016-02-29 11:38:46 +01:00
Aleksander Machniak
63ce7e9988
Don't use depracated Roundcube functions
2015-08-29 20:23:34 +02:00
Aleksander Machniak
d49a4457b1
D16: Don't abort authentication if $_SERVER['REMOTE_USER'] is set
2015-08-06 13:42:23 +02:00
Thomas Bruederli
17f9f07df9
Update homepage/download URL for groupware plugins
2015-05-12 08:54:53 +02:00
Thomas Bruederli
97ea819b8a
Simplify code to compose LDAP filters for user search
2015-05-05 10:51:18 +02:00
Aleksander Machniak
2fcb1eba99
Fix delegator user autocomplete searches ( #5019 )
...
The recent changes in kolab_auth_ldap::dosearch() changed unintentionally
the behaviour by removing the code which resolved field names to ldap attributes.
2015-05-05 04:01:57 -04:00
Thomas Bruederli
8caf44ba3c
Use Net_LDAP3::domain_root_dn() instead of find_domain()
...
Resolves T134
2015-04-29 14:47:11 +02:00
Jeroen van Meeuwen (Kolab Systems)
ea8a8b2972
Bump version numbers and version numbers for plugins depending on the plugins for which the version numbers have been bumped
2015-03-27 14:47:54 +01:00
Thomas Bruederli
18ba2754ed
Cleanup localizations for kolab_auth plugin
2015-03-24 15:28:46 +01:00
Thomas Bruederli
ae2bd00732
Improve search for users with a word-based query ( #4558 )
...
Attention! This requires the following change in Roundcube core:
https://github.com/roundcube/roundcubemail/commit/83eeec6c
2015-03-03 15:57:49 +01:00
Aleksander Machniak
414a571af0
Fix compatibility with recent Net_LDAP3 code ( #4745 )
2015-02-27 06:49:50 -05:00
Torsten Grote
1b9bc154ec
update translations ( #4348 )
2015-02-19 11:58:00 +13:00
Jeroen van Meeuwen (Kolab Systems)
8db4a68da1
Set versions of individual plugins to closer represent the actual packaged release of the collection of plugins
2015-01-01 14:09:18 +01:00
Aleksander Machniak
9e485d96bf
Make 'kolab_auth_login' description more clear ( #4113 )
2014-12-16 14:15:59 +01:00
Aleksander Machniak
fd7440bfc5
Fix bug where get_user_groups() returned an array with max. one group ( #4111 )
2014-12-16 03:51:06 -05:00
Aleksander Machniak
6780589284
Fix syntax error in composer.json file
2014-12-08 11:15:57 -05:00
Aleksander Machniak
d4e830cde7
Unify license string, replace package.xml with composer.json
2014-12-08 14:58:47 +01:00
Torsten Grote
3784b8d9a7
proper translation update
2014-12-01 12:45:40 +13:00
Thomas Bruederli
47ed73093c
Updated translations from Transifex
2014-11-27 20:13:11 +01:00
Aleksander Machniak
ac4f6e7562
Avoid unused variables (also fixed some bugs) found in static code analysis
2014-11-21 10:03:18 +01:00
Aleksander Machniak
e00daea425
Remove debug code
2014-11-17 09:01:13 -05:00
Thomas Bruederli
a976842f03
Allow to limit user search (from new folder navigation) in multi-domain setups:
...
Provide the 'kolab_users_directory' config option with placeholders %dc, %d, %u,
%fu or %dn in base_dn or filter properties.
2014-11-17 14:33:04 +01:00
Aleksander Machniak
469c26b973
Fix bug where dosearch() always returned an array with max. one element ( #3619 )
2014-11-06 04:44:30 -05:00
Torsten Grote
047469335d
update German translation, fixes #3814
2014-10-27 15:11:28 +13:00
Thomas Bruederli
e618f0093c
Support wildcard option to allow full access
2014-10-11 03:28:17 +02:00
Thomas Bruederli
1e0b0cdf9d
Check effective rights for the login-as feature to improve the delegation model
...
and allow controlling the administration privileges in LDAP (#1834 ).
This deprecates the config options 'kolab_auth_group', 'kolab_auth_role_value'
and 'kolab_auth_allowed_tasks'.
Admin privileges (per Roundcube task) and the required effective rights
are now defined in 'kolab_auth_admin_rights'.
2014-10-11 03:14:45 +02:00
Torsten Grote
714bfdcf0e
update translations again and update transifexpull.sh with --force
2014-08-28 17:02:34 +02:00
Aleksander Machniak
fbaa3f865e
Add option to define list of tasks to which an admin has access ( #3444 )
...
E.g. allow admins (using "Login as" feature) to see only user settings.
2014-08-25 14:27:23 -04:00
Aleksander Machniak
8181bf5515
$rcmail_config -> $config
2014-08-25 09:07:31 +02:00
Jeroen van Meeuwen (Kolab Systems)
9a39d37c69
Update translations
2014-08-22 01:31:43 +02:00
Thomas Bruederli
06a910def3
Update localization files from Transifex
2014-08-19 11:07:50 +02:00
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
Thomas Bruederli
824db716b4
Allow to configure the name (inlcude OU) displayed for virtual user folders ( #3384 )
2014-08-18 13:34:20 +02:00
Jeroen van Meeuwen (Kolab Systems)
0d9e422811
Update Net_LDAP3_Result->get_dn()
2014-08-15 15:10:47 +02:00
Thomas Bruederli
ef2477d69f
Register kolab_tags localizations to Transifex; add headers pointing to Transifex for translations
2014-08-14 10:49:56 +02:00
Aleksander Machniak
934b0e4dc9
Fix setting ldap debug after Net_LDAP3 integration
2014-08-05 10:48:23 +02:00
Aleksander Machniak
a355288360
Fix so role-based plugins are loaded not required
2014-07-11 10:37:17 +02:00
Aleksander Machniak
26767a1669
Enable audit debugging only when logged as another user (Bug #3109 ),
...
fix default of kolab_auth_auditlog in sample config file
2014-06-02 14:02:31 +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
Thomas Bruederli
701c3391fe
Search in LDAP and collect accessible folders ( #3041 )
...
- Add LDAP user search capabilities to kolab_storage class (using kolab_auth plugin classes)
- Introduce virtual 'user' folder objects and add methods to list them
- New 'user calendar' class in calendar (kolab driver)
- Render folder search results as hierarchical list
2014-05-14 20:37:06 +02:00
Thomas Bruederli
e613061f18
Updated translation files from Transifex
2014-04-24 14:45:27 +02:00
Aleksander Machniak
32ffbe0ade
Fix case-sensitivity in normalization/mapping of LDAP entries (Bug #2905 )
2014-03-14 14:05:26 +01:00
Aleksander Machniak
9a2a7e48a1
Fix SMTP authentication when using "Login As" feature
2014-03-13 10:29:47 +01:00
Aleksander Machniak
71c66461d5
Load per-user settings/plugins also just after log in
2014-02-20 15:41:12 +01:00