Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix LDAP User deletion (cleanup) | Arthur Schiwon | 2017-09-29 | 17 | -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 transifex | Nextcloud bot | 2017-09-28 | 4 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-27 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-19 | 2 | -18/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-16 | 4 | -0/+74 |
| | |||||
* | Merge pull request #6453 from nextcloud/fix-5273 | Morris Jobke | 2017-09-15 | 4 | -25/+72 |
|\ | | | | | Fix initializing paged search under some circumstances | ||||
| * | adapted integration tests | Arthur Schiwon | 2017-09-14 | 2 | -13/+35 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | fix counting found results in search op | Arthur Schiwon | 2017-09-14 | 1 | -3/+6 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | improve and extend paging integration test | Arthur Schiwon | 2017-09-14 | 2 | -11/+28 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | replace hard-coded attribute with the corresponding settings option | Arthur Schiwon | 2017-09-14 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | fix limit-flaw in search on paged results | Arthur Schiwon | 2017-09-14 | 2 | -12/+17 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-15 | 4 | -26/+92 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-14 | 2 | -22/+212 |
| | |||||
* | Merge pull request #5689 from nextcloud/fix-4117 | Morris Jobke | 2017-09-14 | 6 | -48/+189 |
|\ | | | | | LDAP: simplify returning the homePath and fixing #4117 | ||||
| * | listen to deletion hooks for proper handling, adjust and add tests | Arthur Schiwon | 2017-08-31 | 5 | -26/+178 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | simplify returning the homePath and fixing #4117 | Arthur Schiwon | 2017-08-31 | 2 | -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_Wizard | Morris Jobke | 2017-09-05 | 1 | -1/+1 |
|\ \ | | | | | | | recognize groupOfUniqueNames as valid LDAP group object | ||||
| * | | recognize groupOfUniqueNames as valid LDAP group object | Tobias Brunner | 2017-07-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | This was already partly done in f88109b but was missed in the fetchGroups function. | ||||
* | | | Merge pull request #5466 from jlehtoranta/ldap-connectivity-fixes | Morris Jobke | 2017-09-04 | 2 | -26/+132 |
|\ \ \ | | | | | | | | | LDAP Connectivity Fixes | ||||
| * | | | LDAP: Simplify conditions in establishConnection | Jarkko Lehtoranta | 2017-07-23 | 1 | -9/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com> | ||||
| * | | | LDAP: Add testStartTlsNegotiationFailure unit test | Jarkko Lehtoranta | 2017-07-23 | 1 | -0/+50 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com> | ||||
| * | | | LDAP: Add testBindWithInvalidCredentials unit test | Jarkko Lehtoranta | 2017-07-23 | 1 | -0/+44 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com> | ||||
| * | | | LDAP: Use imported exception in Connection class | Jarkko Lehtoranta | 2017-07-23 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com> | ||||
| * | | | LDAP: Clean-up doConnect | Jarkko Lehtoranta | 2017-07-23 | 1 | -11/+14 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com> | ||||
| * | | | LDAP: Throw an exception if disabling LDAP referrals fails | Jarkko Lehtoranta | 2017-07-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com> | ||||
| * | | | LDAP: Fix testUseBackupServer unit test | Jarkko Lehtoranta | 2017-07-23 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com> | ||||
| * | | | LDAP: Throw an exception if Start TLS fails | Jarkko Lehtoranta | 2017-07-23 | 1 | -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" fix | Jarkko Lehtoranta | 2017-07-23 | 1 | -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 error | Jarkko Lehtoranta | 2017-07-23 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com> | ||||
| * | | | LDAP: Connect to backup server only if it exists + handle errors | Jarkko Lehtoranta | 2017-07-23 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jarkko Lehtoranta <devel@jlranta.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-01 | 2 | -0/+6 |
| |_|/ |/| | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-31 | 2 | -0/+22 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-28 | 2 | -0/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-25 | 2 | -0/+10 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-24 | 2 | -32/+32 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-22 | 2 | -0/+38 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-21 | 4 | -0/+12 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-20 | 6 | -0/+84 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-19 | 4 | -18/+54 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-18 | 2 | -0/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-17 | 4 | -2/+12 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-16 | 2 | -0/+10 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-15 | 2 | -0/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-14 | 2 | -0/+20 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-12 | 2 | -0/+8 |
| | | | |||||
* | | | Merge pull request #5616 from ↵ | Morris Jobke | 2017-08-10 | 3 | -20/+7 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/ldap-wizard-remove-LDAPTLS_REQCERT-attempt LDAP Wizard: do not attempt to recognise cert issue by using LDAPTLS_REQCERT | ||||
| * | | | fix phpdoc return types (no code change) | Arthur Schiwon | 2017-07-21 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | | do not attempt to recognise cert issue by using LDAPTLS_REQCERT | Arthur Schiwon | 2017-07-21 | 1 | -16/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | first, it does not work (at least not everywhere/reliably), second if it did it was not reset properly. Removes a bit of complexity. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | Fix ldap tests | Roeland Jago Douma | 2017-08-09 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-09 | 48 | -216/+36 |
| | | | |