Built motion from commit 953226e6.|2.6.32
[motion2.git] / server / api / setting / index.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x2a25=['util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../config/environment','./setting.controller','get','isAuthenticated','index','/now','getDate','/:id','show','/:id/logo','getLogo','getLogoLogin','/:id/gdpr','gdpr','/:id/preferred','getPreferred','getFavicon','diskStorage','join','root','format','%s%s','logo','extname','originalname','post','single','file','addLogo','server/files/images/logos/','logologin','addLogoLogin','preferred','favicon','/:id/favicon','addFavicon','put','update','multer'];(function(_0x3e8d6d,_0x1e6ab8){var _0x5506b1=function(_0x3d819f){while(--_0x3d819f){_0x3e8d6d['push'](_0x3e8d6d['shift']());}};_0x5506b1(++_0x1e6ab8);}(_0x2a25,0x89));var _0x52a2=function(_0x3bc2a0,_0x1ffe3f){_0x3bc2a0=_0x3bc2a0-0x0;var _0x494431=_0x2a25[_0x3bc2a0];return _0x494431;};'use strict';var multer=require(_0x52a2('0x0'));var util=require(_0x52a2('0x1'));var path=require(_0x52a2('0x2'));var timeout=require(_0x52a2('0x3'));var express=require(_0x52a2('0x4'));var router=express[_0x52a2('0x5')]();var fs_extra=require(_0x52a2('0x6'));var auth=require(_0x52a2('0x7'));var interaction=require('../../components/interaction/service');var config=require(_0x52a2('0x8'));var controller=require(_0x52a2('0x9'));router[_0x52a2('0xa')]('/',auth[_0x52a2('0xb')](),controller[_0x52a2('0xc')]);router['get'](_0x52a2('0xd'),controller[_0x52a2('0xe')]);router['get'](_0x52a2('0xf'),controller[_0x52a2('0x10')]);router['get'](_0x52a2('0x11'),controller[_0x52a2('0x12')]);router[_0x52a2('0xa')]('/:id/logo_login',controller[_0x52a2('0x13')]);router[_0x52a2('0xa')](_0x52a2('0x14'),controller[_0x52a2('0x15')]);router[_0x52a2('0xa')](_0x52a2('0x16'),controller[_0x52a2('0x17')]);router[_0x52a2('0xa')]('/:id/favicon',controller[_0x52a2('0x18')]);var upload=multer({'storage':multer[_0x52a2('0x19')]({'destination':function(_0x43fcf5,_0x203438,_0x48ac4a){_0x48ac4a(null,path[_0x52a2('0x1a')](config[_0x52a2('0x1b')],'server/files/images/logos/'));},'filename':function(_0x942743,_0xaa96a1,_0xdfd24){_0xdfd24(null,util[_0x52a2('0x1c')](_0x52a2('0x1d'),_0x52a2('0x1e'),path[_0x52a2('0x1f')](_0xaa96a1[_0x52a2('0x20')])));}})});router[_0x52a2('0x21')]('/:id/logo',upload[_0x52a2('0x22')](_0x52a2('0x23')),controller[_0x52a2('0x24')]);var upload=multer({'storage':multer[_0x52a2('0x19')]({'destination':function(_0x3e91c8,_0x1923dc,_0x2a326e){_0x2a326e(null,path[_0x52a2('0x1a')](config['root'],_0x52a2('0x25')));},'filename':function(_0x3d89d4,_0x5d0c0c,_0x1bb2b3){_0x1bb2b3(null,util[_0x52a2('0x1c')](_0x52a2('0x1d'),_0x52a2('0x26'),path[_0x52a2('0x1f')](_0x5d0c0c[_0x52a2('0x20')])));}})});router[_0x52a2('0x21')]('/:id/logo_login',upload[_0x52a2('0x22')](_0x52a2('0x23')),controller[_0x52a2('0x27')]);var upload=multer({'storage':multer[_0x52a2('0x19')]({'destination':function(_0x13e0f1,_0x38c2b5,_0x1e215b){_0x1e215b(null,path[_0x52a2('0x1a')](config['root'],_0x52a2('0x25')));},'filename':function(_0x30c4f5,_0x200157,_0x24cb72){_0x24cb72(null,util[_0x52a2('0x1c')](_0x52a2('0x1d'),_0x52a2('0x28'),path[_0x52a2('0x1f')](_0x200157[_0x52a2('0x20')])));}})});router['post'](_0x52a2('0x16'),upload['single']('file'),controller['addPreferred']);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0xfca048,_0x4a9f7d,_0x27fe4a){_0x27fe4a(null,path[_0x52a2('0x1a')](config['root'],_0x52a2('0x25')));},'filename':function(_0x25aa2e,_0x7e675e,_0x3c1d88){_0x3c1d88(null,util[_0x52a2('0x1c')](_0x52a2('0x1d'),_0x52a2('0x29'),path[_0x52a2('0x1f')](_0x7e675e[_0x52a2('0x20')])));}})});router[_0x52a2('0x21')](_0x52a2('0x2a'),upload['single'](_0x52a2('0x23')),controller[_0x52a2('0x2b')]);router[_0x52a2('0x2c')](_0x52a2('0xf'),auth['isAuthenticated'](),controller[_0x52a2('0x2d')]);module['exports']=router;