Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4419 | Rev 4808 | 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
 
553 geraldo 5
function getAclResources() {
1 www 6
    return [
7
        'home',
8
        'onroom',
9
        'signin',
10
        'signin/facebook',
11
        'signin/twitter',
12
        'signin/google',
3639 efrain 13
        'signin/impersonate',
3298 efrain 14
        'share',
4778 efrain 15
        'share/increment-external-counter',
1 www 16
        'signout',
17
        'signup',
18
        'backend',
19
        'backend/signin-admin',
20
        'backend/signin-company',
3775 efrain 21
        'shorter',
22
        'shorter/generate',
210 efrain 23
        'csrf',
1 www 24
        'check-session',
3639 efrain 25
        'impersonate',
26
        'impersonate/execute',
1 www 27
        'notifications',
3262 efrain 28
        'notifications/mark-read',
29
        'notifications/mark-all-read',
30
        'notifications/delete',
31
        'notifications/clear',
32
        'notifications/unreads',
1 www 33
        'reset-password',
34
        'forgot-password',
35
        'activate-account',
36
        'professionalism-policy',
37
        'privacy-policy',
38
        'terms-and-conditions',
39
        'cookies',
40
        'help',
41
        'oauth',
42
        'oauth/facebook',
43
        'oauth/facebook/cancel',
44
        'oauth/facebook/delete',
45
        'oauth/twitter',
46
        'oauth/google',
47
        'oauth/instagram',
48
        'paypal',
49
        'paypal/success',
50
        'paypal/cancel',
51
        'services',
52
        'services/device',
53
        'services/check-session',
54
        'services/fcm',
55
        'services/signin',
56
        'services/signout',
57
        'services/sync',
58
        'services/sync-batch',
59
        'services/storage',
60
        'services/microlearning',
61
        'services/microlearning/refresh',
62
        'services/microlearning/check-changes',
280 efrain 63
        'services/microlearning/capsules',
64
        'services/microlearning/capsules/comments',
65
        'services/microlearning/capsules/comments/add',
66
        'services/microlearning/capsules/comments/delete',
1979 efrain 67
        'services/delete-account',
1 www 68
        'storage',
3639 efrain 69
        'storage-network',
1 www 70
        'dashboard',
60 efrain 71
        'dashboard2',
1 www 72
        'post',
73
        'feed',
74
        'feed/timeline',
75
        'feed/add',
76
        'feed/delete',
77
        'feed/share',
78
        'feed/comment',
79
        'feed/comment/delete',
80
        'feed/like',
81
        'feed/unlike',
82
        'connection',
83
        'connection/my-connections',
84
        'connection/people-you-may-know',
85
        'connection/people-blocked',
86
        'connection/people-blocked/delete',
87
        'connection/invitations-sent',
88
        'connection/invitations-received',
89
        'connection/request',
90
        'connection/approve',
91
        'connection/reject',
92
        'connection/block',
93
        'connection/cancel',
94
        'connection/delete',
95
        'connection/unblock',
96
        'account-settings',
97
        'account-settings/image',
98
        'account-settings/deactivate',
99
        'account-settings/notifications',
100
        'account-settings/password',
101
        'account-settings/social-networks',
102
        'account-settings/location',
103
        'account-settings/privacy',
104
        'account-settings/basic',
105
        'account-settings/browsers',
106
        'account-settings/ips',
107
        'account-settings/devices',
108
        'account-settings/transactions',
109
        'account-settings/transactions/add-funds',
110
        'account-settings/add-facebook',
111
        'account-settings/remove-facebook',
112
        'account-settings/add-twitter',
113
        'account-settings/remove-twitter',
114
        'account-settings/add-google',
115
        'account-settings/remove-google',
1979 efrain 116
        'account-settings/delete-account',
1 www 117
        'search',
118
        'search/company',
119
        'search/group',
120
        'search/job',
121
        'search/user',
122
        'moodle',
123
        'profile',
124
        'profile/self-evaluation',
125
        'profile/self-evaluation/take-a-test',
279 efrain 126
        'profile/self-evaluation/report',
553 geraldo 127
        'profile/performance-evaluation',
128
        'profile/performance-evaluation/take-a-test',
129
        'profile/performance-evaluation/report',
1 www 130
        'profile/microlearning',
131
        'profile/microlearning/timeline',
132
        'profile/microlearning/progress',
133
        'profile/view',
134
        'profile/people-viewed-profile',
135
        'profile/my-profiles',
136
        'profile/my-profiles/extended',
137
        'profile/my-profiles/cover',
138
        'profile/my-profiles/image',
139
        'profile/my-profiles/experience',
140
        'profile/my-profiles/education',
141
        'profile/my-profiles/language',
142
        'profile/my-profiles/location',
143
        'profile/my-profiles/skill',
144
        'profile/my-profiles/social-network',
3912 efrain 145
        'profile/my-profiles/aptitude',
146
        'profile/my-profiles/hobby-and-interest',
1 www 147
        'profile/my-profiles/add',
148
        'profile/my-profiles/edit',
149
        'profile/my-profiles/delete',
150
        'company',
151
        'company/my-companies',
152
        'company/my-companies/add',
153
        'company/following-companies',
154
        'company/view',
155
        'company/follow',
156
        'company/unfollow',
157
        'company/request',
158
        'company/reject',
159
        'company/accept',
160
        'company/cancel',
161
        'company/leave',
162
        'company/requests-sent',
163
        'company/invitations-received',
164
        'company/i-work-with',
165
        'group',
166
        'group/view',
167
        'group/request',
168
        'group/leave',
169
        'group/cancel',
1360 efrain 170
        'group/accept',
171
        'group/reject',
1 www 172
        'group/my-groups',
173
        'group/my-groups/accessibility',
174
        'group/my-groups/industry',
175
        'group/my-groups/extended',
176
        'group/my-groups/type',
177
        'group/my-groups/users',
178
        'group/my-groups/image',
179
        'group/my-groups/cover',
180
        'group/my-groups/website',
181
        'group/my-groups/privacy',
182
        'group/my-groups/add',
183
        'group/my-groups/edit',
184
        'group/my-groups/delete',
185
        'group/my-groups/status',
186
        'group/joined-groups',
187
        'group/requests-sent',
188
        'group/invitations-received',
189
        'group/members',
190
        'group/members/approve',
191
        'group/members/reject',
192
        'group/members/invite',
193
        'group/members/cancel',
194
        'job',
195
        'job/view',
196
        'job/applied-jobs',
197
        'job/apply-job',
198
        'job/remove-apply-job',
199
        'job/saved-jobs',
200
        'job/save-job',
201
        'job/remove-save-job',
202
        'inmail',
203
        'inmail/block',
204
        'inmail/delete',
205
        'inmail/message',
206
        'inmail/message/send',
207
        'inmail/message/delete',
208
        'chat',
209
        'chat/heart-beat',
210
        'chat/create-group',
211
        'chat/add-user-to-group',
212
        'chat/mark-seen',
213
        'chat/mark-received',
214
        'chat/remove-user-from-group',
215
        'chat/get-all-messages',
216
        'chat/send',
217
        'chat/get-contacts-availables-for-group',
218
        'chat/get-contact-group-list',
219
        'chat/leave-group',
220
        'chat/delete-group',
221
        'chat/close',
222
        'chat/clear',
3121 efrain 223
        'chat/open',
1 www 224
        'chat/upload',
4113 efrain 225
        'chat/zoom',
1 www 226
        'helpers',
227
        'helpers/search-people',
228
        'helpers/posts',
229
        'helpers/people-you-may-know',
230
        'helpers/people-viewed-profile',
231
        'helpers/company-follower',
232
        'helpers/company-suggestion',
233
        'helpers/group-members',
234
        'helpers/group-members/invite',
235
        'helpers/group-members/cancel',
236
        'helpers/group-members/reject',
237
        'helpers/group-members/approve',
238
        'helpers/groups-suggestion',
3298 efrain 239
        'helpers/my-groups',
2444 efrain 240
        'helpers/footer',
4179 efrain 241
        'helpers/next-events',
1 www 242
        'marketplace',
243
        'marketplace/categories',
244
        'marketplace/enroll',
245
        'marketplace/join',
246
        'marketplace/buy',
4113 efrain 247
        'calendar',
248
        'calendar/events',
4398 efrain 249
 
4131 efrain 250
 
4419 efrain 251
        //'zoom',
252
        //'zoom/add',
253
        //'zoom/delete',
254
       // 'zoom/listing',
1 www 255
    ];
256
}
257
 
3639 efrain 258
function getAclSuperAdmin() {
259
    return [
260
        'impersonate',
261
        'impersonate/execute',
262
    ];
263
 
264
}
265
 
266
function getAclUsertypeDefaultNetwork()
267
{
268
    return [
269
        UserType::ADMIN => [
270
            'company',
271
            'company/my-companies',
272
            'company/my-companies/add',
273
            'company/following-companies',
274
            'company/view',
275
            'company/follow',
276
            'company/unfollow',
277
            'company/request',
278
            'company/reject',
279
            'company/accept',
280
            'company/cancel',
281
            'company/leave',
282
            'company/requests-sent',
283
            'company/invitations-received',
284
            'company/i-work-with',
285
            'search',
286
            'search/company',
287
        ]  ,
288
        UserType::USER => [
289
            'company',
290
            'company/my-companies',
291
            'company/my-companies/add',
292
            'company/following-companies',
293
            'company/view',
294
            'company/follow',
295
            'company/unfollow',
296
            'company/request',
297
            'company/reject',
298
            'company/accept',
299
            'company/cancel',
300
            'company/leave',
301
            'company/requests-sent',
302
            'company/invitations-received',
303
            'company/i-work-with',
304
            'search',
305
            'search/company',
306
        ]  ,
307
    ];
308
}
309
 
310
 
311
function getAclUsertypeOtherNetworkCreator()
312
{
313
    return [
314
        'company',
315
        'company/my-companies',
316
        'company/view',
3674 efrain 317
 
3639 efrain 318
    ];
319
}
320
 
321
function getAclUsertypeOtherNetworkNonCreator()
322
{
323
    return [
324
        'company',
325
        'company/i-work-with',
326
        'company/view',
327
    ];
328
}
329
 
330
 
331
 
553 geraldo 332
function getAclUsertype() {
1 www 333
    return [
334
        UserType::ADMIN => [
335
            'home',
3298 efrain 336
            'share',
4778 efrain 337
            'share/increment-external-counter',
1 www 338
            'onroom',
339
            'signin',
340
            'signin/facebook',
341
            'signin/twitter',
342
            'signin/google',
3639 efrain 343
            'signin/impersonate',
1 www 344
            'signout',
345
            'signup',
210 efrain 346
            'csrf',
1 www 347
            'check-session',
3775 efrain 348
            'shorter',
349
            'shorter/generate',
350
 
1 www 351
            'notifications',
3262 efrain 352
            'notifications/mark-read',
353
            'notifications/mark-all-read',
354
            'notifications/delete',
355
            'notifications/clear',
356
            'notifications/unreads',
357
 
1 www 358
            'reset-password',
359
            'forgot-password',
360
            'professionalism-policy',
361
            'activate-account',
362
            'privacy-policy',
363
            'terms-and-conditions',
364
            'cookies',
365
            'backend',
366
            'backend/signin-admin',
367
            'backend/signin-company',
368
            'oauth',
369
            'oauth/facebook',
370
            'oauth/facebook/cancel',
371
            'oauth/facebook/delete',
372
            'oauth/twitter',
373
            'oauth/google',
374
            'oauth/instagram',
375
            'paypal',
376
            'paypal/success',
377
            'paypal/cancel',
378
            'services',
379
            'services/device',
380
            'services/check-session',
381
            'services/fcm',
382
            'services/signin',
383
            'services/signout',
384
            'services/sync',
385
            'services/sync-batch',
386
            'services/storage',
387
            'services/microlearning',
388
            'services/microlearning/refresh',
389
            'services/microlearning/check-changes',
280 efrain 390
            'services/microlearning/capsules',
391
            'services/microlearning/capsules/comments',
392
            'services/microlearning/capsules/comments/add',
393
            'services/microlearning/capsules/comments/delete',
1979 efrain 394
            'services/delete-account',
1 www 395
            'storage',
3639 efrain 396
            'storage-network',
1 www 397
            'dashboard',
60 efrain 398
            'dashboard2',
1 www 399
            'post',
400
            'feed',
401
            'feed/timeline',
402
            'feed/add',
403
            'feed/delete',
404
            'feed/share',
405
            'feed/comment',
406
            'feed/comment/delete',
407
            'feed/like',
408
            'feed/unlike',
409
            'connection',
410
            'connection/my-connections',
411
            'connection/people-you-may-know',
412
            'connection/people-blocked',
413
            'connection/people-blocked/delete',
414
            'connection/invitations-sent',
415
            'connection/invitations-received',
416
            'connection/request',
417
            'connection/approve',
418
            'connection/reject',
419
            'connection/block',
420
            'connection/cancel',
421
            'connection/delete',
422
            'connection/unblock',
423
            'account-settings',
424
            'account-settings/image',
425
            'account-settings/deactivate',
426
            'account-settings/notifications',
427
            'account-settings/password',
428
            'account-settings/social-networks',
429
            'account-settings/location',
430
            'account-settings/privacy',
431
            'account-settings/basic',
432
            'account-settings/browsers',
433
            'account-settings/ips',
434
            'account-settings/devices',
435
            'account-settings/transactions',
436
            'account-settings/transactions/add-funds',
437
            'account-settings/add-facebook',
438
            'account-settings/remove-facebook',
439
            'account-settings/add-twitter',
440
            'account-settings/remove-twitter',
441
            'account-settings/add-google',
442
            'account-settings/remove-google',
1979 efrain 443
            'account-settings/delete-account',
1 www 444
            'search',
445
            'search/group',
446
            'search/job',
447
            'search/user',
448
            'moodle',
449
            'profile',
450
            'profile/self-evaluation',
451
            'profile/self-evaluation/take-a-test',
279 efrain 452
            'profile/self-evaluation/report',
554 geraldo 453
            'profile/performance-evaluation',
454
            'profile/performance-evaluation/take-a-test',
455
            'profile/performance-evaluation/report',
1 www 456
            'profile/microlearning',
457
            'profile/microlearning/timeline',
458
            'profile/microlearning/progress',
459
            'profile/view',
460
            'profile/people-viewed-profile',
461
            'profile/my-profiles',
462
            'profile/my-profiles/extended',
463
            'profile/my-profiles/cover',
464
            'profile/my-profiles/image',
465
            'profile/my-profiles/experience',
466
            'profile/my-profiles/education',
467
            'profile/my-profiles/language',
468
            'profile/my-profiles/location',
469
            'profile/my-profiles/skill',
470
            'profile/my-profiles/social-network',
3912 efrain 471
            'profile/my-profiles/aptitude',
472
            'profile/my-profiles/hobby-and-interest',
1 www 473
            'profile/my-profiles/add',
474
            'profile/my-profiles/edit',
475
            'profile/my-profiles/delete',
3639 efrain 476
 
1 www 477
            'group',
478
            'group/view',
479
            'group/request',
480
            'group/leave',
481
            'group/cancel',
1360 efrain 482
            'group/accept',
483
            'group/reject',
1 www 484
            'group/my-groups',
485
            'group/my-groups/accessibility',
486
            'group/my-groups/industry',
487
            'group/my-groups/extended',
488
            'group/my-groups/type',
489
            'group/my-groups/users',
490
            'group/my-groups/image',
491
            'group/my-groups/cover',
492
            'group/my-groups/website',
493
            'group/my-groups/privacy',
494
            'group/my-groups/add',
495
            'group/my-groups/edit',
496
            'group/my-groups/delete',
497
            'group/my-groups/status',
498
            'group/joined-groups',
499
            'group/requests-sent',
500
            'group/invitations-received',
501
            'group/members',
502
            'group/members/approve',
503
            'group/members/reject',
504
            'group/members/invite',
505
            'group/members/cancel',
506
            'job',
507
            'job/view',
508
            'job/applied-jobs',
509
            'job/apply-job',
510
            'job/remove-apply-job',
511
            'job/saved-jobs',
512
            'job/save-job',
513
            'job/remove-save-job',
514
            'inmail',
515
            'inmail/block',
516
            'inmail/delete',
517
            'inmail/message',
518
            'inmail/message/send',
519
            'inmail/message/delete',
520
            'chat',
521
            'chat/heart-beat',
522
            'chat/create-group',
523
            'chat/add-user-to-group',
524
            'chat/mark-seen',
525
            'chat/mark-received',
526
            'chat/remove-user-from-group',
527
            'chat/get-all-messages',
528
            'chat/send',
529
            'chat/get-contacts-availables-for-group',
530
            'chat/get-contact-group-list',
531
            'chat/leave-group',
532
            'chat/delete-group',
533
            'chat/close',
534
            'chat/clear',
3121 efrain 535
            'chat/open',
1 www 536
            'chat/upload',
4113 efrain 537
            'chat/zoom',
4131 efrain 538
 
1 www 539
            'help',
540
            'helpers',
541
            'helpers/search-people',
542
            'helpers/posts',
543
            'helpers/people-you-may-know',
544
            'helpers/people-viewed-profile',
545
            'helpers/company-follower',
546
            'helpers/company-suggestion',
547
            'helpers/group-members',
548
            'helpers/group-members/invite',
549
            'helpers/group-members/cancel',
550
            'helpers/group-members/reject',
551
            'helpers/group-members/approve',
552
            'helpers/groups-suggestion',
3298 efrain 553
            'helpers/my-groups',
2444 efrain 554
            'helpers/footer',
4179 efrain 555
            'helpers/next-events',
1 www 556
            'marketplace',
557
            'marketplace/categories',
558
            'marketplace/enroll',
559
            'marketplace/join',
560
            'marketplace/buy',
4113 efrain 561
 
562
            'calendar',
563
            'calendar/events',
4131 efrain 564
 
565
 
4419 efrain 566
            //'zoom',
567
            //'zoom/add',
568
            // 'zoom/delete',
569
            // 'zoom/listing',
1 www 570
        ],
571
        UserType::USER => [
572
            'home',
573
            'onroom',
3298 efrain 574
            'share',
4778 efrain 575
            'share/increment-external-counter',
1 www 576
            'signin',
577
            'signin/facebook',
578
            'signin/twitter',
579
            'signin/google',
3639 efrain 580
            'signin/impersonate',
1 www 581
            'signout',
582
            'signup',
210 efrain 583
            'csrf',
1 www 584
            'check-session',
3775 efrain 585
            'shorter',
586
            'shorter/generate',
1 www 587
            'notifications',
3262 efrain 588
            'notifications/mark-read',
589
            'notifications/mark-all-read',
590
            'notifications/delete',
591
            'notifications/clear',
592
            'notifications/unreads',
1 www 593
            'professionalism-policy',
594
            'reset-password',
595
            'forgot-password',
596
            'activate-account',
597
            'privacy-policy',
598
            'terms-and-conditions',
599
            'cookies',
600
            'backend',
601
            'backend/signin-company',
602
            'oauth',
603
            'oauth/facebook',
604
            'oauth/facebook/cancel',
605
            'oauth/facebook/delete',
606
            'oauth/twitter',
607
            'oauth/google',
608
            'oauth/instagram',
609
            'paypal',
610
            'paypal/success',
611
            'paypal/cancel',
612
            'services',
613
            'services/device',
614
            'services/check-session',
615
            'services/fcm',
616
            'services/signin',
1323 efrain 617
            'services/signout',
1 www 618
            'services/sync',
619
            'services/sync-batch',
620
            'services/storage',
621
            'services/microlearning',
622
            'services/microlearning/refresh',
623
            'services/microlearning/check-changes',
280 efrain 624
            'services/microlearning/capsules',
625
            'services/microlearning/capsules/comments',
626
            'services/microlearning/capsules/comments/add',
627
            'services/microlearning/capsules/comments/delete',
1979 efrain 628
            'services/delete-account',
1 www 629
            'storage',
3639 efrain 630
            'storage-network',
1 www 631
            'dashboard',
60 efrain 632
            'dashboard2',
1 www 633
            'post',
634
            'feed',
635
            'feed/timeline',
636
            'feed/add',
637
            'feed/delete',
638
            'feed/share',
639
            'feed/comment',
640
            'feed/comment/delete',
641
            'feed/like',
642
            'feed/unlike',
643
            'connection',
644
            'connection/my-connections',
645
            'connection/people-you-may-know',
646
            'connection/people-blocked',
647
            'connection/people-blocked/delete',
648
            'connection/invitations-sent',
649
            'connection/invitations-received',
650
            'connection/request',
651
            'connection/approve',
652
            'connection/reject',
653
            'connection/block',
654
            'connection/cancel',
655
            'connection/delete',
656
            'connection/unblock',
657
            'account-settings',
658
            'account-settings/image',
659
            'account-settings/deactivate',
660
            'account-settings/notifications',
661
            'account-settings/password',
662
            'account-settings/social-networks',
663
            'account-settings/location',
664
            'account-settings/privacy',
665
            'account-settings/basic',
666
            'account-settings/browsers',
667
            'account-settings/ips',
668
            'account-settings/devices',
669
            'account-settings/transactions',
670
            'account-settings/transactions/add-funds',
671
            'account-settings/add-facebook',
672
            'account-settings/remove-facebook',
673
            'account-settings/add-twitter',
674
            'account-settings/remove-twitter',
675
            'account-settings/add-google',
676
            'account-settings/remove-google',
1979 efrain 677
            'account-settings/delete-account',
1 www 678
            'search',
679
            'search/group',
680
            'search/job',
681
            'search/user',
682
            'moodle',
683
            'profile',
684
            'profile/self-evaluation',
685
            'profile/self-evaluation/take-a-test',
279 efrain 686
            'profile/self-evaluation/report',
554 geraldo 687
            'profile/performance-evaluation',
688
            'profile/performance-evaluation/take-a-test',
689
            'profile/performance-evaluation/report',
1 www 690
            'profile/microlearning',
691
            'profile/microlearning/timeline',
692
            'profile/microlearning/progress',
693
            'profile/view',
694
            'profile/people-viewed-profile',
695
            'profile/my-profiles',
696
            'profile/my-profiles/extended',
697
            'profile/my-profiles/cover',
698
            'profile/my-profiles/image',
699
            'profile/my-profiles/experience',
700
            'profile/my-profiles/education',
701
            'profile/my-profiles/language',
702
            'profile/my-profiles/location',
703
            'profile/my-profiles/skill',
704
            'profile/my-profiles/social-network',
3912 efrain 705
            'profile/my-profiles/aptitude',
706
            'profile/my-profiles/hobby-and-interest',
1 www 707
            'profile/my-profiles/add',
708
            'profile/my-profiles/edit',
709
            'profile/my-profiles/delete',
710
            'group',
711
            'group/view',
712
            'group/request',
713
            'group/leave',
714
            'group/cancel',
1360 efrain 715
            'group/accept',
716
            'group/reject',
1 www 717
            'group/my-groups',
718
            'group/my-groups/accessibility',
719
            'group/my-groups/industry',
720
            'group/my-groups/extended',
721
            'group/my-groups/type',
722
            'group/my-groups/users',
723
            'group/my-groups/image',
724
            'group/my-groups/cover',
725
            'group/my-groups/website',
726
            'group/my-groups/privacy',
727
            'group/my-groups/add',
728
            'group/my-groups/edit',
729
            'group/my-groups/delete',
730
            'group/my-groups/status',
731
            'group/joined-groups',
732
            'group/requests-sent',
733
            'group/invitations-received',
734
            'group/members',
735
            'group/members/approve',
736
            'group/members/reject',
737
            'group/members/invite',
738
            'group/members/cancel',
739
            'job',
740
            'job/view',
741
            'job/applied-jobs',
742
            'job/apply-job',
743
            'job/remove-apply-job',
744
            'job/saved-jobs',
745
            'job/save-job',
746
            'job/remove-save-job',
747
            'inmail',
748
            'inmail/block',
749
            'inmail/delete',
750
            'inmail/message',
751
            'inmail/message/send',
752
            'inmail/message/delete',
753
            'chat',
754
            'chat/heart-beat',
755
            'chat/create-group',
756
            'chat/add-user-to-group',
757
            'chat/mark-seen',
758
            'chat/mark-received',
759
            'chat/remove-user-from-group',
760
            'chat/get-all-messages',
761
            'chat/send',
762
            'chat/get-contacts-availables-for-group',
763
            'chat/get-contact-group-list',
764
            'chat/leave-group',
765
            'chat/delete-group',
766
            'chat/close',
767
            'chat/clear',
3121 efrain 768
            'chat/open',
1 www 769
            'chat/upload',
4113 efrain 770
            'chat/zoom',
1 www 771
            'help',
772
            'helpers',
773
            'helpers/search-people',
774
            'helpers/posts',
775
            'helpers/people-you-may-know',
776
            'helpers/people-viewed-profile',
777
            'helpers/company-follower',
778
            'helpers/company-suggestion',
779
            'helpers/group-members',
780
            'helpers/group-members/invite',
781
            'helpers/group-members/cancel',
782
            'helpers/group-members/reject',
783
            'helpers/group-members/approve',
784
            'helpers/groups-suggestion',
3298 efrain 785
            'helpers/my-groups',
2444 efrain 786
            'helpers/footer',
4179 efrain 787
            'helpers/next-events',
1 www 788
            'marketplace',
789
            'marketplace/categories',
790
            'marketplace/enroll',
791
            'marketplace/join',
792
            'marketplace/buy',
4113 efrain 793
 
794
            'calendar',
795
            'calendar/events',
4131 efrain 796
 
4419 efrain 797
            // 'zoom',
798
            // 'zoom/add',
799
            //  'zoom/delete',
800
            //  'zoom/listing',
1 www 801
        ],
802
        UserType::GUEST => [
803
            'home',
804
            'onroom',
3349 efrain 805
            'share',
1 www 806
            'signin',
807
            'signin/facebook',
808
            'signin/twitter',
809
            'signin/google',
3639 efrain 810
            'signin/impersonate',
1 www 811
            'signout',
812
            'signup',
813
            'check-session',
3775 efrain 814
            'shorter',
1 www 815
            'notifications',
3262 efrain 816
            'notifications/mark-read',
817
            'notifications/mark-all-read',
818
            'notifications/delete',
819
            'notifications/clear',
820
            'notifications/unreads',
1 www 821
            'professionalism-policy',
822
            'reset-password',
823
            'forgot-password',
824
            'activate-account',
825
            'privacy-policy',
826
            'terms-and-conditions',
827
            'cookies',
2581 efrain 828
            'csrf',
1 www 829
            'oauth',
830
            'oauth/facebook',
831
            'oauth/facebook/cancel',
832
            'oauth/facebook/delete',
833
            'oauth/twitter',
834
            'oauth/google',
835
            'oauth/instagram',
836
            'paypal',
837
            'paypal/success',
838
            'paypal/cancel',
3639 efrain 839
            'storage-network',
1 www 840
            'services',
841
            'services/device',
842
            'services/check-session',
843
            'services/fcm',
844
            'services/signin',
845
            'services/signout',
846
            'services/sync',
847
            'services/sync-batch',
4419 efrain 848
 
849
            // 'zoom',
850
            // 'zoom/add',
851
            // 'zoom/delete',
852
            // 'zoom/listing',
1 www 853
        ],
1979 efrain 854
        UserType::USER_DELETED => [
855
            'home',
856
            'signin',
857
            'signin/facebook',
858
            'signin/twitter',
859
            'signin/google',
860
            'signout',
861
            'signup',
862
            'check-session',
863
            'notifications',
3262 efrain 864
            'notifications/mark-read',
865
            'notifications/mark-all-read',
866
            'notifications/delete',
867
            'notifications/clear',
868
            'notifications/unreads',
1979 efrain 869
            'professionalism-policy',
870
            'reset-password',
871
            'forgot-password',
872
            'activate-account',
873
            'privacy-policy',
874
            'terms-and-conditions',
875
            'cookies',
876
            'oauth',
2581 efrain 877
            'csrf',
3775 efrain 878
            'shorter',
1979 efrain 879
            'oauth/facebook',
880
            'oauth/facebook/cancel',
881
            'oauth/facebook/delete',
882
            'oauth/twitter',
883
            'oauth/google',
884
            'oauth/instagram',
2002 efrain 885
            'services',
886
            'services/device',
887
            'services/check-session',
888
            'services/fcm',
889
            'services/signin',
890
            'services/signout',
891
            'services/sync',
892
            'services/sync-batch',
1979 efrain 893
        ],
1 www 894
    ];
895
}