- Apr 09, 2019
-
-
Aleksander Machniak authored
-
Aleksander Machniak authored
-
Aleksander Machniak authored
-
Aleksander Machniak authored
-
Aleksander Machniak authored
Roundcube does not set this value. Unset option didn't allow to detect vlv indexes. Also changed the way options are handled in constructor. I saw no reason why they should not override already set options.
-
- Apr 02, 2019
-
-
Aleksander Machniak authored
-
Aleksander Machniak authored
Additionally: - use get_entry() instead of search() where appropriate - fetch vendorname and supportedcontrol in a single ldap_read() call - make some private methods protected, cleanup code
-
- Jun 20, 2018
-
-
Aleksander Machniak authored
-
- Dec 26, 2017
-
-
Aleksander Machniak authored
-
Aleksander Machniak authored
-
- Nov 24, 2017
-
-
Aleksander Machniak authored
1. Prevent from errors when the host is configured e.g. with ldap:// prefix 2. Use sys_get_temp_dir() to get the system tmp directory
-
- Aug 07, 2017
-
-
Aleksander Machniak authored
-
- May 19, 2017
-
-
Aleksander Machniak authored
-
- May 18, 2017
-
-
Aleksander Machniak authored
-
- Mar 08, 2017
-
-
Aleksander Machniak authored
-
- Jan 03, 2017
-
-
Jeroen van Meeuwen (Kolab Systems) authored
-
Jeroen van Meeuwen (Kolab Systems) authored
This reverts commit 0ba431be.
-
Jeroen van Meeuwen (Kolab Systems) authored
-
- Apr 05, 2016
-
-
Aleksander Machniak authored
-
Aleksander Machniak authored
-
Thomas Bruederli authored
Summary: This change will allow the package to be submitted to packagist.org for easy installation via Composer. Reviewers: vanmeeuwen, machniak Reviewed By: machniak Subscribers: bruederli Differential Revision: https://git.kolab.org/D121
-
Aleksander Machniak authored
-
- Mar 13, 2016
-
-
Aleksander Machniak authored
-
- Mar 09, 2016
-
-
Aleksander Machniak authored
-
- Oct 30, 2015
-
-
Aleksander Machniak authored
Remove unused variable, remove @ on ldap_add(), this may print useful warnings that are not related to ldap connection
-
- Oct 22, 2015
-
-
Jeroen van Meeuwen (Kolab Systems) authored
-
- Oct 15, 2015
-
-
Jeroen van Meeuwen (Kolab Systems) authored
-
- Aug 24, 2015
-
-
Aleksander Machniak authored
-
- Jul 01, 2015
-
-
Timotheus Pokorra authored
Summary: recursive deletion: need to find and delete objects with objectclass ldapsubentry as well (#5100). This is for example needed when deleting a domain, for the role kolab-admin which has class ldapsubentry Reviewers: vanmeeuwen, #web_administration_panel_developers Reviewed By: vanmeeuwen, #web_administration_panel_developers Subscribers: machniak, vanmeeuwen Differential Revision: https://git.kolab.org/D23
-
- May 05, 2015
-
-
Thomas Bruederli authored
-
- Apr 29, 2015
-
-
Thomas Bruederli authored
Resolves T135
-
- Apr 02, 2015
-
-
Aleksander Machniak authored
-
- Mar 27, 2015
-
-
Jeroen van Meeuwen (Kolab Systems) authored
-
- Mar 19, 2015
-
-
Aleksander Machniak authored
-
- Mar 05, 2015
-
-
Aleksander Machniak authored
-
- Feb 27, 2015
-
-
Aleksander Machniak authored
Also provide caching handler and cleanup some debug messages. Most of the code moved from Kolab WebAdmin.
-
- Feb 24, 2015
-
-
Aleksander Machniak authored
-
-
- Feb 20, 2015
-
-
Aleksander Machniak authored
ldap_search() throws errors on empty filter as find out in http://trac.roundcube.net/ticket/1490269. As this was a configuration issue we can simply prevent that and provide real and working default.
-
- Jan 23, 2015
-
-
Jeroen van Meeuwen (Kolab Systems) authored
-