summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/User_LDAPTest.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix unit tests after rebaseArthur Schiwon2017-11-091-2/+11
* adjust testsArthur Schiwon2017-11-091-54/+212
* Update license headersMorris Jobke2017-11-061-2/+3
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-031-43/+356
* fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-291-45/+57
* listen to deletion hooks for proper handling, adjust and add testsArthur Schiwon2017-08-311-24/+34
* Fix ldap testsRoeland Jago Douma2017-08-091-0/+9
* Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz2017-04-241-44/+52
|\
| * restore ldap_password_renew_prRoger Szabo2017-03-311-44/+52
* | Change LDAP method namesMorris Jobke2017-04-121-1/+1
|/
* Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-1/+1
* Add testsLukas Reschke2016-11-231-0/+43
* restore ldap_password_prroot2016-11-231-1/+100
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-1/+1
* cache loginName2UserName and cover the method with unit testsArthur Schiwon2016-10-071-8/+118
* get rid of test warningsArthur Schiwon2016-10-061-21/+22
* Fix the User_LDAP appJoas Schilling2016-09-121-2/+0