aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1030-236/+214
* Use elseif instead of else ifChristoph Wurst2020-04-103-12/+12
* Remove trailing whitespaces from commentsChristoph Wurst2020-04-091-1/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-094-8/+8
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-099-81/+81
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-097-6/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-094-32/+32
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3113-0/+13
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-274-4/+0
|\
| * Remove unused importsChristoph Wurst2020-03-254-4/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-2612-119/+119
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-259-326/+326
|/
* remove superfluous testsArthur Schiwon2020-01-081-58/+0
* adjust testsArthur Schiwon2020-01-082-36/+11
* relax strict getHome behaviour for LDAP users in a shadow stateArthur Schiwon2020-01-081-16/+5
* Update license headersChristoph Wurst2019-12-0542-44/+67
* Add typed create user eventsChristoph Wurst2019-12-031-67/+72
* TO REVERT LATER: disable some tests in UserTestRoeland Jago Douma2019-11-271-5/+5
* Mode to modern phpunitRoeland Jago Douma2019-11-2721-160/+160
* Fix more testsRoeland Jago Douma2019-11-271-1/+2
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2720-22/+22
* Some php-cs fixesRoeland Jago Douma2019-11-2216-24/+23
* Don't process known avatars from LDAPArthur Schiwon2019-09-041-0/+93
* invalidates user when plugin reported deletion successArthur Schiwon2019-06-261-2/+20
* Merge pull request #15964 from nextcloud/enh/noid/user-creation-optionsblizzz2019-06-211-2/+17
|\
| * ensures mapping of chosen useridArthur Schiwon2019-06-191-2/+17
* | fixes returning the base when multiple are specifiedArthur Schiwon2019-06-191-16/+61
|/
* caches the displayname after an LDAP plugin set itArthur Schiwon2019-06-181-3/+27
* group display name support (service level + ldap)Arthur Schiwon2019-05-271-0/+39
* fix user creation using LDAP PluginVinicius Cubas Brand2019-03-211-1/+1
* remove unused use statementArthur Schiwon2019-03-061-1/+0
* fix nested group retrieval also for 2 other casesArthur Schiwon2019-03-051-24/+32
* Fixed unit test: groupsMatchFilter will not be called multiple times anymore.Roland Tapken2019-03-051-1/+1
* Fix testsJulius Härtl2019-03-011-4/+6
* add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-142-3/+51
* 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 Schiwon2018-12-211-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