nextcloud/apps/user_ldap/lib
Arthur Schiwon 452efa5fab Port of LDAP Wizard: get correct total no of users, groups and complete 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
2014-06-25 11:45:55 +02:00
..
user class descriptions 2014-06-03 12:59:10 +02:00
access.php Port of LDAP Wizard: get correct total no of users, groups and complete list of groups on big setups #9002 2014-06-25 11:45:55 +02:00
backendutility.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
configuration.php command line tools to see, modify and test existing LDAP configurations 2014-06-03 12:35:18 +02:00
connection.php Port of LDAP Wizard: get correct total no of users, groups and complete list of groups on big setups #9002 2014-06-25 11:45:55 +02:00
filesystemhelper.php newlines 2014-06-03 12:59:10 +02:00
helper.php Backport subset of #4179, re-established Oracle compatibility for LDAP 2014-06-20 20:49:34 +02:00
ildapwrapper.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
jobs.php Fix whitespace issues 2014-05-16 22:23:36 +01:00
ldap.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
ldaputility.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
logwrapper.php newlines 2014-06-03 12:59:10 +02:00
proxy.php LDAP: put out fetching of user meta data into a fully tested class of its own and update them (mail, quota, etc.) directly after mapping. Fixes #7785 properly on master 2014-06-03 12:59:09 +02:00
wizard.php Port of LDAP Wizard: get correct total no of users, groups and complete list of groups on big setups #9002 2014-06-25 11:45:55 +02:00
wizardresult.php Fix PHPDoc in /apps 2014-05-16 22:21:57 +01:00