nextcloud/apps/user_ldap
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
..
ajax LDAP: on testing configuration, set active property to true, otherwise inactive connections cannot be tested properly 2013-12-04 18:58:09 +01:00
appinfo adding PK to table encryption 2014-06-06 13:33:56 +02:00
command Fix casing and PHPDoc 2014-06-03 19:10:18 +02:00
css Fixes settings.css and converts more styles. 2014-01-26 03:02:52 +05:30
js fully translatable user_webdav 2014-05-29 00:23:23 +02:00
l10n [tx-robot] updated from transifex 2014-06-23 01:54:38 -04:00
lib 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
templates document always links to the current version of OC 2014-05-29 01:30:24 +02:00
tests 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
group_ldap.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
group_proxy.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
settings.php make user_ldap fully translatable 2014-05-25 14:41:59 +02:00
user_ldap.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
user_proxy.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00