aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-281-0/+1
* LDAP: comparison, not assignment. Thanks to Manuel DelgadoArthur Schiwon2012-09-272-3/+3
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-261-0/+1
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-251-0/+37
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-241-0/+37
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-221-0/+7
* LDAP: replace expensive recursiveArraySearch with direct SQL search, leading ...Arthur Schiwon2012-09-211-19/+38
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-211-0/+15
* LDAP: add forgotten class, fixes oc-1803Arthur Schiwon2012-09-201-1/+1
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-201-0/+9
* LDAP: take out ldapUuidAttribute from on-the-fly check, cannot be set by the ...Arthur Schiwon2012-09-191-2/+2
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-182-1/+38
* LDAP: fix MySQL-query with DUAL table by removing wrong backticks. Got broke ...Arthur Schiwon2012-09-171-1/+1
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-121-0/+22
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-112-0/+17
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-081-0/+11
* adding space between) and {Thomas Mueller2012-09-076-13/+13
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-071-4/+4
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-062-23/+29
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-051-6/+6
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-041-0/+5
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-012-1/+27
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-313-0/+3
* LDAP settings, add missing p tagsArthur Schiwon2012-08-301-2/+2
* LDAP: on upgrade update user cols in database only when necessaryArthur Schiwon2012-08-302-2/+2
* LDAP: on upgrade set homeDirs of users where it is not set. Avoids new folder...Arthur Schiwon2012-08-302-2/+4
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-3010-0/+11
* Space before tab fixesBart Visscher2012-08-291-1/+1
* LDAP: fix debug message with undefined variableArthur Schiwon2012-08-291-1/+1
* LDAP: fix potential infinite loop introduced with 4c4aa92eef858a2a96bb5676304...Arthur Schiwon2012-08-292-15/+20
* LDAP: Remove unnecessary debug output, fixes a NoticeArthur Schiwon2012-08-291-1/+0
* [tx-robot] updated from transifexv4.5.0beta1Jenkins for ownCloud2012-08-294-10/+38
* LDAP: check for existing username from other backends when creating one for a...Arthur Schiwon2012-08-291-26/+18
* LDAP: implement getHome() function, use either username (default) or specify ...Arthur Schiwon2012-08-284-3/+50
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-281-0/+36
* LDAP: transliterate other latin characters to ASCII when creating owncloud na...Arthur Schiwon2012-08-271-0/+4
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-0/+26
|\
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-251-0/+26
* | add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-253-29/+29
|/
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-245-11/+62
* LDAP: identify (map) users with their directory UUID. Fixes the issue, that u...Arthur Schiwon2012-08-235-26/+140
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-234-4/+23
* LDAP: fix potentially unavailable LDAP resource, which can prevent successful...Arthur Schiwon2012-08-221-0/+3
* LDAP: make refreshInterval for background jobs configurable in the DBArthur Schiwon2012-08-221-5/+6
* LDAP: bg jobs: sane default refresh intervalArthur Schiwon2012-08-221-1/+1
* LDAP: permanantly watch group members. Emit post_addToGroup resp. post_remove...Arthur Schiwon2012-08-224-1/+192
* LDAP: don't pass -1 as length to array slice, when no limit is given. It cuts...Arthur Schiwon2012-08-222-0/+12
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-222-2/+17
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-212-0/+45
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-202-0/+25