server/lib
Vincent Petry 13c01e62cf
Mark $usersSetup only if user was found in initMountPoints
initMountPoints is marking a user as successfully initialized too
early. If the user was not found an NoUserException was thrown, the
second time initMountPoints is called would not rethrow the exception
and happily continue.

This fix makes sure that we consistently throw NoUserException when
initMountPoints is called repeatedly with invalid users.
2016-04-22 14:29:41 +02:00
..
composer Move OC\Core and OC\Settings to composer autoloader 2016-04-05 16:47:38 +02:00
l10n [tx-robot] updated from transifex 2016-04-22 01:54:58 -04:00
private Mark $usersSetup only if user was found in initMountPoints 2016-04-22 14:29:41 +02:00
public Merge pull request #24127 from owncloud/handle-app-loading-error 2016-04-20 22:41:02 +02:00
autoloader.php Merge pull request #23819 from owncloud/move-core-completely-to-psr4 2016-04-06 13:31:44 +02:00
base.php Merge pull request #24075 from owncloud/no-html-on-cli 2016-04-20 13:50:43 +02:00