Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10976 Rev 11003
Línea 346... Línea 346...
346
                        'type' => Segment::class,
346
                        'type' => Segment::class,
347
                        'options' => [
347
                        'options' => [
348
                            'route' => '/timeline[/:id]/[/type/:type][/urgent/:urgent][/myt_id/:myt_id][/feed/:feed][:topic_uuid]',
348
                            'route' => '/timeline[/:id]/[/type/:type][/urgent/:urgent][/myt_id/:myt_id][/feed/:feed][:topic_uuid]',
349
                            'constraints' => [
349
                            'constraints' => [
350
                                'id' => '[A-Za-z0-9\-]+\=*',
350
                                'id' => '[A-Za-z0-9\-]+\=*',
351
                                'type' => 'user|company|hptg|myt',
351
                                'type' => 'user|company|hptg|mytq|myta',
352
                                'myt_id' => '[A-Za-z0-9\-]+\=*',
352
                                'myt_id' => '[A-Za-z0-9\-]+\=*',
353
                                'feed' => '[A-Za-z0-9\-]+\=*',
353
                                'feed' => '[A-Za-z0-9\-]+\=*',
354
                                'topic_id' => '[A-Za-z0-9\-]+\=*',
354
                                'topic_id' => '[A-Za-z0-9\-]+\=*',
355
                                'urgent' => 'u',
355
                                'urgent' => 'u',
356
                            ],
356
                            ],
Línea 437... Línea 437...
437
                            'route' => '/add[/company/:company_id][/group/:group_id][/encoding/:encoding][/type/:type][/feed/:feed][/myt_id/:myt_id]',
437
                            'route' => '/add[/company/:company_id][/group/:group_id][/encoding/:encoding][/type/:type][/feed/:feed][/myt_id/:myt_id]',
438
                            'constraints' => [
438
                            'constraints' => [
439
                                'company_id' => '[A-Za-z0-9\-]+\=*',
439
                                'company_id' => '[A-Za-z0-9\-]+\=*',
440
                                'group_id' => '[A-Za-z0-9\-]+\=*',
440
                                'group_id' => '[A-Za-z0-9\-]+\=*',
441
                                'myt_id' => '[A-Za-z0-9\-]+\=*',
441
                                'myt_id' => '[A-Za-z0-9\-]+\=*',
442
                                'type' => 'group|company|hptg|myt',
442
                                'type' => 'group|company|hptg|mytq|myta',
443
                                'encoding' => 'base64'
443
                                'encoding' => 'base64'
444
                            ],
444
                            ],
445
                            'defaults' => [
445
                            'defaults' => [
446
                                'controller' => '\LeadersLinked\Controller\FeedController',
446
                                'controller' => '\LeadersLinked\Controller\FeedController',
447
                                'action' => 'add'
447
                                'action' => 'add'