aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-11-032-0/+392
|
* Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-0113-4/+1098
|\
| * User_LDAP AutoloaderRoeland Jago Douma2017-10-249-0/+701
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Use ::class in test mocksMorris Jobke2017-10-242-4/+5
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * [tx-robot] updated from transifexNextcloud bot2017-10-242-0/+392
| |
* | avoid unnecessary recursionArthur Schiwon2017-10-252-11/+10
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #6873 from nextcloud/ldap_proxy_redix_fixLukas Reschke2017-10-191-19/+12
|\ | | | | Ldap proxy Redis fix
| * Little bit of code cleanupRoeland Jago Douma2017-10-191-5/+5
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Do not check existance before fetchRoeland Jago Douma2017-10-191-14/+7
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #6677 from nextcloud/downstream-dont-reset-quotaLukas Reschke2017-10-193-18/+12
|\ \ | |/ |/| don't reset quota
| * and add missing whitespaces to log outoutArthur Schiwon2017-09-281-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Adjust unittestJuan Pablo Villafáñez2017-09-281-15/+10
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Keep the current quota if no suitable quota is foundJuan Pablo Villafáñez2017-09-281-1/+0
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-10-172-32/+104
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-162-30/+42
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-142-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-032-24/+124
| |
* | [tx-robot] updated from transifexNextcloud bot2017-09-306-10/+10
| |
* | fix testArthur Schiwon2017-09-291-1/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-2917-81/+115
| | | | | | | | | | | | | | | | | | discovered a bug in the integration test which lead to following a different code path and giving a false-positive success feedback. Also listens now to the evendispatcher instead of old hook system Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-09-284-0/+8
|/
* [tx-robot] updated from transifexNextcloud bot2017-09-272-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-09-192-18/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-09-164-0/+74
|
* Merge pull request #6453 from nextcloud/fix-5273Morris Jobke2017-09-154-25/+72
|\ | | | | Fix initializing paged search under some circumstances
| * adapted integration testsArthur Schiwon2017-09-142-13/+35
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix counting found results in search opArthur Schiwon2017-09-141-3/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * improve and extend paging integration testArthur Schiwon2017-09-142-11/+28
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * replace hard-coded attribute with the corresponding settings optionArthur Schiwon2017-09-141-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix limit-flaw in search on paged resultsArthur Schiwon2017-09-142-12/+17
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-09-154-26/+92
|/
* [tx-robot] updated from transifexNextcloud bot2017-09-142-22/+212
|
* Merge pull request #5689 from nextcloud/fix-4117Morris Jobke2017-09-146-48/+189
|\ | | | | LDAP: simplify returning the homePath and fixing #4117
| * listen to deletion hooks for proper handling, adjust and add testsArthur Schiwon2017-08-315-26/+178
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * simplify returning the homePath and fixing #4117Arthur Schiwon2017-08-312-23/+12
| | | | | | | | | | | | | | | | homesToKill was not set in runtime since some changes some place else. It required deleteUser() to be called first. The method acts independent of it now. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #5642 from tobru/fix/groupOfUniqueNames_in_WizardMorris Jobke2017-09-051-1/+1
|\ \ | | | | | | recognize groupOfUniqueNames as valid LDAP group object
| * | recognize groupOfUniqueNames as valid LDAP group objectTobias Brunner2017-07-071-1/+1
| | | | | | | | | | | | | | | This was already partly done in f88109b but was missed in the fetchGroups function.
* | | Merge pull request #5466 from jlehtoranta/ldap-connectivity-fixesMorris Jobke2017-09-042-26/+132
|\ \ \ | | | | | | | | LDAP Connectivity Fixes
| * | | LDAP: Simplify conditions in establishConnectionJarkko Lehtoranta2017-07-231-9/+6
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Add testStartTlsNegotiationFailure unit testJarkko Lehtoranta2017-07-231-0/+50
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Add testBindWithInvalidCredentials unit testJarkko Lehtoranta2017-07-231-0/+44
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Use imported exception in Connection classJarkko Lehtoranta2017-07-231-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Clean-up doConnectJarkko Lehtoranta2017-07-231-11/+14
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Throw an exception if disabling LDAP referrals failsJarkko Lehtoranta2017-07-231-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Fix testUseBackupServer unit testJarkko Lehtoranta2017-07-231-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Throw an exception if Start TLS failsJarkko Lehtoranta2017-07-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that only a secure connection to the LDAP server will be used, if Start TLS has been enabled. Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Remove unnecessary "recursion" fixJarkko Lehtoranta2017-07-231-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 86d72b9a61f5e8a9b57c6f0bb431eb6722aa12a3 "LDAP: fix possible recursion". Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Don't handle invalid credentials as a connection errorJarkko Lehtoranta2017-07-231-2/+9
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
| * | | LDAP: Connect to backup server only if it exists + handle errorsJarkko Lehtoranta2017-07-231-3/+7
| | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com>
* | | | [tx-robot] updated from transifexNextcloud bot2017-09-012-0/+6
| |_|/ |/| |