Skip to content

Commit

Permalink
PB-6081 Moves Ce Plugins into plugins/PassboltCe
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloelcolombiano committed Sep 15, 2022
1 parent 947fca8 commit 5b9edc1
Show file tree
Hide file tree
Showing 362 changed files with 233 additions and 24 deletions.
48 changes: 25 additions & 23 deletions composer.json
Expand Up @@ -86,35 +86,37 @@
"autoload": {
"psr-4": {
"App\\": "src",
"Passbolt\\AccountSettings\\": "./plugins/Passbolt/AccountSettings/src",
"Passbolt\\InFormIntegration\\": "./plugins/Passbolt/InFormIntegration/src",
"Passbolt\\Locale\\": "./plugins/Passbolt/Locale/src",
"Passbolt\\PasswordGenerator\\": "./plugins/Passbolt/PasswordGenerator/src",
"Passbolt\\RememberMe\\": "./plugins/Passbolt/RememberMe/src",
"Passbolt\\WebInstaller\\": "./plugins/Passbolt/WebInstaller/src",
"Passbolt\\Log\\": "./plugins/Passbolt/Log/src",
"Passbolt\\EmailNotificationSettings\\": "./plugins/Passbolt/EmailNotificationSettings/src",
"Passbolt\\EmailDigest\\": "./plugins/Passbolt/EmailDigest/src",
"Passbolt\\Reports\\": "./plugins/Passbolt/Reports/src",
"Passbolt\\Mobile\\": "./plugins/Passbolt/Mobile/src",
"Passbolt\\JwtAuthentication\\": "./plugins/Passbolt/JwtAuthentication/src"
"Passbolt\\AccountSettings\\": "./plugins/PassboltCe/AccountSettings/src",
"Passbolt\\InFormIntegration\\": "./plugins/PassboltCe/InFormIntegration/src",
"Passbolt\\Locale\\": "./plugins/PassboltCe/Locale/src",
"Passbolt\\PasswordGenerator\\": "./plugins/PassboltCe/PasswordGenerator/src",
"Passbolt\\RememberMe\\": "./plugins/PassboltCe/RememberMe/src",
"Passbolt\\WebInstaller\\": "./plugins/PassboltCe/WebInstaller/src",
"Passbolt\\Log\\": "./plugins/PassboltCe/Log/src",
"Passbolt\\EmailNotificationSettings\\": "./plugins/PassboltCe/EmailNotificationSettings/src",
"Passbolt\\EmailDigest\\": "./plugins/PassboltCe/EmailDigest/src",
"Passbolt\\Reports\\": "./plugins/PassboltCe/Reports/src",
"Passbolt\\Mobile\\": "./plugins/PassboltCe/Mobile/src",
"Passbolt\\JwtAuthentication\\": "./plugins/PassboltCe/JwtAuthentication/src",
"Passbolt\\Import\\": "./plugins/PassboltCe/Import/src",
"Passbolt\\Export\\": "./plugins/PassboltCe/Export/src",
"Passbolt\\ResourceTypes\\": "./plugins/PassboltCe/ResourceTypes/src"
}
},
"autoload-dev": {
"psr-4": {
"App\\Test\\": "tests",
"Cake\\Test\\": "./vendor/cakephp/cakephp/tests",
"Passbolt\\AccountSettings\\Test\\": "./plugins/Passbolt/AccountSettings/tests",
"Passbolt\\InFormIntegration\\Test\\": "./plugins/Passbolt/InFormIntegration/tests",
"Passbolt\\Locale\\Test\\": "./plugins/Passbolt/Locale/tests",
"Passbolt\\PasswordGenerator\\Test\\": "./plugins/Passbolt/PasswordGenerator/tests",
"Passbolt\\WebInstaller\\Test\\": "./plugins/Passbolt/WebInstaller/tests",
"Passbolt\\Log\\Test\\": "./plugins/Passbolt/Log/tests",
"Passbolt\\EmailNotificationSettings\\Test\\": "./plugins/Passbolt/EmailNotificationSettings/tests",
"Passbolt\\EmailDigest\\Test\\": "./plugins/Passbolt/EmailDigest/tests",
"Passbolt\\Reports\\Test\\": "./plugins/Passbolt/Reports/tests",
"Passbolt\\Mobile\\Test\\": "./plugins/Passbolt/Mobile/tests",
"Passbolt\\JwtAuthentication\\Test\\": "./plugins/Passbolt/JwtAuthentication/tests"
"Passbolt\\AccountSettings\\Test\\": "./plugins/PassboltCe/AccountSettings/tests",
"Passbolt\\Locale\\Test\\": "./plugins/PassboltCe/Locale/tests",
"Passbolt\\PasswordGenerator\\Test\\": "./plugins/PassboltCe/PasswordGenerator/tests",
"Passbolt\\WebInstaller\\Test\\": "./plugins/PassboltCe/WebInstaller/tests",
"Passbolt\\Log\\Test\\": "./plugins/PassboltCe/Log/tests",
"Passbolt\\EmailNotificationSettings\\Test\\": "./plugins/PassboltCe/EmailNotificationSettings/tests",
"Passbolt\\EmailDigest\\Test\\": "./plugins/PassboltCe/EmailDigest/tests",
"Passbolt\\Reports\\Test\\": "./plugins/PassboltCe/Reports/tests",
"Passbolt\\Mobile\\Test\\": "./plugins/PassboltCe/Mobile/tests",
"Passbolt\\JwtAuthentication\\Test\\": "./plugins/PassboltCe/JwtAuthentication/tests"
}
},
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
23 changes: 23 additions & 0 deletions plugins/PassboltCe/AccountSettings/src/Plugin.php
@@ -0,0 +1,23 @@
<?php
declare(strict_types=1);

/**
* Passbolt ~ Open source password manager for teams
* Copyright (c) Passbolt SA (https://www.passbolt.com)
*
* Licensed under GNU Affero General Public License version 3 of the or any later version.
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) Passbolt SA (https://www.passbolt.com)
* @license https://opensource.org/licenses/AGPL-3.0 AGPL License
* @link https://www.passbolt.com Passbolt(tm)
* @since 3.8.0
*/
namespace Passbolt\AccountSettings;

use Cake\Core\BasePlugin;

class Plugin extends BasePlugin
{
}
File renamed without changes.
File renamed without changes.
Expand Up @@ -83,7 +83,7 @@ public function configureSerializationType()

public function getEmailDigestTestFixturePath(): string
{
return str_replace('/', DS, PLUGINS . 'Passbolt/EmailDigest/tests/Fixture/templates/');
return str_replace('/', DS, PLUGINS . 'PassboltCe/EmailDigest/tests/Fixture/templates/');
}

/**
Expand Down
File renamed without changes.
23 changes: 23 additions & 0 deletions plugins/PassboltCe/Export/src/Plugin.php
@@ -0,0 +1,23 @@
<?php
declare(strict_types=1);

/**
* Passbolt ~ Open source password manager for teams
* Copyright (c) Passbolt SA (https://www.passbolt.com)
*
* Licensed under GNU Affero General Public License version 3 of the or any later version.
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) Passbolt SA (https://www.passbolt.com)
* @license https://opensource.org/licenses/AGPL-3.0 AGPL License
* @link https://www.passbolt.com Passbolt(tm)
* @since 3.8.0
*/
namespace Passbolt\Export;

use Cake\Core\BasePlugin;

class Plugin extends BasePlugin
{
}
File renamed without changes.
File renamed without changes.
23 changes: 23 additions & 0 deletions plugins/PassboltCe/Import/src/Plugin.php
@@ -0,0 +1,23 @@
<?php
declare(strict_types=1);

/**
* Passbolt ~ Open source password manager for teams
* Copyright (c) Passbolt SA (https://www.passbolt.com)
*
* Licensed under GNU Affero General Public License version 3 of the or any later version.
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) Passbolt SA (https://www.passbolt.com)
* @license https://opensource.org/licenses/AGPL-3.0 AGPL License
* @link https://www.passbolt.com Passbolt(tm)
* @since 3.8.0
*/
namespace Passbolt\Import;

use Cake\Core\BasePlugin;

class Plugin extends BasePlugin
{
}
23 changes: 23 additions & 0 deletions plugins/PassboltCe/InFormIntegration/src/Plugin.php
@@ -0,0 +1,23 @@
<?php
declare(strict_types=1);

/**
* Passbolt ~ Open source password manager for teams
* Copyright (c) Passbolt SA (https://www.passbolt.com)
*
* Licensed under GNU Affero General Public License version 3 of the or any later version.
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) Passbolt SA (https://www.passbolt.com)
* @license https://opensource.org/licenses/AGPL-3.0 AGPL License
* @link https://www.passbolt.com Passbolt(tm)
* @since 3.8.0
*/
namespace Passbolt\InFormIntegration;

use Cake\Core\BasePlugin;

class Plugin extends BasePlugin
{
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
23 changes: 23 additions & 0 deletions plugins/PassboltCe/Log/src/Plugin.php
@@ -0,0 +1,23 @@
<?php
declare(strict_types=1);

/**
* Passbolt ~ Open source password manager for teams
* Copyright (c) Passbolt SA (https://www.passbolt.com)
*
* Licensed under GNU Affero General Public License version 3 of the or any later version.
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) Passbolt SA (https://www.passbolt.com)
* @license https://opensource.org/licenses/AGPL-3.0 AGPL License
* @link https://www.passbolt.com Passbolt(tm)
* @since 3.8.0
*/
namespace Passbolt\Log;

use Cake\Core\BasePlugin;

class Plugin extends BasePlugin
{
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
23 changes: 23 additions & 0 deletions plugins/PassboltCe/Mobile/src/Plugin.php
@@ -0,0 +1,23 @@
<?php
declare(strict_types=1);

/**
* Passbolt ~ Open source password manager for teams
* Copyright (c) Passbolt SA (https://www.passbolt.com)
*
* Licensed under GNU Affero General Public License version 3 of the or any later version.
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) Passbolt SA (https://www.passbolt.com)
* @license https://opensource.org/licenses/AGPL-3.0 AGPL License
* @link https://www.passbolt.com Passbolt(tm)
* @since 3.8.0
*/
namespace Passbolt\Mobile;

use Cake\Core\BasePlugin;

class Plugin extends BasePlugin
{
}
23 changes: 23 additions & 0 deletions plugins/PassboltCe/RememberMe/src/Plugin.php
@@ -0,0 +1,23 @@
<?php
declare(strict_types=1);

/**
* Passbolt ~ Open source password manager for teams
* Copyright (c) Passbolt SA (https://www.passbolt.com)
*
* Licensed under GNU Affero General Public License version 3 of the or any later version.
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) Passbolt SA (https://www.passbolt.com)
* @license https://opensource.org/licenses/AGPL-3.0 AGPL License
* @link https://www.passbolt.com Passbolt(tm)
* @since 3.8.0
*/
namespace Passbolt\RememberMe;

use Cake\Core\BasePlugin;

class Plugin extends BasePlugin
{
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
23 changes: 23 additions & 0 deletions plugins/PassboltCe/Reports/src/Plugin.php
@@ -0,0 +1,23 @@
<?php
declare(strict_types=1);

/**
* Passbolt ~ Open source password manager for teams
* Copyright (c) Passbolt SA (https://www.passbolt.com)
*
* Licensed under GNU Affero General Public License version 3 of the or any later version.
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) Passbolt SA (https://www.passbolt.com)
* @license https://opensource.org/licenses/AGPL-3.0 AGPL License
* @link https://www.passbolt.com Passbolt(tm)
* @since 3.8.0
*/
namespace Passbolt\Reports;

use Cake\Core\BasePlugin;

class Plugin extends BasePlugin
{
}
23 changes: 23 additions & 0 deletions plugins/PassboltCe/ResourceTypes/src/Plugin.php
@@ -0,0 +1,23 @@
<?php
declare(strict_types=1);

/**
* Passbolt ~ Open source password manager for teams
* Copyright (c) Passbolt SA (https://www.passbolt.com)
*
* Licensed under GNU Affero General Public License version 3 of the or any later version.
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) Passbolt SA (https://www.passbolt.com)
* @license https://opensource.org/licenses/AGPL-3.0 AGPL License
* @link https://www.passbolt.com Passbolt(tm)
* @since 3.8.0
*/
namespace Passbolt\ResourceTypes;

use Cake\Core\BasePlugin;

class Plugin extends BasePlugin
{
}

0 comments on commit 5b9edc1

Please sign in to comment.