summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-1354-54/+0
|
* changed 1.000 to 1,000sylvain2015-11-121-1/+1
| | | The string "More than 1,000 directory entries available." would mean only 1 entry, in english it should be 1,000 . Found it while translating
* Merge pull request #20124 from owncloud/postscriptum-20093C. Montero Luque2015-11-102-4/+4
|\ | | | | remove uselessly used parameter, read all user attributes also when l…
| * remove uselessly used parameter, read all user attributes also when looking ↵Arthur Schiwon2015-11-062-4/+4
| | | | | | | | up users in groups
* | Merge pull request #20333 from owncloud/fix-18956Thomas Müller2015-11-107-12/+26
|\ \ | | | | | | [LDAP Wizard] make all the buttons beautiful
| * | make all the buttons beautifulArthur Schiwon2015-11-057-12/+26
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-082-2/+2
| |/ |/|
* | Merge pull request #20271 from owncloud/fix-18701Thomas Müller2015-11-062-20/+149
|\ \ | | | | | | LDAP: attempt to connect to backup server again, if main server is no…
| * | integration testsArthur Schiwon2015-11-041-0/+118
| | |
| * | LDAP: attempt to connect to backup server again, if main server is not ↵Arthur Schiwon2015-11-031-20/+31
| | | | | | | | | | | | available. Fixes #18701
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-062-0/+6
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-056-14/+94
| |
* | add port to host only, if an URL is used instead of a plain hostnameArthur Schiwon2015-11-041-3/+7
|/
* Merge branch 'master' into fix-20151blizzz2015-11-025-0/+15
|\
| * Merge pull request #20192 from owncloud/fix-20090Thomas Müller2015-11-022-0/+12
| |\ | | | | | | if a user that is flag as deleted shows up again, remove that flag. F…
| | * if a user that is flag as deleted shows up again, remove that flag. Fixes #20090Arthur Schiwon2015-10-302-0/+12
| | |
| * | [tx-robot] updated from transifexJenkins for ownCloud2015-11-012-0/+2
| | |
| * | Merge pull request #19940 from owncloud/ldap-server-wizard-tooltipThomas Müller2015-10-311-0/+1
| |\ \ | | |/ | |/| Add tooltip to ldap server wizard
| | * add tooltip to ldap server wizardHendrik Leppelsack2015-10-291-0/+1
| | |
* | | add method to count users by loginname and use it for diagnose test, fixes ↵Arthur Schiwon2015-10-305-3/+167
|/ / | | | | | | #20151
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-304-0/+80
| |
* | fix attribute casing to ensure array keys workArthur Schiwon2015-10-272-4/+15
| |
* | fix update quota with known valueArthur Schiwon2015-10-272-3/+42
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-272-2/+2
| |
* | Update license headersLukas Reschke2015-10-268-0/+8
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-214-2/+8
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-192-0/+58
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-184-106/+286
|
* Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+2
|
* Merge pull request #19821 from owncloud/GreenArchon-fix-memberof-regressionC. Montero Luque2015-10-162-15/+5
|\ | | | | Revert "adjust to nested group fix
| * Adjust unit testsLukas Reschke2015-10-161-8/+3
| |
| * Fix styleLukas Reschke2015-10-161-1/+1
| |
| * Revert "adjust to nested group fixFrédéric Fortier2015-10-161-6/+1
| | | | | | | | This reverts commit 845485cfe, which fixes #19816 regression.
* | [IE9] Prevent LDAP password field to become plain textVincent Petry2015-10-161-0/+4
|/ | | | | | | | | The placeholders library converts the password field to a text field to achieve placeholders functionality. However this is buggy and doesn't properly mask the password when it was set through $el.val(). This workaround sets the type back to password directly after setting a value.
* Merge pull request #19795 from owncloud/fix-language-level-compatThomas Müller2015-10-151-2/+3
|\ | | | | Remove arbitrary expression in empty
| * Remove arbitrary expression in emptyLukas Reschke2015-10-141-2/+3
| | | | | | | | | | | | Those are only allowed in PHP 5.5, thus making our code incompatible with PHP 5.4 Fixes https://github.com/owncloud/core/issues/19793
* | Fix doc blocks of LDAP classesJoas Schilling2015-10-157-28/+25
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-156-4/+6
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-142-0/+2
|
* Merge pull request #19635 from owncloud/fix-ldap-value-limitationThomas Müller2015-10-137-52/+59
|\ | | | | allow an attribute to return more than one value
| * adjust fetchList with a single requested attribute accordinglyArthur Schiwon2015-10-091-1/+3
| |
| * adjust testsArthur Schiwon2015-10-092-4/+4
| |
| * fix primary group retrievalArthur Schiwon2015-10-091-1/+1
| |
| * treat dn as any other attribute when building the search() return arrayArthur Schiwon2015-10-083-6/+6
| |
| * adjust handling changed return array structure from search() and fetchList()Arthur Schiwon2015-10-084-13/+33
| |
| * allow an attribute to return more than one valueArthur Schiwon2015-10-072-29/+14
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-092-0/+8
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-082-0/+4
| |
* | Merge pull request #19489 from owncloud/fix-18297Thomas Müller2015-10-073-1/+106
|\ \ | |/ |/| fix possible infinite loop when reading groups in the wizard
| * fix possible infinite loop when reading groups in the wizardArthur Schiwon2015-10-053-1/+106
| |