Proyectos de Subversion LeadersLinked - Services

Rev

Rev 827 | Rev 832 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
 
3
use LeadersLinked\Model\UserType;
4
 
5
function getAclResources()
6
{
7
    return [
8
        'home',
9
        'onroom',
283 www 10
        'cesams',
1 efrain 11
        'signin',
12
        'signin/facebook',
13
        'signin/twitter',
14
        'signin/google',
15
        'signin/impersonate',
177 efrain 16
        'signin/debug',
1 efrain 17
        'share',
18
        'share/increment-external-counter',
19
        'signout',
20
        'signup',
21
        'backend',
22
        'backend/signin-admin',
23
        'backend/signin-company',
24
        'shorter',
25
        'shorter/generate',
342 www 26
        'crypto',
1 efrain 27
        'csrf',
28
        'check-session',
29
        'language',
754 stevensc 30
        'theme',
1 efrain 31
        'impersonate',
32
        'impersonate/execute',
33
        'notifications',
34
        'notifications/mark-read',
35
        'notifications/mark-all-read',
36
        'notifications/delete',
37
        'notifications/clear',
38
        'notifications/unreads',
39
        'reset-password',
40
        'forgot-password',
41
        'activate-account',
42
        'professionalism-policy',
43
        'privacy-policy',
44
        'terms-and-conditions',
45
        'cookies',
46
        'help',
333 www 47
        'storage',
766 stevensc 48
        'data-storage',
1 efrain 49
        'oauth',
50
        'oauth/facebook',
51
        'oauth/facebook/cancel',
52
        'oauth/facebook/delete',
53
        'oauth/twitter',
54
        'oauth/google',
55
        'oauth/instagram',
56
        'paypal',
57
        'paypal/success',
58
        'paypal/cancel',
352 ariadna 59
 
60
 
1 efrain 61
        'services',
62
        'services/device',
63
        'services/fcm',
64
        'services/signin',
65
        'services/signout',
352 ariadna 66
 
1 efrain 67
        'dashboard',
68
        'post',
69
        'post/comments',
70
        'post/comments/add',
71
        'post/comments/delete',
72
        'post/save-reaction',
73
        'post/delete-reaction',
242 efrain 74
        'post/reactions',
255 efrain 75
        'post/share',
1 efrain 76
 
77
        'feed',
78
        'feed/timeline',
79
        'feed/add',
80
        'feed/delete',
81
        'feed/share',
82
        'feed/comment',
255 efrain 83
        'feed/comment/add',
1 efrain 84
        'feed/comment/delete',
85
        'feed/save-reaction',
86
        'feed/delete-reaction',
87
        'feed/vote',
232 efrain 88
        'feed/reactions',
1 efrain 89
        'connection',
90
        'connection/my-connections',
91
        'connection/people-you-may-know',
92
        'connection/people-blocked',
93
        'connection/people-blocked/delete',
94
        'connection/invitations-sent',
95
        'connection/invitations-received',
96
        'connection/request',
97
        'connection/approve',
98
        'connection/reject',
99
        'connection/block',
100
        'connection/cancel',
101
        'connection/delete',
102
        'connection/unblock',
103
        'account-settings',
104
        'account-settings/image',
105
        'account-settings/deactivate',
106
        'account-settings/notifications',
107
        'account-settings/password',
108
        'account-settings/social-networks',
109
        'account-settings/location',
110
        'account-settings/privacy',
111
        'account-settings/basic',
112
        'account-settings/browsers',
113
        'account-settings/ips',
114
        'account-settings/devices',
115
        'account-settings/transactions',
116
        'account-settings/transactions/add-funds',
117
        'account-settings/add-facebook',
118
        'account-settings/remove-facebook',
119
        'account-settings/add-twitter',
120
        'account-settings/remove-twitter',
121
        'account-settings/add-google',
122
        'account-settings/remove-google',
123
        'account-settings/delete-account',
124
        'search',
125
        'search/company',
126
        'search/group',
127
        'search/job',
128
        'search/user',
129
        'moodle',
130
        'profile',
131
        'profile/self-evaluation',
132
        'profile/self-evaluation/take-a-test',
133
        'profile/self-evaluation/report',
134
        'profile/performance-evaluation',
135
        'profile/performance-evaluation/take-a-test',
136
        'profile/performance-evaluation/report',
137
        'profile/microlearning',
138
        'profile/microlearning/timeline',
139
        'profile/microlearning/progress',
140
        'profile/view',
141
        'profile/people-viewed-profile',
142
        'profile/my-profiles',
143
        'profile/my-profiles/extended',
144
        'profile/my-profiles/cover',
145
        'profile/my-profiles/image',
146
        'profile/my-profiles/experience',
147
        'profile/my-profiles/education',
148
        'profile/my-profiles/language',
149
        'profile/my-profiles/location',
150
        'profile/my-profiles/skill',
151
        'profile/my-profiles/social-network',
152
        'profile/my-profiles/aptitude',
153
        'profile/my-profiles/hobby-and-interest',
154
        'profile/my-profiles/add',
155
        'profile/my-profiles/edit',
156
        'profile/my-profiles/delete',
157
        'company',
158
        'company/my-companies',
159
        'company/my-companies/add',
160
        'company/following-companies',
161
        'company/view',
162
        'company/follow',
163
        'company/unfollow',
164
        'company/request',
165
        'company/reject',
166
        'company/accept',
167
        'company/cancel',
168
        'company/leave',
169
        'company/requests-sent',
170
        'company/invitations-received',
171
        'company/i-work-with',
172
        'group',
173
        'group/view',
174
        'group/request',
175
        'group/leave',
176
        'group/cancel',
177
        'group/accept',
178
        'group/reject',
179
        'group/my-groups',
180
        'group/my-groups/accessibility',
181
        'group/my-groups/industry',
182
        'group/my-groups/extended',
183
        'group/my-groups/type',
184
        'group/my-groups/users',
185
        'group/my-groups/image',
186
        'group/my-groups/cover',
187
        'group/my-groups/website',
188
        'group/my-groups/privacy',
189
        'group/my-groups/add',
190
        'group/my-groups/edit',
191
        'group/my-groups/delete',
192
        'group/my-groups/status',
193
        'group/joined-groups',
194
        'group/requests-sent',
195
        'group/invitations-received',
196
        'group/members',
197
        'group/members/approve',
198
        'group/members/reject',
199
        'group/members/invite',
200
        'group/members/cancel',
201
        'job',
202
        'job/view',
203
        'job/applied-jobs',
204
        'job/apply-job',
205
        'job/remove-apply-job',
206
        'job/saved-jobs',
207
        'job/save-job',
208
        'job/remove-save-job',
209
        'inmail',
283 www 210
        'inmail/user',
211
        'inmail/user/block',
706 stevensc 212
        'inmail/messages',
213
        'inmail/messages/send',
214
        'inmail/messages/delete',
215
        'inmail/messages/get',
216
        'inmail/messages/attachment',
1 efrain 217
        'chat',
218
        'chat/users',
219
        'chat/heart-beat',
220
        'chat/create-group',
221
        'chat/add-user-to-group',
222
        'chat/mark-seen',
223
        'chat/mark-received',
224
        'chat/remove-user-from-group',
225
        'chat/get-all-messages',
226
        'chat/send',
227
        'chat/get-contacts-availables-for-group',
228
        'chat/get-contact-group-list',
229
        'chat/leave-group',
230
        'chat/delete-group',
231
        'chat/close',
232
        'chat/clear',
233
        'chat/open',
234
        'chat/upload',
235
        'chat/zoom',
236
        'chat/open-or-create',
237
 
238
        'helpers',
239
        'helpers/search-people',
240
        'helpers/posts',
241
        'helpers/people-you-may-know',
242
        'helpers/people-viewed-profile',
243
        'helpers/company-follower',
244
        'helpers/company-suggestion',
245
        'helpers/group-members',
246
        'helpers/group-members/invite',
247
        'helpers/group-members/cancel',
248
        'helpers/group-members/reject',
249
        'helpers/group-members/approve',
250
        'helpers/groups-suggestion',
117 efrain 251
        'helpers/group-types',
1 efrain 252
        'helpers/my-groups',
253
        'helpers/footer',
254
        'helpers/next-events',
255
        'helpers/menu',
352 ariadna 256
        'helpers/company-sizes',
257
        'helpers/degrees',
258
        'helpers/languages',
259
        'helpers/skills',
1 efrain 260
        'helpers/aptitudes',
261
        'helpers/hobbies',
262
        'helpers/industries',
263
        'helpers/timezones',
192 efrain 264
        'helpers/abuse-report',
352 ariadna 265
 
827 stevensc 266
        'network',
267
        'network/styles',
268
 
192 efrain 269
        'abuse-report',
270
        'abuse-report/view',
352 ariadna 271
 
272
 
273
 
1 efrain 274
        'marketplace',
275
        'marketplace/categories',
276
        'marketplace/enroll',
277
        'marketplace/claim',
278
        'marketplace/join',
279
        'marketplace/buy',
167 efrain 280
 
352 ariadna 281
 
282
 
167 efrain 283
        //Menú virtual de opciones
284
        'communication',
285
        'knowledge',
352 ariadna 286
 
287
 
1 efrain 288
        'calendar',
289
        'calendar/events',
352 ariadna 290
 
1 efrain 291
        'knowledge-area',
722 stevensc 292
        'knowledge-area/metadata',
293
        'knowledge-area/list',
1 efrain 294
        'knowledge-area/add',
295
        'knowledge-area/edit',
296
        'knowledge-area/delete',
297
        'knowledge-area/view',
298
        'knowledge-area/comments',
299
        'knowledge-area/comments/add',
300
        'knowledge-area/comments/delete',
301
        'knowledge-area/save-reaction',
302
        'knowledge-area/delete-reaction',
242 efrain 303
        'knowledge-area/reactions',
352 ariadna 304
 
1 efrain 305
        'my-coach',
306
        'my-coach/questions',
307
        'my-coach/questions/view',
308
        'my-coach/questions/add',
309
        'my-coach/questions/edit',
310
        'my-coach/questions/delete',
311
        'my-coach/questions/answers',
312
        'my-coach/questions/answers/add',
313
        'my-coach/questions/answers/edit',
314
        'my-coach/questions/answers/delete',
315
        'my-coach/questions/reaction',
316
        'my-coach/questions/reaction/save',
317
        'my-coach/questions/reaction/delete',
242 efrain 318
        'my-coach/questions/reactions',
1 efrain 319
        'my-coach/questions/comments',
320
        'my-coach/questions/comments/add',
321
        'my-coach/questions/comments/delete',
352 ariadna 322
 
1 efrain 323
        'daily-pulse',
324
        'daily-pulse/how_are_you_feel',
325
        'daily-pulse/climate_on_your_organization',
352 ariadna 326
 
327
 
119 efrain 328
        'microlearning',
235 efrain 329
        'microlearning/take-a-test',
119 efrain 330
        'microlearning/profile',
331
        'microlearning/companies',
332
        'microlearning/progress',
333
        'microlearning/timeline',
334
        'microlearning/last-capsule-in-progress',
335
        'microlearning/capsules-pending',
336
        'microlearning/capsules-completed',
337
        'microlearning/capsules-in-progress',
338
        'microlearning/capsules-comments',
339
        'microlearning/capsules-comments/add',
340
        'microlearning/capsules-comments/delete',
341
        'microlearning/topics',
342
        'microlearning/capsules',
343
        'microlearning/slides',
572 stevensc 344
        'microlearning/topic',
585 stevensc 345
        'microlearning/capsule',
591 stevensc 346
        'microlearning/get-slide',
119 efrain 347
        'microlearning/sync',
348
 
352 ariadna 349
 
302 www 350
        'habits',
325 www 351
        'habits/aspect-daily-log',
352 ariadna 352
 
353
 
302 www 354
        'habits/values',
355
        'habits/values/add',
356
        'habits/values/edit',
357
        'habits/values/delete',
352 ariadna 358
 
302 www 359
        'habits/paradigms',
360
        'habits/paradigms/add',
361
        'habits/paradigms/edit',
362
        'habits/paradigms/delete',
352 ariadna 363
 
302 www 364
        'habits/purposes',
365
        'habits/purposes/add',
366
        'habits/purposes/edit',
367
        'habits/purposes/delete',
352 ariadna 368
 
369
 
304 www 370
        'habits/skills',
371
        'habits/skills/add',
372
        'habits/skills/edit',
373
        'habits/skills/delete',
352 ariadna 374
 
312 www 375
        'habits/skills/registers',
376
        'habits/skills/registers/add',
377
        'habits/skills/registers/edit',
378
        'habits/skills/registers/delete',
352 ariadna 379
 
307 www 380
        'habits/goals',
381
        'habits/goals/add',
382
        'habits/goals/edit',
383
        'habits/goals/delete',
352 ariadna 384
 
353 ariadna 385
        'habits/reports',
352 ariadna 386
 
307 www 387
        'helpers/habits-and-skills',
308 www 388
        'helpers/habits-and-skills/get',
323 www 389
        'helpers/habits-and-skills/my',
387 ariadna 390
 
515 ariadna 391
        'recruitment-ai',
392
        'recruitment-ai/pre-aplications',
393
        'recruitment-ai/job-description',
1 efrain 394
    ];
395
}
396
 
397
function getAclSuperAdmin()
398
{
399
    return [
400
        'impersonate',
401
        'impersonate/execute',
402
    ];
403
}
404
 
405
function getAclUsertypeDefaultNetwork()
406
{
407
    return [
408
        UserType::ADMIN => [
409
            'company',
410
            'company/my-companies',
411
            'company/my-companies/add',
412
            'company/following-companies',
413
            'company/view',
414
            'company/follow',
415
            'company/unfollow',
416
            'company/request',
417
            'company/reject',
418
            'company/accept',
419
            'company/cancel',
420
            'company/leave',
421
            'company/requests-sent',
422
            'company/invitations-received',
423
            'company/i-work-with',
424
            'search',
425
            'search/company',
119 efrain 426
 
1 efrain 427
        ],
428
        UserType::USER => [
429
            'company',
430
            'company/my-companies',
431
            'company/my-companies/add',
432
            'company/following-companies',
433
            'company/view',
434
            'company/follow',
435
            'company/unfollow',
436
            'company/request',
437
            'company/reject',
438
            'company/accept',
439
            'company/cancel',
440
            'company/leave',
441
            'company/requests-sent',
442
            'company/invitations-received',
443
            'company/i-work-with',
444
            'search',
445
            'search/company',
446
        ],
447
    ];
448
}
449
 
167 efrain 450
function getAclMicrolearning()
451
{
452
    return [
453
        'knowledge',
454
        'microlearning',
235 efrain 455
        'microlearning/take-a-test',
167 efrain 456
        'microlearning/profile',
457
        'microlearning/companies',
458
        'microlearning/progress',
459
        'microlearning/timeline',
460
        'microlearning/last-capsule-in-progress',
461
        'microlearning/capsules-pending',
462
        'microlearning/capsules-completed',
463
        'microlearning/capsules-in-progress',
464
        'microlearning/capsules-comments',
465
        'microlearning/capsules-comments/add',
466
        'microlearning/capsules-comments/delete',
467
        'microlearning/topics',
468
        'microlearning/capsules',
469
        'microlearning/slides',
573 stevensc 470
        'microlearning/topic',
585 stevensc 471
        'microlearning/capsule',
591 stevensc 472
        'microlearning/get-slide',
167 efrain 473
        'microlearning/sync',
474
    ];
475
}
1 efrain 476
 
302 www 477
function getAclHabits()
478
{
479
    return [
480
        'habits',
326 www 481
        'habits/aspect-daily-log',
352 ariadna 482
 
302 www 483
        'habits/values',
484
        'habits/values/add',
485
        'habits/values/edit',
486
        'habits/values/delete',
352 ariadna 487
 
302 www 488
        'habits/paradigms',
489
        'habits/paradigms/add',
490
        'habits/paradigms/edit',
491
        'habits/paradigms/delete',
352 ariadna 492
 
302 www 493
        'habits/purposes',
494
        'habits/purposes/add',
495
        'habits/purposes/edit',
496
        'habits/purposes/delete',
352 ariadna 497
 
304 www 498
        'habits/skills',
499
        'habits/skills/add',
500
        'habits/skills/edit',
501
        'habits/skills/delete',
352 ariadna 502
 
312 www 503
        'habits/skills/registers',
504
        'habits/skills/registers/add',
505
        'habits/skills/registers/edit',
506
        'habits/skills/registers/delete',
352 ariadna 507
 
355 ariadna 508
        'habits/reports',
509
 
307 www 510
        'habits/goals',
511
        'habits/goals/add',
512
        'habits/goals/edit',
513
        'habits/goals/delete',
352 ariadna 514
 
307 www 515
        'helpers',
516
        'helpers/habits-and-skills',
308 www 517
        'helpers/habits-and-skills/get',
396 ariadna 518
        'helpers/habits-and-skills/my',
519
 
515 ariadna 520
        'recruitment-ai',
521
        'recruitment-ai/pre-aplications',
522
        'recruitment-ai/job-description',
302 www 523
    ];
524
}
167 efrain 525
 
302 www 526
 
1 efrain 527
function getAclUsertypeOtherNetworkCreator()
528
{
529
    return [
530
        'company',
531
        'company/my-companies',
532
        'company/view',
533
 
534
    ];
535
}
536
 
537
function getAclUsertypeOtherNetworkNonCreator()
538
{
539
    return [
540
        'company',
541
        'company/i-work-with',
542
        'company/view',
543
    ];
544
}
545
 
546
 
547
function getAclDailyPulse()
548
{
549
    return [
550
        'daily-pulse',
551
        'daily-pulse/how_are_you_feel',
552
        'daily-pulse/climate_on_your_organization',
553
    ];
554
}
555
 
556
function getAclKnowledgeArea()
557
{
558
    return [
167 efrain 559
        'knowledge',
1 efrain 560
        'knowledge-area',
722 stevensc 561
        'knowledge-area/metadata',
562
        'knowledge-area/list',
1 efrain 563
        'knowledge-area/add',
564
        'knowledge-area/edit',
565
        'knowledge-area/delete',
566
        'knowledge-area/view',
567
        'knowledge-area/comments',
568
        'knowledge-area/comments/add',
569
        'knowledge-area/comments/delete',
570
        'knowledge-area/save-reaction',
242 efrain 571
        'knowledge-area/delete-reaction',
572
        'knowledge-area/reactions'
1 efrain 573
    ];
574
}
575
 
576
function getAclMyCoach()
577
{
578
    return [
167 efrain 579
        'knowledge',
1 efrain 580
        'my-coach',
581
        'my-coach/questions',
582
        'my-coach/questions/view',
583
        'my-coach/questions/add',
584
        'my-coach/questions/edit',
585
        'my-coach/questions/delete',
586
        'my-coach/questions/answers',
587
        'my-coach/questions/answers/add',
588
        'my-coach/questions/answers/edit',
589
        'my-coach/questions/answers/delete',
590
        'my-coach/questions/reaction',
591
        'my-coach/questions/reaction/save',
592
        'my-coach/questions/reaction/delete',
255 efrain 593
        'my-coach/questions/reactions',
1 efrain 594
        'my-coach/questions/comments',
595
        'my-coach/questions/comments/add',
596
        'my-coach/questions/comments/delete',
597
    ];
598
}
599
 
600
 
601
 
167 efrain 602
 
603
 
604
 
1 efrain 605
function getAclUsertype()
606
{
607
    return [
608
        UserType::ADMIN => [
609
            'home',
333 www 610
            'storage',
766 stevensc 611
            'data-storage',
1 efrain 612
            'share',
613
            'share/increment-external-counter',
614
            'onroom',
283 www 615
            'cesams',
1 efrain 616
            'language',
754 stevensc 617
            'theme',
1 efrain 618
            'signin',
619
            'signin/facebook',
620
            'signin/twitter',
621
            'signin/google',
622
            'signin/impersonate',
177 efrain 623
            'signin/debug',
1 efrain 624
            'signout',
625
            'signup',
626
            'csrf',
627
            'check-session',
628
            'shorter',
629
            'shorter/generate',
352 ariadna 630
 
167 efrain 631
            'communication',
1 efrain 632
            'notifications',
633
            'notifications/mark-read',
634
            'notifications/mark-all-read',
635
            'notifications/delete',
636
            'notifications/clear',
637
            'notifications/unreads',
638
 
639
            'reset-password',
640
            'forgot-password',
641
            'professionalism-policy',
642
            'activate-account',
643
            'privacy-policy',
644
            'terms-and-conditions',
645
            'cookies',
646
            'backend',
647
            'backend/signin-admin',
648
            'backend/signin-company',
649
            'oauth',
650
            'oauth/facebook',
651
            'oauth/facebook/cancel',
652
            'oauth/facebook/delete',
653
            'oauth/twitter',
654
            'oauth/google',
655
            'oauth/instagram',
656
            'paypal',
657
            'paypal/success',
658
            'paypal/cancel',
352 ariadna 659
 
1 efrain 660
            'services',
661
            'services/device',
662
            'services/fcm',
663
            'services/signin',
664
            'services/signout',
352 ariadna 665
 
1 efrain 666
            'dashboard',
667
            'post',
668
            'post/comments',
669
            'post/comments/add',
670
            'post/comments/delete',
671
            'post/save-reaction',
672
            'post/delete-reaction',
242 efrain 673
            'post/reactions',
1 efrain 674
            'feed',
675
            'feed/timeline',
676
            'feed/add',
677
            'feed/delete',
678
            'feed/share',
679
            'feed/comment',
680
            'feed/comment/delete',
681
            'feed/save-reaction',
682
            'feed/delete-reaction',
683
            'feed/vote',
232 efrain 684
            'feed/reactions',
1 efrain 685
            'connection',
686
            'connection/my-connections',
687
            'connection/people-you-may-know',
688
            'connection/people-blocked',
689
            'connection/people-blocked/delete',
690
            'connection/invitations-sent',
691
            'connection/invitations-received',
692
            'connection/request',
693
            'connection/approve',
694
            'connection/reject',
695
            'connection/block',
696
            'connection/cancel',
697
            'connection/delete',
698
            'connection/unblock',
699
            'account-settings',
700
            'account-settings/image',
701
            'account-settings/deactivate',
702
            'account-settings/notifications',
703
            'account-settings/password',
704
            'account-settings/social-networks',
705
            'account-settings/location',
706
            'account-settings/privacy',
707
            'account-settings/basic',
708
            'account-settings/browsers',
709
            'account-settings/ips',
710
            'account-settings/devices',
711
            'account-settings/transactions',
712
            'account-settings/transactions/add-funds',
713
            'account-settings/add-facebook',
714
            'account-settings/remove-facebook',
715
            'account-settings/add-twitter',
716
            'account-settings/remove-twitter',
717
            'account-settings/add-google',
718
            'account-settings/remove-google',
719
            'account-settings/delete-account',
720
            'search',
721
            'search/group',
722
            'search/job',
723
            'search/user',
724
            'moodle',
725
            'profile',
726
            'profile/self-evaluation',
727
            'profile/self-evaluation/take-a-test',
728
            'profile/self-evaluation/report',
729
            'profile/performance-evaluation',
730
            'profile/performance-evaluation/take-a-test',
731
            'profile/performance-evaluation/report',
732
            'profile/microlearning',
733
            'profile/microlearning/timeline',
734
            'profile/microlearning/progress',
735
            'profile/view',
736
            'profile/people-viewed-profile',
737
            'profile/my-profiles',
738
            'profile/my-profiles/extended',
739
            'profile/my-profiles/cover',
740
            'profile/my-profiles/image',
741
            'profile/my-profiles/experience',
742
            'profile/my-profiles/education',
743
            'profile/my-profiles/language',
744
            'profile/my-profiles/location',
745
            'profile/my-profiles/skill',
746
            'profile/my-profiles/social-network',
747
            'profile/my-profiles/aptitude',
748
            'profile/my-profiles/hobby-and-interest',
749
            'profile/my-profiles/add',
750
            'profile/my-profiles/edit',
751
            'profile/my-profiles/delete',
752
 
753
            'group',
754
            'group/view',
755
            'group/request',
756
            'group/leave',
757
            'group/cancel',
758
            'group/accept',
759
            'group/reject',
760
            'group/my-groups',
761
            'group/my-groups/accessibility',
762
            'group/my-groups/industry',
763
            'group/my-groups/extended',
764
            'group/my-groups/type',
765
            'group/my-groups/users',
766
            'group/my-groups/image',
767
            'group/my-groups/cover',
768
            'group/my-groups/website',
769
            'group/my-groups/privacy',
770
            'group/my-groups/add',
771
            'group/my-groups/edit',
772
            'group/my-groups/delete',
773
            'group/my-groups/status',
774
            'group/joined-groups',
775
            'group/requests-sent',
776
            'group/invitations-received',
777
            'group/members',
778
            'group/members/approve',
779
            'group/members/reject',
780
            'group/members/invite',
781
            'group/members/cancel',
782
            'job',
783
            'job/view',
784
            'job/applied-jobs',
785
            'job/apply-job',
786
            'job/remove-apply-job',
787
            'job/saved-jobs',
788
            'job/save-job',
789
            'job/remove-save-job',
352 ariadna 790
 
1 efrain 791
            'help',
792
            'helpers',
793
            'helpers/search-people',
794
            'helpers/posts',
795
            'helpers/people-you-may-know',
796
            'helpers/people-viewed-profile',
797
            'helpers/company-follower',
798
            'helpers/company-suggestion',
799
            'helpers/group-members',
800
            'helpers/group-members/invite',
801
            'helpers/group-members/cancel',
802
            'helpers/group-members/reject',
803
            'helpers/group-members/approve',
804
            'helpers/groups-suggestion',
117 efrain 805
            'helpers/group-types',
1 efrain 806
            'helpers/my-groups',
807
            'helpers/footer',
617 ariadna 808
            'helpers/timezones',
1 efrain 809
            'helpers/next-events',
810
            'helpers/menu',
811
            'helpers/company-sizes',
812
            'helpers/degrees',
813
            'helpers/languages',
814
            'helpers/skills',
815
            'helpers/aptitudes',
816
            'helpers/hobbies',
817
            'helpers/industries',
192 efrain 818
            'helpers/abuse-report',
352 ariadna 819
 
827 stevensc 820
            'network',
821
            'network/styles',
822
 
192 efrain 823
            'abuse-report',
824
            'abuse-report/view',
352 ariadna 825
 
624 stevensc 826
 
1 efrain 827
            'marketplace',
828
            'marketplace/categories',
829
            'marketplace/enroll',
830
            'marketplace/claim',
831
            'marketplace/join',
832
            'marketplace/buy',
624 stevensc 833
 
1 efrain 834
            'calendar',
835
            'calendar/events',
836
 
352 ariadna 837
            /*
1 efrain 838
            'zoom',
839
            'zoom/add',
840
            'zoom/delete',
841
            'zoom/listing',
842
            */
283 www 843
            'inmail',
844
            'inmail/user',
845
            'inmail/user/block',
706 stevensc 846
            'inmail/messages',
847
            'inmail/messages/send',
848
            'inmail/messages/delete',
849
            'inmail/messages/get',
850
            'inmail/messages/attachment',
119 efrain 851
 
831 stevensc 852
            'knowledge',
853
            'knowledge-area',
854
            'knowledge-area/metadata',
855
            'knowledge-area/list',
856
            'knowledge-area/add',
857
            'knowledge-area/edit',
858
            'knowledge-area/delete',
859
            'knowledge-area/view',
860
            'knowledge-area/comments',
861
            'knowledge-area/comments/add',
862
            'knowledge-area/comments/delete',
863
            'knowledge-area/save-reaction',
864
            'knowledge-area/delete-reaction',
865
            'knowledge-area/reactions',
866
 
776 stevensc 867
            'microlearning',
868
            'microlearning/take-a-test',
869
            'microlearning/profile',
870
            'microlearning/companies',
871
            'microlearning/progress',
872
            'microlearning/timeline',
873
            'microlearning/last-capsule-in-progress',
874
            'microlearning/capsules-pending',
875
            'microlearning/capsules-completed',
876
            'microlearning/capsules-in-progress',
877
            'microlearning/capsules-comments',
878
            'microlearning/capsules-comments/add',
879
            'microlearning/capsules-comments/delete',
880
            'microlearning/topics',
881
            'microlearning/capsules',
882
            'microlearning/slides',
883
            'microlearning/topic',
884
            'microlearning/capsule',
885
            'microlearning/get-slide',
886
            'microlearning/sync',
887
 
794 stevensc 888
            'habits',
889
            'habits/aspect-daily-log',
890
 
891
            'habits/values',
892
            'habits/values/add',
893
            'habits/values/edit',
894
            'habits/values/delete',
895
 
896
            'habits/paradigms',
897
            'habits/paradigms/add',
898
            'habits/paradigms/edit',
899
            'habits/paradigms/delete',
900
 
901
            'habits/purposes',
902
            'habits/purposes/add',
903
            'habits/purposes/edit',
904
            'habits/purposes/delete',
905
 
906
            'habits/skills',
907
            'habits/skills/add',
908
            'habits/skills/edit',
909
            'habits/skills/delete',
910
 
911
            'habits/skills/registers',
912
            'habits/skills/registers/add',
913
            'habits/skills/registers/edit',
914
            'habits/skills/registers/delete',
915
 
916
            'habits/reports',
917
 
918
            'habits/goals',
919
            'habits/goals/add',
920
            'habits/goals/edit',
921
            'habits/goals/delete',
922
 
923
            'helpers',
924
            'helpers/habits-and-skills',
925
            'helpers/habits-and-skills/get',
926
            'helpers/habits-and-skills/my',
927
 
1 efrain 928
        ],
929
        UserType::USER => [
930
            'home',
333 www 931
            'storage',
766 stevensc 932
            'data-storage',
1 efrain 933
            'onroom',
283 www 934
            'cesams',
1 efrain 935
            'language',
754 stevensc 936
            'theme',
1 efrain 937
            'share',
938
            'share/increment-external-counter',
939
            'signin',
940
            'signin/facebook',
941
            'signin/twitter',
942
            'signin/google',
943
            'signin/impersonate',
177 efrain 944
            'signin/debug',
1 efrain 945
            'signout',
946
            'signup',
947
            'csrf',
948
            'check-session',
949
            'shorter',
950
            'shorter/generate',
951
            'notifications',
952
            'notifications/mark-read',
953
            'notifications/mark-all-read',
954
            'notifications/delete',
955
            'notifications/clear',
956
            'notifications/unreads',
957
            'professionalism-policy',
958
            'reset-password',
959
            'forgot-password',
960
            'activate-account',
961
            'privacy-policy',
962
            'terms-and-conditions',
963
            'cookies',
964
            'backend',
965
            'backend/signin-company',
966
            'oauth',
967
            'oauth/facebook',
968
            'oauth/facebook/cancel',
969
            'oauth/facebook/delete',
970
            'oauth/twitter',
971
            'oauth/google',
972
            'oauth/instagram',
973
            'paypal',
974
            'paypal/success',
975
            'paypal/cancel',
352 ariadna 976
 
977
 
1 efrain 978
            'services',
979
            'services/device',
980
            'services/fcm',
981
            'services/signin',
982
            'services/signout',
314 www 983
 
1 efrain 984
            'dashboard',
985
            'post',
986
            'post/comments',
987
            'post/comments/add',
988
            'post/comments/delete',
989
            'post/save-reaction',
990
            'post/delete-reaction',
242 efrain 991
            'post/reactions',
1 efrain 992
            'feed',
993
            'feed/timeline',
994
            'feed/add',
995
            'feed/delete',
996
            'feed/share',
997
            'feed/comment',
998
            'feed/comment/delete',
999
            'feed/save-reaction',
1000
            'feed/delete-reaction',
1001
            'feed/vote',
232 efrain 1002
            'feed/reactions',
1 efrain 1003
            'connection',
1004
            'connection/my-connections',
1005
            'connection/people-you-may-know',
1006
            'connection/people-blocked',
1007
            'connection/people-blocked/delete',
1008
            'connection/invitations-sent',
1009
            'connection/invitations-received',
1010
            'connection/request',
1011
            'connection/approve',
1012
            'connection/reject',
1013
            'connection/block',
1014
            'connection/cancel',
1015
            'connection/delete',
1016
            'connection/unblock',
352 ariadna 1017
 
1 efrain 1018
            'account-settings',
1019
            'account-settings/image',
1020
            'account-settings/deactivate',
1021
            'account-settings/notifications',
1022
            'account-settings/password',
1023
            'account-settings/social-networks',
1024
            'account-settings/location',
1025
            'account-settings/privacy',
1026
            'account-settings/basic',
1027
            'account-settings/browsers',
1028
            'account-settings/ips',
1029
            'account-settings/devices',
1030
            'account-settings/transactions',
1031
            'account-settings/transactions/add-funds',
1032
            'account-settings/add-facebook',
1033
            'account-settings/remove-facebook',
1034
            'account-settings/add-twitter',
1035
            'account-settings/remove-twitter',
1036
            'account-settings/add-google',
1037
            'account-settings/remove-google',
1038
            'account-settings/delete-account',
352 ariadna 1039
 
1 efrain 1040
            'search',
1041
            'search/group',
1042
            'search/job',
1043
            'search/user',
1044
            'moodle',
1045
            'profile',
1046
            'profile/self-evaluation',
1047
            'profile/self-evaluation/take-a-test',
1048
            'profile/self-evaluation/report',
1049
            'profile/performance-evaluation',
1050
            'profile/performance-evaluation/take-a-test',
1051
            'profile/performance-evaluation/report',
1052
            'profile/microlearning',
1053
            'profile/microlearning/timeline',
1054
            'profile/microlearning/progress',
1055
            'profile/view',
1056
            'profile/people-viewed-profile',
1057
            'profile/my-profiles',
1058
            'profile/my-profiles/extended',
1059
            'profile/my-profiles/cover',
1060
            'profile/my-profiles/image',
1061
            'profile/my-profiles/experience',
1062
            'profile/my-profiles/education',
1063
            'profile/my-profiles/language',
1064
            'profile/my-profiles/location',
1065
            'profile/my-profiles/skill',
1066
            'profile/my-profiles/social-network',
1067
            'profile/my-profiles/aptitude',
1068
            'profile/my-profiles/hobby-and-interest',
1069
            'profile/my-profiles/add',
1070
            'profile/my-profiles/edit',
1071
            'profile/my-profiles/delete',
1072
            'group',
1073
            'group/view',
1074
            'group/request',
1075
            'group/leave',
1076
            'group/cancel',
1077
            'group/accept',
1078
            'group/reject',
1079
            'group/my-groups',
1080
            'group/my-groups/accessibility',
1081
            'group/my-groups/industry',
1082
            'group/my-groups/extended',
1083
            'group/my-groups/type',
1084
            'group/my-groups/users',
1085
            'group/my-groups/image',
1086
            'group/my-groups/cover',
1087
            'group/my-groups/website',
1088
            'group/my-groups/privacy',
1089
            'group/my-groups/add',
1090
            'group/my-groups/edit',
1091
            'group/my-groups/delete',
1092
            'group/my-groups/status',
1093
            'group/joined-groups',
1094
            'group/requests-sent',
1095
            'group/invitations-received',
1096
            'group/members',
1097
            'group/members/approve',
1098
            'group/members/reject',
1099
            'group/members/invite',
1100
            'group/members/cancel',
1101
            'job',
1102
            'job/view',
1103
            'job/applied-jobs',
1104
            'job/apply-job',
1105
            'job/remove-apply-job',
1106
            'job/saved-jobs',
1107
            'job/save-job',
1108
            'job/remove-save-job',
352 ariadna 1109
 
167 efrain 1110
            'communication',
352 ariadna 1111
 
1 efrain 1112
            'help',
1113
            'helpers',
1114
            'helpers/search-people',
1115
            'helpers/posts',
1116
            'helpers/people-you-may-know',
1117
            'helpers/people-viewed-profile',
1118
            'helpers/company-follower',
1119
            'helpers/company-suggestion',
1120
            'helpers/group-members',
1121
            'helpers/group-members/invite',
1122
            'helpers/group-members/cancel',
1123
            'helpers/group-members/reject',
1124
            'helpers/group-members/approve',
1125
            'helpers/groups-suggestion',
117 efrain 1126
            'helpers/group-types',
1 efrain 1127
            'helpers/my-groups',
1128
            'helpers/footer',
617 ariadna 1129
            'helpers/timezones',
1 efrain 1130
            'helpers/next-events',
1131
            'helpers/menu',
1132
            'helpers/company-sizes',
1133
            'helpers/degrees',
1134
            'helpers/languages',
1135
            'helpers/skills',
1136
            'helpers/aptitudes',
1137
            'helpers/hobbies',
1138
            'helpers/industries',
192 efrain 1139
            'helpers/abuse-report',
352 ariadna 1140
 
827 stevensc 1141
            'network',
1142
            'network/styles',
1143
 
192 efrain 1144
            'abuse-report',
1145
            'abuse-report/view',
352 ariadna 1146
 
624 stevensc 1147
 
1 efrain 1148
            'marketplace',
1149
            'marketplace/categories',
1150
            'marketplace/enroll',
1151
            'marketplace/claim',
1152
            'marketplace/join',
1153
            'marketplace/buy',
624 stevensc 1154
 
1 efrain 1155
            'calendar',
1156
            'calendar/events',
352 ariadna 1157
 
283 www 1158
            'inmail',
1159
            'inmail/user',
1160
            'inmail/user/block',
706 stevensc 1161
            'inmail/messages',
1162
            'inmail/messages/send',
1163
            'inmail/messages/delete',
1164
            'inmail/messages/get',
1165
            'inmail/messages/attachment',
1 efrain 1166
 
794 stevensc 1167
            'microlearning',
1168
            'microlearning/take-a-test',
1169
            'microlearning/profile',
1170
            'microlearning/companies',
1171
            'microlearning/progress',
1172
            'microlearning/timeline',
1173
            'microlearning/last-capsule-in-progress',
1174
            'microlearning/capsules-pending',
1175
            'microlearning/capsules-completed',
1176
            'microlearning/capsules-in-progress',
1177
            'microlearning/capsules-comments',
1178
            'microlearning/capsules-comments/add',
1179
            'microlearning/capsules-comments/delete',
1180
            'microlearning/topics',
1181
            'microlearning/capsules',
1182
            'microlearning/slides',
1183
            'microlearning/topic',
1184
            'microlearning/capsule',
1185
            'microlearning/get-slide',
1186
            'microlearning/sync',
119 efrain 1187
 
794 stevensc 1188
            'habits',
1189
            'habits/aspect-daily-log',
1190
 
1191
            'habits/values',
1192
            'habits/values/add',
1193
            'habits/values/edit',
1194
            'habits/values/delete',
1195
 
1196
            'habits/paradigms',
1197
            'habits/paradigms/add',
1198
            'habits/paradigms/edit',
1199
            'habits/paradigms/delete',
1200
 
1201
            'habits/purposes',
1202
            'habits/purposes/add',
1203
            'habits/purposes/edit',
1204
            'habits/purposes/delete',
1205
 
1206
            'habits/skills',
1207
            'habits/skills/add',
1208
            'habits/skills/edit',
1209
            'habits/skills/delete',
1210
 
1211
            'habits/skills/registers',
1212
            'habits/skills/registers/add',
1213
            'habits/skills/registers/edit',
1214
            'habits/skills/registers/delete',
1215
 
1216
            'habits/reports',
1217
 
1218
            'habits/goals',
1219
            'habits/goals/add',
1220
            'habits/goals/edit',
1221
            'habits/goals/delete',
1222
 
1223
            'helpers',
1224
            'helpers/habits-and-skills',
1225
            'helpers/habits-and-skills/get',
1226
            'helpers/habits-and-skills/my',
1227
 
1228
 
1 efrain 1229
            /*
1230
            'zoom',
1231
            'zoom/add',
1232
            'zoom/delete',
1233
            'zoom/listing',*/
1234
        ],
1235
        UserType::GUEST => [
1236
            'home',
333 www 1237
            'storage',
766 stevensc 1238
            'data-storage',
1 efrain 1239
            'onroom',
283 www 1240
            'cesams',
1 efrain 1241
            'language',
754 stevensc 1242
            'theme',
1 efrain 1243
            'share',
342 www 1244
            'crypto',
1 efrain 1245
            'signin',
1246
            'signin/facebook',
1247
            'signin/twitter',
1248
            'signin/google',
177 efrain 1249
            'signin/debug',
1 efrain 1250
            'signout',
1251
            'signup',
1252
            'shorter',
1253
            'professionalism-policy',
1254
            'reset-password',
1255
            'forgot-password',
1256
            'activate-account',
1257
            'privacy-policy',
1258
            'terms-and-conditions',
1259
            'cookies',
1260
            'csrf',
1261
            'oauth',
1262
            'oauth/facebook',
1263
            'oauth/facebook/cancel',
1264
            'oauth/facebook/delete',
1265
            'oauth/twitter',
1266
            'oauth/google',
1267
            'oauth/instagram',
1268
            'paypal',
1269
            'paypal/success',
1270
            'paypal/cancel',
314 www 1271
 
352 ariadna 1272
 
1 efrain 1273
            'services',
1274
            'services/device',
1275
            'services/fcm',
1276
            'services/signin',
1277
            'services/signout',
352 ariadna 1278
 
189 efrain 1279
            'helpers',
1280
            'helpers/footer',
617 ariadna 1281
            'helpers/timezones',
794 stevensc 1282
 
1283
            'habits',
1284
            'habits/aspect-daily-log',
1285
 
1286
            'habits/values',
1287
            'habits/values/add',
1288
            'habits/values/edit',
1289
            'habits/values/delete',
1290
 
1291
            'habits/paradigms',
1292
            'habits/paradigms/add',
1293
            'habits/paradigms/edit',
1294
            'habits/paradigms/delete',
1295
 
1296
            'habits/purposes',
1297
            'habits/purposes/add',
1298
            'habits/purposes/edit',
1299
            'habits/purposes/delete',
1300
 
1301
            'habits/skills',
1302
            'habits/skills/add',
1303
            'habits/skills/edit',
1304
            'habits/skills/delete',
1305
 
1306
            'habits/skills/registers',
1307
            'habits/skills/registers/add',
1308
            'habits/skills/registers/edit',
1309
            'habits/skills/registers/delete',
1310
 
1311
            'habits/reports',
1312
 
1313
            'habits/goals',
1314
            'habits/goals/add',
1315
            'habits/goals/edit',
1316
            'habits/goals/delete',
1317
 
1318
            'helpers',
1319
            'helpers/habits-and-skills',
1320
            'helpers/habits-and-skills/get',
1321
            'helpers/habits-and-skills/my',
1 efrain 1322
            /*
1323
            'zoom',
1324
            'zoom/add',
1325
            'zoom/delete',
1326
            'zoom/listing',*/
1327
        ],
1328
        UserType::USER_DELETED => [
1329
            'home',
1330
            'language',
754 stevensc 1331
            'theme',
1 efrain 1332
            'signin',
1333
            'signin/facebook',
1334
            'signin/twitter',
1335
            'signin/google',
177 efrain 1336
            'signin/debug',
1 efrain 1337
            'signout',
1338
            'signup',
1339
            'check-session',
1340
            'notifications',
1341
            'notifications/mark-read',
1342
            'notifications/mark-all-read',
1343
            'notifications/delete',
1344
            'notifications/clear',
1345
            'notifications/unreads',
1346
            'professionalism-policy',
1347
            'reset-password',
1348
            'forgot-password',
1349
            'activate-account',
1350
            'privacy-policy',
1351
            'terms-and-conditions',
1352
            'cookies',
1353
            'oauth',
1354
            'csrf',
1355
            'shorter',
617 ariadna 1356
            'helpers',
1357
            'helpers/timezones',
1 efrain 1358
            'oauth/facebook',
1359
            'oauth/facebook/cancel',
1360
            'oauth/facebook/delete',
1361
            'oauth/twitter',
1362
            'oauth/google',
1363
            'oauth/instagram',
352 ariadna 1364
 
1 efrain 1365
            'services',
1366
            'services/device',
1367
            'services/fcm',
1368
            'services/signin',
1369
            'services/signout',
794 stevensc 1370
 
1371
            'habits',
1372
            'habits/aspect-daily-log',
1373
 
1374
            'habits/values',
1375
            'habits/values/add',
1376
            'habits/values/edit',
1377
            'habits/values/delete',
1378
 
1379
            'habits/paradigms',
1380
            'habits/paradigms/add',
1381
            'habits/paradigms/edit',
1382
            'habits/paradigms/delete',
1383
 
1384
            'habits/purposes',
1385
            'habits/purposes/add',
1386
            'habits/purposes/edit',
1387
            'habits/purposes/delete',
1388
 
1389
            'habits/skills',
1390
            'habits/skills/add',
1391
            'habits/skills/edit',
1392
            'habits/skills/delete',
1393
 
1394
            'habits/skills/registers',
1395
            'habits/skills/registers/add',
1396
            'habits/skills/registers/edit',
1397
            'habits/skills/registers/delete',
1398
 
1399
            'habits/reports',
1400
 
1401
            'habits/goals',
1402
            'habits/goals/add',
1403
            'habits/goals/edit',
1404
            'habits/goals/delete',
1405
 
1406
            'helpers',
1407
            'helpers/habits-and-skills',
1408
            'helpers/habits-and-skills/get',
1409
            'helpers/habits-and-skills/my',
1 efrain 1410
        ],
1411
    ];
1412
}
1413
 
1414
function getAclMenuDefaultNetworkConnectionUser2User()
1415
{
1416
    return [
1417
        [
1418
            'label' => 'LABEL_HOME',
1419
            'route' => 'dashboard',
1420
            'class' => '/images/navbar/home.svg',
1421
        ],
1422
        [
1423
            'label' => 'LABEL_PROFILE',
1424
            'route' => 'profile',
1425
            'class' => '/images/navbar/perfil.svg',
1426
            'pages' => [
1427
                [
1428
                    'label' => 'LABEL_CONNECTIONS',
1429
                    'route' => 'connection',
1430
                    //'class' =>'/images/navbar/conexion.svg',
1431
                    'pages' => [
1432
                        [
1433
                            'label' => 'LABEL_MY_CONNECTIONS',
1434
                            'route' => 'connection/my-connections'
1435
                        ],
1436
                        [
1437
                            'label' => 'LABEL_INVITATIONS_SENT',
1438
                            'route' => 'connection/invitations-sent'
1439
                        ],
1440
                        [
1441
                            'label' => 'LABEL_INVITATIONS_RECEIVED',
1442
                            'route' => 'connection/invitations-received'
1443
                        ],
1444
                        [
1445
                            'label' => 'LABEL_PEOPLE_YOU_MAY_KNOW',
1446
                            'route' => 'connection/people-you-may-know'
1447
                        ],
1448
                        [
1449
                            'label' => 'LABEL_PEOPLE_BLOCKED',
1450
                            'route' => 'connection/people-blocked'
1451
                        ],
1452
 
1453
 
1454
                    ]
1455
                ],
1456
                [
1457
                    'label' => 'LABEL_MY_PROFILES',
1458
                    'route' => 'profile/my-profiles'
1459
                ],
1460
                [
1461
                    'label' => 'LABEL_JOBS',
1462
                    'route' => 'job',
1463
                    'pages' => [
1464
                        [
1465
                            'label' => 'LABEL_JOBS_APPLIED',
1466
                            'route' => 'job/applied-jobs'
1467
                        ],
1468
                        [
1469
                            'label' => 'LABEL_JOBS_SAVED',
1470
                            'route' => 'job/saved-jobs'
1471
                        ],
352 ariadna 1472
                    ]
1 efrain 1473
                ],
1474
 
352 ariadna 1475
 
1 efrain 1476
                [
1477
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1478
                    'route' => 'profile/people-viewed-profile'
1479
                ],
1480
 
1481
            ]
1482
        ],
1483
 
1484
 
1485
        [
1486
            'label' => 'LABEL_COMPANIES',
1487
            'route' => 'company',
1488
            'class' => '/images/navbar/empresa.svg',
1489
            'pages' => [
1490
                [
1491
                    'label' => 'LABEL_MY_COMPANIES',
1492
                    'route' => 'company/my-companies'
1493
                ],
1494
                [
1495
                    'label' => 'LABEL_COMPANIES_I_FOLLOW',
1496
                    'route' => 'company/following-companies'
1497
                ],
1498
                [
1499
                    'label' => 'LABEL_COMPANIES_I_WORK_WITH',
1500
                    'route' => 'company/i-work-with'
1501
                ],
1502
                [
1503
                    'label' => 'LABEL_REQUESTS_SENT',
1504
                    'route' => 'company/requests-sent'
1505
                ],
1506
                [
1507
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1508
                    'route' => 'company/invitations-received'
1509
                ]
1510
            ]
1511
        ],
1512
 
1513
        [
1514
            'label' => 'LABEL_GROUPS',
1515
            'route' => 'group',
1516
            'class' => '/images/navbar/grupos.svg',
1517
            'pages' => [
1518
                [
1519
                    'label' => 'LABEL_MY_GROUPS',
1520
                    'route' => 'group/my-groups'
1521
                ],
1522
                [
1523
                    'label' => 'LABEL_JOINED_GROUPS',
1524
                    'route' => 'group/joined-groups'
1525
                ],
1526
                [
1527
                    'label' => 'LABEL_REQUESTS_SENT',
1528
                    'route' => 'group/requests-sent'
1529
                ],
1530
                [
1531
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1532
                    'route' => 'group/invitations-received'
1533
                ]
1534
            ]
1535
        ],
624 stevensc 1536
 
1 efrain 1537
        [
1538
            'label' => 'LABEL_MARKETPLACE',
1539
            'route' => 'marketplace',
1540
            'class' => '/images/navbar/market-place.svg',
624 stevensc 1541
        ],
167 efrain 1542
 
352 ariadna 1543
 
1544
 
1 efrain 1545
        [
167 efrain 1546
            'label' => 'LABEL_COMMUNICATION',
1547
            'route' => 'communication',
1 efrain 1548
            'class' => '/images/navbar/calendar.svg',
167 efrain 1549
            'pages' => [
1550
                [
1551
                    'label' => 'LABEL_CALENDAR',
1552
                    'route' => 'calendar',
1553
                    'class' => '/images/navbar/calendar.svg',
1554
                ],
1555
                [
1556
                    'label' => 'LABEL_INMAIL',
1557
                    'route' => 'inmail',
1558
                    'class' => '/images/navbar/calendar.svg',
1559
                ],
1560
                [
1561
                    'label' => 'LABEL_CHAT',
1562
                    'route' => 'chat',
1563
                    'class' => '/images/navbar/calendar.svg',
1564
                ],
1565
                [
1566
                    'label' => 'LABEL_NOTIFICATIONS',
1567
                    'route' => 'notifications',
1568
                    'class' => '/images/navbar/calendar.svg',
1569
                ],
1570
            ],
1 efrain 1571
        ],
352 ariadna 1572
 
167 efrain 1573
        [
1574
            'label' => 'LABEL_KNOWLEDGE',
1575
            'route' => 'knowledge',
1576
            'class' => '/images/navbar/calendar.svg',
1577
            'pages' => [
1578
                [
1579
                    'label' => 'LABEL_MY_COACH',
1580
                    'route' => 'my-coach',
1581
                    'class' => '/images/navbar/calendar.svg',
1582
                ],
1583
                [
1584
                    'label' => 'LABEL_KNOWLEDGE_AREA',
1585
                    'route' => 'knowledge-area',
1586
                    'class' => '/images/navbar/calendar.svg',
1587
                ],
1588
                [
1589
                    'label' => 'LABEL_MICROLEARNING',
1590
                    'route' => 'microlearning',
1591
                    'class' => '/images/navbar/calendar.svg',
191 efrain 1592
                    /*
167 efrain 1593
                    'pages' => [
1594
                        [
1595
                            'label' => 'LABEL_HOME',
1596
                            'route' => 'microlearning',
1597
                            'class' => '/images/navbar/calendar.svg',
1598
                        ],
1599
                        [
1600
                            'label' => 'LABEL_MICROLEARNING_TOPICS',
1601
                            'route' => 'microlearning/topics',
1602
                            'class' => '/images/navbar/calendar.svg',
1603
                        ],
1604
                        [
1605
                            'label' => 'LABEL_MICROLEARNING_TIMELINE' ,
1606
                            'route' => 'microlearning/timeline',
1607
                            'class' => '/images/navbar/calendar.svg',
1608
                        ],
1609
                        [
1610
                            'label' => 'LABEL_MICROLEARNING_PROGRESS' ,
1611
                            'route' => 'microlearning/companies',
1612
                            'class' => '/images/navbar/calendar.svg',
1613
                        ],
1614
                        [
1615
                            'label' => 'LABEL_MICROLEARNING_PROFILE',
1616
                            'route' => 'microlearning/profile',
1617
                            'class' => '/images/navbar/calendar.svg',
1618
                        ],
191 efrain 1619
                    ]*/
167 efrain 1620
                ],
302 www 1621
                [
1622
                    'label' => 'LABEL_HABITS',
1623
                    'route' => 'habits',
1624
                    'class' => '/images/navbar/calendar.svg',
352 ariadna 1625
                ]
1626
 
1627
            ]
1628
 
1629
 
167 efrain 1630
        ],
1 efrain 1631
 
352 ariadna 1632
 
1 efrain 1633
    ];
1634
}
1635
 
1636
function getAclMenuDefaultNetworkConnectionAll2All()
1637
{
1638
    return [
1639
        [
1640
            'label' => 'LABEL_HOME',
1641
            'route' => 'dashboard',
1642
            'class' => '/images/navbar/home.svg',
1643
        ],
1644
        [
1645
            'label' => 'LABEL_PROFILE',
1646
            'route' => 'profile',
1647
            'class' => '/images/navbar/perfil.svg',
1648
            'pages' => [
1649
                [
1650
                    'label' => 'LABEL_MY_CONNECTIONS',
1651
                    'route' => 'connection/my-connections',
1652
                ],
1653
                [
1654
                    'label' => 'LABEL_MY_PROFILES',
1655
                    'route' => 'profile/my-profiles'
1656
                ],
1657
                [
1658
                    'label' => 'LABEL_JOBS_APPLIED',
1659
                    'route' => 'job/applied-jobs'
1660
                ],
1661
                [
1662
                    'label' => 'LABEL_JOBS_SAVED',
1663
                    'route' => 'job/saved-jobs'
1664
                ],
1665
                [
1666
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1667
                    'route' => 'profile/people-viewed-profile'
1668
                ],
1669
 
1670
            ]
1671
        ],
1672
 
1673
 
1674
        [
1675
            'label' => 'LABEL_COMPANIES',
1676
            'route' => 'company',
1677
            'class' => '/images/navbar/empresa.svg',
1678
            'pages' => [
1679
                [
1680
                    'label' => 'LABEL_MY_COMPANIES',
1681
                    'route' => 'company/my-companies'
1682
                ],
1683
                [
1684
                    'label' => 'LABEL_COMPANIES_I_FOLLOW',
1685
                    'route' => 'company/following-companies'
1686
                ],
1687
                [
1688
                    'label' => 'LABEL_COMPANIES_I_WORK_WITH',
1689
                    'route' => 'company/i-work-with'
1690
                ],
1691
                [
1692
                    'label' => 'LABEL_REQUESTS_SENT',
1693
                    'route' => 'company/requests-sent'
1694
                ],
1695
                [
1696
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1697
                    'route' => 'company/invitations-received'
1698
                ]
1699
            ]
1700
        ],
1701
 
1702
        [
1703
            'label' => 'LABEL_GROUPS',
1704
            'route' => 'group',
1705
            'class' => '/images/navbar/grupos.svg',
1706
            'pages' => [
1707
                [
1708
                    'label' => 'LABEL_MY_GROUPS',
1709
                    'route' => 'group/my-groups'
1710
                ],
1711
                [
1712
                    'label' => 'LABEL_JOINED_GROUPS',
1713
                    'route' => 'group/joined-groups'
1714
                ],
1715
                [
1716
                    'label' => 'LABEL_REQUESTS_SENT',
1717
                    'route' => 'group/requests-sent'
1718
                ],
1719
                [
1720
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1721
                    'route' => 'group/invitations-received'
1722
                ]
1723
            ]
1724
        ],
1725
        [
1726
            'label' => 'LABEL_MARKETPLACE',
1727
            'route' => 'marketplace',
1728
            'class' => '/images/navbar/market-place.svg',
1729
        ],
167 efrain 1730
 
352 ariadna 1731
 
1 efrain 1732
        [
167 efrain 1733
            'label' => 'LABEL_COMMUNICATION',
1734
            'route' => 'communication',
1 efrain 1735
            'class' => '/images/navbar/calendar.svg',
167 efrain 1736
            'pages' => [
1737
                [
1738
                    'label' => 'LABEL_CALENDAR',
1739
                    'route' => 'calendar',
1740
                    'class' => '/images/navbar/calendar.svg',
1741
                ],
1742
                [
1743
                    'label' => 'LABEL_INMAIL',
617 ariadna 1744
                    'route' => 'inmail',
167 efrain 1745
                    'class' => '/images/navbar/calendar.svg',
1746
                ],
1747
                [
1748
                    'label' => 'LABEL_CHAT',
1749
                    'route' => 'chat',
1750
                    'class' => '/images/navbar/calendar.svg',
1751
                ],
1752
                [
1753
                    'label' => 'LABEL_NOTIFICATIONS',
1754
                    'route' => 'notifications',
1755
                    'class' => '/images/navbar/calendar.svg',
1756
                ],
1757
            ],
1 efrain 1758
        ],
352 ariadna 1759
 
167 efrain 1760
        [
1761
            'label' => 'LABEL_KNOWLEDGE',
1762
            'route' => 'knowledge',
1763
            'class' => '/images/navbar/calendar.svg',
1764
            'pages' => [
1765
                [
1766
                    'label' => 'LABEL_MY_COACH',
1767
                    'route' => 'my-coach',
1768
                    'class' => '/images/navbar/calendar.svg',
1769
                ],
1770
                [
1771
                    'label' => 'LABEL_KNOWLEDGE_AREA',
1772
                    'route' => 'knowledge-area',
1773
                    'class' => '/images/navbar/calendar.svg',
1774
                ],
1775
                [
1776
                    'label' => 'LABEL_MICROLEARNING',
1777
                    'route' => 'microlearning',
1778
                    'class' => '/images/navbar/calendar.svg',
352 ariadna 1779
                    /*
167 efrain 1780
                    'pages' => [
1781
                        [
1782
                            'label' => 'LABEL_HOME',
1783
                            'route' => 'microlearning',
1784
                            'class' => '/images/navbar/calendar.svg',
1785
                        ],
1786
                        [
1787
                            'label' => 'LABEL_MICROLEARNING_TOPICS',
1788
                            'route' => 'microlearning/topics',
1789
                            'class' => '/images/navbar/calendar.svg',
1790
                        ],
1791
                        [
1792
                            'label' => 'LABEL_MICROLEARNING_TIMELINE' ,
1793
                            'route' => 'microlearning/timeline',
1794
                            'class' => '/images/navbar/calendar.svg',
1795
                        ],
1796
                        [
1797
                            'label' => 'LABEL_MICROLEARNING_PROGRESS' ,
1798
                            'route' => 'microlearning/companies',
1799
                            'class' => '/images/navbar/calendar.svg',
1800
                        ],
1801
                        [
1802
                            'label' => 'LABEL_MICROLEARNING_PROFILE',
1803
                            'route' => 'microlearning/profile',
1804
                            'class' => '/images/navbar/calendar.svg',
1805
                        ],
191 efrain 1806
                    ]*/
167 efrain 1807
                ],
352 ariadna 1808
 
167 efrain 1809
            ]
352 ariadna 1810
 
1811
 
167 efrain 1812
        ],
1 efrain 1813
    ];
1814
}
1815
 
1816
function getAclMenuNonDefaulNetworkConnectionUser2User()
1817
{
1818
    return [
1819
        [
1820
            'label' => 'LABEL_HOME',
1821
            'route' => 'dashboard',
1822
            'class' => '/images/navbar/home.svg',
1823
        ],
1824
        [
1825
            'label' => 'LABEL_PROFILE',
1826
            'route' => 'profile',
1827
            'class' => '/images/navbar/perfil.svg',
1828
            'pages' => [
1829
                [
1830
                    'label' => 'LABEL_CONNECTIONS',
1831
                    'route' => 'connection',
1832
                    //'class' =>'/images/navbar/conexion.svg',
1833
                    'pages' => [
1834
                        [
1835
                            'label' => 'LABEL_MY_CONNECTIONS',
1836
                            'route' => 'connection/my-connections'
1837
                        ],
1838
                        [
1839
                            'label' => 'LABEL_INVITATIONS_SENT',
1840
                            'route' => 'connection/invitations-sent'
1841
                        ],
1842
                        [
1843
                            'label' => 'LABEL_INVITATIONS_RECEIVED',
1844
                            'route' => 'connection/invitations-received'
1845
                        ],
1846
                        [
1847
                            'label' => 'LABEL_PEOPLE_YOU_MAY_KNOW',
1848
                            'route' => 'connection/people-you-may-know'
1849
                        ],
1850
                        [
1851
                            'label' => 'LABEL_PEOPLE_BLOCKED',
1852
                            'route' => 'connection/people-blocked'
1853
                        ],
1854
 
1855
 
1856
                    ]
1857
                ],
1858
                [
1859
                    'label' => 'LABEL_MY_PROFILES',
1860
                    'route' => 'profile/my-profiles'
1861
                ],
1862
                [
1863
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1864
                    'route' => 'profile/people-viewed-profile'
1865
                ],
1866
 
1867
            ]
1868
        ],
1869
 
1870
        [
1871
            'label' => 'LABEL_COMPANY',
1872
            'route' => 'company',
1873
            'class' => '/images/navbar/empresa.svg',
1874
 
1875
        ],
1876
 
1877
        [
1878
            'label' => 'LABEL_GROUPS',
1879
            'route' => 'group',
1880
            'class' => '/images/navbar/grupos.svg',
1881
            'pages' => [
1882
                [
1883
                    'label' => 'LABEL_MY_GROUPS',
1884
                    'route' => 'group/my-groups'
1885
                ],
1886
                [
1887
                    'label' => 'LABEL_JOINED_GROUPS',
1888
                    'route' => 'group/joined-groups'
1889
                ],
1890
                [
1891
                    'label' => 'LABEL_REQUESTS_SENT',
1892
                    'route' => 'group/requests-sent'
1893
                ],
1894
                [
1895
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1896
                    'route' => 'group/invitations-received'
1897
                ]
1898
            ]
1899
        ],
1900
        [
1901
            'label' => 'LABEL_MARKETPLACE',
1902
            'route' => 'marketplace',
1903
            'class' => '/images/navbar/market-place.svg',
1904
        ],
167 efrain 1905
 
352 ariadna 1906
 
1 efrain 1907
        [
167 efrain 1908
            'label' => 'LABEL_COMMUNICATION',
1909
            'route' => 'communication',
1 efrain 1910
            'class' => '/images/navbar/calendar.svg',
167 efrain 1911
            'pages' => [
1912
                [
1913
                    'label' => 'LABEL_CALENDAR',
1914
                    'route' => 'calendar',
1915
                    'class' => '/images/navbar/calendar.svg',
1916
                ],
1917
                [
1918
                    'label' => 'LABEL_INMAIL',
1919
                    'route' => 'inmail',
1920
                    'class' => '/images/navbar/calendar.svg',
1921
                ],
1922
                [
1923
                    'label' => 'LABEL_CHAT',
1924
                    'route' => 'chat',
1925
                    'class' => '/images/navbar/calendar.svg',
1926
                ],
1927
                [
1928
                    'label' => 'LABEL_NOTIFICATIONS',
1929
                    'route' => 'notifications',
1930
                    'class' => '/images/navbar/calendar.svg',
1931
                ],
1932
            ],
1 efrain 1933
        ],
352 ariadna 1934
 
167 efrain 1935
        [
1936
            'label' => 'LABEL_KNOWLEDGE',
1937
            'route' => 'knowledge',
1938
            'class' => '/images/navbar/calendar.svg',
1939
            'pages' => [
1940
                [
1941
                    'label' => 'LABEL_MY_COACH',
1942
                    'route' => 'my-coach',
1943
                    'class' => '/images/navbar/calendar.svg',
1944
                ],
1945
                [
1946
                    'label' => 'LABEL_KNOWLEDGE_AREA',
1947
                    'route' => 'knowledge-area',
1948
                    'class' => '/images/navbar/calendar.svg',
1949
                ],
1950
                [
1951
                    'label' => 'LABEL_MICROLEARNING',
1952
                    'route' => 'microlearning',
1953
                    'class' => '/images/navbar/calendar.svg',
1954
                ],
1955
            ]
352 ariadna 1956
 
1957
 
167 efrain 1958
        ],
1 efrain 1959
    ];
1960
}
1961
 
1962
function getAclMenuNonDefaultNetworkConnectionAll2All()
1963
{
1964
    return [
1965
        [
1966
            'label' => 'LABEL_HOME',
1967
            'route' => 'dashboard',
1968
            'class' => '/images/navbar/home.svg',
1969
        ],
1970
        [
1971
            'label' => 'LABEL_PROFILE',
1972
            'route' => 'profile',
1973
            'class' => '/images/navbar/perfil.svg',
1974
            'pages' => [
1975
                [
1976
                    'label' => 'LABEL_MY_CONNECTIONS',
1977
                    'route' => 'connection/my-connections'
1978
                ],
1979
                [
1980
                    'label' => 'LABEL_MY_PROFILES',
1981
                    'route' => 'profile/my-profiles'
1982
                ],
1983
                [
1984
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1985
                    'route' => 'profile/people-viewed-profile'
1986
                ],
1987
 
1988
            ]
1989
        ],
1990
 
1991
        [
1992
            'label' => 'LABEL_COMPANY',
1993
            'route' => 'company',
1994
            'class' => '/images/navbar/empresa.svg',
1995
 
1996
        ],
1997
 
1998
 
1999
        [
2000
            'label' => 'LABEL_GROUPS',
2001
            'route' => 'group',
2002
            'class' => '/images/navbar/grupos.svg',
2003
            'pages' => [
2004
                [
2005
                    'label' => 'LABEL_MY_GROUPS',
2006
                    'route' => 'group/my-groups'
2007
                ],
2008
                [
2009
                    'label' => 'LABEL_JOINED_GROUPS',
2010
                    'route' => 'group/joined-groups'
2011
                ],
2012
                [
2013
                    'label' => 'LABEL_REQUESTS_SENT',
2014
                    'route' => 'group/requests-sent'
2015
                ],
2016
                [
2017
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
2018
                    'route' => 'group/invitations-received'
2019
                ]
2020
            ]
2021
        ],
2022
        [
2023
            'label' => 'LABEL_MARKETPLACE',
2024
            'route' => 'marketplace',
2025
            'class' => '/images/navbar/market-place.svg',
2026
        ],
167 efrain 2027
 
352 ariadna 2028
 
1 efrain 2029
        [
167 efrain 2030
            'label' => 'LABEL_COMMUNICATION',
2031
            'route' => 'communication',
1 efrain 2032
            'class' => '/images/navbar/calendar.svg',
167 efrain 2033
            'pages' => [
2034
                [
2035
                    'label' => 'LABEL_CALENDAR',
2036
                    'route' => 'calendar',
2037
                    'class' => '/images/navbar/calendar.svg',
2038
                ],
2039
                [
2040
                    'label' => 'LABEL_INMAIL',
2041
                    'route' => 'inmail',
2042
                    'class' => '/images/navbar/calendar.svg',
2043
                ],
2044
                [
2045
                    'label' => 'LABEL_CHAT',
2046
                    'route' => 'chat',
2047
                    'class' => '/images/navbar/calendar.svg',
2048
                ],
2049
                [
2050
                    'label' => 'LABEL_NOTIFICATIONS',
2051
                    'route' => 'notifications',
2052
                    'class' => '/images/navbar/calendar.svg',
2053
                ],
2054
            ],
1 efrain 2055
        ],
352 ariadna 2056
 
167 efrain 2057
        [
2058
            'label' => 'LABEL_KNOWLEDGE',
2059
            'route' => 'knowledge',
2060
            'class' => '/images/navbar/calendar.svg',
2061
            'pages' => [
2062
                [
2063
                    'label' => 'LABEL_MY_COACH',
2064
                    'route' => 'my-coach',
2065
                    'class' => '/images/navbar/calendar.svg',
2066
                ],
2067
                [
2068
                    'label' => 'LABEL_KNOWLEDGE_AREA',
2069
                    'route' => 'knowledge-area',
2070
                    'class' => '/images/navbar/calendar.svg',
2071
                ],
2072
                [
2073
                    'label' => 'LABEL_MICROLEARNING',
2074
                    'route' => 'microlearning',
2075
                    'class' => '/images/navbar/calendar.svg',
191 efrain 2076
                    /*
167 efrain 2077
 
2078
                    'pages' => [
2079
                        [
2080
                            'label' => 'LABEL_HOME',
2081
                            'route' => 'microlearning',
2082
                            'class' => '/images/navbar/calendar.svg',
2083
                        ],
2084
                        [
2085
                            'label' => 'LABEL_MICROLEARNING_TOPICS',
2086
                            'route' => 'microlearning/topics',
2087
                            'class' => '/images/navbar/calendar.svg',
2088
                        ],
2089
                        [
2090
                            'label' => 'LABEL_MICROLEARNING_TIMELINE' ,
2091
                            'route' => 'microlearning/timeline',
2092
                            'class' => '/images/navbar/calendar.svg',
2093
                        ],
2094
                        [
2095
                            'label' => 'LABEL_MICROLEARNING_PROGRESS' ,
2096
                            'route' => 'microlearning/companies',
2097
                            'class' => '/images/navbar/calendar.svg',
2098
                        ],
2099
                        [
2100
                            'label' => 'LABEL_MICROLEARNING_PROFILE',
2101
                            'route' => 'microlearning/profile',
2102
                            'class' => '/images/navbar/calendar.svg',
2103
                        ],
191 efrain 2104
                    ]*/
167 efrain 2105
                ],
352 ariadna 2106
 
167 efrain 2107
            ]
352 ariadna 2108
 
2109
 
167 efrain 2110
        ],
1 efrain 2111
    ];
2112
}