summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests
Commit message (Expand)AuthorAgeFilesLines
* remove unused use statementArthur Schiwon2019-03-071-1/+0
* fix nested group retrieval also for 2 other casesArthur Schiwon2019-03-071-24/+32
* Fixed unit test: groupsMatchFilter will not be called multiple times anymore.Roland Tapken2019-03-071-1/+1
* ensure attribute names are lower casedArthur Schiwon2019-02-141-2/+6
* ensure db is pristine before starting the testsArthur Schiwon2019-01-041-0/+3
* add tests for the DUIArthur Schiwon2019-01-041-0/+118
* avoid logging of "Partial search results returned: Sizelimit exceeded at"Arthur Schiwon2018-11-071-0/+40
* remove app specific IUserTools and consolidate testArthur Schiwon2018-10-301-124/+100
* Merge pull request #12054 from nextcloud/fix/5212/interact-with-userobjectRoeland Jago Douma2018-10-301-4/+39
|\
| * do not run into UniqueConstraintViolationExceptionArthur Schiwon2018-10-301-8/+18
| * only write when the displayname differs, but then announce itArthur Schiwon2018-10-251-0/+25
* | remove unneeded empty search attribute values, fixes #12086Arthur Schiwon2018-10-291-1/+6
|/
* [LDAP] The WebUI Wizard also should not assign empty config IDsArthur Schiwon2018-08-231-4/+2
* fix unit testsArthur Schiwon2018-08-151-10/+47
* tests for user storage locationArthur Schiwon2018-08-101-186/+0
* convert pagination testsArthur Schiwon2018-08-091-36/+1
* convert connection testsArthur Schiwon2018-08-091-172/+0
* integration test to ensure entries without displayname don't cause troubleArthur Schiwon2018-08-091-81/+0
* convert LDAP offline and backup server integration testsArthur Schiwon2018-08-091-124/+0
* integration test checking the group filterArthur Schiwon2018-08-091-127/+0
* Fix tests for backup ldap server connectionJulius Härtl2018-07-131-2/+2
* adjust and add more unit testsArthur Schiwon2018-07-053-17/+95
* 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/+133
* Iron User_LDAP testsArthur Schiwon2018-07-032-1029/+525
* Merge pull request #10034 from nextcloud/fix/noid/ldap-silence-quota-logmsgsblizzz2018-06-281-132/+100
|\
| * lower log level for quota manipulation casesArthur Schiwon2018-06-281-132/+100
* | LDAP backup server should not be queried when auth failsArthur Schiwon2018-06-271-3/+50
|/
* check user state when fetching to avoid dealing with offline objectsArthur Schiwon2018-05-291-2/+37
* adjust unit tests for \"Invalid argument supplied for foreach()\" fixRoger Szabo2018-05-091-4/+4
* DI for NC's user managerArthur Schiwon2018-04-051-4/+8
* LDAP backend to emit announce and revoke signals on mapping changesArthur Schiwon2018-04-051-0/+23
* Remove deprecated \OCP\User::userExistsRoeland Jago Douma2018-03-261-5/+4
* Remove deprecated OCP\User::getDisplaynameRoeland Jago Douma2018-03-251-2/+2
* Remove deprecated \OCP\User::getUsersRoeland Jago Douma2018-03-251-5/+14
* treat iconv issuesArthur Schiwon2018-03-051-1/+4
* do not create empty userid when attribute does not have allowed charsArthur Schiwon2018-03-021-0/+28
* tests for retrieving group members with numerical uidsArthur Schiwon2018-02-231-2/+85
* track the state of the bind resultArthur Schiwon2018-02-221-1/+1
* OC_App::loadApps now only accepts an array as type listMorris Jobke2018-02-171-1/+1
* Fix risky tests without assertionsJoas Schilling2018-01-251-4/+4
* Cleanup OC_User and OCP\UserMorris Jobke2018-01-161-6/+18
* Remove deprecated functions for OCP\UtilRoeland Jago Douma2018-01-131-1/+1
* 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