]> source.dussan.org Git - nextcloud-server.git/commit
Testing md5home (#26854) 2820/head
authorVincent Petry <pvince81@owncloud.com>
Thu, 22 Dec 2016 08:31:35 +0000 (09:31 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Thu, 22 Dec 2016 10:03:42 +0000 (11:03 +0100)
commitb32e252fb04a49833975304abebac2cec60a3156
treed3cefee6357fb75e960caa43832bc523ac8e3f47
parent1588dd0ee037e2f1e92e689b717815eb0d37cb20
Testing md5home (#26854)

* Allow clearing default user backends in config.php

When specifying "user_backends" in config.php, a new option "default"
when set to false will prevent the default user backend to be
registered. The default one is the database backend.
This makes it possible to select exclusive user backends from apps.

* Testing app provides test user backend for alternative homes

The backend provide md5 result to getHome()

* Only md5 the user home when it's not the admin

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
apps/testing/appinfo/app.php [new file with mode: 0644]
apps/testing/appinfo/info.xml
apps/testing/lib/AlternativeHomeUserBackend.php [new file with mode: 0644]
apps/testing/lib/Application.php [new file with mode: 0644]
lib/private/legacy/user.php