Commit Graph

180 Commits (cb0464ca4e13a6bf206e94972eba12c3cedd4e2a)

Author SHA1 Message Date
Jenkins for ownCloud f893d21660 [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud 36474e5681 [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud f1cabdd8e0 [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud 70e8a7e25c [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud 1e6dc67517 [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud da3896808a [tx-robot] updated from transifex 14 years ago
Arthur Schiwon 62e4f55f72 LDAP: adjust usersInGroup to updated interface 14 years ago
Arthur Schiwon 3c1380b093 LDAP: adjust getGroups to updated interface 14 years ago
Arthur Schiwon 452f55e163 adjust LDAP to updated interface 14 years ago
Jenkins for ownCloud 19446fb22f [tx-robot] updated from transifex 14 years ago
Thomas Mueller 53f117c01a l10n directories have been missing 14 years ago
Arthur Schiwon 7780e37f38 LDAP: don't give Test Connection button red background on fail, it is becoming unreadable 14 years ago
Arthur Schiwon e6759a980b LDAP: layout settings form. Hope it is now a bit clearer and prettier. 14 years ago
Arthur Schiwon 95c33e466c LDAP: offer option to disable SSL certificate checks. Works around problems with self-signed certificates, for example. However, the best and right way to solve it is always to import the LDAP server cert to the owncloud server, so you it for testing only. 14 years ago
Arthur Schiwon 6fd48675e6 remove accidentally added blank lines 14 years ago
Arthur Schiwon c10010e410 LDAP: check for always available attribute on userExists, fixes oc-1440 14 years ago
Arthur Schiwon c3cbb463e3 add missing \ 14 years ago
Arthur Schiwon d546718179 LDAP: sanitize user and group base trees for strripos comparison. fixes oc-1302 14 years ago
Arthur Schiwon b465fc84ae LDAP: don't die on unexpected collisions, handle empty display-name attributes properly 14 years ago
Arthur Schiwon 6fbed6a588 LDAP: add Test Configuration functionality in the settings 14 years ago
Arthur Schiwon 6c92a85d49 LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. Should improve performance especially when LDAP users use the sync client, because userExists checks with the LDAP server are reduced. 14 years ago
Arthur Schiwon e0121ea75e LDAP: some cleanup 14 years ago
Arthur Schiwon b893aa9567 code style 14 years ago
Arthur Schiwon b94631de0c LDAP: check if php-ldap is installed. If not, give an error output. FIX: blank Users page when the module is not installed. 14 years ago
Arthur Schiwon 71b862e571 LDAP: replace deprecated constant 14 years ago
Arthur Schiwon 4a2295b75b code style 14 years ago
Arthur Schiwon 6285cc2604 LDAP: remove debug output 14 years ago
Arthur Schiwon ab1d9507a9 code style 14 years ago
Arthur Schiwon edfd789a87 LDAP: remove obsolete require_once 14 years ago
Arthur Schiwon 8664729843 code style 14 years ago
Arthur Schiwon 15f7d838fa code style 14 years ago
Arthur Schiwon 569e52b87c remove unnecessary debug output 14 years ago
Arthur Schiwon c8404a7bfa code style 14 years ago
Arthur Schiwon 92f447ca50 code style 14 years ago
Arthur Schiwon a6c5309e16 LDAP: adjust test after refactoring 14 years ago
Arthur Schiwon b10f7aafb7 LDAP: silence warning, but handle the error 14 years ago
Arthur Schiwon 25ad1d5c3e LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connection for configuration and resource management. Adjust user_ldap, group_ldap and the app accordingly. 14 years ago
Arthur Schiwon d0aebf05bf LDAP: group backend now implements the interface, does not inherit backend class 14 years ago
Arthur Schiwon 42492338fc LDAP: put app under the OCA\user_ldap\ namespace 14 years ago
Arthur Schiwon 5888cb48b6 Support for OCA namespace 14 years ago
Arthur Schiwon afdc5bf264 LDAP: switch user backend from extending class OC_User_Backend to implementing OC_User_Interface for improved flexibility 14 years ago
Arthur Schiwon 0bdebe0e4a LDAP: pass user backend as instance, not classname 14 years ago
Arthur Schiwon 0a6f7b33c3 LDAP: make it UTF-8 save 14 years ago
Arthur Schiwon 515adceace LDAP: reset resource on failed bind 14 years ago
Arthur Schiwon fb53708d10 LDAP: compare base trees case insensitively 14 years ago
Arthur Schiwon 9bb409d881 fix syntax error after merge 14 years ago
Arthur Schiwon 3f6a7859c9 LDAP: cheaper userExists() implementation, fixes oc-1012 14 years ago
Arthur Schiwon d64a7716f1 LDAP: always sanitize DN and DN-containing attributes 14 years ago
Bart Visscher ded9ea5ad3 Spelling fixes 14 years ago
Arthur Schiwon 19931e2008 remove unnecessary closing PHP tag 14 years ago