Commit Graph

221 Commits (0f15bc881fcf3575e61c527552d78e7c86170e8d)

Author SHA1 Message Date
Arthur Schiwon 57c02d16ca LDAP: add forgotten class, fixes oc-1803 13 years ago
Jenkins for ownCloud 7c42e88676 [tx-robot] updated from transifex 13 years ago
Arthur Schiwon f66c441f77 LDAP: take out ldapUuidAttribute from on-the-fly check, cannot be set by the user and would lead to server error. Fixes oc-1625 13 years ago
Jenkins for ownCloud 06e963c54f [tx-robot] updated from transifex 13 years ago
Arthur Schiwon 6444c27e6a LDAP: fix MySQL-query with DUAL table by removing wrong backticks. Got broke when they were added to SQL queries. 13 years ago
Jenkins for ownCloud 8c9c095d48 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 6a29bbda7a [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud d5d2e89622 [tx-robot] updated from transifex 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Jenkins for ownCloud a94b56b57b [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud af3e767489 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud e8fcc71129 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud b867b738e8 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud ab090d5277 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 75cd7eacf8 [tx-robot] updated from transifex 13 years ago
Arthur Schiwon 7027742bd6 LDAP settings, add missing p tags 13 years ago
Arthur Schiwon 1a6f34865c LDAP: on upgrade update user cols in database only when necessary 13 years ago
Arthur Schiwon 2440e500b8 LDAP: on upgrade set homeDirs of users where it is not set. Avoids new folders (empty), depending on the configuration 13 years ago
Jenkins for ownCloud 898ca364a2 [tx-robot] updated from transifex 13 years ago
Bart Visscher db18218a1b Space before tab fixes 13 years ago
Arthur Schiwon 224e55e590 LDAP: fix debug message with undefined variable 13 years ago
Arthur Schiwon 741a21292e LDAP: fix potential infinite loop introduced with 4c4aa92eef, as side effect optimize groupExists-method. 13 years ago
Arthur Schiwon 8be8f6fff2 LDAP: Remove unnecessary debug output, fixes a Notice 13 years ago
Jenkins for ownCloud 9338d093f9 [tx-robot] updated from transifex 13 years ago
Arthur Schiwon 4c4aa92eef LDAP: check for existing username from other backends when creating one for an LDAP user or group. Led also to some code cleanup. Fixes oc-1551 in master. 13 years ago
Arthur Schiwon 42a9969304 LDAP: implement getHome() function, use either username (default) or specify an LDAP attribute value to use 13 years ago
Jenkins for ownCloud 8374a49cc1 [tx-robot] updated from transifex 13 years ago
Arthur Schiwon 5985d00c6f LDAP: transliterate other latin characters to ASCII when creating owncloud names. Already created usernames are not being affected. 13 years ago
Jenkins for ownCloud f57d527a7c [tx-robot] updated from transifex 13 years ago
Jörn Friedrich Dreyer fa3497f6ed add backticks to SQL, use limit parameter instead of LIMIT SQL 13 years ago
Arthur Schiwon 2af7473651 LDAP: sanitize base, user and group trees. fixes oc-1302 13 years ago
Jenkins for ownCloud 07a889631e [tx-robot] updated from transifex 13 years ago
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). 13 years ago
Jenkins for ownCloud 082ed4ab71 [tx-robot] updated from transifex 13 years ago
Arthur Schiwon 536fbb9189 LDAP: fix potentially unavailable LDAP resource, which can prevent successful login 13 years ago
Arthur Schiwon 63c454c7b2 LDAP: make refreshInterval for background jobs configurable in the DB 13 years ago
Arthur Schiwon 056d9adb23 LDAP: bg jobs: sane default refresh interval 13 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. 13 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. 13 years ago
Jenkins for ownCloud e6d87b2c4b [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud b819aa33f7 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud f893d21660 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 36474e5681 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud f1cabdd8e0 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 70e8a7e25c [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 1e6dc67517 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud da3896808a [tx-robot] updated from transifex 13 years ago
Arthur Schiwon 62e4f55f72 LDAP: adjust usersInGroup to updated interface 13 years ago
Arthur Schiwon 3c1380b093 LDAP: adjust getGroups to updated interface 13 years ago
Arthur Schiwon 452f55e163 adjust LDAP to updated interface 13 years ago