Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11083 Rev 11090
Línea 343... Línea 343...
343
                'may_terminate' => true,
343
                'may_terminate' => true,
344
                'child_routes' => [
344
                'child_routes' => [
345
                    'timeline' => [
345
                    'timeline' => [
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/:topic_uuid]',
348
                            'route' => '/timeline[/:id]/[/type/:type][/urgent/:urgent][/myt_id/:myt_id][/feed/:feed][/topic_id/:topic_id]',
349
                            'constraints' => [
349
                            'constraints' => [
350
                                'id' => '[A-Za-z0-9\-]+\=*',
350
                                'id' => '[A-Za-z0-9\-]+\=*',
351
                                'type' => 'user|company|hptg|mytq|myta',
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_uuid' => '[A-Za-z0-9\-]+\=*',
354
                                'topic_id' => '[A-Za-z0-9\-]+\=*',
355
                                'urgent' => 'u',
355
                                'urgent' => 'u',
356
                            ],
356
                            ],
357
                            'defaults' => [
357
                            'defaults' => [
358
                                'controller' => '\LeadersLinked\Controller\FeedController',
358
                                'controller' => '\LeadersLinked\Controller\FeedController',
359
                                'action' => 'timeline'
359
                                'action' => 'timeline'
Línea 361... Línea 361...
361
                        ]
361
                        ]
362
                    ],
362
                    ],
363
                    'onefeed' => [
363
                    'onefeed' => [
364
                        'type' => Segment::class,
364
                        'type' => Segment::class,
365
                        'options' => [
365
                        'options' => [
366
                            'route' => '/onefeed[/:feed_uuid][/:topic_uuid][/:group_uuid]',
366
                            'route' => '/onefeed[/:feed_id][/:topic_id][/:group_id]',
367
                            'constraints' => [
367
                            'constraints' => [
368
                                'group_uuid' => '[A-Za-z0-9\-]+\=*',
368
                                'group_id' => '[A-Za-z0-9\-]+\=*',
369
                                'feed_uuid' => '[A-Za-z0-9\-]+\=*',
369
                                'feed_id' => '[A-Za-z0-9\-]+\=*',
370
                                'topic_id' => '[A-Za-z0-9\-]+\=*',
370
                                'topic_id' => '[A-Za-z0-9\-]+\=*',
371
                            ],
371
                            ],
372
                            'defaults' => [
372
                            'defaults' => [
373
                                'controller' => '\LeadersLinked\Controller\FeedController',
373
                                'controller' => '\LeadersLinked\Controller\FeedController',
374
                                'action' => 'oneFeed'
374
                                'action' => 'oneFeed'