Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev Autor Línea Nro. Línea
1 www 1
<?php
553 geraldo 2
 
1 www 3
use LeadersLinked\Model\UserType;
4
 
5546 anderson 5
function getAclResources()
6
{
1 www 7
    return [
8
        'home',
9
        'onroom',
10
        'signin',
11
        'signin/facebook',
12
        'signin/twitter',
13
        'signin/google',
3639 efrain 14
        'signin/impersonate',
3298 efrain 15
        'share',
4778 efrain 16
        'share/increment-external-counter',
1 www 17
        'signout',
18
        'signup',
19
        'backend',
20
        'backend/signin-admin',
21
        'backend/signin-company',
3775 efrain 22
        'shorter',
23
        'shorter/generate',
210 efrain 24
        'csrf',
1 www 25
        'check-session',
5751 efrain 26
        'language',
3639 efrain 27
        'impersonate',
28
        'impersonate/execute',
1 www 29
        'notifications',
3262 efrain 30
        'notifications/mark-read',
31
        'notifications/mark-all-read',
32
        'notifications/delete',
33
        'notifications/clear',
34
        'notifications/unreads',
1 www 35
        'reset-password',
36
        'forgot-password',
37
        'activate-account',
38
        'professionalism-policy',
39
        'privacy-policy',
40
        'terms-and-conditions',
41
        'cookies',
42
        'help',
43
        'oauth',
44
        'oauth/facebook',
45
        'oauth/facebook/cancel',
46
        'oauth/facebook/delete',
47
        'oauth/twitter',
48
        'oauth/google',
49
        'oauth/instagram',
50
        'paypal',
51
        'paypal/success',
52
        'paypal/cancel',
53
        'services',
54
        'services/device',
55
        'services/check-session',
56
        'services/fcm',
57
        'services/signin',
58
        'services/signout',
59
        'services/sync',
60
        'services/sync-batch',
61
        'services/storage',
62
        'services/microlearning',
63
        'services/microlearning/refresh',
64
        'services/microlearning/check-changes',
280 efrain 65
        'services/microlearning/capsules',
66
        'services/microlearning/capsules/comments',
67
        'services/microlearning/capsules/comments/add',
68
        'services/microlearning/capsules/comments/delete',
1979 efrain 69
        'services/delete-account',
1 www 70
        'storage',
3639 efrain 71
        'storage-network',
1 www 72
        'dashboard',
73
        'post',
4808 efrain 74
        'post/comments',
75
        'post/comments/add',
76
        'post/comments/delete',
5765 efrain 77
        'post/save-reaction',
5780 efrain 78
        'post/delete-reaction',
5546 anderson 79
 
1 www 80
        'feed',
81
        'feed/timeline',
82
        'feed/add',
83
        'feed/delete',
84
        'feed/share',
85
        'feed/comment',
86
        'feed/comment/delete',
5765 efrain 87
        'feed/save-reaction',
5780 efrain 88
        'feed/delete-reaction',
6388 efrain 89
        'feed/vote',
1 www 90
        'connection',
91
        'connection/my-connections',
92
        'connection/people-you-may-know',
93
        'connection/people-blocked',
94
        'connection/people-blocked/delete',
95
        'connection/invitations-sent',
96
        'connection/invitations-received',
97
        'connection/request',
98
        'connection/approve',
99
        'connection/reject',
100
        'connection/block',
101
        'connection/cancel',
102
        'connection/delete',
103
        'connection/unblock',
104
        'account-settings',
105
        'account-settings/image',
106
        'account-settings/deactivate',
107
        'account-settings/notifications',
108
        'account-settings/password',
109
        'account-settings/social-networks',
110
        'account-settings/location',
111
        'account-settings/privacy',
112
        'account-settings/basic',
113
        'account-settings/browsers',
114
        'account-settings/ips',
115
        'account-settings/devices',
116
        'account-settings/transactions',
117
        'account-settings/transactions/add-funds',
118
        'account-settings/add-facebook',
119
        'account-settings/remove-facebook',
120
        'account-settings/add-twitter',
121
        'account-settings/remove-twitter',
122
        'account-settings/add-google',
123
        'account-settings/remove-google',
1979 efrain 124
        'account-settings/delete-account',
1 www 125
        'search',
126
        'search/company',
127
        'search/group',
128
        'search/job',
129
        'search/user',
130
        'moodle',
131
        'profile',
132
        'profile/self-evaluation',
133
        'profile/self-evaluation/take-a-test',
279 efrain 134
        'profile/self-evaluation/report',
553 geraldo 135
        'profile/performance-evaluation',
136
        'profile/performance-evaluation/take-a-test',
137
        'profile/performance-evaluation/report',
1 www 138
        'profile/microlearning',
139
        'profile/microlearning/timeline',
140
        'profile/microlearning/progress',
141
        'profile/view',
142
        'profile/people-viewed-profile',
143
        'profile/my-profiles',
144
        'profile/my-profiles/extended',
145
        'profile/my-profiles/cover',
146
        'profile/my-profiles/image',
147
        'profile/my-profiles/experience',
148
        'profile/my-profiles/education',
149
        'profile/my-profiles/language',
150
        'profile/my-profiles/location',
151
        'profile/my-profiles/skill',
152
        'profile/my-profiles/social-network',
3912 efrain 153
        'profile/my-profiles/aptitude',
154
        'profile/my-profiles/hobby-and-interest',
1 www 155
        'profile/my-profiles/add',
156
        'profile/my-profiles/edit',
157
        'profile/my-profiles/delete',
158
        'company',
159
        'company/my-companies',
160
        'company/my-companies/add',
161
        'company/following-companies',
162
        'company/view',
163
        'company/follow',
164
        'company/unfollow',
165
        'company/request',
166
        'company/reject',
167
        'company/accept',
168
        'company/cancel',
169
        'company/leave',
170
        'company/requests-sent',
171
        'company/invitations-received',
172
        'company/i-work-with',
173
        'group',
174
        'group/view',
175
        'group/request',
176
        'group/leave',
177
        'group/cancel',
1360 efrain 178
        'group/accept',
179
        'group/reject',
1 www 180
        'group/my-groups',
181
        'group/my-groups/accessibility',
182
        'group/my-groups/industry',
183
        'group/my-groups/extended',
184
        'group/my-groups/type',
185
        'group/my-groups/users',
186
        'group/my-groups/image',
187
        'group/my-groups/cover',
188
        'group/my-groups/website',
189
        'group/my-groups/privacy',
190
        'group/my-groups/add',
191
        'group/my-groups/edit',
192
        'group/my-groups/delete',
193
        'group/my-groups/status',
194
        'group/joined-groups',
195
        'group/requests-sent',
196
        'group/invitations-received',
197
        'group/members',
198
        'group/members/approve',
199
        'group/members/reject',
200
        'group/members/invite',
201
        'group/members/cancel',
202
        'job',
203
        'job/view',
204
        'job/applied-jobs',
205
        'job/apply-job',
206
        'job/remove-apply-job',
207
        'job/saved-jobs',
208
        'job/save-job',
209
        'job/remove-save-job',
210
        'inmail',
211
        'inmail/block',
212
        'inmail/delete',
213
        'inmail/message',
214
        'inmail/message/send',
215
        'inmail/message/delete',
216
        'chat',
4857 efrain 217
        'chat/users',
1 www 218
        'chat/heart-beat',
219
        'chat/create-group',
220
        'chat/add-user-to-group',
221
        'chat/mark-seen',
222
        'chat/mark-received',
223
        'chat/remove-user-from-group',
224
        'chat/get-all-messages',
225
        'chat/send',
226
        'chat/get-contacts-availables-for-group',
227
        'chat/get-contact-group-list',
228
        'chat/leave-group',
229
        'chat/delete-group',
230
        'chat/close',
231
        'chat/clear',
3121 efrain 232
        'chat/open',
1 www 233
        'chat/upload',
4113 efrain 234
        'chat/zoom',
5343 efrain 235
        'chat/open-or-create',
5546 anderson 236
 
1 www 237
        'helpers',
238
        'helpers/search-people',
239
        'helpers/posts',
240
        'helpers/people-you-may-know',
241
        'helpers/people-viewed-profile',
242
        'helpers/company-follower',
243
        'helpers/company-suggestion',
244
        'helpers/group-members',
245
        'helpers/group-members/invite',
246
        'helpers/group-members/cancel',
247
        'helpers/group-members/reject',
248
        'helpers/group-members/approve',
249
        'helpers/groups-suggestion',
3298 efrain 250
        'helpers/my-groups',
2444 efrain 251
        'helpers/footer',
4179 efrain 252
        'helpers/next-events',
6605 efrain 253
        'helpers/menu',
6749 efrain 254
        'helpers/company-sizes',
255
        'helpers/degrees',
256
        'helpers/languages',
257
        'helpers/skills',
258
        'helpers/aptitudes',
259
        'helpers/hobbies',
6605 efrain 260
 
261
 
6749 efrain 262
 
1 www 263
        'marketplace',
264
        'marketplace/categories',
265
        'marketplace/enroll',
5223 efrain 266
        'marketplace/claim',
1 www 267
        'marketplace/join',
268
        'marketplace/buy',
4113 efrain 269
        'calendar',
270
        'calendar/events',
6521 efrain 271
 
5951 efrain 272
        'knowledge-area',
273
        'knowledge-area/add',
274
        'knowledge-area/edit',
275
        'knowledge-area/delete',
276
        'knowledge-area/view',
6056 efrain 277
        'knowledge-area/comments',
278
        'knowledge-area/comments/add',
279
        'knowledge-area/comments/delete',
280
        'knowledge-area/save-reaction',
281
        'knowledge-area/delete-reaction',
5951 efrain 282
 
5050 efrain 283
        'my-coach',
6388 efrain 284
        'my-coach/questions',
285
        'my-coach/questions/view',
286
        'my-coach/questions/add',
287
        'my-coach/questions/edit',
288
        'my-coach/questions/delete',
289
        'my-coach/questions/answers',
290
        'my-coach/questions/answers/add',
291
        'my-coach/questions/answers/edit',
292
        'my-coach/questions/answers/delete',
293
        'my-coach/questions/reaction',
294
        'my-coach/questions/reaction/save',
295
        'my-coach/questions/reaction/delete',
296
        'my-coach/questions/comments',
297
        'my-coach/questions/comments/add',
298
        'my-coach/questions/comments/delete',
5751 efrain 299
 
5205 efrain 300
        'daily-pulse',
301
        'daily-pulse/how_are_you_feel',
302
        'daily-pulse/climate_on_your_organization',
1 www 303
    ];
304
}
305
 
5546 anderson 306
function getAclSuperAdmin()
307
{
3639 efrain 308
    return [
309
        'impersonate',
310
        'impersonate/execute',
5546 anderson 311
    ];
3639 efrain 312
}
313
 
5546 anderson 314
function getAclUsertypeDefaultNetwork()
3639 efrain 315
{
316
    return [
317
        UserType::ADMIN => [
318
            'company',
319
            'company/my-companies',
320
            'company/my-companies/add',
321
            'company/following-companies',
322
            'company/view',
323
            'company/follow',
324
            'company/unfollow',
325
            'company/request',
326
            'company/reject',
327
            'company/accept',
328
            'company/cancel',
329
            'company/leave',
330
            'company/requests-sent',
331
            'company/invitations-received',
332
            'company/i-work-with',
333
            'search',
334
            'search/company',
5546 anderson 335
        ],
3639 efrain 336
        UserType::USER => [
337
            'company',
338
            'company/my-companies',
339
            'company/my-companies/add',
340
            'company/following-companies',
341
            'company/view',
342
            'company/follow',
343
            'company/unfollow',
344
            'company/request',
345
            'company/reject',
346
            'company/accept',
347
            'company/cancel',
348
            'company/leave',
349
            'company/requests-sent',
350
            'company/invitations-received',
351
            'company/i-work-with',
352
            'search',
353
            'search/company',
5546 anderson 354
        ],
3639 efrain 355
    ];
356
}
357
 
358
 
359
function getAclUsertypeOtherNetworkCreator()
360
{
361
    return [
362
        'company',
363
        'company/my-companies',
364
        'company/view',
3674 efrain 365
 
3639 efrain 366
    ];
367
}
368
 
369
function getAclUsertypeOtherNetworkNonCreator()
370
{
371
    return [
372
        'company',
373
        'company/i-work-with',
374
        'company/view',
375
    ];
376
}
377
 
378
 
5205 efrain 379
function getAclDailyPulse()
380
{
381
    return [
382
        'daily-pulse',
383
        'daily-pulse/how_are_you_feel',
384
        'daily-pulse/climate_on_your_organization',
385
    ];
386
}
3639 efrain 387
 
5951 efrain 388
function getAclKnowledgeArea()
389
{
390
    return [
391
 
392
        'knowledge-area',
393
        'knowledge-area/add',
394
        'knowledge-area/edit',
395
        'knowledge-area/delete',
396
        'knowledge-area/view',
6056 efrain 397
        'knowledge-area/comments',
398
        'knowledge-area/comments/add',
399
        'knowledge-area/comments/delete',
400
        'knowledge-area/save-reaction',
401
        'knowledge-area/delete-reaction'
5951 efrain 402
    ];
403
}
5205 efrain 404
 
6388 efrain 405
function getAclMyCoach()
406
{
407
    return [
408
        'my-coach',
409
        'my-coach/questions',
410
        'my-coach/questions/view',
411
        'my-coach/questions/add',
412
        'my-coach/questions/edit',
413
        'my-coach/questions/delete',
414
        'my-coach/questions/answers',
415
        'my-coach/questions/answers/add',
416
        'my-coach/questions/answers/edit',
417
        'my-coach/questions/answers/delete',
418
        'my-coach/questions/reaction',
419
        'my-coach/questions/reaction/save',
420
        'my-coach/questions/reaction/delete',
421
        'my-coach/questions/comments',
422
        'my-coach/questions/comments/add',
423
        'my-coach/questions/comments/delete',
424
    ];
425
}
5205 efrain 426
 
5951 efrain 427
 
6388 efrain 428
 
5546 anderson 429
function getAclUsertype()
430
{
1 www 431
    return [
432
        UserType::ADMIN => [
433
            'home',
3298 efrain 434
            'share',
4778 efrain 435
            'share/increment-external-counter',
1 www 436
            'onroom',
5751 efrain 437
            'language',
1 www 438
            'signin',
439
            'signin/facebook',
440
            'signin/twitter',
441
            'signin/google',
3639 efrain 442
            'signin/impersonate',
1 www 443
            'signout',
444
            'signup',
210 efrain 445
            'csrf',
1 www 446
            'check-session',
3775 efrain 447
            'shorter',
448
            'shorter/generate',
5546 anderson 449
 
1 www 450
            'notifications',
3262 efrain 451
            'notifications/mark-read',
452
            'notifications/mark-all-read',
453
            'notifications/delete',
454
            'notifications/clear',
455
            'notifications/unreads',
5546 anderson 456
 
1 www 457
            'reset-password',
458
            'forgot-password',
459
            'professionalism-policy',
460
            'activate-account',
461
            'privacy-policy',
462
            'terms-and-conditions',
463
            'cookies',
464
            'backend',
465
            'backend/signin-admin',
466
            'backend/signin-company',
467
            'oauth',
468
            'oauth/facebook',
469
            'oauth/facebook/cancel',
470
            'oauth/facebook/delete',
471
            'oauth/twitter',
472
            'oauth/google',
473
            'oauth/instagram',
474
            'paypal',
475
            'paypal/success',
476
            'paypal/cancel',
477
            'services',
478
            'services/device',
479
            'services/check-session',
480
            'services/fcm',
481
            'services/signin',
482
            'services/signout',
483
            'services/sync',
484
            'services/sync-batch',
485
            'services/storage',
486
            'services/microlearning',
487
            'services/microlearning/refresh',
488
            'services/microlearning/check-changes',
280 efrain 489
            'services/microlearning/capsules',
490
            'services/microlearning/capsules/comments',
491
            'services/microlearning/capsules/comments/add',
492
            'services/microlearning/capsules/comments/delete',
1979 efrain 493
            'services/delete-account',
1 www 494
            'storage',
3639 efrain 495
            'storage-network',
1 www 496
            'dashboard',
497
            'post',
4808 efrain 498
            'post/comments',
499
            'post/comments/add',
500
            'post/comments/delete',
5765 efrain 501
            'post/save-reaction',
5780 efrain 502
            'post/delete-reaction',
1 www 503
            'feed',
504
            'feed/timeline',
505
            'feed/add',
506
            'feed/delete',
507
            'feed/share',
508
            'feed/comment',
509
            'feed/comment/delete',
5765 efrain 510
            'feed/save-reaction',
5780 efrain 511
            'feed/delete-reaction',
6388 efrain 512
            'feed/vote',
1 www 513
            'connection',
514
            'connection/my-connections',
515
            'connection/people-you-may-know',
516
            'connection/people-blocked',
517
            'connection/people-blocked/delete',
518
            'connection/invitations-sent',
519
            'connection/invitations-received',
520
            'connection/request',
521
            'connection/approve',
522
            'connection/reject',
523
            'connection/block',
524
            'connection/cancel',
525
            'connection/delete',
526
            'connection/unblock',
527
            'account-settings',
528
            'account-settings/image',
529
            'account-settings/deactivate',
530
            'account-settings/notifications',
531
            'account-settings/password',
532
            'account-settings/social-networks',
533
            'account-settings/location',
534
            'account-settings/privacy',
535
            'account-settings/basic',
536
            'account-settings/browsers',
537
            'account-settings/ips',
538
            'account-settings/devices',
539
            'account-settings/transactions',
540
            'account-settings/transactions/add-funds',
541
            'account-settings/add-facebook',
542
            'account-settings/remove-facebook',
543
            'account-settings/add-twitter',
544
            'account-settings/remove-twitter',
545
            'account-settings/add-google',
546
            'account-settings/remove-google',
1979 efrain 547
            'account-settings/delete-account',
1 www 548
            'search',
549
            'search/group',
550
            'search/job',
551
            'search/user',
552
            'moodle',
553
            'profile',
554
            'profile/self-evaluation',
555
            'profile/self-evaluation/take-a-test',
279 efrain 556
            'profile/self-evaluation/report',
554 geraldo 557
            'profile/performance-evaluation',
558
            'profile/performance-evaluation/take-a-test',
559
            'profile/performance-evaluation/report',
1 www 560
            'profile/microlearning',
561
            'profile/microlearning/timeline',
562
            'profile/microlearning/progress',
563
            'profile/view',
564
            'profile/people-viewed-profile',
565
            'profile/my-profiles',
566
            'profile/my-profiles/extended',
567
            'profile/my-profiles/cover',
568
            'profile/my-profiles/image',
569
            'profile/my-profiles/experience',
570
            'profile/my-profiles/education',
571
            'profile/my-profiles/language',
572
            'profile/my-profiles/location',
573
            'profile/my-profiles/skill',
574
            'profile/my-profiles/social-network',
3912 efrain 575
            'profile/my-profiles/aptitude',
576
            'profile/my-profiles/hobby-and-interest',
1 www 577
            'profile/my-profiles/add',
578
            'profile/my-profiles/edit',
579
            'profile/my-profiles/delete',
3639 efrain 580
 
1 www 581
            'group',
582
            'group/view',
583
            'group/request',
584
            'group/leave',
585
            'group/cancel',
1360 efrain 586
            'group/accept',
587
            'group/reject',
1 www 588
            'group/my-groups',
589
            'group/my-groups/accessibility',
590
            'group/my-groups/industry',
591
            'group/my-groups/extended',
592
            'group/my-groups/type',
593
            'group/my-groups/users',
594
            'group/my-groups/image',
595
            'group/my-groups/cover',
596
            'group/my-groups/website',
597
            'group/my-groups/privacy',
598
            'group/my-groups/add',
599
            'group/my-groups/edit',
600
            'group/my-groups/delete',
601
            'group/my-groups/status',
602
            'group/joined-groups',
603
            'group/requests-sent',
604
            'group/invitations-received',
605
            'group/members',
606
            'group/members/approve',
607
            'group/members/reject',
608
            'group/members/invite',
609
            'group/members/cancel',
610
            'job',
611
            'job/view',
612
            'job/applied-jobs',
613
            'job/apply-job',
614
            'job/remove-apply-job',
615
            'job/saved-jobs',
616
            'job/save-job',
617
            'job/remove-save-job',
618
            'inmail',
619
            'inmail/block',
620
            'inmail/delete',
621
            'inmail/message',
622
            'inmail/message/send',
623
            'inmail/message/delete',
624
            'chat',
4857 efrain 625
            'chat/users',
1 www 626
            'chat/heart-beat',
627
            'chat/create-group',
628
            'chat/add-user-to-group',
629
            'chat/mark-seen',
630
            'chat/mark-received',
631
            'chat/remove-user-from-group',
632
            'chat/get-all-messages',
633
            'chat/send',
634
            'chat/get-contacts-availables-for-group',
635
            'chat/get-contact-group-list',
636
            'chat/leave-group',
637
            'chat/delete-group',
638
            'chat/close',
639
            'chat/clear',
3121 efrain 640
            'chat/open',
1 www 641
            'chat/upload',
4113 efrain 642
            'chat/zoom',
5343 efrain 643
            'chat/open-or-create',
5546 anderson 644
 
1 www 645
            'help',
646
            'helpers',
647
            'helpers/search-people',
648
            'helpers/posts',
649
            'helpers/people-you-may-know',
650
            'helpers/people-viewed-profile',
651
            'helpers/company-follower',
652
            'helpers/company-suggestion',
653
            'helpers/group-members',
654
            'helpers/group-members/invite',
655
            'helpers/group-members/cancel',
656
            'helpers/group-members/reject',
657
            'helpers/group-members/approve',
658
            'helpers/groups-suggestion',
3298 efrain 659
            'helpers/my-groups',
2444 efrain 660
            'helpers/footer',
4179 efrain 661
            'helpers/next-events',
6605 efrain 662
            'helpers/menu',
6749 efrain 663
            'helpers/company-sizes',
664
            'helpers/degrees',
665
            'helpers/languages',
666
            'helpers/skills',
667
            'helpers/aptitudes',
668
            'helpers/hobbies',
6605 efrain 669
 
1 www 670
            'marketplace',
671
            'marketplace/categories',
672
            'marketplace/enroll',
5223 efrain 673
            'marketplace/claim',
1 www 674
            'marketplace/join',
675
            'marketplace/buy',
4113 efrain 676
 
677
            'calendar',
678
            'calendar/events',
5546 anderson 679
 
5837 efrain 680
/*
681
            'zoom',
682
            'zoom/add',
683
            'zoom/delete',
684
            'zoom/listing',
685
            */
1 www 686
        ],
687
        UserType::USER => [
688
            'home',
689
            'onroom',
5751 efrain 690
            'language',
3298 efrain 691
            'share',
4778 efrain 692
            'share/increment-external-counter',
1 www 693
            'signin',
694
            'signin/facebook',
695
            'signin/twitter',
696
            'signin/google',
3639 efrain 697
            'signin/impersonate',
1 www 698
            'signout',
699
            'signup',
210 efrain 700
            'csrf',
1 www 701
            'check-session',
3775 efrain 702
            'shorter',
703
            'shorter/generate',
1 www 704
            'notifications',
3262 efrain 705
            'notifications/mark-read',
706
            'notifications/mark-all-read',
707
            'notifications/delete',
708
            'notifications/clear',
709
            'notifications/unreads',
1 www 710
            'professionalism-policy',
711
            'reset-password',
712
            'forgot-password',
713
            'activate-account',
714
            'privacy-policy',
715
            'terms-and-conditions',
716
            'cookies',
717
            'backend',
718
            'backend/signin-company',
719
            'oauth',
720
            'oauth/facebook',
721
            'oauth/facebook/cancel',
722
            'oauth/facebook/delete',
723
            'oauth/twitter',
724
            'oauth/google',
725
            'oauth/instagram',
726
            'paypal',
727
            'paypal/success',
728
            'paypal/cancel',
729
            'services',
730
            'services/device',
731
            'services/check-session',
732
            'services/fcm',
733
            'services/signin',
1323 efrain 734
            'services/signout',
1 www 735
            'services/sync',
736
            'services/sync-batch',
737
            'services/storage',
738
            'services/microlearning',
739
            'services/microlearning/refresh',
740
            'services/microlearning/check-changes',
280 efrain 741
            'services/microlearning/capsules',
742
            'services/microlearning/capsules/comments',
743
            'services/microlearning/capsules/comments/add',
744
            'services/microlearning/capsules/comments/delete',
1979 efrain 745
            'services/delete-account',
1 www 746
            'storage',
3639 efrain 747
            'storage-network',
1 www 748
            'dashboard',
749
            'post',
4808 efrain 750
            'post/comments',
751
            'post/comments/add',
752
            'post/comments/delete',
5765 efrain 753
            'post/save-reaction',
5780 efrain 754
            'post/delete-reaction',
1 www 755
            'feed',
756
            'feed/timeline',
757
            'feed/add',
758
            'feed/delete',
759
            'feed/share',
760
            'feed/comment',
761
            'feed/comment/delete',
5765 efrain 762
            'feed/save-reaction',
5780 efrain 763
            'feed/delete-reaction',
6388 efrain 764
            'feed/vote',
1 www 765
            'connection',
766
            'connection/my-connections',
767
            'connection/people-you-may-know',
768
            'connection/people-blocked',
769
            'connection/people-blocked/delete',
770
            'connection/invitations-sent',
771
            'connection/invitations-received',
772
            'connection/request',
773
            'connection/approve',
774
            'connection/reject',
775
            'connection/block',
776
            'connection/cancel',
777
            'connection/delete',
778
            'connection/unblock',
779
            'account-settings',
780
            'account-settings/image',
781
            'account-settings/deactivate',
782
            'account-settings/notifications',
783
            'account-settings/password',
784
            'account-settings/social-networks',
785
            'account-settings/location',
786
            'account-settings/privacy',
787
            'account-settings/basic',
788
            'account-settings/browsers',
789
            'account-settings/ips',
790
            'account-settings/devices',
791
            'account-settings/transactions',
792
            'account-settings/transactions/add-funds',
793
            'account-settings/add-facebook',
794
            'account-settings/remove-facebook',
795
            'account-settings/add-twitter',
796
            'account-settings/remove-twitter',
797
            'account-settings/add-google',
798
            'account-settings/remove-google',
1979 efrain 799
            'account-settings/delete-account',
1 www 800
            'search',
801
            'search/group',
802
            'search/job',
803
            'search/user',
804
            'moodle',
805
            'profile',
806
            'profile/self-evaluation',
807
            'profile/self-evaluation/take-a-test',
279 efrain 808
            'profile/self-evaluation/report',
554 geraldo 809
            'profile/performance-evaluation',
810
            'profile/performance-evaluation/take-a-test',
811
            'profile/performance-evaluation/report',
1 www 812
            'profile/microlearning',
813
            'profile/microlearning/timeline',
814
            'profile/microlearning/progress',
815
            'profile/view',
816
            'profile/people-viewed-profile',
817
            'profile/my-profiles',
818
            'profile/my-profiles/extended',
819
            'profile/my-profiles/cover',
820
            'profile/my-profiles/image',
821
            'profile/my-profiles/experience',
822
            'profile/my-profiles/education',
823
            'profile/my-profiles/language',
824
            'profile/my-profiles/location',
825
            'profile/my-profiles/skill',
826
            'profile/my-profiles/social-network',
3912 efrain 827
            'profile/my-profiles/aptitude',
828
            'profile/my-profiles/hobby-and-interest',
1 www 829
            'profile/my-profiles/add',
830
            'profile/my-profiles/edit',
831
            'profile/my-profiles/delete',
832
            'group',
833
            'group/view',
834
            'group/request',
835
            'group/leave',
836
            'group/cancel',
1360 efrain 837
            'group/accept',
838
            'group/reject',
1 www 839
            'group/my-groups',
840
            'group/my-groups/accessibility',
841
            'group/my-groups/industry',
842
            'group/my-groups/extended',
843
            'group/my-groups/type',
844
            'group/my-groups/users',
845
            'group/my-groups/image',
846
            'group/my-groups/cover',
847
            'group/my-groups/website',
848
            'group/my-groups/privacy',
849
            'group/my-groups/add',
850
            'group/my-groups/edit',
851
            'group/my-groups/delete',
852
            'group/my-groups/status',
853
            'group/joined-groups',
854
            'group/requests-sent',
855
            'group/invitations-received',
856
            'group/members',
857
            'group/members/approve',
858
            'group/members/reject',
859
            'group/members/invite',
860
            'group/members/cancel',
861
            'job',
862
            'job/view',
863
            'job/applied-jobs',
864
            'job/apply-job',
865
            'job/remove-apply-job',
866
            'job/saved-jobs',
867
            'job/save-job',
868
            'job/remove-save-job',
869
            'inmail',
870
            'inmail/block',
871
            'inmail/delete',
872
            'inmail/message',
873
            'inmail/message/send',
874
            'inmail/message/delete',
875
            'chat',
4857 efrain 876
            'chat/users',
1 www 877
            'chat/heart-beat',
878
            'chat/create-group',
879
            'chat/add-user-to-group',
880
            'chat/mark-seen',
881
            'chat/mark-received',
882
            'chat/remove-user-from-group',
883
            'chat/get-all-messages',
884
            'chat/send',
885
            'chat/get-contacts-availables-for-group',
886
            'chat/get-contact-group-list',
887
            'chat/leave-group',
888
            'chat/delete-group',
889
            'chat/close',
890
            'chat/clear',
3121 efrain 891
            'chat/open',
1 www 892
            'chat/upload',
4113 efrain 893
            'chat/zoom',
5343 efrain 894
            'chat/open-or-create',
5546 anderson 895
 
1 www 896
            'help',
897
            'helpers',
898
            'helpers/search-people',
899
            'helpers/posts',
900
            'helpers/people-you-may-know',
901
            'helpers/people-viewed-profile',
902
            'helpers/company-follower',
903
            'helpers/company-suggestion',
904
            'helpers/group-members',
905
            'helpers/group-members/invite',
906
            'helpers/group-members/cancel',
907
            'helpers/group-members/reject',
908
            'helpers/group-members/approve',
909
            'helpers/groups-suggestion',
3298 efrain 910
            'helpers/my-groups',
2444 efrain 911
            'helpers/footer',
4179 efrain 912
            'helpers/next-events',
6605 efrain 913
            'helpers/menu',
6749 efrain 914
            'helpers/company-sizes',
915
            'helpers/degrees',
916
            'helpers/languages',
917
            'helpers/skills',
918
            'helpers/aptitudes',
919
            'helpers/hobbies',
6605 efrain 920
 
1 www 921
            'marketplace',
922
            'marketplace/categories',
923
            'marketplace/enroll',
5223 efrain 924
            'marketplace/claim',
1 www 925
            'marketplace/join',
926
            'marketplace/buy',
4113 efrain 927
 
928
            'calendar',
929
            'calendar/events',
5546 anderson 930
 
5837 efrain 931
            /*
932
            'zoom',
933
            'zoom/add',
934
            'zoom/delete',
935
            'zoom/listing',*/
1 www 936
        ],
937
        UserType::GUEST => [
938
            'home',
939
            'onroom',
5751 efrain 940
            'language',
3349 efrain 941
            'share',
1 www 942
            'signin',
943
            'signin/facebook',
944
            'signin/twitter',
945
            'signin/google',
3639 efrain 946
            'signin/impersonate',
1 www 947
            'signout',
948
            'signup',
949
            'check-session',
3775 efrain 950
            'shorter',
1 www 951
            'notifications',
3262 efrain 952
            'notifications/mark-read',
953
            'notifications/mark-all-read',
954
            'notifications/delete',
955
            'notifications/clear',
956
            'notifications/unreads',
1 www 957
            'professionalism-policy',
958
            'reset-password',
959
            'forgot-password',
960
            'activate-account',
961
            'privacy-policy',
962
            'terms-and-conditions',
963
            'cookies',
2581 efrain 964
            'csrf',
1 www 965
            'oauth',
966
            'oauth/facebook',
967
            'oauth/facebook/cancel',
968
            'oauth/facebook/delete',
969
            'oauth/twitter',
970
            'oauth/google',
971
            'oauth/instagram',
972
            'paypal',
973
            'paypal/success',
974
            'paypal/cancel',
3639 efrain 975
            'storage-network',
1 www 976
            'services',
977
            'services/device',
978
            'services/check-session',
979
            'services/fcm',
980
            'services/signin',
981
            'services/signout',
982
            'services/sync',
983
            'services/sync-batch',
5546 anderson 984
 
5837 efrain 985
            /*
986
            'zoom',
987
            'zoom/add',
988
            'zoom/delete',
989
            'zoom/listing',*/
1 www 990
        ],
1979 efrain 991
        UserType::USER_DELETED => [
992
            'home',
5751 efrain 993
            'language',
1979 efrain 994
            'signin',
995
            'signin/facebook',
996
            'signin/twitter',
997
            'signin/google',
998
            'signout',
999
            'signup',
1000
            'check-session',
1001
            'notifications',
3262 efrain 1002
            'notifications/mark-read',
1003
            'notifications/mark-all-read',
1004
            'notifications/delete',
1005
            'notifications/clear',
1006
            'notifications/unreads',
1979 efrain 1007
            'professionalism-policy',
1008
            'reset-password',
1009
            'forgot-password',
1010
            'activate-account',
1011
            'privacy-policy',
1012
            'terms-and-conditions',
1013
            'cookies',
1014
            'oauth',
2581 efrain 1015
            'csrf',
3775 efrain 1016
            'shorter',
1979 efrain 1017
            'oauth/facebook',
1018
            'oauth/facebook/cancel',
1019
            'oauth/facebook/delete',
1020
            'oauth/twitter',
1021
            'oauth/google',
1022
            'oauth/instagram',
2002 efrain 1023
            'services',
1024
            'services/device',
1025
            'services/check-session',
1026
            'services/fcm',
1027
            'services/signin',
1028
            'services/signout',
1029
            'services/sync',
1030
            'services/sync-batch',
1979 efrain 1031
        ],
1 www 1032
    ];
1033
}
4842 efrain 1034
 
1035
function getAclMenuDefaultNetworkConnectionUser2User()
1036
{
1037
    return [
1038
        [
1039
            'label' => 'LABEL_HOME',
1040
            'route' => 'dashboard',
1041
            'class' => '/images/navbar/home.svg',
1042
        ],
1043
        [
1044
            'label' => 'LABEL_PROFILE',
1045
            'route' => 'profile',
1046
            'class' => '/images/navbar/perfil.svg',
1047
            'pages' => [
1048
                [
1049
                    'label' => 'LABEL_CONNECTIONS',
1050
                    'route' => 'connection',
1051
                    //'class' =>'/images/navbar/conexion.svg',
1052
                    'pages' => [
1053
                        [
1054
                            'label' => 'LABEL_MY_CONNECTIONS',
1055
                            'route' => 'connection/my-connections'
1056
                        ],
1057
                        [
1058
                            'label' => 'LABEL_INVITATIONS_SENT',
1059
                            'route' => 'connection/invitations-sent'
1060
                        ],
1061
                        [
1062
                            'label' => 'LABEL_INVITATIONS_RECEIVED',
1063
                            'route' => 'connection/invitations-received'
1064
                        ],
1065
                        [
1066
                            'label' => 'LABEL_PEOPLE_YOU_MAY_KNOW',
1067
                            'route' => 'connection/people-you-may-know'
1068
                        ],
1069
                        [
1070
                            'label' => 'LABEL_PEOPLE_BLOCKED',
1071
                            'route' => 'connection/people-blocked'
1072
                        ],
5546 anderson 1073
 
1074
 
4842 efrain 1075
                    ]
1076
                ],
1077
                [
1078
                    'label' => 'LABEL_MY_PROFILES',
1079
                    'route' => 'profile/my-profiles'
1080
                ],
1081
                [
6685 efrain 1082
                    'label' => 'LABEL_JOBS',
1083
                    'route' => 'job',
1084
                    'pages' => [
1085
                        [
1086
                            'label' => 'LABEL_JOBS_APPLIED',
1087
                            'route' => 'job/applied-jobs'
1088
                        ],
1089
                        [
1090
                            'label' => 'LABEL_JOBS_SAVED',
1091
                            'route' => 'job/saved-jobs'
1092
                        ],
1093
                    ]
4842 efrain 1094
                ],
6685 efrain 1095
 
1096
 
4842 efrain 1097
                [
1098
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1099
                    'route' => 'profile/people-viewed-profile'
1100
                ],
5546 anderson 1101
 
4842 efrain 1102
            ]
1103
        ],
5546 anderson 1104
 
1105
 
4842 efrain 1106
        [
1107
            'label' => 'LABEL_COMPANIES',
1108
            'route' => 'company',
1109
            'class' => '/images/navbar/empresa.svg',
1110
            'pages' => [
1111
                [
1112
                    'label' => 'LABEL_MY_COMPANIES',
1113
                    'route' => 'company/my-companies'
1114
                ],
1115
                [
1116
                    'label' => 'LABEL_COMPANIES_I_FOLLOW',
1117
                    'route' => 'company/following-companies'
1118
                ],
1119
                [
1120
                    'label' => 'LABEL_COMPANIES_I_WORK_WITH',
1121
                    'route' => 'company/i-work-with'
1122
                ],
1123
                [
1124
                    'label' => 'LABEL_REQUESTS_SENT',
1125
                    'route' => 'company/requests-sent'
1126
                ],
1127
                [
1128
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1129
                    'route' => 'company/invitations-received'
1130
                ]
1131
            ]
1132
        ],
5546 anderson 1133
 
4842 efrain 1134
        [
1135
            'label' => 'LABEL_GROUPS',
1136
            'route' => 'group',
1137
            'class' => '/images/navbar/grupos.svg',
1138
            'pages' => [
1139
                [
1140
                    'label' => 'LABEL_MY_GROUPS',
1141
                    'route' => 'group/my-groups'
1142
                ],
1143
                [
1144
                    'label' => 'LABEL_JOINED_GROUPS',
1145
                    'route' => 'group/joined-groups'
1146
                ],
1147
                [
1148
                    'label' => 'LABEL_REQUESTS_SENT',
1149
                    'route' => 'group/requests-sent'
1150
                ],
1151
                [
1152
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1153
                    'route' => 'group/invitations-received'
1154
                ]
1155
            ]
1156
        ],
1157
        [
1158
            'label' => 'LABEL_MARKETPLACE',
1159
            'route' => 'marketplace',
1160
            'class' => '/images/navbar/market-place.svg',
1161
        ],
1162
        [
1163
            'label' => 'LABEL_CALENDAR',
1164
            'route' => 'calendar',
1165
            'class' => '/images/navbar/calendar.svg',
1166
        ],
5546 anderson 1167
 
1168
 
1169
 
1170
 
1171
 
1172
 
1173
 
1174
 
4842 efrain 1175
        /* [
1176
         'label' => 'LABEL_MESSAGES',
1177
         'route' => 'inmail',
1178
         'class' => 'fa fa-envelope',
1179
         ],
1180
         [
1181
         'label' => 'LABEL_NOTIFICATIONS',
1182
         'route' => 'dashboard',
1183
         'class' => 'fa fa-bolt',
1184
         ], */
1185
    ];
1186
}
1187
 
1188
function getAclMenuDefaultNetworkConnectionAll2All()
1189
{
1190
    return [
1191
        [
1192
            'label' => 'LABEL_HOME',
1193
            'route' => 'dashboard',
1194
            'class' => '/images/navbar/home.svg',
1195
        ],
1196
        [
1197
            'label' => 'LABEL_PROFILE',
1198
            'route' => 'profile',
1199
            'class' => '/images/navbar/perfil.svg',
1200
            'pages' => [
1201
                [
1202
                    'label' => 'LABEL_MY_CONNECTIONS',
5546 anderson 1203
                    'route' => 'connection/my-connections',
4842 efrain 1204
                ],
1205
                [
1206
                    'label' => 'LABEL_MY_PROFILES',
1207
                    'route' => 'profile/my-profiles'
1208
                ],
1209
                [
1210
                    'label' => 'LABEL_JOBS_APPLIED',
1211
                    'route' => 'job/applied-jobs'
1212
                ],
1213
                [
1214
                    'label' => 'LABEL_JOBS_SAVED',
1215
                    'route' => 'job/saved-jobs'
1216
                ],
1217
                [
1218
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1219
                    'route' => 'profile/people-viewed-profile'
1220
                ],
5546 anderson 1221
 
4842 efrain 1222
            ]
1223
        ],
5546 anderson 1224
 
1225
 
4842 efrain 1226
        [
1227
            'label' => 'LABEL_COMPANIES',
1228
            'route' => 'company',
1229
            'class' => '/images/navbar/empresa.svg',
1230
            'pages' => [
1231
                [
1232
                    'label' => 'LABEL_MY_COMPANIES',
1233
                    'route' => 'company/my-companies'
1234
                ],
1235
                [
1236
                    'label' => 'LABEL_COMPANIES_I_FOLLOW',
1237
                    'route' => 'company/following-companies'
1238
                ],
1239
                [
1240
                    'label' => 'LABEL_COMPANIES_I_WORK_WITH',
1241
                    'route' => 'company/i-work-with'
1242
                ],
1243
                [
1244
                    'label' => 'LABEL_REQUESTS_SENT',
1245
                    'route' => 'company/requests-sent'
1246
                ],
1247
                [
1248
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1249
                    'route' => 'company/invitations-received'
1250
                ]
1251
            ]
1252
        ],
5546 anderson 1253
 
4842 efrain 1254
        [
1255
            'label' => 'LABEL_GROUPS',
1256
            'route' => 'group',
1257
            'class' => '/images/navbar/grupos.svg',
1258
            'pages' => [
1259
                [
1260
                    'label' => 'LABEL_MY_GROUPS',
1261
                    'route' => 'group/my-groups'
1262
                ],
1263
                [
1264
                    'label' => 'LABEL_JOINED_GROUPS',
1265
                    'route' => 'group/joined-groups'
1266
                ],
1267
                [
1268
                    'label' => 'LABEL_REQUESTS_SENT',
1269
                    'route' => 'group/requests-sent'
1270
                ],
1271
                [
1272
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1273
                    'route' => 'group/invitations-received'
1274
                ]
1275
            ]
1276
        ],
1277
        [
1278
            'label' => 'LABEL_MARKETPLACE',
1279
            'route' => 'marketplace',
1280
            'class' => '/images/navbar/market-place.svg',
1281
        ],
1282
        [
1283
            'label' => 'LABEL_CALENDAR',
1284
            'route' => 'calendar',
1285
            'class' => '/images/navbar/calendar.svg',
1286
        ],
5546 anderson 1287
 
1288
 
1289
 
1290
 
1291
 
1292
 
1293
 
1294
 
4842 efrain 1295
        /* [
1296
         'label' => 'LABEL_MESSAGES',
1297
         'route' => 'inmail',
1298
         'class' => 'fa fa-envelope',
1299
         ],
1300
         [
1301
         'label' => 'LABEL_NOTIFICATIONS',
1302
         'route' => 'dashboard',
1303
         'class' => 'fa fa-bolt',
1304
         ], */
1305
    ];
1306
}
1307
 
1308
function getAclMenuNonDefaulNetworkConnectionUser2User()
1309
{
1310
    return [
1311
        [
1312
            'label' => 'LABEL_HOME',
1313
            'route' => 'dashboard',
1314
            'class' => '/images/navbar/home.svg',
1315
        ],
1316
        [
1317
            'label' => 'LABEL_PROFILE',
1318
            'route' => 'profile',
1319
            'class' => '/images/navbar/perfil.svg',
1320
            'pages' => [
1321
                [
1322
                    'label' => 'LABEL_CONNECTIONS',
1323
                    'route' => 'connection',
1324
                    //'class' =>'/images/navbar/conexion.svg',
1325
                    'pages' => [
1326
                        [
1327
                            'label' => 'LABEL_MY_CONNECTIONS',
1328
                            'route' => 'connection/my-connections'
1329
                        ],
1330
                        [
1331
                            'label' => 'LABEL_INVITATIONS_SENT',
1332
                            'route' => 'connection/invitations-sent'
1333
                        ],
1334
                        [
1335
                            'label' => 'LABEL_INVITATIONS_RECEIVED',
1336
                            'route' => 'connection/invitations-received'
1337
                        ],
1338
                        [
1339
                            'label' => 'LABEL_PEOPLE_YOU_MAY_KNOW',
1340
                            'route' => 'connection/people-you-may-know'
1341
                        ],
1342
                        [
1343
                            'label' => 'LABEL_PEOPLE_BLOCKED',
1344
                            'route' => 'connection/people-blocked'
1345
                        ],
5546 anderson 1346
 
1347
 
4842 efrain 1348
                    ]
1349
                ],
1350
                [
1351
                    'label' => 'LABEL_MY_PROFILES',
1352
                    'route' => 'profile/my-profiles'
1353
                ],
1354
                [
1355
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1356
                    'route' => 'profile/people-viewed-profile'
1357
                ],
5546 anderson 1358
 
4842 efrain 1359
            ]
1360
        ],
5546 anderson 1361
 
4842 efrain 1362
        [
1363
            'label' => 'LABEL_COMPANY',
1364
            'route' => 'company',
1365
            'class' => '/images/navbar/empresa.svg',
5546 anderson 1366
 
4842 efrain 1367
        ],
5546 anderson 1368
 
4842 efrain 1369
        [
1370
            'label' => 'LABEL_GROUPS',
1371
            'route' => 'group',
1372
            'class' => '/images/navbar/grupos.svg',
1373
            'pages' => [
1374
                [
1375
                    'label' => 'LABEL_MY_GROUPS',
1376
                    'route' => 'group/my-groups'
1377
                ],
1378
                [
1379
                    'label' => 'LABEL_JOINED_GROUPS',
1380
                    'route' => 'group/joined-groups'
1381
                ],
1382
                [
1383
                    'label' => 'LABEL_REQUESTS_SENT',
1384
                    'route' => 'group/requests-sent'
1385
                ],
1386
                [
1387
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1388
                    'route' => 'group/invitations-received'
1389
                ]
1390
            ]
1391
        ],
1392
        [
1393
            'label' => 'LABEL_MARKETPLACE',
1394
            'route' => 'marketplace',
1395
            'class' => '/images/navbar/market-place.svg',
1396
        ],
1397
        [
1398
            'label' => 'LABEL_CALENDAR',
1399
            'route' => 'calendar',
1400
            'class' => '/images/navbar/calendar.svg',
1401
        ],
5546 anderson 1402
 
1403
 
1404
 
1405
 
1406
 
1407
 
1408
 
1409
 
4842 efrain 1410
        /* [
1411
         'label' => 'LABEL_MESSAGES',
1412
         'route' => 'inmail',
1413
         'class' => 'fa fa-envelope',
1414
         ],
1415
         [
1416
         'label' => 'LABEL_NOTIFICATIONS',
1417
         'route' => 'dashboard',
1418
         'class' => 'fa fa-bolt',
1419
         ], */
1420
    ];
1421
}
1422
 
1423
function getAclMenuNonDefaultNetworkConnectionAll2All()
1424
{
1425
    return [
1426
        [
1427
            'label' => 'LABEL_HOME',
1428
            'route' => 'dashboard',
1429
            'class' => '/images/navbar/home.svg',
1430
        ],
1431
        [
1432
            'label' => 'LABEL_PROFILE',
1433
            'route' => 'profile',
1434
            'class' => '/images/navbar/perfil.svg',
1435
            'pages' => [
1436
                [
1437
                    'label' => 'LABEL_MY_CONNECTIONS',
1438
                    'route' => 'connection/my-connections'
1439
                ],
1440
                [
1441
                    'label' => 'LABEL_MY_PROFILES',
1442
                    'route' => 'profile/my-profiles'
1443
                ],
1444
                [
1445
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1446
                    'route' => 'profile/people-viewed-profile'
1447
                ],
5546 anderson 1448
 
4842 efrain 1449
            ]
1450
        ],
5546 anderson 1451
 
4842 efrain 1452
        [
1453
            'label' => 'LABEL_COMPANY',
1454
            'route' => 'company',
1455
            'class' => '/images/navbar/empresa.svg',
5546 anderson 1456
 
4842 efrain 1457
        ],
5546 anderson 1458
 
1459
 
4842 efrain 1460
        [
1461
            'label' => 'LABEL_GROUPS',
1462
            'route' => 'group',
1463
            'class' => '/images/navbar/grupos.svg',
1464
            'pages' => [
1465
                [
1466
                    'label' => 'LABEL_MY_GROUPS',
1467
                    'route' => 'group/my-groups'
1468
                ],
1469
                [
1470
                    'label' => 'LABEL_JOINED_GROUPS',
1471
                    'route' => 'group/joined-groups'
1472
                ],
1473
                [
1474
                    'label' => 'LABEL_REQUESTS_SENT',
1475
                    'route' => 'group/requests-sent'
1476
                ],
1477
                [
1478
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1479
                    'route' => 'group/invitations-received'
1480
                ]
1481
            ]
1482
        ],
1483
        [
1484
            'label' => 'LABEL_MARKETPLACE',
1485
            'route' => 'marketplace',
1486
            'class' => '/images/navbar/market-place.svg',
1487
        ],
1488
        [
1489
            'label' => 'LABEL_CALENDAR',
1490
            'route' => 'calendar',
1491
            'class' => '/images/navbar/calendar.svg',
1492
        ],
5546 anderson 1493
 
1494
 
1495
 
1496
 
1497
 
1498
 
1499
 
1500
 
4842 efrain 1501
        /* [
1502
         'label' => 'LABEL_MESSAGES',
1503
         'route' => 'inmail',
1504
         'class' => 'fa fa-envelope',
1505
         ],
1506
         [
1507
         'label' => 'LABEL_NOTIFICATIONS',
1508
         'route' => 'dashboard',
1509
         'class' => 'fa fa-bolt',
1510
         ], */
1511
    ];
1512
}