15dcb4811c477146b77d3e8942e1754e2a786780
[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 _0xac73=['put','update','exports','util','path','express','../../components/auth/service','../../config/environment','./setting.controller','get','isAuthenticated','index','/now','getDate','/:id','/:id/logo','getLogoLogin','/:id/gdpr','/:id/favicon','getFavicon','diskStorage','server/files/images/logos/','format','%s%s','logo','extname','originalname','single','file','addLogo','join','root','logologin','post','preferred','/:id/preferred','addPreferred','favicon'];(function(_0x3af2fa,_0x50911f){var _0x2ded50=function(_0x3ce419){while(--_0x3ce419){_0x3af2fa['push'](_0x3af2fa['shift']());}};_0x2ded50(++_0x50911f);}(_0xac73,0xc1));var _0x3ac7=function(_0x4dff71,_0xf009f9){_0x4dff71=_0x4dff71-0x0;var _0x3dc83b=_0xac73[_0x4dff71];return _0x3dc83b;};'use strict';var multer=require('multer');var util=require(_0x3ac7('0x0'));var path=require(_0x3ac7('0x1'));var timeout=require('connect-timeout');var express=require(_0x3ac7('0x2'));var router=express['Router']();var fs_extra=require('fs-extra');var auth=require(_0x3ac7('0x3'));var interaction=require('../../components/interaction/service');var config=require(_0x3ac7('0x4'));var controller=require(_0x3ac7('0x5'));router[_0x3ac7('0x6')]('/',auth[_0x3ac7('0x7')](),controller[_0x3ac7('0x8')]);router[_0x3ac7('0x6')](_0x3ac7('0x9'),controller[_0x3ac7('0xa')]);router['get'](_0x3ac7('0xb'),controller['show']);router[_0x3ac7('0x6')](_0x3ac7('0xc'),controller['getLogo']);router[_0x3ac7('0x6')]('/:id/logo_login',controller[_0x3ac7('0xd')]);router[_0x3ac7('0x6')](_0x3ac7('0xe'),controller['gdpr']);router[_0x3ac7('0x6')]('/:id/preferred',controller['getPreferred']);router['get'](_0x3ac7('0xf'),controller[_0x3ac7('0x10')]);var upload=multer({'storage':multer[_0x3ac7('0x11')]({'destination':function(_0x4342af,_0x342844,_0x5a5888){_0x5a5888(null,path['join'](config['root'],_0x3ac7('0x12')));},'filename':function(_0x29eab9,_0x188652,_0x5c132e){_0x5c132e(null,util[_0x3ac7('0x13')](_0x3ac7('0x14'),_0x3ac7('0x15'),path[_0x3ac7('0x16')](_0x188652[_0x3ac7('0x17')])));}})});router['post'](_0x3ac7('0xc'),upload[_0x3ac7('0x18')](_0x3ac7('0x19')),controller[_0x3ac7('0x1a')]);var upload=multer({'storage':multer[_0x3ac7('0x11')]({'destination':function(_0x5a1ba0,_0x27ffee,_0x4d9aa9){_0x4d9aa9(null,path[_0x3ac7('0x1b')](config[_0x3ac7('0x1c')],'server/files/images/logos/'));},'filename':function(_0x1d988b,_0x4a67f1,_0x184107){_0x184107(null,util[_0x3ac7('0x13')](_0x3ac7('0x14'),_0x3ac7('0x1d'),path[_0x3ac7('0x16')](_0x4a67f1[_0x3ac7('0x17')])));}})});router[_0x3ac7('0x1e')]('/:id/logo_login',upload['single']('file'),controller['addLogoLogin']);var upload=multer({'storage':multer[_0x3ac7('0x11')]({'destination':function(_0x217b91,_0x57733a,_0x346698){_0x346698(null,path[_0x3ac7('0x1b')](config[_0x3ac7('0x1c')],_0x3ac7('0x12')));},'filename':function(_0x48343b,_0x1aac28,_0x501b1b){_0x501b1b(null,util[_0x3ac7('0x13')](_0x3ac7('0x14'),_0x3ac7('0x1f'),path[_0x3ac7('0x16')](_0x1aac28[_0x3ac7('0x17')])));}})});router[_0x3ac7('0x1e')](_0x3ac7('0x20'),upload[_0x3ac7('0x18')](_0x3ac7('0x19')),controller[_0x3ac7('0x21')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x36e2ca,_0x101752,_0x48c349){_0x48c349(null,path['join'](config[_0x3ac7('0x1c')],_0x3ac7('0x12')));},'filename':function(_0x331cc5,_0x4cfdb3,_0xfa83e8){_0xfa83e8(null,util[_0x3ac7('0x13')](_0x3ac7('0x14'),_0x3ac7('0x22'),path[_0x3ac7('0x16')](_0x4cfdb3['originalname'])));}})});router[_0x3ac7('0x1e')]('/:id/favicon',upload[_0x3ac7('0x18')](_0x3ac7('0x19')),controller['addFavicon']);router[_0x3ac7('0x23')](_0x3ac7('0xb'),auth['isAuthenticated'](),controller[_0x3ac7('0x24')]);module[_0x3ac7('0x25')]=router;