Commit Graph

105 Commits (d2e2a2b2c0a044113082440b60c50f8c3f7bdfdc)

Author SHA1 Message Date
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
Frank Karlitschek d0554bef06 finish porting of the LOG calls or the apps to the public api 13 years ago
Arthur Schiwon 51b6aab436 LDAP: remove Notices on settings 13 years ago
Arthur Schiwon 54854b2e3d LDAP: decent behaviour and log message when there is no connection to the LDAP server 13 years ago
Frank Karlitschek e8ec999090 port to use the new public api 13 years ago