aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/User_LDAPTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: run rectorrector-phpunit10Robin Appelman2025-07-011-6/+2
* test: Migrate User LDAP to phpunit 10tests/noid/ldapJoas Schilling2025-05-281-44/+35
* fix: Replace all usages of OC_User backend method calls by IUserManagerfix/cleanup-user-backendsCôme Chilliet2025-04-101-18/+18
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-9/+13
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-2/+2
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-10/+10
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-53/+53
* fix(user_ldap): Fix user_ldap tests by mocking new method exists in managerCôme Chilliet2024-08-271-20/+64
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-154/+154
* Use cache in LDAP backend's checkPasswordAkhil2024-08-161-0/+4
* fix(LDAP): remove unneeded dependenciesArthur Schiwon2024-08-011-53/+38
* chore: Add SPDX headerAndy Scherzinger2024-05-301-28/+4
* fix(user_ldap): Fix tests using wrong typesCôme Chilliet2024-04-091-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-031-88/+101
|\
| * Use DI for DeletedUsersIndex and fix testsCôme Chilliet2023-05-251-88/+101
* | Refactors "strpos" calls in /apps/user_ldap to improve code readability.Faraz Samapoor2023-06-021-1/+1
|/
* Fix unit testsCôme Chilliet2022-03-031-7/+9
* Migrate HintException to OCPGary Kim2021-06-301-3/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* user share manager to determine share ownershipArthur Schiwon2020-10-261-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-4/+4
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-8/+8
* fix strings being passed where arrays where expectedArthur Schiwon2020-06-241-0/+18
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-76/+84
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-37/+37
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-18/+18
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-70/+70
* remove superfluous testsArthur Schiwon2020-01-081-58/+0
* adjust testsArthur Schiwon2020-01-081-35/+10
* relax strict getHome behaviour for LDAP users in a shadow stateArthur Schiwon2020-01-081-16/+5
* Update license headersChristoph Wurst2019-12-051-1/+1
* Mode to modern phpunitRoeland Jago Douma2019-11-271-17/+17
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+3
* invalidates user when plugin reported deletion successArthur Schiwon2019-06-261-2/+20
* ensures mapping of chosen useridArthur Schiwon2019-06-191-2/+17
* caches the displayname after an LDAP plugin set itArthur Schiwon2019-06-181-3/+27
* fix user creation using LDAP PluginVinicius Cubas Brand2019-03-211-1/+1
* fix unit testsArthur Schiwon2018-08-151-10/+47
* adjust and add more unit testsArthur Schiwon2018-07-051-0/+27
* let user set avatar in nextcloud von LDAP provides invalid image dataArthur Schiwon2018-07-031-0/+28
* Iron User_LDAP testsArthur Schiwon2018-07-031-531/+259
* 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
* Cleanup OC_User and OCP\UserMorris Jobke2018-01-161-6/+18
* removes invalid tests, adapts another oneArthur Schiwon2018-01-031-4/+3