Commit Graph

238 Commits (cb91e27ab33d4e2b2d13b26cdc8d965d1607201e)

Author SHA1 Message Date
Jenkins for ownCloud b761143047 [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud 673e3dae3f [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud fce6ce9bc6 [tx-robot] updated from transifex 14 years ago
Arthur Schiwon 68bb3809c7 LDAP: we're good for 0.3 now. No code change 14 years ago
Jenkins for ownCloud 5c042d88ad [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud 32a6b3b862 [tx-robot] updated from transifex 14 years ago
Frank Karlitschek 3fdebaa5dc automatically remove and prevent installation of apps with a require version less than the current one. We check now the first ad second part of the version number. 14 years ago
Jenkins for ownCloud f0c4356392 [tx-robot] updated from transifex 14 years ago
Arthur Schiwon 33e9399ba3 LDAP: fix sharing doesn't work with ldap groups, oc-1819 14 years ago
Jenkins for ownCloud 27bd9df027 [tx-robot] updated from transifex 14 years ago
Arthur Schiwon 3fa4b34a69 LDAP: comparison, not assignment. Thanks to Manuel Delgado 14 years ago
Jenkins for ownCloud 5855355faa [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud e5487376da [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud ecb90d72f3 [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud 01160d0fb4 [tx-robot] updated from transifex 14 years ago
Arthur Schiwon 2a7a928ae9 LDAP: replace expensive recursiveArraySearch with direct SQL search, leading to a performance boost. Imorives UX especially on directories with tons of users, solves complains on ML and probably fixes oc.1080 14 years ago
Jenkins for ownCloud 8f2c76d3da [tx-robot] updated from transifex 14 years ago
Arthur Schiwon 57c02d16ca LDAP: add forgotten class, fixes oc-1803 14 years ago
Jenkins for ownCloud 7c42e88676 [tx-robot] updated from transifex 14 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 14 years ago
Jenkins for ownCloud 06e963c54f [tx-robot] updated from transifex 14 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. 14 years ago
Jenkins for ownCloud 8c9c095d48 [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud 6a29bbda7a [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud d5d2e89622 [tx-robot] updated from transifex 14 years ago
Thomas Mueller 3829460ab8 adding space between) and { 14 years ago
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