summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-121-0/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-112-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-101-0/+1
|
* LDAP: we're good for 0.3 now. No code changeArthur Schiwon2012-10-061-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-041-0/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-022-7/+7
|
* automatically remove and prevent installation of apps with a require version ↵Frank Karlitschek2012-10-021-1/+1
| | | | | | | less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-021-1/+1
|
* LDAP: fix sharing doesn't work with ldap groups, oc-1819Arthur Schiwon2012-10-012-2/+8
|
* [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
| | | | to a performance boost. Imorives UX especially on directories with tons of users, solves complains on ML and probably fixes oc.1080
* [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
| | | | user and would lead to server error. Fixes oc-1625
* [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
| | | | when they were added to SQL queries.
* [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 ↵Arthur Schiwon2012-08-302-2/+4
| | | | folders (empty), depending on the configuration
* [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 ↵Arthur Schiwon2012-08-292-15/+20
| | | | 4c4aa92eef858a2a96bb5676304acbcaafaa56f2, as side effect optimize groupExists-method.
* 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 ↵Arthur Schiwon2012-08-291-26/+18
| | | | an LDAP user or group. Led also to some code cleanup. Fixes oc-1551 in master.
* LDAP: implement getHome() function, use either username (default) or specify ↵Arthur Schiwon2012-08-284-3/+50
| | | | an LDAP attribute value to use
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-281-0/+36
|
* LDAP: transliterate other latin characters to ASCII when creating owncloud ↵Arthur Schiwon2012-08-271-0/+4
| | | | names. Already created usernames are not being affected.
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into ↵Jörn Friedrich Dreyer2012-08-251-0/+26
|\ | | | | | | oracle-support
| * [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 ↵Arthur Schiwon2012-08-235-26/+140
| | | | usernames for owncloud will change, when the DN changes (which happens rarely, but it happens).