index
:
webadmin
dev/configuration-handling
dev/edit-existing-entries
kolab-webadmin-2.4
kolab-webadmin-3.0
kolab-webadmin-3.1
master
oracle
Web Administration Panel
devel@lists.kolab.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Auth
/
LDAP.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed quoting in SQL query for Oracle (#3987)
Aleksander Machniak
2014-11-26
1
-1
/
+1
*
Fix handling of special characters in RDN attributes (#3905)
Aleksander Machniak
2014-11-14
1
-6
/
+6
*
Return user info in system.authenticate result for better performance (#3858)
Aleksander Machniak
2014-11-04
1
-3
/
+3
*
Fix _find_domain() optimization from commit 7bc79c68dd
Aleksander Machniak
2014-11-03
1
-9
/
+17
*
Fix redundant ldap bind (kolab-service) with enabled cache (#3854)
Aleksander Machniak
2014-10-31
1
-54
/
+24
*
Use consistent logging function
Aleksander Machniak
2014-08-25
1
-7
/
+7
*
Fix so LDAP internal debug is enabled only when debug_mode=trace (#3535)
Aleksander Machniak
2014-08-25
1
-4
/
+4
*
Add parsing for a 'ou' attribute to groups as well
Jeroen van Meeuwen (Kolab Systems)
2014-08-12
1
-1
/
+7
*
Fix the parent location for OUs
Jeroen van Meeuwen (Kolab Systems)
2014-08-12
1
-1
/
+7
*
Update to current version of Net_LDAP3
Aleksander Machniak
2014-04-18
1
-14
/
+9
*
Add ACI form widget (Request #1782)
Aleksander Machniak
2014-03-21
1
-0
/
+3
*
Add support for organizational unit hierarchy
Aleksander Machniak
2014-03-04
1
-1
/
+7
*
Return ID also in domain.add response
Aleksander Machniak
2014-02-27
1
-3
/
+3
*
Return ID (unique attribute) after adding an object (Request #2829)
Aleksander Machniak
2014-02-27
1
-1
/
+5
*
Implemented OU structure management (Request #1745)
Aleksander Machniak
2014-02-27
1
-3
/
+70
*
Implemented DB layer based on PDO (Bug #1041)
Aleksander Machniak
2014-02-24
1
-2
/
+3
*
Make sure the 'ou' attribute value does not make it back on to user entries
Jeroen van Meeuwen (Kolab Systems)
2014-02-10
1
-0
/
+1
*
Refactored domain_add()
Aleksander Machniak
2014-01-17
1
-213
/
+152
*
Delete domains by status change and related improvements e.g.
Aleksander Machniak
2014-01-17
1
-9
/
+54
*
Fix typos in memcache-related methods
Aleksander Machniak
2014-01-08
1
-3
/
+3
*
Revert commit 109ad37d making email addresses case-insensitive
Aleksander Machniak
2014-01-07
1
-19
/
+1
*
Fix possible fatal error when increment() method is called on non-existing Me...
Aleksander Machniak
2013-12-18
1
-3
/
+3
*
Fix possible PHP warning
Aleksander Machniak
2013-12-16
1
-1
/
+1
*
Fix self-write ACL for new domains to fix password changes by self (Bug #2678)
Aleksander Machniak
2013-12-16
1
-1
/
+1
*
Add 'l' (localityName) attribute to the list of self-write attributes (Bug #2...
Aleksander Machniak
2013-12-16
1
-1
/
+1
*
Store domain_root_dn() result in memory to skip redundant searches (if memcac...
Aleksander Machniak
2013-12-04
1
-26
/
+29
*
Cache domain name to domain DN map
Aleksander Machniak
2013-12-04
1
-9
/
+54
*
Code for finding a domain by name moved to _find_domain() method
Aleksander Machniak
2013-12-04
1
-33
/
+39
*
Fix email address comparissons, so local part is case-sensitive, but domain p...
Aleksander Machniak
2013-11-27
1
-2
/
+24
*
Fix so exception is thrown on alias addresses validation when
Aleksander Machniak
2013-11-27
1
-0
/
+2
*
Fix bug where adding new domains omits the kolab* ldap attributes for self-wr...
Aleksander Machniak
2013-11-18
1
-29
/
+37
*
Fix typo where default page_size for list result wasn't set
Aleksander Machniak
2013-10-10
1
-1
/
+1
*
Slice page from list result after sorting and ordering, small code improvements
Aleksander Machniak
2013-10-10
1
-9
/
+6
*
Fix completely broken group.member_list API action by fixing a mess in LDAP3
Aleksander Machniak
2013-09-25
1
-12
/
+1
*
Prevent from deleting oneself (Bug #1808)
Aleksander Machniak
2013-09-24
1
-1
/
+2
*
It should be ldap.vlv, not kolab_wap.vlv
Aleksander Machniak
2013-09-13
1
-1
/
+1
*
Support kolab_wap.vlv configuration option
Aleksander Machniak
2013-09-13
1
-7
/
+2
*
Fix lost breaks in switch()
Aleksander Machniak
2013-09-13
1
-0
/
+2
*
Remove redundant list_replicas() calls
Aleksander Machniak
2013-09-12
1
-2
/
+1
*
Cache effective rights in internal cache if memcache is not enabled
Aleksander Machniak
2013-09-12
1
-0
/
+8
*
Fix/workaround issue where nsRoleDN is not returned as allowed attribute
Aleksander Machniak
2013-09-11
1
-0
/
+23
*
Refactored config getter so when section is specified, but requested
Aleksander Machniak
2013-09-10
1
-1
/
+1
*
Fix invalid Conf::get_list() usage
Aleksander Machniak
2013-09-10
1
-1
/
+1
*
Fix unhandled ldap errors + some CS fixes (Bug #2201)
Aleksander Machniak
2013-09-10
1
-4
/
+4
*
Enable caching of get_effectiverights() results, that are otherwise very expe...
Aleksander Machniak (Kolab Systems)
2013-08-25
1
-3
/
+79
*
Always check if search result is an object
Aleksander Machniak
2013-08-24
1
-2
/
+3
*
Strike that, this is better
Jeroen van Meeuwen (Kolab Systems)
2013-08-18
1
-1
/
+1
*
Allow the configuration of a login filter
Jeroen van Meeuwen (Kolab Systems)
2013-08-18
1
-0
/
+6
*
Ensure replicas and replication agreements are added correctly
Jeroen van Meeuwen (Kolab Systems)
2013-07-10
1
-5
/
+40
*
Create the database entry and configuration on replica hosts, then trigger th...
Jeroen van Meeuwen (Kolab Systems)
2013-07-10
1
-5
/
+48
[next]