summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests
Commit message (Expand)AuthorAgeFilesLines
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-1/+0
* these code bits were part of old logic that was already refactored outArthur Schiwon2020-09-041-79/+0
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2414-6/+13
* Merge pull request #22199 from nextcloud/techdebt/noid/PHPUnit_Framework_Mock...Morris Jobke2020-08-1214-80/+80
|\
| * Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-1214-80/+80
* | do not flip available state to unavailable, allow empty resultsArthur Schiwon2020-08-111-2/+20
* | LDAP: shortcut in reading nested group members when IN_CHAIN is availableArthur Schiwon2020-08-111-0/+2
|/
* Do not use custom DI object names for user_ldapMorris Jobke2020-07-137-11/+20
* Merge pull request #21171 from nextcloud/enh/noid/tidy-up-group-ldapMorris Jobke2020-07-061-36/+37
|\
| * tidy up Group_LDAPArthur Schiwon2020-06-081-36/+37
* | fix strings being passed where arrays where expectedArthur Schiwon2020-06-243-0/+38
|/
* compress some images with tinypng.comRuben Barkow-Kuder2020-05-221-0/+0
* Update license headers for 19Christoph Wurst2020-04-2915-2/+14
* formattingArthur Schiwon2020-04-231-18/+18
* read records from DB for lists at once, not one by one.Arthur Schiwon2020-04-171-24/+48
* PHP-CS-Fixer greenRoeland Jago Douma2020-04-161-3/+3
* use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon2020-04-143-22/+23
* 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