Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10610 Rev 10653
Línea 346... Línea 346...
346
                        'type' => Segment::class,
346
                        'type' => Segment::class,
347
                        'options' => [
347
                        'options' => [
348
                            'route' => '/timeline/[:id]/[:type[:urgent][/feed/:feed][:topic_uuid]]',
348
                            'route' => '/timeline/[:id]/[:type[:urgent][/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',
351
                                'type' => 'user|company|hptg|myt',
352
                                'feed' => '[A-Za-z0-9\-]+\=*',
352
                                'feed' => '[A-Za-z0-9\-]+\=*',
353
                                'topic_id' => '[A-Za-z0-9\-]+\=*',
353
                                'topic_id' => '[A-Za-z0-9\-]+\=*',
354
                                'urgent' => 'u',
354
                                'urgent' => 'u',
355
                            ],
355
                            ],
356
                            'defaults' => [
356
                            'defaults' => [
Línea 435... Línea 435...
435
                        'options' => [
435
                        'options' => [
436
                            'route' => '/add[/company/:company_id][/group/:group_id][/encoding/:encoding][/type/:type[/feed/:feed]]',
436
                            'route' => '/add[/company/:company_id][/group/:group_id][/encoding/:encoding][/type/:type[/feed/:feed]]',
437
                            'constraints' => [
437
                            'constraints' => [
438
                                'company_id' => '[A-Za-z0-9\-]+\=*',
438
                                'company_id' => '[A-Za-z0-9\-]+\=*',
439
                                'group_id' => '[A-Za-z0-9\-]+\=*',
439
                                'group_id' => '[A-Za-z0-9\-]+\=*',
440
                                'type' => 'group|company|hptg',
440
                                'type' => 'group|company|hptg|myt',
441
                                'encoding' => 'base64'
441
                                'encoding' => 'base64'
442
                            ],
442
                            ],
443
                            'defaults' => [
443
                            'defaults' => [
444
                                'controller' => '\LeadersLinked\Controller\FeedController',
444
                                'controller' => '\LeadersLinked\Controller\FeedController',
445
                                'action' => 'add'
445
                                'action' => 'add'