summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/Integration
Commit message (Collapse)AuthorAgeFilesLines
* resolve DIArthur Schiwon2017-11-091-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* don't skip updating when ajax is set as background job modeArthur Schiwon2017-11-091-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update license headersMorris Jobke2017-11-0610-9/+22
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* User_LDAP plugins: smaller fixesVinicius Cubas Brand2017-11-032-1/+8
| | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-036-7/+7
| | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-298-15/+23
| | | | | | | | | discovered a bug in the integration test which lead to following a different code path and giving a false-positive success feedback. Also listens now to the evendispatcher instead of old hook system Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* adapted integration testsArthur Schiwon2017-09-142-13/+35
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* improve and extend paging integration testArthur Schiwon2017-09-142-11/+28
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix limit-flaw in search on paged resultsArthur Schiwon2017-09-141-4/+9
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* listen to deletion hooks for proper handling, adjust and add testsArthur Schiwon2017-08-311-0/+102
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add convenience script to run all tests at onceArthur Schiwon2017-05-261-0/+34
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Make IDE happyArthur Schiwon2017-05-2610-18/+81
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add missing INotificationManager when creating User backend, LDAPArthur Schiwon2017-05-263-5/+6
| | | | | | UserManager Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz2017-04-245-6/+7
|\ | | | | Handle password expiry in user_ldap
| * restore ldap_password_renew_prRoger Szabo2017-03-315-6/+7
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | Update comments to NextcloudMorris Jobke2017-04-112-3/+3
|/ | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* add integration test for uuid attr detectionArthur Schiwon2017-02-171-0/+86
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix integration test by not relying on Fake instancesArthur Schiwon2017-02-173-40/+13
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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