Commit Graph

212 Commits (9ea7817a4074ba63a95bda9d0937e7ff01ac2e85)

Author SHA1 Message Date
Jenkins for ownCloud a94b56b57b [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud af3e767489 [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud e8fcc71129 [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud b867b738e8 [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud ab090d5277 [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud 75cd7eacf8 [tx-robot] updated from transifex 14 years ago
Arthur Schiwon 7027742bd6 LDAP settings, add missing p tags 14 years ago
Arthur Schiwon 1a6f34865c LDAP: on upgrade update user cols in database only when necessary 14 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 14 years ago
Jenkins for ownCloud 898ca364a2 [tx-robot] updated from transifex 14 years ago
Bart Visscher db18218a1b Space before tab fixes 14 years ago
Arthur Schiwon 224e55e590 LDAP: fix debug message with undefined variable 14 years ago
Arthur Schiwon 741a21292e LDAP: fix potential infinite loop introduced with 4c4aa92eef, as side effect optimize groupExists-method. 14 years ago
Arthur Schiwon 8be8f6fff2 LDAP: Remove unnecessary debug output, fixes a Notice 14 years ago
Jenkins for ownCloud 9338d093f9 [tx-robot] updated from transifex 14 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. 14 years ago
Arthur Schiwon 42a9969304 LDAP: implement getHome() function, use either username (default) or specify an LDAP attribute value to use 14 years ago
Jenkins for ownCloud 8374a49cc1 [tx-robot] updated from transifex 14 years ago
Arthur Schiwon 5985d00c6f LDAP: transliterate other latin characters to ASCII when creating owncloud names. Already created usernames are not being affected. 14 years ago
Jenkins for ownCloud f57d527a7c [tx-robot] updated from transifex 14 years ago
Jörn Friedrich Dreyer fa3497f6ed add backticks to SQL, use limit parameter instead of LIMIT SQL 14 years ago
Arthur Schiwon 2af7473651 LDAP: sanitize base, user and group trees. fixes oc-1302 14 years ago
Jenkins for ownCloud 07a889631e [tx-robot] updated from transifex 14 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). 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