]> source.dussan.org Git - nextcloud-server.git/commit
port of #9500
authorArthur Schiwon <blizzz@owncloud.com>
Mon, 7 Jul 2014 22:19:17 +0000 (00:19 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Tue, 8 Jul 2014 14:32:01 +0000 (16:32 +0200)
commit3338a0f236a5dc8722faccdaef5e8ab1ea73e841
treeac6ea8b20cb95ee5cb7c776aa8db9bc6e12d0588
parent3e3d460729c515e5723587abc30b4d7955173d12
port of #9500

don't trigger update from checkPassword, it is already  called by userExists, this is enough.

do not write to database when the value is the same

add test cases. also split test classes in a file each, looks like only the first class is being executed

also appconfig shall not write to database if the value is unchanged
apps/user_ldap/user_ldap.php
lib/private/appconfig.php
lib/private/preferences.php
tests/lib/appconfig.php
tests/lib/preferences-singleton.php [new file with mode: 0644]
tests/lib/preferences.php