Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1412 Rev 1979
Línea 1088... Línea 1088...
1088
                        ]
1088
                        ]
1089
                    ],
1089
                    ],
1090
                    'add' => [
1090
                    'add' => [
1091
                        'type' => Segment::class,
1091
                        'type' => Segment::class,
1092
                        'options' => [
1092
                        'options' => [
1093
                            'route' => '/add[/company/:company_id][/group/:group_id][/encoding/:encoding]',
1093
                            'route' => '/add[/mty/:mty_id][/hptg/:hptg_id][/encoding/:encoding]',
1094
                            'constraints' => [
1094
                            'constraints' => [
1095
                                'company_id' => '[A-Za-z0-9\-]+\=*',
1095
                                'mty_id' => '[A-Za-z0-9\-]+\=*',
1096
                                'group_id' => '[A-Za-z0-9\-]+\=*',
1096
                                'hptg_id' => '[A-Za-z0-9\-]+\=*',
1097
                                'encoding' => 'base64'
1097
                                'encoding' => 'base64'
1098
                            ],
1098
                            ],
1099
                            'defaults' => [
1099
                            'defaults' => [
1100
                                'controller' => '\LeadersLinked\Controller\FeedController',
1100
                                'controller' => '\LeadersLinked\Controller\FeedController',
1101
                                'action' => 'add'
1101
                                'action' => 'add'
Línea 2297... Línea 2297...
2297
                            'defaults' => [
2297
                            'defaults' => [
2298
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
2298
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
2299
                                'action' => 'devices'
2299
                                'action' => 'devices'
2300
                            ]
2300
                            ]
2301
                        ]
2301
                        ]
2302
                    ]
2302
                    ],
-
 
2303
                    'delete-account' => [
-
 
2304
                        'type' => Literal::class,
-
 
2305
                        'options' => [
-
 
2306
                            'route' => '/delete-account',
-
 
2307
                            'defaults' => [
-
 
2308
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
-
 
2309
                                'action' => 'deleteAccount'
-
 
2310
                            ]
-
 
2311
                        ]
-
 
2312
                    ],
2303
                ],
2313
                ],
2304
                'may_terminate' => true
2314
                'may_terminate' => true
2305
            ],
2315
            ],
2306
            'moodle' => [
2316
            'moodle' => [
2307
                'type' => Literal::class,
2317
                'type' => Literal::class,
Línea 2744... Línea 2754...
2744
                                        'controller' => '\LeadersLinked\Controller\ServiceController',
2754
                                        'controller' => '\LeadersLinked\Controller\ServiceController',
2745
                                        'action' => 'microlearningRefresh'
2755
                                        'action' => 'microlearningRefresh'
2746
                                    ]
2756
                                    ]
2747
                                ]
2757
                                ]
2748
                            ],
2758
                            ],
-
 
2759
                            'delete-account' => [
-
 
2760
                                'type' => Literal::class,
-
 
2761
                                'options' => [
-
 
2762
                                    'route' => '/delete-account',
-
 
2763
                                    'defaults' => [
-
 
2764
                                        'controller' => '\LeadersLinked\Controller\ServiceController',
-
 
2765
                                        'action' => 'deleteAccount'
-
 
2766
                                    ]
-
 
2767
                                ]
-
 
2768
                            ],
2749
                            'check-changes' => [
2769
                            'check-changes' => [
2750
                                'type' => Literal::class,
2770
                                'type' => Literal::class,
2751
                                'options' => [
2771
                                'options' => [
2752
                                    'route' => '/check-changes',
2772
                                    'route' => '/check-changes',
2753
                                    'defaults' => [
2773
                                    'defaults' => [
Línea 2947... Línea 2967...
2947
    ],
2967
    ],
2948
    'laminas-cli' => [
2968
    'laminas-cli' => [
2949
        'commands' => [
2969
        'commands' => [
2950
            'process-queue-email' => \LeadersLinked\Command\ProcessQueueEmailCommand::class,
2970
            'process-queue-email' => \LeadersLinked\Command\ProcessQueueEmailCommand::class,
2951
            'process-queue-push' => \LeadersLinked\Command\ProcessQueuePushCommand::class,
2971
            'process-queue-push' => \LeadersLinked\Command\ProcessQueuePushCommand::class,
-
 
2972
            'process-queue-user-deleted' => \LeadersLinked\Command\ProcessQueueUserDeletedCommand::class,
2952
            'process-queue-video-convert' => \LeadersLinked\Command\ProcessQueueVideoConvertCommand::class,
2973
            'process-queue-video-convert' => \LeadersLinked\Command\ProcessQueueVideoConvertCommand::class,
2953
            'recalculate-microlearning-progress' => \LeadersLinked\Command\RecalculateMicrolearningProgressCommand::class,
2974
            'recalculate-microlearning-progress' => \LeadersLinked\Command\RecalculateMicrolearningProgressCommand::class,
2954
            'check-owner-user-for-company' => \LeadersLinked\Command\CheckOwnerUserForCompanyCommand::class,
2975
            'check-owner-user-for-company' => \LeadersLinked\Command\CheckOwnerUserForCompanyCommand::class,
2955
            'check-preview-poster-for-feed' => \LeadersLinked\Command\CheckPreviewPosterForFeedCommand::class,
2976
            'check-preview-poster-for-feed' => \LeadersLinked\Command\CheckPreviewPosterForFeedCommand::class,
2956
        ]
2977
        ]
Línea 2964... Línea 2985...
2964
                $translator = $container->get('MvcTranslator');
2985
                $translator = $container->get('MvcTranslator');
2965
                return new \LeadersLinked\View\RenderingStrategy($translator);
2986
                return new \LeadersLinked\View\RenderingStrategy($translator);
2966
            },
2987
            },
2967
            'menuNavigation' => \LeadersLinked\Navigation\MenuNavigation::class,
2988
            'menuNavigation' => \LeadersLinked\Navigation\MenuNavigation::class,
2968
            'footerNavigation' => \LeadersLinked\Navigation\FooterNavigation::class,
2989
            'footerNavigation' => \LeadersLinked\Navigation\FooterNavigation::class,
-
 
2990
            
2969
            \LeadersLinked\Command\ProcessQueueEmailCommand::class => \LeadersLinked\Factory\Command\ProcessQueueEmailCommandFactory::class,
2991
            \LeadersLinked\Command\ProcessQueueEmailCommand::class => \LeadersLinked\Factory\Command\ProcessQueueEmailCommandFactory::class,
2970
            \LeadersLinked\Command\ProcessQueuePushCommand::class => \LeadersLinked\Factory\Command\ProcessQueuePushCommandFactory::class,
2992
            \LeadersLinked\Command\ProcessQueuePushCommand::class => \LeadersLinked\Factory\Command\ProcessQueuePushCommandFactory::class,
-
 
2993
            \LeadersLinked\Command\ProcessQueueUserDeletedCommand::class => \LeadersLinked\Factory\Command\ProcessQueueUserDeletedCommandFactory::class,
-
 
2994
            
2971
            \LeadersLinked\Command\ProcessQueueVideoConvertCommand::class => \LeadersLinked\Factory\Command\ProcessQueueVideoConvertCommandFactory::class,
2995
            \LeadersLinked\Command\ProcessQueueVideoConvertCommand::class => \LeadersLinked\Factory\Command\ProcessQueueVideoConvertCommandFactory::class,
2972
            \LeadersLinked\Command\RecalculateMicrolearningProgressCommand::class => \LeadersLinked\Factory\Command\RecalculateMicrolearningProgressCommandFactory::class,
2996
            \LeadersLinked\Command\RecalculateMicrolearningProgressCommand::class => \LeadersLinked\Factory\Command\RecalculateMicrolearningProgressCommandFactory::class,
2973
            \LeadersLinked\Command\CheckOwnerUserForCompanyCommand::class => \LeadersLinked\Factory\Command\CheckOwnerUserForCompanyCommandFactory::class,
2997
            \LeadersLinked\Command\CheckOwnerUserForCompanyCommand::class => \LeadersLinked\Factory\Command\CheckOwnerUserForCompanyCommandFactory::class,
-
 
2998
            
2974
            \LeadersLinked\Command\CheckPreviewPosterForFeedCommand::class => \LeadersLinked\Factory\Command\CheckPreviewPosterForFeedCommandFactory::class,
2999
            \LeadersLinked\Command\CheckPreviewPosterForFeedCommand::class => \LeadersLinked\Factory\Command\CheckPreviewPosterForFeedCommandFactory::class,
2975
        ],
3000
        ],
2976
        'aliases' => [// 'leaders-linked-storage' => \LeadersLinked\Service\StorageService::class
3001
        'aliases' => [// 'leaders-linked-storage' => \LeadersLinked\Service\StorageService::class
2977
        ]
3002
        ]
2978
    ],
3003
    ],