aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/User/UserTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: run rectorrector-phpunit10Robin Appelman2025-07-011-9/+3
* test: Migrate User LDAP to phpunit 10tests/noid/ldapJoas Schilling2025-05-281-37/+29
* fix(user_ldap): Remove now unused class FilesystemHelperCôme Chilliet2025-01-131-27/+0
* fix(user_ldap): Strong type User class and fix most type issuesCôme Chilliet2025-01-131-2/+1
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-2/+3
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-31/+31
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-301-25/+4
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix(ldap): avatar is not being fetchedArthur Schiwon2023-07-051-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