server/apps/user_ldap
Arthur Schiwon ee168a121d Forward port of #12493
add ldap-search command to occ

Conflicts:
	apps/user_ldap/appinfo/register_command.php

LDAP search filter creation changes:

1. do not prepend * wildcard to search terms. Will result in faster search, but
you don't find "foobar"  when looking for "bar"
2. advanced behaviour when search string contains a space and multiple search
attributes are present. The search string is split into single words. The
resulting filter requires that each word at least appears once in any search
attribute. This is supposed to return better results in big LDAPs.

trim search string before passing it on
2014-12-04 19:02:09 +01:00
..
ajax detect user display name attribute and return user count depending on its presence 2014-11-20 18:31:39 +01:00
appinfo Forward port of #12493 2014-12-04 19:02:09 +01:00
command Forward port of #12493 2014-12-04 19:02:09 +01:00
css show busy cursor and lock tabs on save 2014-10-15 12:41:53 +02:00
img introduce new app page layout 2014-10-15 15:21:40 +02:00
js make scrutinizer happier and always count users on assisted mode, even with xp'ed mode (would be a regression otherwise) 2014-11-22 00:51:41 +01:00
l10n [tx-robot] updated from transifex 2014-11-30 01:54:25 -05:00
lib Forward port of #12493 2014-12-04 19:02:09 +01:00
templates admin settings: fix LDAP settings header layout 2014-10-30 16:04:26 +01:00
tests Merge pull request #11837 from owncloud/fix-11328 2014-11-24 18:13:01 +01:00
vendor/ui-multiselect Migrate multiselect to user_ldap 2014-11-13 00:47:14 +01:00
group_ldap.php make performance less bad. Still far from good, but at least it works 2014-10-17 20:16:04 +02:00
group_proxy.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
settings.php Migrate multiselect to user_ldap 2014-11-13 00:47:14 +01:00
user_ldap.php consolidate user count filter in wizard and user back end 2014-11-20 18:31:39 +01:00
user_proxy.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00