Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Notifier/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-notifier",
"description": "Multiple channel notifier engine for Magento 2",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-notifier-api": "^1.0"
},
Expand Down
1 change: 1 addition & 0 deletions NotifierAdminUi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to: https://github.com/magento/security-package
2 changes: 1 addition & 1 deletion NotifierAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-notifier-admin-ui",
"description": "Multiple channel notifier engine for Magento 2",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-backend": "101.0.*",
"magento/module-ui": "101.1.*",
Expand Down
2 changes: 1 addition & 1 deletion NotifierApi/Api/AdaptersPoolInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace Magento\NotifierApi\Api;

/**
* Interface AdapterRepositoryInterface
* Interface AdaptersPoolInterface
* @api
*/
interface AdaptersPoolInterface
Expand Down
4 changes: 2 additions & 2 deletions NotifierApi/etc/webapi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
</route>

<route url="/V1/magento-notifier/adapter" method="GET">
<service class="Magento\NotifierApi\Api\AdapterRepositoryInterface" method="getAdapters"/>
<service class="Magento\NotifierApi\Api\AdaptersPoolInterface" method="getAdapters"/>
<resources>
<resource ref="Magento_NotifierApi::adapter"/>
</resources>
</route>

<route url="/V1/magento-notifier/adapter/:code" method="GET">
<service class="Magento\NotifierApi\Api\AdapterRepositoryInterface" method="getAdapterByCode"/>
<service class="Magento\NotifierApi\Api\AdaptersPoolInterface" method="getAdapterByCode"/>
<resources>
<resource ref="Magento_NotifierApi::adapter"/>
</resources>
Expand Down
1 change: 1 addition & 0 deletions NotifierAsync/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to: https://github.com/magento/security-package
2 changes: 1 addition & 1 deletion NotifierAsync/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-notifier-async",
"description": "Asynchronous message send for Magento2 notifier",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-notifier": "^1.0"
},
Expand Down
1 change: 1 addition & 0 deletions NotifierAsyncAdminUi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to: https://github.com/magento/security-package
2 changes: 1 addition & 1 deletion NotifierAsyncAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-notifier-async-admin-ui",
"description": "Asynchronous message send backend for Magento2 notifier",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-notifier-api": "^1.0",
"magento/module-notifier-admin-ui": "^1.0",
Expand Down
1 change: 1 addition & 0 deletions NotifierAsyncAmqp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to: https://github.com/magento/security-package
2 changes: 1 addition & 1 deletion NotifierAsyncAmqp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-notifier-async-amqp",
"description": "AMQP asynchronous message send for Magento2 notifier",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-notifier-async": "^1.0"
},
Expand Down
1 change: 1 addition & 0 deletions NotifierEmailAdapter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to: https://github.com/magento/security-package
2 changes: 1 addition & 1 deletion NotifierEmailAdapter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-notifier-email-adapter",
"description": "Email adapter for Notifier framework",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-notifier-api": "^1.0"
},
Expand Down
1 change: 1 addition & 0 deletions NotifierEmailAdapterAdminUi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to: https://github.com/magento/security-package
2 changes: 1 addition & 1 deletion NotifierEmailAdapterAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-notifier-email-adapter-admin-ui",
"description": "Email adapter for Notifier framework",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-backend": "101.0.*",
"magento/module-ui": "101.1.*",
Expand Down
2 changes: 1 addition & 1 deletion NotifierEvent/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-notifier-event",
"description": "Event based rule engine for Magento Notifier",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-notifier-event-api": "^1.0",
"magento/module-notifier-template-api": "^1.0"
Expand Down
1 change: 1 addition & 0 deletions NotifierEventAdminUi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to: https://github.com/magento/security-package
2 changes: 1 addition & 1 deletion NotifierEventAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-notifier-event-admin-ui",
"description": "Notifier trigger by event",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-backend": "101.0.*",
"magento/module-ui": "101.1.*",
Expand Down
3 changes: 3 additions & 0 deletions NotifierEventApi/Api/Data/RuleInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

use Magento\Framework\Api\ExtensibleDataInterface;

/**
* @api
*/
interface RuleInterface extends ExtensibleDataInterface
{
/**
Expand Down
2 changes: 1 addition & 1 deletion NotifierEventApi/Api/RuleRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace Magento\NotifierEventApi\Api;

/**
* @SuppressWarnings(PHPMD.ShortVariable)
* @api
*/
interface RuleRepositoryInterface
{
Expand Down
3 changes: 3 additions & 0 deletions NotifierEventApi/Api/RuleSearchResultsInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

namespace Magento\NotifierEventApi\Api;

/**
* @api
*/
interface RuleSearchResultsInterface extends \Magento\Framework\Api\SearchResultsInterface
{
/**
Expand Down
3 changes: 3 additions & 0 deletions NotifierEventApi/Model/Rule/Validator/ValidateRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

use Magento\NotifierEventApi\Api\Data\RuleInterface;

/**
* @api
*/
class ValidateRule implements ValidateRuleInterface
{
/**
Expand Down
1 change: 1 addition & 0 deletions NotifierSecurity/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to: https://github.com/magento/security-package
2 changes: 1 addition & 1 deletion NotifierSecurity/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-notifier-security",
"description": "Security notification module for Magento 2 notifier",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-notifier-api": "^1.0",
"magento/module-notifier-template-api": "^1.0"
Expand Down
1 change: 1 addition & 0 deletions NotifierSecurityAdminUi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to: https://github.com/magento/security-package
2 changes: 1 addition & 1 deletion NotifierSecurityAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-notifier-security-admin-ui",
"description": "Security notification backend module for Magento 2 notifier",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-backend": "101.0.*",
"magento/module-ui": "101.1.*",
Expand Down
1 change: 1 addition & 0 deletions NotifierSlackAdapter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to: https://github.com/magento/security-package
2 changes: 1 addition & 1 deletion NotifierSlackAdapter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-notifier-slack-adapter",
"description": "Slack adapter forNotifier framework",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-notifier-api": "^1.0",
"maknz/slack": "^1.7"
Expand Down
1 change: 1 addition & 0 deletions NotifierSlackAdapterAdminUi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to: https://github.com/magento/security-package
2 changes: 1 addition & 1 deletion NotifierSlackAdapterAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-notifier-slack-adapter-admin-ui",
"description": "Slack adapter for Notifier framework",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-backend": "101.0.*",
"magento/module-ui": "101.1.*",
Expand Down
1 change: 1 addition & 0 deletions NotifierTelegramAdapter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to: https://github.com/magento/security-package
2 changes: 1 addition & 1 deletion NotifierTelegramAdapter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-notifier-telegram-adapter",
"description": "Telegram adapter forNotifier framework",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-notifier-api": "^1.0",
"telegram-bot/api": "^2.3"
Expand Down
1 change: 1 addition & 0 deletions NotifierTelegramAdapterAdminUi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to: https://github.com/magento/security-package
2 changes: 1 addition & 1 deletion NotifierTelegramAdapterAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-notifier-telegram-adapter-admin-ui",
"description": "Telegram adapter forNotifier framework",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-backend": "101.0.*",
"magento/module-ui": "101.1.*",
Expand Down
2 changes: 1 addition & 1 deletion NotifierTemplate/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-notifier-template",
"description": "Templating system for Magento 2 Notifier module",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-notifier-api": "^1.0"
},
Expand Down
1 change: 1 addition & 0 deletions NotifierTemplateAdminUi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to: https://github.com/magento/security-package
2 changes: 1 addition & 1 deletion NotifierTemplateAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-notifier-template-admin-ui",
"description": "Templating system for Magento 2 Notifier module",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-backend": "101.0.*",
"magento/module-ui": "101.1.*",
Expand Down
3 changes: 3 additions & 0 deletions NotifierTemplateApi/Api/Data/DatabaseTemplateInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

use Magento\Framework\Api\ExtensibleDataInterface;

/**
* @api
*/
interface DatabaseTemplateInterface extends ExtensibleDataInterface
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace Magento\NotifierTemplateApi\Api;

/**
* @SuppressWarnings(PHPMD.ShortVariable)
* @api
*/
interface DatabaseTemplateRepositoryInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

namespace Magento\NotifierTemplateApi\Api;

/**
* @api
*/
interface DatabaseTemplateSearchResultsInterface extends \Magento\Framework\Api\SearchResultsInterface
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

use Magento\NotifierTemplateApi\Api\Data\DatabaseTemplateInterface;

/**
* @api
*/
class ValidateDatabaseTemplate implements ValidateDatabaseTemplateInterface
{
/**
Expand Down
3 changes: 3 additions & 0 deletions NotifierTemplateApi/Model/SendMessageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

namespace Magento\NotifierTemplateApi\Model;

/**
* @api
*/
interface SendMessageInterface
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

namespace Magento\NotifierTemplateApi\Model\VariablesDecorator;

/**
* @api
*/
class DecorateVariables implements DecorateVariablesInterface
{
/**
Expand Down
1 change: 1 addition & 0 deletions ReCaptcha/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to: https://github.com/magento/security-package