aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/Integration/AbstractIntegrationTest.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-5/+10
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-4/+6
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-3/+3
* Merge pull request #45573 from nextcloud/chore/noid/spdx-batch9Andy Scherzinger2024-05-301-24/+4
|\
| * chore: Add SPDX headerAndy Scherzinger2024-05-301-24/+4
* | Refactor `OC\Server::getAvatarManager` in user_ldap appAndrew Summers2024-05-301-1/+2
|/
* chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-1/+1
* Refactors "strpos" calls in /apps/user_ldap to improve code readability.Faraz Samapoor2023-06-021-1/+1
* Get rid of LogWrapper calling deprecated logger and use LoggerInterface from ...Côme Chilliet2021-11-091-2/+2
* Use Psr\Log\LoggerInterface in OCA\User_LDAP\AccessCôme Chilliet2021-10-121-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Use query builder instead of OC_DB in user_ldapJoas Schilling2020-11-061-1/+1
* user share manager to determine share ownershipArthur Schiwon2020-10-261-2/+3
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Do not use custom DI object names for user_ldapMorris Jobke2020-07-131-4/+6
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-6/+5
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Update license headersChristoph Wurst2019-12-051-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* resolve DIArthur Schiwon2017-11-091-1/+1
* don't skip updating when ajax is set as background job modeArthur Schiwon2017-11-091-1/+1
* Update license headersMorris Jobke2017-11-061-0/+3
* User_LDAP plugins: smaller fixesVinicius Cubas Brand2017-11-031-0/+7
* fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-291-3/+9
* add missing INotificationManager when creating User backend, LDAPArthur Schiwon2017-05-261-2/+2
* Fix integration test by not relying on Fake instancesArthur Schiwon2017-02-171-1/+11
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-1/+1
* New LDAPProvider for user_ldaproot2016-07-221-1/+13
* Fix apps/Joas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-1/+2
* Move tests/ to PSR-4Joas Schilling2016-05-251-0/+137