summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/wizard.php
Commit message (Collapse)AuthorAgeFilesLines
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Fixing line comments and indentationViktor Szépe2015-07-211-3/+3
|
* LDAP tests: swithc var_dump to exceptionMorris Jobke2015-04-181-3/+3
|
* Update license headersJenkins for ownCloud2015-03-261-19/+20
|
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+20
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-20/+19
|
* Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-2/+3
|
* adjust static method vars as wellArthur Schiwon2014-08-291-2/+4
|
* trigger email detection by Wizard upon any user filter filter change. before ↵Arthur Schiwon2014-08-291-6/+8
| | | | it happenend only upon user automatic list filter creation, but not on manual editing
* add unit test for mail detectionArthur Schiwon2014-08-291-1/+137
|
* remove Access as hard dependency, inject it insteadArthur Schiwon2014-08-291-3/+14
|
* fix wizard test, adjust to changed parameters of the tested method, ↵Arthur Schiwon2014-08-281-1/+1
| | | | introduced by 9caa354cfc1f73159f335646ca89be4db72b125e
* Port of #8623Arthur Schiwon2014-08-281-0/+78
| | | | | | | | | set result entry identifier earlier, i.e. before a continue for the same level can happen. otherwise will always get the same value and we end up in an infinite loop add unit test to make sure the infinite loop never comes back Conflicts: apps/user_ldap/tests/wizard.php
* Port of LDAP Wizard: get correct total no of users, groups and complete ↵Arthur Schiwon2014-06-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | list of groups on big setups #9002 fix PHPdoc Conflicts: apps/user_ldap/lib/connection.php add method to count groups on LDAP Conflicts: apps/user_ldap/lib/access.php LDAP Wizard: count users and groups with the power of paged search Conflicts: apps/user_ldap/lib/wizard.php consolidate requirement check fix PHPdoc Conflicts: apps/user_ldap/lib/access.php Wizard: get really all groups from LDAP by power of Paged Search Conflicts: apps/user_ldap/lib/wizard.php make all this work in an early configuration state in the wizard by marking the config active and ignoring the validation state. Conflicts: apps/user_ldap/lib/connection.php simplify two methods a bit, because they are not used for group search anymore Conflicts: apps/user_ldap/lib/wizard.php remove unused vars; increase scrutinizer happiness
* make tests work on systems without php5_ldapArthur Schiwon2014-03-211-0/+12
|
* add tests for cumulativeSearchOnAttributeArthur Schiwon2014-03-211-0/+198