Commit Graph

189 Commits (2cffcfbc03dfa4463bdfd72de0341000509bcec3)

Author SHA1 Message Date
Arthur Schiwon d5c111a984 LDAP: identify (map) users with their directory UUID. Fixes the issue, that usernames for owncloud will change, when the DN changes (which happens rarely, but it happens). 14 years ago
Jenkins for ownCloud 082ed4ab71 [tx-robot] updated from transifex 14 years ago
Arthur Schiwon 536fbb9189 LDAP: fix potentially unavailable LDAP resource, which can prevent successful login 14 years ago
Arthur Schiwon 63c454c7b2 LDAP: make refreshInterval for background jobs configurable in the DB 14 years ago
Arthur Schiwon 056d9adb23 LDAP: bg jobs: sane default refresh interval 14 years ago
Arthur Schiwon c48732987e LDAP: permanantly watch group members. Emit post_addToGroup resp. post_removeFromGroup on membership changes, so that Sharing App can take care of files shared within the groups. Requires and relies on background jobs. 14 years ago
Arthur Schiwon 2b8a2e16ed LDAP: don't pass -1 as length to array slice, when no limit is given. It cuts off the last item. 14 years ago
Jenkins for ownCloud e6d87b2c4b [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud b819aa33f7 [tx-robot] updated from transifex 14 years ago
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