Commit Graph

109 Commits (75d56f24f23efbafb9cc5c8f779ba020e0bb3c51)

Author SHA1 Message Date
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
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
Arthur Schiwon 7a5028317d LDAP: don't fall over case insensitive LDAP attribute name 13 years ago
Arthur Schiwon c1490239e5 LDAP group: support for memberUid, fix for oc-594 13 years ago
Arthur Schiwon 9dee2a6b2c LDAP: settings for group filter, fixes oc-587 13 years ago
Arthur Schiwon c067cfc3b5 , not . 13 years ago
Arthur Schiwon d01db3a807 LDAP: make sure, configuration is read when a public method needs it 13 years ago
Arthur Schiwon 5dee914ed2 LDAP: sqlite compatibility 13 years ago
Arthur Schiwon 251a6d1a9f LDAP: write to log in case bind fails. 13 years ago
Arthur Schiwon 5a1ea62437 LDAP: Fall back to Base DN if user/group base settings are blanked 13 years ago
Frank Karlitschek 1945cd6946 ported the oc_template class 13 years ago
Arthur Schiwon 907fa9d85b LDAP: check first, if requested attribute exists 13 years ago
Arthur Schiwon 716c5a3c8e LDAP: use the correct attribute for the display name 13 years ago
Arthur Schiwon 231eec7325 LDAP: also those functions were not meant to be static 13 years ago
Arthur Schiwon 6c670cb82d LDAP: more cleanup 13 years ago
Arthur Schiwon 333e8986f6 LDAP: copyright stuff 13 years ago
Arthur Schiwon def59755ad LDAP: cleanup 13 years ago
Arthur Schiwon adb32ad347 LDAP: checkPassword ain't static 13 years ago
Arthur Schiwon 594221a467 LDAP: make oc_user_ldap::checkPassword make use of central OC_LDAP 13 years ago
Arthur Schiwon 3499783ea5 remove debug info 13 years ago
Arthur Schiwon 7aad40ca4d LDAP: make oc_user_ldap::userExists make use of central OC_LDAP 13 years ago
Arthur Schiwon 6f982d2e20 LDAP: make oc_user_ldap::getUsers make use of central OC_LDAP 13 years ago
Arthur Schiwon 7a06e144ec LDAP: central function for user and group list retrieval (will replace retrieveList from group part) 13 years ago
Arthur Schiwon 76a60a2fc3 ups, we don't have a CSS file therefore 13 years ago
Frank Karlitschek 97a8af7f25 ported oc_db 13 years ago
Frank Karlitschek 82a61e2e1a port oc_preferences 13 years ago
Frank Karlitschek ff66600bc0 port appconfig 13 years ago
Frank Karlitschek 2fe646dcec ported the oc_app calls 13 years ago
Frank Karlitschek 93b63cf375 ported the rest of the OC_Helper calls 13 years ago
Frank Karlitschek e48f511606 port linkto and serverHost 13 years ago
Frank Karlitschek 1a2bbd2ee4 ported addSyript and other small stuff 13 years ago