aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/Integration
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-2/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-257-18/+18
* fix(LDAP): remove unneeded dependenciesArthur Schiwon2024-08-016-6/+6
* Merge pull request #45573 from nextcloud/chore/noid/spdx-batch9Andy Scherzinger2024-05-3017-293/+65
|\
| * chore: Add SPDX headerAndy Scherzinger2024-05-3017-293/+65
* | Refactor `OC\Server::getAvatarManager` in user_ldap appAndrew Summers2024-05-302-6/+8
|/
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-1/+1
* refactor(LDAP): pass IConfig via constructor to Group_LDAPArthur Schiwon2023-10-101-1/+2
* Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-036-6/+17
|\
| * Use DI for DeletedUsersIndex and fix testsCôme Chilliet2023-05-256-6/+17
* | Refactors "strpos" calls in /apps/user_ldap to improve code readability.Faraz Samapoor2023-06-022-3/+3
|/
* Fix PHP 8.1 support for user_ldap applicationCôme Chilliet2021-12-161-2/+2
* Get rid of LogWrapper calling deprecated logger and use LoggerInterface from ...Côme Chilliet2021-11-092-4/+4
* Use Psr\Log\LoggerInterface in OCA\User_LDAP\AccessCôme Chilliet2021-10-121-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0410-12/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* 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-054-5/+5
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-247-6/+6
* Do not use custom DI object names for user_ldapMorris Jobke2020-07-137-11/+20
* compress some images with tinypng.comRuben Barkow-Kuder2020-05-221-0/+0
* Update license headers for 19Christoph Wurst2020-04-298-0/+8
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1010-19/+17
* Remove trailing whitespaces from commentsChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
|/
* Update license headersChristoph Wurst2019-12-0514-14/+18
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-225-6/+5
* tests for user storage locationArthur Schiwon2018-08-101-186/+0
* convert pagination testsArthur Schiwon2018-08-091-36/+1
* convert connection testsArthur Schiwon2018-08-091-172/+0
* integration test to ensure entries without displayname don't cause troubleArthur Schiwon2018-08-091-81/+0
* convert LDAP offline and backup server integration testsArthur Schiwon2018-08-091-124/+0
* integration test checking the group filterArthur Schiwon2018-08-091-127/+0
* OC_App::loadApps now only accepts an array as type listMorris Jobke2018-02-171-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-0610-9/+22
* User_LDAP plugins: smaller fixesVinicius Cubas Brand2017-11-032-1/+8
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-036-7/+7
* fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-298-15/+23
* adapted integration testsArthur Schiwon2017-09-142-13/+35