Proyectos de Subversion LeadersLinked - Services

Rev

Rev 832 | | 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',
833 stevensc 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
 
832 stevensc 888
            'my-coach',
889
            'my-coach/questions',
890
            'my-coach/questions/view',
891
            'my-coach/questions/add',
892
            'my-coach/questions/edit',
893
            'my-coach/questions/delete',
894
            'my-coach/questions/answers',
895
            'my-coach/questions/answers/add',
896
            'my-coach/questions/answers/edit',
897
            'my-coach/questions/answers/delete',
898
            'my-coach/questions/reaction',
899
            'my-coach/questions/reaction/save',
900
            'my-coach/questions/reaction/delete',
901
            'my-coach/questions/reactions',
902
            'my-coach/questions/comments',
903
            'my-coach/questions/comments/add',
904
            'my-coach/questions/comments/delete',
905
 
906
            'daily-pulse',
907
            'daily-pulse/how_are_you_feel',
908
            'daily-pulse/climate_on_your_organization',
909
 
910
            'microlearning',
911
            'microlearning/take-a-test',
912
            'microlearning/profile',
913
            'microlearning/companies',
914
            'microlearning/progress',
915
            'microlearning/timeline',
916
            'microlearning/last-capsule-in-progress',
917
            'microlearning/capsules-pending',
918
            'microlearning/capsules-completed',
919
            'microlearning/capsules-in-progress',
920
            'microlearning/capsules-comments',
921
            'microlearning/capsules-comments/add',
922
            'microlearning/capsules-comments/delete',
923
            'microlearning/topics',
924
            'microlearning/capsules',
925
            'microlearning/slides',
926
            'microlearning/topic',
927
            'microlearning/capsule',
928
            'microlearning/get-slide',
929
            'microlearning/sync',
930
 
931
 
794 stevensc 932
            'habits',
933
            'habits/aspect-daily-log',
934
 
832 stevensc 935
 
794 stevensc 936
            'habits/values',
937
            'habits/values/add',
938
            'habits/values/edit',
939
            'habits/values/delete',
940
 
941
            'habits/paradigms',
942
            'habits/paradigms/add',
943
            'habits/paradigms/edit',
944
            'habits/paradigms/delete',
945
 
946
            'habits/purposes',
947
            'habits/purposes/add',
948
            'habits/purposes/edit',
949
            'habits/purposes/delete',
950
 
832 stevensc 951
 
794 stevensc 952
            'habits/skills',
953
            'habits/skills/add',
954
            'habits/skills/edit',
955
            'habits/skills/delete',
956
 
957
            'habits/skills/registers',
958
            'habits/skills/registers/add',
959
            'habits/skills/registers/edit',
960
            'habits/skills/registers/delete',
961
 
962
            'habits/goals',
963
            'habits/goals/add',
964
            'habits/goals/edit',
965
            'habits/goals/delete',
966
 
967
            'helpers',
968
            'helpers/habits-and-skills',
969
            'helpers/habits-and-skills/get',
970
            'helpers/habits-and-skills/my',
971
 
1 efrain 972
        ],
973
        UserType::USER => [
974
            'home',
333 www 975
            'storage',
766 stevensc 976
            'data-storage',
1 efrain 977
            'onroom',
283 www 978
            'cesams',
1 efrain 979
            'language',
754 stevensc 980
            'theme',
1 efrain 981
            'share',
982
            'share/increment-external-counter',
983
            'signin',
984
            'signin/facebook',
985
            'signin/twitter',
986
            'signin/google',
987
            'signin/impersonate',
177 efrain 988
            'signin/debug',
1 efrain 989
            'signout',
990
            'signup',
991
            'csrf',
992
            'check-session',
993
            'shorter',
994
            'shorter/generate',
995
            'notifications',
996
            'notifications/mark-read',
997
            'notifications/mark-all-read',
998
            'notifications/delete',
999
            'notifications/clear',
1000
            'notifications/unreads',
1001
            'professionalism-policy',
1002
            'reset-password',
1003
            'forgot-password',
1004
            'activate-account',
1005
            'privacy-policy',
1006
            'terms-and-conditions',
1007
            'cookies',
1008
            'backend',
1009
            'backend/signin-company',
1010
            'oauth',
1011
            'oauth/facebook',
1012
            'oauth/facebook/cancel',
1013
            'oauth/facebook/delete',
1014
            'oauth/twitter',
1015
            'oauth/google',
1016
            'oauth/instagram',
1017
            'paypal',
1018
            'paypal/success',
1019
            'paypal/cancel',
352 ariadna 1020
 
1021
 
1 efrain 1022
            'services',
1023
            'services/device',
1024
            'services/fcm',
1025
            'services/signin',
1026
            'services/signout',
314 www 1027
 
1 efrain 1028
            'dashboard',
1029
            'post',
1030
            'post/comments',
1031
            'post/comments/add',
1032
            'post/comments/delete',
1033
            'post/save-reaction',
1034
            'post/delete-reaction',
242 efrain 1035
            'post/reactions',
1 efrain 1036
            'feed',
1037
            'feed/timeline',
1038
            'feed/add',
1039
            'feed/delete',
1040
            'feed/share',
1041
            'feed/comment',
1042
            'feed/comment/delete',
1043
            'feed/save-reaction',
1044
            'feed/delete-reaction',
1045
            'feed/vote',
232 efrain 1046
            'feed/reactions',
1 efrain 1047
            'connection',
1048
            'connection/my-connections',
1049
            'connection/people-you-may-know',
1050
            'connection/people-blocked',
1051
            'connection/people-blocked/delete',
1052
            'connection/invitations-sent',
1053
            'connection/invitations-received',
1054
            'connection/request',
1055
            'connection/approve',
1056
            'connection/reject',
1057
            'connection/block',
1058
            'connection/cancel',
1059
            'connection/delete',
1060
            'connection/unblock',
352 ariadna 1061
 
1 efrain 1062
            'account-settings',
1063
            'account-settings/image',
1064
            'account-settings/deactivate',
1065
            'account-settings/notifications',
1066
            'account-settings/password',
1067
            'account-settings/social-networks',
1068
            'account-settings/location',
1069
            'account-settings/privacy',
1070
            'account-settings/basic',
1071
            'account-settings/browsers',
1072
            'account-settings/ips',
1073
            'account-settings/devices',
1074
            'account-settings/transactions',
1075
            'account-settings/transactions/add-funds',
1076
            'account-settings/add-facebook',
1077
            'account-settings/remove-facebook',
1078
            'account-settings/add-twitter',
1079
            'account-settings/remove-twitter',
1080
            'account-settings/add-google',
1081
            'account-settings/remove-google',
1082
            'account-settings/delete-account',
352 ariadna 1083
 
1 efrain 1084
            'search',
1085
            'search/group',
1086
            'search/job',
1087
            'search/user',
1088
            'moodle',
1089
            'profile',
1090
            'profile/self-evaluation',
1091
            'profile/self-evaluation/take-a-test',
1092
            'profile/self-evaluation/report',
1093
            'profile/performance-evaluation',
1094
            'profile/performance-evaluation/take-a-test',
1095
            'profile/performance-evaluation/report',
1096
            'profile/microlearning',
1097
            'profile/microlearning/timeline',
1098
            'profile/microlearning/progress',
1099
            'profile/view',
1100
            'profile/people-viewed-profile',
1101
            'profile/my-profiles',
1102
            'profile/my-profiles/extended',
1103
            'profile/my-profiles/cover',
1104
            'profile/my-profiles/image',
1105
            'profile/my-profiles/experience',
1106
            'profile/my-profiles/education',
1107
            'profile/my-profiles/language',
1108
            'profile/my-profiles/location',
1109
            'profile/my-profiles/skill',
1110
            'profile/my-profiles/social-network',
1111
            'profile/my-profiles/aptitude',
1112
            'profile/my-profiles/hobby-and-interest',
1113
            'profile/my-profiles/add',
1114
            'profile/my-profiles/edit',
1115
            'profile/my-profiles/delete',
1116
            'group',
1117
            'group/view',
1118
            'group/request',
1119
            'group/leave',
1120
            'group/cancel',
1121
            'group/accept',
1122
            'group/reject',
1123
            'group/my-groups',
1124
            'group/my-groups/accessibility',
1125
            'group/my-groups/industry',
1126
            'group/my-groups/extended',
1127
            'group/my-groups/type',
1128
            'group/my-groups/users',
1129
            'group/my-groups/image',
1130
            'group/my-groups/cover',
1131
            'group/my-groups/website',
1132
            'group/my-groups/privacy',
1133
            'group/my-groups/add',
1134
            'group/my-groups/edit',
1135
            'group/my-groups/delete',
1136
            'group/my-groups/status',
1137
            'group/joined-groups',
1138
            'group/requests-sent',
1139
            'group/invitations-received',
1140
            'group/members',
1141
            'group/members/approve',
1142
            'group/members/reject',
1143
            'group/members/invite',
1144
            'group/members/cancel',
1145
            'job',
1146
            'job/view',
1147
            'job/applied-jobs',
1148
            'job/apply-job',
1149
            'job/remove-apply-job',
1150
            'job/saved-jobs',
1151
            'job/save-job',
1152
            'job/remove-save-job',
352 ariadna 1153
 
167 efrain 1154
            'communication',
352 ariadna 1155
 
1 efrain 1156
            'help',
1157
            'helpers',
1158
            'helpers/search-people',
1159
            'helpers/posts',
1160
            'helpers/people-you-may-know',
1161
            'helpers/people-viewed-profile',
1162
            'helpers/company-follower',
1163
            'helpers/company-suggestion',
1164
            'helpers/group-members',
1165
            'helpers/group-members/invite',
1166
            'helpers/group-members/cancel',
1167
            'helpers/group-members/reject',
1168
            'helpers/group-members/approve',
1169
            'helpers/groups-suggestion',
117 efrain 1170
            'helpers/group-types',
1 efrain 1171
            'helpers/my-groups',
1172
            'helpers/footer',
617 ariadna 1173
            'helpers/timezones',
1 efrain 1174
            'helpers/next-events',
1175
            'helpers/menu',
1176
            'helpers/company-sizes',
1177
            'helpers/degrees',
1178
            'helpers/languages',
1179
            'helpers/skills',
1180
            'helpers/aptitudes',
1181
            'helpers/hobbies',
1182
            'helpers/industries',
192 efrain 1183
            'helpers/abuse-report',
352 ariadna 1184
 
827 stevensc 1185
            'network',
1186
            'network/styles',
1187
 
192 efrain 1188
            'abuse-report',
1189
            'abuse-report/view',
352 ariadna 1190
 
624 stevensc 1191
 
1 efrain 1192
            'marketplace',
1193
            'marketplace/categories',
1194
            'marketplace/enroll',
1195
            'marketplace/claim',
1196
            'marketplace/join',
1197
            'marketplace/buy',
624 stevensc 1198
 
1 efrain 1199
            'calendar',
1200
            'calendar/events',
352 ariadna 1201
 
283 www 1202
            'inmail',
1203
            'inmail/user',
1204
            'inmail/user/block',
706 stevensc 1205
            'inmail/messages',
1206
            'inmail/messages/send',
1207
            'inmail/messages/delete',
1208
            'inmail/messages/get',
1209
            'inmail/messages/attachment',
1 efrain 1210
 
794 stevensc 1211
            'microlearning',
1212
            'microlearning/take-a-test',
1213
            'microlearning/profile',
1214
            'microlearning/companies',
1215
            'microlearning/progress',
1216
            'microlearning/timeline',
1217
            'microlearning/last-capsule-in-progress',
1218
            'microlearning/capsules-pending',
1219
            'microlearning/capsules-completed',
1220
            'microlearning/capsules-in-progress',
1221
            'microlearning/capsules-comments',
1222
            'microlearning/capsules-comments/add',
1223
            'microlearning/capsules-comments/delete',
1224
            'microlearning/topics',
1225
            'microlearning/capsules',
1226
            'microlearning/slides',
1227
            'microlearning/topic',
1228
            'microlearning/capsule',
1229
            'microlearning/get-slide',
1230
            'microlearning/sync',
119 efrain 1231
 
794 stevensc 1232
            'habits',
1233
            'habits/aspect-daily-log',
1234
 
1235
            'habits/values',
1236
            'habits/values/add',
1237
            'habits/values/edit',
1238
            'habits/values/delete',
1239
 
1240
            'habits/paradigms',
1241
            'habits/paradigms/add',
1242
            'habits/paradigms/edit',
1243
            'habits/paradigms/delete',
1244
 
1245
            'habits/purposes',
1246
            'habits/purposes/add',
1247
            'habits/purposes/edit',
1248
            'habits/purposes/delete',
1249
 
1250
            'habits/skills',
1251
            'habits/skills/add',
1252
            'habits/skills/edit',
1253
            'habits/skills/delete',
1254
 
1255
            'habits/skills/registers',
1256
            'habits/skills/registers/add',
1257
            'habits/skills/registers/edit',
1258
            'habits/skills/registers/delete',
1259
 
1260
            'habits/reports',
1261
 
1262
            'habits/goals',
1263
            'habits/goals/add',
1264
            'habits/goals/edit',
1265
            'habits/goals/delete',
1266
 
1267
            'helpers',
1268
            'helpers/habits-and-skills',
1269
            'helpers/habits-and-skills/get',
1270
            'helpers/habits-and-skills/my',
1271
 
1272
 
1 efrain 1273
            /*
1274
            'zoom',
1275
            'zoom/add',
1276
            'zoom/delete',
1277
            'zoom/listing',*/
1278
        ],
1279
        UserType::GUEST => [
1280
            'home',
333 www 1281
            'storage',
766 stevensc 1282
            'data-storage',
1 efrain 1283
            'onroom',
283 www 1284
            'cesams',
1 efrain 1285
            'language',
754 stevensc 1286
            'theme',
1 efrain 1287
            'share',
342 www 1288
            'crypto',
1 efrain 1289
            'signin',
1290
            'signin/facebook',
1291
            'signin/twitter',
1292
            'signin/google',
177 efrain 1293
            'signin/debug',
1 efrain 1294
            'signout',
1295
            'signup',
1296
            'shorter',
1297
            'professionalism-policy',
1298
            'reset-password',
1299
            'forgot-password',
1300
            'activate-account',
1301
            'privacy-policy',
1302
            'terms-and-conditions',
1303
            'cookies',
1304
            'csrf',
1305
            'oauth',
1306
            'oauth/facebook',
1307
            'oauth/facebook/cancel',
1308
            'oauth/facebook/delete',
1309
            'oauth/twitter',
1310
            'oauth/google',
1311
            'oauth/instagram',
1312
            'paypal',
1313
            'paypal/success',
1314
            'paypal/cancel',
314 www 1315
 
352 ariadna 1316
 
1 efrain 1317
            'services',
1318
            'services/device',
1319
            'services/fcm',
1320
            'services/signin',
1321
            'services/signout',
352 ariadna 1322
 
189 efrain 1323
            'helpers',
1324
            'helpers/footer',
617 ariadna 1325
            'helpers/timezones',
794 stevensc 1326
 
1327
            'habits',
1328
            'habits/aspect-daily-log',
1329
 
1330
            'habits/values',
1331
            'habits/values/add',
1332
            'habits/values/edit',
1333
            'habits/values/delete',
1334
 
1335
            'habits/paradigms',
1336
            'habits/paradigms/add',
1337
            'habits/paradigms/edit',
1338
            'habits/paradigms/delete',
1339
 
1340
            'habits/purposes',
1341
            'habits/purposes/add',
1342
            'habits/purposes/edit',
1343
            'habits/purposes/delete',
1344
 
1345
            'habits/skills',
1346
            'habits/skills/add',
1347
            'habits/skills/edit',
1348
            'habits/skills/delete',
1349
 
1350
            'habits/skills/registers',
1351
            'habits/skills/registers/add',
1352
            'habits/skills/registers/edit',
1353
            'habits/skills/registers/delete',
1354
 
1355
            'habits/reports',
1356
 
1357
            'habits/goals',
1358
            'habits/goals/add',
1359
            'habits/goals/edit',
1360
            'habits/goals/delete',
1361
 
1362
            'helpers',
1363
            'helpers/habits-and-skills',
1364
            'helpers/habits-and-skills/get',
1365
            'helpers/habits-and-skills/my',
1 efrain 1366
            /*
1367
            'zoom',
1368
            'zoom/add',
1369
            'zoom/delete',
1370
            'zoom/listing',*/
1371
        ],
1372
        UserType::USER_DELETED => [
1373
            'home',
1374
            'language',
754 stevensc 1375
            'theme',
1 efrain 1376
            'signin',
1377
            'signin/facebook',
1378
            'signin/twitter',
1379
            'signin/google',
177 efrain 1380
            'signin/debug',
1 efrain 1381
            'signout',
1382
            'signup',
1383
            'check-session',
1384
            'notifications',
1385
            'notifications/mark-read',
1386
            'notifications/mark-all-read',
1387
            'notifications/delete',
1388
            'notifications/clear',
1389
            'notifications/unreads',
1390
            'professionalism-policy',
1391
            'reset-password',
1392
            'forgot-password',
1393
            'activate-account',
1394
            'privacy-policy',
1395
            'terms-and-conditions',
1396
            'cookies',
1397
            'oauth',
1398
            'csrf',
1399
            'shorter',
617 ariadna 1400
            'helpers',
1401
            'helpers/timezones',
1 efrain 1402
            'oauth/facebook',
1403
            'oauth/facebook/cancel',
1404
            'oauth/facebook/delete',
1405
            'oauth/twitter',
1406
            'oauth/google',
1407
            'oauth/instagram',
352 ariadna 1408
 
1 efrain 1409
            'services',
1410
            'services/device',
1411
            'services/fcm',
1412
            'services/signin',
1413
            'services/signout',
794 stevensc 1414
 
1415
            'habits',
1416
            'habits/aspect-daily-log',
1417
 
1418
            'habits/values',
1419
            'habits/values/add',
1420
            'habits/values/edit',
1421
            'habits/values/delete',
1422
 
1423
            'habits/paradigms',
1424
            'habits/paradigms/add',
1425
            'habits/paradigms/edit',
1426
            'habits/paradigms/delete',
1427
 
1428
            'habits/purposes',
1429
            'habits/purposes/add',
1430
            'habits/purposes/edit',
1431
            'habits/purposes/delete',
1432
 
1433
            'habits/skills',
1434
            'habits/skills/add',
1435
            'habits/skills/edit',
1436
            'habits/skills/delete',
1437
 
1438
            'habits/skills/registers',
1439
            'habits/skills/registers/add',
1440
            'habits/skills/registers/edit',
1441
            'habits/skills/registers/delete',
1442
 
1443
            'habits/reports',
1444
 
1445
            'habits/goals',
1446
            'habits/goals/add',
1447
            'habits/goals/edit',
1448
            'habits/goals/delete',
1449
 
1450
            'helpers',
1451
            'helpers/habits-and-skills',
1452
            'helpers/habits-and-skills/get',
1453
            'helpers/habits-and-skills/my',
1 efrain 1454
        ],
1455
    ];
1456
}
1457
 
1458
function getAclMenuDefaultNetworkConnectionUser2User()
1459
{
1460
    return [
1461
        [
1462
            'label' => 'LABEL_HOME',
1463
            'route' => 'dashboard',
1464
            'class' => '/images/navbar/home.svg',
1465
        ],
1466
        [
1467
            'label' => 'LABEL_PROFILE',
1468
            'route' => 'profile',
1469
            'class' => '/images/navbar/perfil.svg',
1470
            'pages' => [
1471
                [
1472
                    'label' => 'LABEL_CONNECTIONS',
1473
                    'route' => 'connection',
1474
                    //'class' =>'/images/navbar/conexion.svg',
1475
                    'pages' => [
1476
                        [
1477
                            'label' => 'LABEL_MY_CONNECTIONS',
1478
                            'route' => 'connection/my-connections'
1479
                        ],
1480
                        [
1481
                            'label' => 'LABEL_INVITATIONS_SENT',
1482
                            'route' => 'connection/invitations-sent'
1483
                        ],
1484
                        [
1485
                            'label' => 'LABEL_INVITATIONS_RECEIVED',
1486
                            'route' => 'connection/invitations-received'
1487
                        ],
1488
                        [
1489
                            'label' => 'LABEL_PEOPLE_YOU_MAY_KNOW',
1490
                            'route' => 'connection/people-you-may-know'
1491
                        ],
1492
                        [
1493
                            'label' => 'LABEL_PEOPLE_BLOCKED',
1494
                            'route' => 'connection/people-blocked'
1495
                        ],
1496
 
1497
 
1498
                    ]
1499
                ],
1500
                [
1501
                    'label' => 'LABEL_MY_PROFILES',
1502
                    'route' => 'profile/my-profiles'
1503
                ],
1504
                [
1505
                    'label' => 'LABEL_JOBS',
1506
                    'route' => 'job',
1507
                    'pages' => [
1508
                        [
1509
                            'label' => 'LABEL_JOBS_APPLIED',
1510
                            'route' => 'job/applied-jobs'
1511
                        ],
1512
                        [
1513
                            'label' => 'LABEL_JOBS_SAVED',
1514
                            'route' => 'job/saved-jobs'
1515
                        ],
352 ariadna 1516
                    ]
1 efrain 1517
                ],
1518
 
352 ariadna 1519
 
1 efrain 1520
                [
1521
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1522
                    'route' => 'profile/people-viewed-profile'
1523
                ],
1524
 
1525
            ]
1526
        ],
1527
 
1528
 
1529
        [
1530
            'label' => 'LABEL_COMPANIES',
1531
            'route' => 'company',
1532
            'class' => '/images/navbar/empresa.svg',
1533
            'pages' => [
1534
                [
1535
                    'label' => 'LABEL_MY_COMPANIES',
1536
                    'route' => 'company/my-companies'
1537
                ],
1538
                [
1539
                    'label' => 'LABEL_COMPANIES_I_FOLLOW',
1540
                    'route' => 'company/following-companies'
1541
                ],
1542
                [
1543
                    'label' => 'LABEL_COMPANIES_I_WORK_WITH',
1544
                    'route' => 'company/i-work-with'
1545
                ],
1546
                [
1547
                    'label' => 'LABEL_REQUESTS_SENT',
1548
                    'route' => 'company/requests-sent'
1549
                ],
1550
                [
1551
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1552
                    'route' => 'company/invitations-received'
1553
                ]
1554
            ]
1555
        ],
1556
 
1557
        [
1558
            'label' => 'LABEL_GROUPS',
1559
            'route' => 'group',
1560
            'class' => '/images/navbar/grupos.svg',
1561
            'pages' => [
1562
                [
1563
                    'label' => 'LABEL_MY_GROUPS',
1564
                    'route' => 'group/my-groups'
1565
                ],
1566
                [
1567
                    'label' => 'LABEL_JOINED_GROUPS',
1568
                    'route' => 'group/joined-groups'
1569
                ],
1570
                [
1571
                    'label' => 'LABEL_REQUESTS_SENT',
1572
                    'route' => 'group/requests-sent'
1573
                ],
1574
                [
1575
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1576
                    'route' => 'group/invitations-received'
1577
                ]
1578
            ]
1579
        ],
624 stevensc 1580
 
1 efrain 1581
        [
1582
            'label' => 'LABEL_MARKETPLACE',
1583
            'route' => 'marketplace',
1584
            'class' => '/images/navbar/market-place.svg',
624 stevensc 1585
        ],
167 efrain 1586
 
352 ariadna 1587
 
1588
 
1 efrain 1589
        [
167 efrain 1590
            'label' => 'LABEL_COMMUNICATION',
1591
            'route' => 'communication',
1 efrain 1592
            'class' => '/images/navbar/calendar.svg',
167 efrain 1593
            'pages' => [
1594
                [
1595
                    'label' => 'LABEL_CALENDAR',
1596
                    'route' => 'calendar',
1597
                    'class' => '/images/navbar/calendar.svg',
1598
                ],
1599
                [
1600
                    'label' => 'LABEL_INMAIL',
1601
                    'route' => 'inmail',
1602
                    'class' => '/images/navbar/calendar.svg',
1603
                ],
1604
                [
1605
                    'label' => 'LABEL_CHAT',
1606
                    'route' => 'chat',
1607
                    'class' => '/images/navbar/calendar.svg',
1608
                ],
1609
                [
1610
                    'label' => 'LABEL_NOTIFICATIONS',
1611
                    'route' => 'notifications',
1612
                    'class' => '/images/navbar/calendar.svg',
1613
                ],
1614
            ],
1 efrain 1615
        ],
352 ariadna 1616
 
167 efrain 1617
        [
1618
            'label' => 'LABEL_KNOWLEDGE',
1619
            'route' => 'knowledge',
1620
            'class' => '/images/navbar/calendar.svg',
1621
            'pages' => [
1622
                [
1623
                    'label' => 'LABEL_MY_COACH',
1624
                    'route' => 'my-coach',
1625
                    'class' => '/images/navbar/calendar.svg',
1626
                ],
1627
                [
1628
                    'label' => 'LABEL_KNOWLEDGE_AREA',
1629
                    'route' => 'knowledge-area',
1630
                    'class' => '/images/navbar/calendar.svg',
1631
                ],
1632
                [
1633
                    'label' => 'LABEL_MICROLEARNING',
1634
                    'route' => 'microlearning',
1635
                    'class' => '/images/navbar/calendar.svg',
191 efrain 1636
                    /*
167 efrain 1637
                    'pages' => [
1638
                        [
1639
                            'label' => 'LABEL_HOME',
1640
                            'route' => 'microlearning',
1641
                            'class' => '/images/navbar/calendar.svg',
1642
                        ],
1643
                        [
1644
                            'label' => 'LABEL_MICROLEARNING_TOPICS',
1645
                            'route' => 'microlearning/topics',
1646
                            'class' => '/images/navbar/calendar.svg',
1647
                        ],
1648
                        [
1649
                            'label' => 'LABEL_MICROLEARNING_TIMELINE' ,
1650
                            'route' => 'microlearning/timeline',
1651
                            'class' => '/images/navbar/calendar.svg',
1652
                        ],
1653
                        [
1654
                            'label' => 'LABEL_MICROLEARNING_PROGRESS' ,
1655
                            'route' => 'microlearning/companies',
1656
                            'class' => '/images/navbar/calendar.svg',
1657
                        ],
1658
                        [
1659
                            'label' => 'LABEL_MICROLEARNING_PROFILE',
1660
                            'route' => 'microlearning/profile',
1661
                            'class' => '/images/navbar/calendar.svg',
1662
                        ],
191 efrain 1663
                    ]*/
167 efrain 1664
                ],
302 www 1665
                [
1666
                    'label' => 'LABEL_HABITS',
1667
                    'route' => 'habits',
1668
                    'class' => '/images/navbar/calendar.svg',
352 ariadna 1669
                ]
1670
 
1671
            ]
1672
 
1673
 
167 efrain 1674
        ],
1 efrain 1675
 
352 ariadna 1676
 
1 efrain 1677
    ];
1678
}
1679
 
1680
function getAclMenuDefaultNetworkConnectionAll2All()
1681
{
1682
    return [
1683
        [
1684
            'label' => 'LABEL_HOME',
1685
            'route' => 'dashboard',
1686
            'class' => '/images/navbar/home.svg',
1687
        ],
1688
        [
1689
            'label' => 'LABEL_PROFILE',
1690
            'route' => 'profile',
1691
            'class' => '/images/navbar/perfil.svg',
1692
            'pages' => [
1693
                [
1694
                    'label' => 'LABEL_MY_CONNECTIONS',
1695
                    'route' => 'connection/my-connections',
1696
                ],
1697
                [
1698
                    'label' => 'LABEL_MY_PROFILES',
1699
                    'route' => 'profile/my-profiles'
1700
                ],
1701
                [
1702
                    'label' => 'LABEL_JOBS_APPLIED',
1703
                    'route' => 'job/applied-jobs'
1704
                ],
1705
                [
1706
                    'label' => 'LABEL_JOBS_SAVED',
1707
                    'route' => 'job/saved-jobs'
1708
                ],
1709
                [
1710
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1711
                    'route' => 'profile/people-viewed-profile'
1712
                ],
1713
 
1714
            ]
1715
        ],
1716
 
1717
 
1718
        [
1719
            'label' => 'LABEL_COMPANIES',
1720
            'route' => 'company',
1721
            'class' => '/images/navbar/empresa.svg',
1722
            'pages' => [
1723
                [
1724
                    'label' => 'LABEL_MY_COMPANIES',
1725
                    'route' => 'company/my-companies'
1726
                ],
1727
                [
1728
                    'label' => 'LABEL_COMPANIES_I_FOLLOW',
1729
                    'route' => 'company/following-companies'
1730
                ],
1731
                [
1732
                    'label' => 'LABEL_COMPANIES_I_WORK_WITH',
1733
                    'route' => 'company/i-work-with'
1734
                ],
1735
                [
1736
                    'label' => 'LABEL_REQUESTS_SENT',
1737
                    'route' => 'company/requests-sent'
1738
                ],
1739
                [
1740
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1741
                    'route' => 'company/invitations-received'
1742
                ]
1743
            ]
1744
        ],
1745
 
1746
        [
1747
            'label' => 'LABEL_GROUPS',
1748
            'route' => 'group',
1749
            'class' => '/images/navbar/grupos.svg',
1750
            'pages' => [
1751
                [
1752
                    'label' => 'LABEL_MY_GROUPS',
1753
                    'route' => 'group/my-groups'
1754
                ],
1755
                [
1756
                    'label' => 'LABEL_JOINED_GROUPS',
1757
                    'route' => 'group/joined-groups'
1758
                ],
1759
                [
1760
                    'label' => 'LABEL_REQUESTS_SENT',
1761
                    'route' => 'group/requests-sent'
1762
                ],
1763
                [
1764
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1765
                    'route' => 'group/invitations-received'
1766
                ]
1767
            ]
1768
        ],
1769
        [
1770
            'label' => 'LABEL_MARKETPLACE',
1771
            'route' => 'marketplace',
1772
            'class' => '/images/navbar/market-place.svg',
1773
        ],
167 efrain 1774
 
352 ariadna 1775
 
1 efrain 1776
        [
167 efrain 1777
            'label' => 'LABEL_COMMUNICATION',
1778
            'route' => 'communication',
1 efrain 1779
            'class' => '/images/navbar/calendar.svg',
167 efrain 1780
            'pages' => [
1781
                [
1782
                    'label' => 'LABEL_CALENDAR',
1783
                    'route' => 'calendar',
1784
                    'class' => '/images/navbar/calendar.svg',
1785
                ],
1786
                [
1787
                    'label' => 'LABEL_INMAIL',
617 ariadna 1788
                    'route' => 'inmail',
167 efrain 1789
                    'class' => '/images/navbar/calendar.svg',
1790
                ],
1791
                [
1792
                    'label' => 'LABEL_CHAT',
1793
                    'route' => 'chat',
1794
                    'class' => '/images/navbar/calendar.svg',
1795
                ],
1796
                [
1797
                    'label' => 'LABEL_NOTIFICATIONS',
1798
                    'route' => 'notifications',
1799
                    'class' => '/images/navbar/calendar.svg',
1800
                ],
1801
            ],
1 efrain 1802
        ],
352 ariadna 1803
 
167 efrain 1804
        [
1805
            'label' => 'LABEL_KNOWLEDGE',
1806
            'route' => 'knowledge',
1807
            'class' => '/images/navbar/calendar.svg',
1808
            'pages' => [
1809
                [
1810
                    'label' => 'LABEL_MY_COACH',
1811
                    'route' => 'my-coach',
1812
                    'class' => '/images/navbar/calendar.svg',
1813
                ],
1814
                [
1815
                    'label' => 'LABEL_KNOWLEDGE_AREA',
1816
                    'route' => 'knowledge-area',
1817
                    'class' => '/images/navbar/calendar.svg',
1818
                ],
1819
                [
1820
                    'label' => 'LABEL_MICROLEARNING',
1821
                    'route' => 'microlearning',
1822
                    'class' => '/images/navbar/calendar.svg',
352 ariadna 1823
                    /*
167 efrain 1824
                    'pages' => [
1825
                        [
1826
                            'label' => 'LABEL_HOME',
1827
                            'route' => 'microlearning',
1828
                            'class' => '/images/navbar/calendar.svg',
1829
                        ],
1830
                        [
1831
                            'label' => 'LABEL_MICROLEARNING_TOPICS',
1832
                            'route' => 'microlearning/topics',
1833
                            'class' => '/images/navbar/calendar.svg',
1834
                        ],
1835
                        [
1836
                            'label' => 'LABEL_MICROLEARNING_TIMELINE' ,
1837
                            'route' => 'microlearning/timeline',
1838
                            'class' => '/images/navbar/calendar.svg',
1839
                        ],
1840
                        [
1841
                            'label' => 'LABEL_MICROLEARNING_PROGRESS' ,
1842
                            'route' => 'microlearning/companies',
1843
                            'class' => '/images/navbar/calendar.svg',
1844
                        ],
1845
                        [
1846
                            'label' => 'LABEL_MICROLEARNING_PROFILE',
1847
                            'route' => 'microlearning/profile',
1848
                            'class' => '/images/navbar/calendar.svg',
1849
                        ],
191 efrain 1850
                    ]*/
167 efrain 1851
                ],
352 ariadna 1852
 
167 efrain 1853
            ]
352 ariadna 1854
 
1855
 
167 efrain 1856
        ],
1 efrain 1857
    ];
1858
}
1859
 
1860
function getAclMenuNonDefaulNetworkConnectionUser2User()
1861
{
1862
    return [
1863
        [
1864
            'label' => 'LABEL_HOME',
1865
            'route' => 'dashboard',
1866
            'class' => '/images/navbar/home.svg',
1867
        ],
1868
        [
1869
            'label' => 'LABEL_PROFILE',
1870
            'route' => 'profile',
1871
            'class' => '/images/navbar/perfil.svg',
1872
            'pages' => [
1873
                [
1874
                    'label' => 'LABEL_CONNECTIONS',
1875
                    'route' => 'connection',
1876
                    //'class' =>'/images/navbar/conexion.svg',
1877
                    'pages' => [
1878
                        [
1879
                            'label' => 'LABEL_MY_CONNECTIONS',
1880
                            'route' => 'connection/my-connections'
1881
                        ],
1882
                        [
1883
                            'label' => 'LABEL_INVITATIONS_SENT',
1884
                            'route' => 'connection/invitations-sent'
1885
                        ],
1886
                        [
1887
                            'label' => 'LABEL_INVITATIONS_RECEIVED',
1888
                            'route' => 'connection/invitations-received'
1889
                        ],
1890
                        [
1891
                            'label' => 'LABEL_PEOPLE_YOU_MAY_KNOW',
1892
                            'route' => 'connection/people-you-may-know'
1893
                        ],
1894
                        [
1895
                            'label' => 'LABEL_PEOPLE_BLOCKED',
1896
                            'route' => 'connection/people-blocked'
1897
                        ],
1898
 
1899
 
1900
                    ]
1901
                ],
1902
                [
1903
                    'label' => 'LABEL_MY_PROFILES',
1904
                    'route' => 'profile/my-profiles'
1905
                ],
1906
                [
1907
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1908
                    'route' => 'profile/people-viewed-profile'
1909
                ],
1910
 
1911
            ]
1912
        ],
1913
 
1914
        [
1915
            'label' => 'LABEL_COMPANY',
1916
            'route' => 'company',
1917
            'class' => '/images/navbar/empresa.svg',
1918
 
1919
        ],
1920
 
1921
        [
1922
            'label' => 'LABEL_GROUPS',
1923
            'route' => 'group',
1924
            'class' => '/images/navbar/grupos.svg',
1925
            'pages' => [
1926
                [
1927
                    'label' => 'LABEL_MY_GROUPS',
1928
                    'route' => 'group/my-groups'
1929
                ],
1930
                [
1931
                    'label' => 'LABEL_JOINED_GROUPS',
1932
                    'route' => 'group/joined-groups'
1933
                ],
1934
                [
1935
                    'label' => 'LABEL_REQUESTS_SENT',
1936
                    'route' => 'group/requests-sent'
1937
                ],
1938
                [
1939
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1940
                    'route' => 'group/invitations-received'
1941
                ]
1942
            ]
1943
        ],
1944
        [
1945
            'label' => 'LABEL_MARKETPLACE',
1946
            'route' => 'marketplace',
1947
            'class' => '/images/navbar/market-place.svg',
1948
        ],
167 efrain 1949
 
352 ariadna 1950
 
1 efrain 1951
        [
167 efrain 1952
            'label' => 'LABEL_COMMUNICATION',
1953
            'route' => 'communication',
1 efrain 1954
            'class' => '/images/navbar/calendar.svg',
167 efrain 1955
            'pages' => [
1956
                [
1957
                    'label' => 'LABEL_CALENDAR',
1958
                    'route' => 'calendar',
1959
                    'class' => '/images/navbar/calendar.svg',
1960
                ],
1961
                [
1962
                    'label' => 'LABEL_INMAIL',
1963
                    'route' => 'inmail',
1964
                    'class' => '/images/navbar/calendar.svg',
1965
                ],
1966
                [
1967
                    'label' => 'LABEL_CHAT',
1968
                    'route' => 'chat',
1969
                    'class' => '/images/navbar/calendar.svg',
1970
                ],
1971
                [
1972
                    'label' => 'LABEL_NOTIFICATIONS',
1973
                    'route' => 'notifications',
1974
                    'class' => '/images/navbar/calendar.svg',
1975
                ],
1976
            ],
1 efrain 1977
        ],
352 ariadna 1978
 
167 efrain 1979
        [
1980
            'label' => 'LABEL_KNOWLEDGE',
1981
            'route' => 'knowledge',
1982
            'class' => '/images/navbar/calendar.svg',
1983
            'pages' => [
1984
                [
1985
                    'label' => 'LABEL_MY_COACH',
1986
                    'route' => 'my-coach',
1987
                    'class' => '/images/navbar/calendar.svg',
1988
                ],
1989
                [
1990
                    'label' => 'LABEL_KNOWLEDGE_AREA',
1991
                    'route' => 'knowledge-area',
1992
                    'class' => '/images/navbar/calendar.svg',
1993
                ],
1994
                [
1995
                    'label' => 'LABEL_MICROLEARNING',
1996
                    'route' => 'microlearning',
1997
                    'class' => '/images/navbar/calendar.svg',
1998
                ],
832 stevensc 1999
                [
2000
                    'label' => 'LABEL_HABITS',
2001
                    'route' => 'habits',
2002
                    'class' => '/images/navbar/calendar.svg',
2003
                ],
167 efrain 2004
            ]
352 ariadna 2005
 
2006
 
167 efrain 2007
        ],
1 efrain 2008
    ];
2009
}
2010
 
2011
function getAclMenuNonDefaultNetworkConnectionAll2All()
2012
{
2013
    return [
2014
        [
2015
            'label' => 'LABEL_HOME',
2016
            'route' => 'dashboard',
2017
            'class' => '/images/navbar/home.svg',
2018
        ],
2019
        [
2020
            'label' => 'LABEL_PROFILE',
2021
            'route' => 'profile',
2022
            'class' => '/images/navbar/perfil.svg',
2023
            'pages' => [
2024
                [
2025
                    'label' => 'LABEL_MY_CONNECTIONS',
2026
                    'route' => 'connection/my-connections'
2027
                ],
2028
                [
2029
                    'label' => 'LABEL_MY_PROFILES',
2030
                    'route' => 'profile/my-profiles'
2031
                ],
2032
                [
2033
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
2034
                    'route' => 'profile/people-viewed-profile'
2035
                ],
2036
 
2037
            ]
2038
        ],
2039
 
2040
        [
2041
            'label' => 'LABEL_COMPANY',
2042
            'route' => 'company',
2043
            'class' => '/images/navbar/empresa.svg',
2044
 
2045
        ],
2046
 
2047
 
2048
        [
2049
            'label' => 'LABEL_GROUPS',
2050
            'route' => 'group',
2051
            'class' => '/images/navbar/grupos.svg',
2052
            'pages' => [
2053
                [
2054
                    'label' => 'LABEL_MY_GROUPS',
2055
                    'route' => 'group/my-groups'
2056
                ],
2057
                [
2058
                    'label' => 'LABEL_JOINED_GROUPS',
2059
                    'route' => 'group/joined-groups'
2060
                ],
2061
                [
2062
                    'label' => 'LABEL_REQUESTS_SENT',
2063
                    'route' => 'group/requests-sent'
2064
                ],
2065
                [
2066
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
2067
                    'route' => 'group/invitations-received'
2068
                ]
2069
            ]
2070
        ],
2071
        [
2072
            'label' => 'LABEL_MARKETPLACE',
2073
            'route' => 'marketplace',
2074
            'class' => '/images/navbar/market-place.svg',
2075
        ],
167 efrain 2076
 
352 ariadna 2077
 
1 efrain 2078
        [
167 efrain 2079
            'label' => 'LABEL_COMMUNICATION',
2080
            'route' => 'communication',
1 efrain 2081
            'class' => '/images/navbar/calendar.svg',
167 efrain 2082
            'pages' => [
2083
                [
2084
                    'label' => 'LABEL_CALENDAR',
2085
                    'route' => 'calendar',
2086
                    'class' => '/images/navbar/calendar.svg',
2087
                ],
2088
                [
2089
                    'label' => 'LABEL_INMAIL',
2090
                    'route' => 'inmail',
2091
                    'class' => '/images/navbar/calendar.svg',
2092
                ],
2093
                [
2094
                    'label' => 'LABEL_CHAT',
2095
                    'route' => 'chat',
2096
                    'class' => '/images/navbar/calendar.svg',
2097
                ],
2098
                [
2099
                    'label' => 'LABEL_NOTIFICATIONS',
2100
                    'route' => 'notifications',
2101
                    'class' => '/images/navbar/calendar.svg',
2102
                ],
2103
            ],
1 efrain 2104
        ],
352 ariadna 2105
 
167 efrain 2106
        [
2107
            'label' => 'LABEL_KNOWLEDGE',
2108
            'route' => 'knowledge',
2109
            'class' => '/images/navbar/calendar.svg',
2110
            'pages' => [
2111
                [
2112
                    'label' => 'LABEL_MY_COACH',
2113
                    'route' => 'my-coach',
2114
                    'class' => '/images/navbar/calendar.svg',
2115
                ],
2116
                [
2117
                    'label' => 'LABEL_KNOWLEDGE_AREA',
2118
                    'route' => 'knowledge-area',
2119
                    'class' => '/images/navbar/calendar.svg',
2120
                ],
2121
                [
2122
                    'label' => 'LABEL_MICROLEARNING',
2123
                    'route' => 'microlearning',
2124
                    'class' => '/images/navbar/calendar.svg',
191 efrain 2125
                    /*
167 efrain 2126
 
2127
                    'pages' => [
2128
                        [
2129
                            'label' => 'LABEL_HOME',
2130
                            'route' => 'microlearning',
2131
                            'class' => '/images/navbar/calendar.svg',
2132
                        ],
2133
                        [
2134
                            'label' => 'LABEL_MICROLEARNING_TOPICS',
2135
                            'route' => 'microlearning/topics',
2136
                            'class' => '/images/navbar/calendar.svg',
2137
                        ],
2138
                        [
2139
                            'label' => 'LABEL_MICROLEARNING_TIMELINE' ,
2140
                            'route' => 'microlearning/timeline',
2141
                            'class' => '/images/navbar/calendar.svg',
2142
                        ],
2143
                        [
2144
                            'label' => 'LABEL_MICROLEARNING_PROGRESS' ,
2145
                            'route' => 'microlearning/companies',
2146
                            'class' => '/images/navbar/calendar.svg',
2147
                        ],
2148
                        [
2149
                            'label' => 'LABEL_MICROLEARNING_PROFILE',
2150
                            'route' => 'microlearning/profile',
2151
                            'class' => '/images/navbar/calendar.svg',
2152
                        ],
191 efrain 2153
                    ]*/
167 efrain 2154
                ],
352 ariadna 2155
 
167 efrain 2156
            ]
352 ariadna 2157
 
2158
 
167 efrain 2159
        ],
1 efrain 2160
    ];
2161
}