Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 13446 | Rev 13524 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 13446 Rev 13500
Línea 3775... Línea 3775...
3775
                        'action' => 'index'
3775
                        'action' => 'index'
3776
                    ]
3776
                    ]
3777
                ],
3777
                ],
3778
                'may_terminate' => true,
3778
                'may_terminate' => true,
3779
                'child_routes' => [
3779
                'child_routes' => [
3780
                    'search-people' => [
-
 
3781
                        'type' => Literal::class,
-
 
3782
                        'options' => [
-
 
3783
                            'route' => '/search-people',
-
 
3784
                            'defaults' => [
-
 
3785
                                'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
-
 
3786
                                'action' => 'searchPeople'
-
 
3787
                            ]
-
 
3788
                        ]
-
 
3789
                    ],
-
 
3790
                    'inmail' => [
3780
                    'inmail' => [
3791
                        'type' => Segment::class,
3781
                        'type' => Segment::class,
3792
                        'options' => [
3782
                        'options' => [
3793
                            'route' => '/inmail[/:id]',
3783
                            'route' => '/inmail[/:id]',
3794
                            'constraints' => [
3784
                            'constraints' => [
3795
                                'id' => '[A-Za-z0-9\-]+\=*',
3785
                                'id' => '[A-Za-z0-9\-]+\=*',
3796
                            ],
3786
                            ],
3797
                            'defaults' => [
3787
                            'defaults' => [
3798
                                'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
3788
                                'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
3799
                                'action' => 'index'
3789
                                'action' => 'index'
3800
                            ]
3790
                            ]
3801
                        ],
3791
                        ],
3802
                        'may_terminate' => true,
3792
                        'may_terminate' => true,
3803
                        'child_routes' => [
3793
                        'child_routes' => [
3804
                            
3794
 
3805
                            'block' => [
-
 
3806
                                'type' => Literal::class,
-
 
3807
                                'options' => [
-
 
3808
                                    'route' => '/block',
-
 
3809
                                    'defaults' => [
-
 
3810
                                        'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
-
 
3811
                                        'action' => 'blockConversation'
-
 
3812
                                    ]
-
 
3813
                                ]
-
 
3814
                            ],
-
 
3815
                            'delete' => [
3795
                            'search-people' => [
3816
                                'type' => Literal::class,
3796
                                'type' => Literal::class,
3817
                                'options' => [
3797
                                'options' => [
3818
                                    'route' => '/delete',
3798
                                    'route' => '/search-people',
3819
                                    'defaults' => [
3799
                                    'defaults' => [
3820
                                        'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
3800
                                        'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
3821
                                        'action' => 'deleteConversation'
3801
                                        'action' => 'searchPeople'
3822
                                    ]
3802
                                    ]
3823
                                ]
3803
                                ]
3824
                            ],
3804
                            ],
3825
                            'message' => [
3805
                            'message' => [
3826
                                'type' => Literal::class,
3806
                                'type' => Literal::class,
3827
                                'options' => [
3807
                                'options' => [
3828
                                    'route' => '/message',
3808
                                    'route' => '/message',
3829
                                    'defaults' => [
3809
                                    'defaults' => [
3830
                                        'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
3810
                                        'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
3831
                                        'action' => 'message'
3811
                                        'action' => 'message'
3832
                                    ]
3812
                                    ]
3833
                                ],
3813
                                ],
3834
                                'may_terminate' => true,
3814
                                'may_terminate' => true,
3835
                                'child_routes' => [
3815
                                'child_routes' => [
Línea 3839... Línea 3819...
3839
                                            'route' => '/send[/encoding/:encoding]',
3819
                                            'route' => '/send[/encoding/:encoding]',
3840
                                            'constraints' => [
3820
                                            'constraints' => [
3841
                                                'encoding' => 'base64'
3821
                                                'encoding' => 'base64'
3842
                                            ],
3822
                                            ],
3843
                                            'defaults' => [
3823
                                            'defaults' => [
3844
                                                'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
3824
                                                'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
3845
                                                'action' => 'sendMessage'
3825
                                                'action' => 'sendMessage'
3846
                                            ]
3826
                                            ]
3847
                                        ]
3827
                                        ]
3848
                                    ],
3828
                                    ],
3849
                                    'delete' => [
3829
                                    'delete' => [
Línea 3852... Línea 3832...
3852
                                            'route' => '/delete/:message',
3832
                                            'route' => '/delete/:message',
3853
                                            'constraints' => [
3833
                                            'constraints' => [
3854
                                                'message' => '[A-Za-z0-9\-]+\=*',
3834
                                                'message' => '[A-Za-z0-9\-]+\=*',
3855
                                            ],
3835
                                            ],
3856
                                            'defaults' => [
3836
                                            'defaults' => [
3857
                                                'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
3837
                                                'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
3858
                                                'action' => 'delete'
3838
                                                'action' => 'delete'
3859
                                            ]
3839
                                            ]
3860
                                        ]
3840
                                        ]
3861
                                    ],
3841
                                    ],
3862
                                ],
3842
                                ],
Línea 5567... Línea 5547...
5567
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewTopicControllerFactory::class,
5547
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewTopicControllerFactory::class,
5568
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsMembersControllerFactory::class,
5548
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsMembersControllerFactory::class,
5569
            \LeadersLinked\Controller\ChatController::class => \LeadersLinked\Factory\Controller\ChatControllerFactory::class,
5549
            \LeadersLinked\Controller\ChatController::class => \LeadersLinked\Factory\Controller\ChatControllerFactory::class,
5570
            \LeadersLinked\Controller\CommunicationController::class => \LeadersLinked\Factory\Controller\CommunicationControllerFactory::class,
5550
            \LeadersLinked\Controller\CommunicationController::class => \LeadersLinked\Factory\Controller\CommunicationControllerFactory::class,
5571
            \LeadersLinked\Controller\CommunicationCompanyController::class => \LeadersLinked\Factory\Controller\CommunicationCompanyControllerFactory::class,
5551
            \LeadersLinked\Controller\CommunicationCompanyController::class => \LeadersLinked\Factory\Controller\CommunicationCompanyControllerFactory::class,
5572
            
-
 
-
 
5552
            \LeadersLinked\Controller\CommunicationInMailController::class => \LeadersLinked\Factory\Controller\CommunicationInMailControllerFactory::class,
Línea 5573... Línea 5553...
5573
            
5553
            
5574
            
5554
            
5575
            \LeadersLinked\Controller\UnknownController::class => \LeadersLinked\Factory\Controller\UnknownControllerFactory::class,
5555
            \LeadersLinked\Controller\UnknownController::class => \LeadersLinked\Factory\Controller\UnknownControllerFactory::class,
Línea 5664... Línea 5644...
5664
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesViewController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesViewController::class,
5644
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesViewController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesViewController::class,
5665
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController::class,
5645
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController::class,
5666
            '\LeadersLinked\Controller\ChatController' => \LeadersLinked\Controller\ChatController::class,
5646
            '\LeadersLinked\Controller\ChatController' => \LeadersLinked\Controller\ChatController::class,
5667
            '\LeadersLinked\Controller\CommunicationController' => \LeadersLinked\Controller\CommunicationController::class,
5647
            '\LeadersLinked\Controller\CommunicationController' => \LeadersLinked\Controller\CommunicationController::class,
5668
            '\LeadersLinked\Controller\CommunicationCompanyController' => \LeadersLinked\Controller\CommunicationCompanyController::class,
5648
            '\LeadersLinked\Controller\CommunicationCompanyController' => \LeadersLinked\Controller\CommunicationCompanyController::class,
5669
 
-
 
-
 
5649
            '\LeadersLinked\Controller\CommunicationInMailController' => \LeadersLinked\Controller\CommunicationInMailController::class,
5670
            '\LeadersLinked\Controller\UnknownController' => \LeadersLinked\Controller\UnknownController::class,
5650
            '\LeadersLinked\Controller\UnknownController' => \LeadersLinked\Controller\UnknownController::class,
5671
            '\LeadersLinked\Controller\TestController' => \LeadersLinked\Controller\TestController::class,
5651
            '\LeadersLinked\Controller\TestController' => \LeadersLinked\Controller\TestController::class,
5672
        ]
5652
        ]
5673
    ],
5653
    ],
5674
    'laminas-cli' => [
5654
    'laminas-cli' => [