aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/LDAPProviderTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-4/+7
* fix(users): Don't crash if disabled user is missing in the databaseartonge/fix/prevent_missing_users_from_crashing_disabled_users_searchLouis Chemineau2024-09-231-0/+2
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-34/+34
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-51/+51
* chore: Add SPDX headerAndy Scherzinger2024-05-301-25/+2
* fix(user_ldap): Fix tests using wrong typesCôme Chilliet2024-04-091-4/+6
* fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-271-2/+0
* Remove bogus expects from user_ldap testsCôme Chilliet2022-06-141-3/+0
* Remove deprecated at() matcher from user_ldap testsCôme Chilliet2022-06-131-14/+14
* Add method to read multi-value attributes from ldap.Daniel Kesselberg2021-06-161-0/+191
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Cache the user backend info for 300sJoas Schilling2021-02-151-1/+3
* Use query builder instead of OC_DB in user_ldapJoas Schilling2020-11-061-2/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+2
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-28/+28
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
* Update license headersChristoph Wurst2019-12-051-1/+5
* Add typed create user eventsChristoph Wurst2019-12-031-67/+72
* Mode to modern phpunitRoeland Jago Douma2019-11-271-44/+44
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* fixes returning the base when multiple are specifiedArthur Schiwon2019-06-191-16/+61
* Fix testsJulius Härtl2019-03-011-4/+6
* Fix risky tests without assertionsJoas Schilling2018-01-251-4/+4
* Update license headersMorris Jobke2017-11-061-3/+3
* User_LDAP plugins: smaller fixesVinicius Cubas Brand2017-11-031-0/+45
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-031-56/+318
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-2/+2
* Nextcloud license header for new filesroot2016-07-281-8/+10
* comments amendedroot2016-07-271-1/+0
* New LDAPProvider for user_ldaproot2016-07-221-0/+337