Commit Graph

127 Commits (6da926f1c395526dddecda660b8b6972e04ba85e)

Author SHA1 Message Date
Arthur Schiwon e5171da300 remove unnecessary closing PHP tag 14 years ago
Arthur Schiwon 0d9534eb4b LDAP: cheaper userExists() implementation 14 years ago
Arthur Schiwon 0289f442a8 forgotten $, incorrect subtract 14 years ago
Bart Visscher cff1b6e699 Don't use substr to get first char of string 14 years ago
Arthur Schiwon 244920aeb0 LDAP: only map users within the User Base Tree 14 years ago
Arthur Schiwon 266c5238c9 LDAP: offer config option for Group Display Name attribute 14 years ago
Arthur Schiwon 7f5e8e39c4 ldap: check array for emptiness, not nullness 14 years ago
Lukas Reschke d294373f47 Sanitzing user input 14 years ago
Arthur Schiwon 0dc371f579 typo in var 14 years ago
Arthur Schiwon 0f68276921 LDAP: cache the results, reduce LDAP searches 14 years ago
Arthur Schiwon 4beabe23e7 ldap: enable the destructor 14 years ago
Arthur Schiwon f3f3c791ba ldap: correct query condition and determining of success 14 years ago
Arthur Schiwon 691f00eb39 ldap: check index carefully, can be 0 14 years ago
Arthur Schiwon 48ccfa42d3 LDPA: don't drop legal whitespaces when sanitizing DN. Fixes oc-914 14 years ago
Arthur Schiwon 8983c6dd6b commited a bit too much before 14 years ago
Arthur Schiwon b48228ae3d LDAP: link to documentation on settings page 14 years ago
Arthur Schiwon 34464b1f8b LDAP group backend: Set configured true when it is... fixe oc-887 14 years ago
Arthur Schiwon 86279bc192 LDAP group backend: If a group filter is not configured, do not do anything. Fixes oc-867 14 years ago
Arthur Schiwon 7ec3e37199 LDAP: make queries compatible also with PostgreSQL 14 years ago
Arthur Schiwon 449b9b92f0 LDAP: fix wrong value for input type 14 years ago
Arthur Schiwon 93849916bb LDAP: support for 'member' as group-member-association 14 years ago
Arthur Schiwon c1bb8139a0 LDAP: we're 0.2 now 14 years ago
Arthur Schiwon bae954a797 LDAP: only check once for name conflicts on update. Set a value on install as well 14 years ago
Arthur Schiwon 0c7efc234b LDAP: update meta info 14 years ago
Frank Karlitschek 9e73524168 mark the apps as part of the shipped package and increase the requirement to ownCloud 4 14 years ago
Arthur Schiwon ea33b4aaa1 LDAP: don't make us of global constants (completing, was removed with latest additions to update.php) 14 years ago
Arthur Schiwon 253f101b39 LDAP: check wether applying naming rule would end up in conflicts on update, if so don't do it 14 years ago
Arthur Schiwon 7a7c301d7d LDAP: follow user- and groupname char limitations for LDAP display names 14 years ago
Arthur Schiwon 57cf0ae3d1 LDAP: remove unnecessary debug output 14 years ago
Arthur Schiwon 38c56388c1 LDAP: Fix case sensitivity issues with display name attribute 14 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 14 years ago
Arthur Schiwon 35effbcd3f LDAP: convert all DNs to lowercase so to make comparisons and everything work 14 years ago
Thomas Mueller 583dce5276 removing executable bit - again 14 years ago
Arthur Schiwon 0c8740c1d5 LDAP: and don't forget the else part 14 years ago
Arthur Schiwon 82cfb3e0f5 LDAP: don't store agent password in plain text 14 years ago
Arthur Schiwon 2e34673989 LDAP: no whitespaces after the , in the DNs, resolves conflicts with some servers 14 years ago
Arthur Schiwon 3c2af95108 LDAP: offer only ownCloud-enabled users for sharing 14 years ago
Arthur Schiwon 7efa7171e3 LDAP: wrong assumptions for case (in)sensitivity, implement far better solution 14 years ago
Arthur Schiwon 7a5028317d LDAP: don't fall over case insensitive LDAP attribute name 14 years ago
Arthur Schiwon c1490239e5 LDAP group: support for memberUid, fix for oc-594 14 years ago
Arthur Schiwon 9dee2a6b2c LDAP: settings for group filter, fixes oc-587 14 years ago
Arthur Schiwon c067cfc3b5 , not . 14 years ago
Arthur Schiwon d01db3a807 LDAP: make sure, configuration is read when a public method needs it 14 years ago
Arthur Schiwon 5dee914ed2 LDAP: sqlite compatibility 14 years ago
Arthur Schiwon 251a6d1a9f LDAP: write to log in case bind fails. 14 years ago
Arthur Schiwon 5a1ea62437 LDAP: Fall back to Base DN if user/group base settings are blanked 14 years ago
Frank Karlitschek 1945cd6946 ported the oc_template class 14 years ago
Arthur Schiwon 907fa9d85b LDAP: check first, if requested attribute exists 14 years ago
Arthur Schiwon 716c5a3c8e LDAP: use the correct attribute for the display name 14 years ago
Arthur Schiwon 231eec7325 LDAP: also those functions were not meant to be static 14 years ago