summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/Integration
Commit message (Expand)AuthorAgeFilesLines
* 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
* improve and extend paging integration testArthur Schiwon2017-09-142-11/+28
* fix limit-flaw in search on paged resultsArthur Schiwon2017-09-141-4/+9
* listen to deletion hooks for proper handling, adjust and add testsArthur Schiwon2017-08-311-0/+102
* add convenience script to run all tests at onceArthur Schiwon2017-05-261-0/+34
* Make IDE happyArthur Schiwon2017-05-2610-18/+81
* add missing INotificationManager when creating User backend, LDAPArthur Schiwon2017-05-263-5/+6
* Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz2017-04-245-6/+7
|\
| * restore ldap_password_renew_prRoger Szabo2017-03-315-6/+7
* | Update comments to NextcloudMorris Jobke2017-04-112-3/+3
|/
* add integration test for uuid attr detectionArthur Schiwon2017-02-171-0/+86
* Fix integration test by not relying on Fake instancesArthur Schiwon2017-02-173-40/+13
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-1/+1
* fix a few minor code smellsJörn Friedrich Dreyer2016-08-291-2/+2
* Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-2711-21/+36
|\
| * fix autoloading in LPAP integration tests, resolves #544Arthur Schiwon2016-07-2511-21/+36
* | New LDAPProvider for user_ldaproot2016-07-221-1/+13
|/
* Fix apps/Joas Schilling2016-07-2117-30/+47
* Update license headersLukas Reschke2016-05-2617-17/+30
* Fix the tests againJoas Schilling2016-05-254-4/+4
* Fix throws docsJoas Schilling2016-05-251-3/+3
* Move tests/ to PSR-4Joas Schilling2016-05-2521-0/+1848