nextcloud/core
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 in case a translation javascript is not found we no longer bail out 2014-10-29 10:09:12 +01:00
avatar Close session for avatar get 2014-10-22 18:12:21 +02:00
command drop dependency of some commands on old config object 2014-11-20 15:03:16 +01:00
css remove border from user menu, adjust to apps menu 2014-11-28 09:35:50 +01:00
doc fix difference between packaged version and master 2013-08-17 10:33:11 +02:00
fonts make text preview backend use imagettftext, fixes #8087 2014-06-10 17:29:40 +02:00
img introduce new app page layout 2014-10-15 15:21:40 +02:00
js Forward port of #12493 2014-12-04 19:02:09 +01:00
l10n [tx-robot] updated from transifex 2014-11-29 01:54:28 -05:00
lostpassword center spinner 2014-11-18 10:25:16 +01:00
setup autoconfig.php only to be deleted on successful installation 2014-11-25 11:14:35 +01:00
skeleton add a real examplefile instead of an .gitignore which is a bit stupid here 2013-10-04 10:21:33 +02:00
tags JS version of the OCP\ITags interface 2013-10-04 17:21:52 +02:00
templates move jstz to bower management 2014-12-01 10:40:31 +01:00
user Use AppFramework instead of custom controller 2014-08-25 11:50:19 +02:00
vendor move jstz to bower management 2014-12-01 10:40:31 +01:00
application.php Warn for password reset when files_encryption is enabled 2014-11-17 17:50:19 +01:00
register_command.php drop dependency of some commands on old config object 2014-11-20 15:03:16 +01:00
routes.php Refactor file sharing public link handling 2014-11-14 16:26:59 +01:00
strings.php Use public api for getting l10n 2014-08-31 10:08:22 +02:00