mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 01:43:13 +00:00
Merge branch 'master' into PHRAS-1628-collection-publish
This commit is contained in:
@@ -26,6 +26,8 @@ use Alchemy\Phrasea\Command\CreateCollection;
|
||||
use Alchemy\Phrasea\Command\Collection\PublishCollectionCommand;
|
||||
use Alchemy\Phrasea\Command\Collection\ListCollectionCommand;
|
||||
use Alchemy\Phrasea\Command\Databox\CreateDataboxCommand;
|
||||
use Alchemy\Phrasea\Command\Databox\UnMountDataboxCommand;
|
||||
use Alchemy\Phrasea\Command\Databox\MountDataboxCommand;
|
||||
use Alchemy\Phrasea\Command\Databox\ListDataboxCommand;
|
||||
use Alchemy\Phrasea\Command\MailTest;
|
||||
use Alchemy\Phrasea\Command\Compile\Configuration;
|
||||
@@ -123,6 +125,10 @@ $cli->command(new ListCollectionCommand('collection:list'));
|
||||
$cli->command(new ListDataboxCommand('databox:list'));
|
||||
$cli->command(new CreateDataboxCommand('databox:create'));
|
||||
|
||||
$cli->command(new UnMountDataboxCommand('databox:unmount'));
|
||||
$cli->command(new MountDataboxCommand('databox:mount'));
|
||||
|
||||
|
||||
$cli->command(new UserCreateCommand('user:create'));
|
||||
|
||||
$cli->command(new UserSetPasswordCommand('user:set-password'));
|
||||
|
Reference in New Issue
Block a user