Commit Graph

138 Commits (e42f7656970c0b9cf04a8b200eb6d5690b8c9c84)

Author SHA1 Message Date
Arthur Schiwon 0a6f7b33c3 LDAP: make it UTF-8 save 13 years ago
Arthur Schiwon 515adceace LDAP: reset resource on failed bind 13 years ago
Arthur Schiwon fb53708d10 LDAP: compare base trees case insensitively 13 years ago
Arthur Schiwon 9bb409d881 fix syntax error after merge 13 years ago
Arthur Schiwon 3f6a7859c9 LDAP: cheaper userExists() implementation, fixes oc-1012 13 years ago
Arthur Schiwon d64a7716f1 LDAP: always sanitize DN and DN-containing attributes 13 years ago
Bart Visscher ded9ea5ad3 Spelling fixes 13 years ago
Arthur Schiwon 19931e2008 remove unnecessary closing PHP tag 13 years ago
Arthur Schiwon bef9b671ee LDAP: cheaper userExists() implementation 13 years ago
Arthur Schiwon 5b02217906 forgotten $, incorrect subtract 13 years ago
Arthur Schiwon 7c6b8475eb LDAP: only map users within the User Base Tree 13 years ago
Lukas Reschke 2b22c538c8 Make some apps compatible 13 years ago
Arthur Schiwon fcc9a5c8d4 LDAP: offer config option for Group Display Name attribute 13 years ago
Lukas Reschke 6817a6b102 First try of implementing assignHTML 13 years ago
Arthur Schiwon 0df67aeae9 ldap: check array for emptiness, not nullness 13 years ago
Lukas Reschke 380aab470f Sanitzing user input 13 years ago
Bart Visscher ac36512102 Don't use substr to get first char of string 13 years ago
Arthur Schiwon f70615106f typo in var 13 years ago
Arthur Schiwon c2f557f1dd LDAP: cache the results, reduce LDAP searches 13 years ago
Arthur Schiwon 6626598435 ldap: enable the destructor 13 years ago
Arthur Schiwon 44880ab3fa ldap: remove unused private functions 13 years ago
Arthur Schiwon 6894882ca9 ldap: correct query condition and determining of success 13 years ago
Arthur Schiwon 470cb17f90 ldap: check index carefully, can be 0 13 years ago
Arthur Schiwon 190fca1121 LDPA: don't drop legal whitespaces when sanitizing DN. Fixes oc-914 13 years ago
Arthur Schiwon 782d82730a commited a bit too much before 13 years ago
Arthur Schiwon 59bbf0acee LDAP: link to documentation on settings page 13 years ago
Arthur Schiwon e58efd7877 LDAP group backend: Set configured true when it is... fixe oc-887 13 years ago
Arthur Schiwon a4f177d75d LDAP group backend: If a group filter is not configured, do not do anything. Fixes oc-867 13 years ago
Arthur Schiwon 3b36a9b704 LDAP: make queries compatible also with PostgreSQL 13 years ago
Arthur Schiwon 8b4e16ec77 LDAP: fix wrong value for input type 13 years ago
Benjamin Diele 7b8664bbe5 Check for valid LDAP-resource before querying. 13 years ago
Frank Karlitschek c79a529edd remove not needed includes 13 years ago
Arthur Schiwon d2369b6e96 LDAP: support for 'member' as group-member-association 13 years ago
Arthur Schiwon c1bb8139a0 LDAP: we're 0.2 now 13 years ago
Arthur Schiwon bae954a797 LDAP: only check once for name conflicts on update. Set a value on install as well 13 years ago
Arthur Schiwon 0c7efc234b LDAP: update meta info 13 years ago
Frank Karlitschek 9e73524168 mark the apps as part of the shipped package and increase the requirement to ownCloud 4 13 years ago
Arthur Schiwon ea33b4aaa1 LDAP: don't make us of global constants (completing, was removed with latest additions to update.php) 13 years ago
Arthur Schiwon 253f101b39 LDAP: check wether applying naming rule would end up in conflicts on update, if so don't do it 13 years ago
Arthur Schiwon 7a7c301d7d LDAP: follow user- and groupname char limitations for LDAP display names 13 years ago
Arthur Schiwon 57cf0ae3d1 LDAP: remove unnecessary debug output 13 years ago
Arthur Schiwon 38c56388c1 LDAP: Fix case sensitivity issues with display name attribute 13 years ago
Arthur Schiwon ab18a0bfe8 ldap: unique index names for the database, fixes non-creating of indexes for the second table and potential issues in the app 13 years ago
Arthur Schiwon 35effbcd3f LDAP: convert all DNs to lowercase so to make comparisons and everything work 13 years ago
Thomas Mueller 583dce5276 removing executable bit - again 13 years ago
Arthur Schiwon 0c8740c1d5 LDAP: and don't forget the else part 13 years ago
Arthur Schiwon 82cfb3e0f5 LDAP: don't store agent password in plain text 13 years ago
Arthur Schiwon 2e34673989 LDAP: no whitespaces after the , in the DNs, resolves conflicts with some servers 13 years ago
Arthur Schiwon 3c2af95108 LDAP: offer only ownCloud-enabled users for sharing 13 years ago
Arthur Schiwon 7efa7171e3 LDAP: wrong assumptions for case (in)sensitivity, implement far better solution 13 years ago