summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/User/UserTest.php
Commit message (Expand)AuthorAgeFilesLines
* fix(ldap): avatar is not being fetchedArthur Schiwon2023-09-111-2/+10
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Remove deprecated at() matcher from user_ldap testsCôme Chilliet2022-06-131-9/+5
* Fix unit testsCôme Chilliet2022-03-031-0/+8
* Get rid of LogWrapper calling deprecated logger and use LoggerInterface from ...Côme Chilliet2021-11-091-6/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* 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
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-10/+10
* PHP-CS-Fixer greenRoeland Jago Douma2020-04-161-3/+3
* use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon2020-04-141-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-38/+29
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-9/+9
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-84/+84
* Update license headersChristoph Wurst2019-12-051-2/+2
* TO REVERT LATER: disable some tests in UserTestRoeland Jago Douma2019-11-271-5/+5
* Mode to modern phpunitRoeland Jago Douma2019-11-271-4/+4
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Don't process known avatars from LDAPArthur Schiwon2019-09-041-0/+93
* add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-141-3/+49
* 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
* adjust and add more unit testsArthur Schiwon2018-07-051-17/+67
* let user set avatar in nextcloud von LDAP provides invalid image dataArthur Schiwon2018-07-031-0/+105
* Iron User_LDAP testsArthur Schiwon2018-07-031-498/+266
* lower log level for quota manipulation casesArthur Schiwon2018-06-281-132/+100
* adjust unit tests for \"Invalid argument supplied for foreach()\" fixRoger Szabo2018-05-091-4/+4
* Fixed indentationsidey792017-11-101-1/+1
* Fixed typo from last commitsidey792017-11-101-1/+1
* Update testUpdateNoRefreshsidey792017-11-101-1/+8
* adjust testsArthur Schiwon2017-11-091-312/+169
* Update license headersMorris Jobke2017-11-061-0/+4
* Use ::class in test mocksMorris Jobke2017-10-241-3/+4
* Adjust unittestJuan Pablo Villafáñez2017-09-281-15/+10
* listen to deletion hooks for proper handling, adjust and add testsArthur Schiwon2017-08-311-1/+1
* Fix ldap testsRoeland Jago Douma2017-08-091-0/+2
* unit test adjustmentRoger Szabo2017-04-071-21/+31
* lower case for attributesRoger Szabo2017-04-061-7/+7
* usertest adjustmentRoger Szabo2017-03-311-1/+1
* usertest adjustmentRoger Szabo2017-03-311-11/+11
* restore ldap_password_renew_prRoger Szabo2017-03-311-52/+192
* Include tests for "default" and "none" quotasJuan Pablo Villafáñez2017-03-291-0/+80
* Add new testes to cover more casesJuan Pablo Villafáñez2017-03-291-0/+210
* Adjust current tests to match the expectationsJuan Pablo Villafáñez2017-03-291-28/+26
* Update tests for phunit 5.5Victor Dubiniuk2016-10-131-6/+12
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-1/+1
* Fix getMock user_ldapRoeland Jago Douma2016-09-061-17/+27