Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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