Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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