Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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