nextcloud/apps/user_ldap/lib
Arthur Schiwon 7807add02d
[LDAP] The WebUI Wizard also should not assign empty config IDs
With 689df9a843 the behaviour to assign only
non-empty config IDs was introduced. Only, this was only effective for CLI
and OCS API.

Related to #3270.

The web UI creates now also a full configuration on first load. This fixes
#5094.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-23 17:58:35 +02:00
..
AppInfo Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
Command Use type casting instead of *val() method 2018-01-26 11:35:42 +01:00
Controller Remove unused import statements 2018-02-14 16:55:43 +01:00
Exceptions restore ldap_password_renew_pr 2017-03-31 15:16:22 +08:00
Jobs move log constants to ILogger 2018-04-26 10:45:52 +02:00
Mapping LDAP backend to emit announce and revoke signals on mapping changes 2018-04-05 12:38:39 +02:00
Migration Use type casting instead of *val() method 2018-01-26 11:35:42 +01:00
Notification Remove unused import statements 2018-02-14 16:55:43 +01:00
Settings [LDAP] The WebUI Wizard also should not assign empty config IDs 2018-08-23 17:58:35 +02:00
User allow admin to disable fetching of avatars as well as a specific attribute 2018-07-05 11:12:51 +02:00
Access.php FIX: emit assignedUserId only for users 2018-08-09 23:45:11 +02:00
AccessFactory.php DI for NC's user manager 2018-04-05 12:46:24 +02:00
BackendUtility.php Fix apps/ 2016-07-21 18:13:57 +02:00
Configuration.php adjust and add more unit tests 2018-07-05 11:50:49 +02:00
Connection.php Only bind if configuration for the first server is available 2018-07-13 08:25:10 +02:00
ConnectionFactory.php create failing test for this case 2018-01-05 14:27:36 +01:00
FilesystemHelper.php Update comments to Nextcloud 2017-04-11 23:16:27 -05:00
GroupPluginManager.php Update license headers 2017-11-06 16:56:19 +01:00
Group_LDAP.php Resolve all group memberships properly 2018-08-21 10:57:50 +02:00
Group_Proxy.php Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +01:00
Helper.php Do not use \OCP\DB anymore 2018-03-26 14:40:23 +02:00
IGroupLDAP.php Update license headers 2017-11-06 16:56:19 +01:00
ILDAPGroupPlugin.php Update license headers 2017-11-06 16:56:19 +01:00
ILDAPUserPlugin.php Update license headers 2017-11-06 16:56:19 +01:00
ILDAPWrapper.php Update license headers 2017-11-06 16:56:19 +01:00
IUserLDAP.php Update license headers 2017-11-06 16:56:19 +01:00
LDAP.php throw ServerNotAvailableException when LDAP is caught shutting down 2018-01-02 12:20:44 +01:00
LDAPProvider.php Update license headers 2017-11-06 16:56:19 +01:00
LDAPProviderFactory.php Update license headers 2017-11-06 16:56:19 +01:00
LDAPUtility.php Fix apps/ 2016-07-21 18:13:57 +02:00
LogWrapper.php Update comments to Nextcloud 2017-04-11 23:16:27 -05:00
Proxy.php DI for NC's user manager 2018-04-05 12:46:24 +02:00
UserPluginManager.php Update license headers 2017-11-06 16:56:19 +01:00
User_LDAP.php don't force LDAP updates on userExists anymore 2018-08-14 17:57:24 +02:00
User_Proxy.php Update license headers 2017-11-06 16:56:19 +01:00
Wizard.php move log constants to ILogger 2018-04-26 10:45:52 +02:00
WizardResult.php Fix apps/ 2016-07-21 18:13:57 +02:00