summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests
Commit message (Expand)AuthorAgeFilesLines
* [LDAP] The WebUI Wizard also should not assign empty config IDsArthur Schiwon2018-08-231-4/+2
* fix unit testsArthur Schiwon2018-08-201-11/+47
* Fix tests for backup ldap server connectionJulius Härtl2018-07-131-2/+2
* adjust and add more unit testsArthur Schiwon2018-07-053-18/+114
* allow admin to disable fetching of avatars as well as a specific attributeArthur Schiwon2018-07-052-22/+56
* let user set avatar in nextcloud von LDAP provides invalid image dataArthur Schiwon2018-07-032-0/+166
* lower log level for quota manipulation casesArthur Schiwon2018-07-021-132/+100
* LDAP backup server should not be queried when auth failsArthur Schiwon2018-06-271-3/+50
* Merge pull request #9654 from nextcloud/backport/9360/stable13Morris Jobke2018-05-301-4/+4
|\
| * adjust unit tests for \"Invalid argument supplied for foreach()\" fixRoger Szabo2018-05-291-4/+4
* | check user state when fetching to avoid dealing with offline objectsArthur Schiwon2018-05-291-2/+37
|/
* do not create empty userid when attribute does not have allowed charsArthur Schiwon2018-03-051-0/+31
* Merge pull request #8532 from nextcloud/8499-stable13Morris Jobke2018-02-261-1/+1
|\
| * track the state of the bind resultArthur Schiwon2018-02-261-1/+1
* | tests for retrieving group members with numerical uidsArthur Schiwon2018-02-261-2/+85
|/
* fix return value when ldapPagingSize returns nullArthur Schiwon2018-01-111-1/+2
* when paged results are turned off, all (max possible) users are returnedArthur Schiwon2018-01-111-1/+2
* extend test for rotating prefixesArthur Schiwon2018-01-081-1/+10
* add tests for whole run commandArthur Schiwon2018-01-081-0/+104
* add unit test for qualifies to runArthur Schiwon2018-01-081-3/+19
* add unit test for determining next cycleArthur Schiwon2018-01-081-0/+41
* create failing test for this caseArthur Schiwon2018-01-051-0/+55
* removes invalid tests, adapts another oneArthur Schiwon2018-01-031-4/+3
* don't cache user, if no internal user id was retrieved/assignedArthur Schiwon2017-12-071-0/+7
* ensure that users are cached when they are retrievedArthur Schiwon2017-12-071-0/+116
* Fixed indentationsidey792017-11-101-1/+1
* Fixed typo from last commitsidey792017-11-101-1/+1
* Update testUpdateNoRefreshsidey792017-11-101-1/+8
* resolve DIArthur Schiwon2017-11-093-42/+41
* fix unit tests after rebaseArthur Schiwon2017-11-092-48/+67
* add Sync testArthur Schiwon2017-11-091-0/+130
* adjust testsArthur Schiwon2017-11-095-403/+413
* don't skip updating when ajax is set as background job modeArthur Schiwon2017-11-092-5/+75
* move ldap user sync to background (WIP)Arthur Schiwon2017-11-091-91/+116
* Change @georgehrke's emailMorris Jobke2017-11-061-0/+1
* Update license headersMorris Jobke2017-11-0629-51/+115
* User_LDAP plugins: smaller fixesVinicius Cubas Brand2017-11-035-25/+77
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-0314-127/+1707
* Use ::class in test mocksMorris Jobke2017-10-242-4/+5
* Merge pull request #6677 from nextcloud/downstream-dont-reset-quotaLukas Reschke2017-10-191-15/+10
|\
| * Adjust unittestJuan Pablo Villafáñez2017-09-281-15/+10
* | fix testArthur Schiwon2017-09-291-1/+6
* | fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-299-60/+80
|/
* adapted integration testsArthur Schiwon2017-09-142-13/+35
* improve and extend paging integration testArthur Schiwon2017-09-142-11/+28
* fix limit-flaw in search on paged resultsArthur Schiwon2017-09-141-4/+9
* Merge pull request #5689 from nextcloud/fix-4117Morris Jobke2017-09-143-25/+137
|\
| * listen to deletion hooks for proper handling, adjust and add testsArthur Schiwon2017-08-313-25/+137
* | Merge pull request #5466 from jlehtoranta/ldap-connectivity-fixesMorris Jobke2017-09-041-0/+98
|\ \ | |/ |/|
| * LDAP: Add testStartTlsNegotiationFailure unit testJarkko Lehtoranta2017-07-231-0/+50