41dd6a6b6f4f129710007e14f003c9c58c613307
[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 _0x707f=['util','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','./setting.controller','isAuthenticated','get','/now','getDate','/:id','show','/:id/logo','/:id/logo_login','getLogoLogin','/:id/gdpr','gdpr','getPreferred','/:id/favicon','getFavicon','diskStorage','join','root','server/files/images/logos/','logo','single','file','addLogo','format','%s%s','extname','originalname','post','addLogoLogin','preferred','/:id/preferred','addPreferred','favicon','addFavicon','put','update','multer'];(function(_0x4009f1,_0x42cbaa){var _0x47c39d=function(_0x5c4d37){while(--_0x5c4d37){_0x4009f1['push'](_0x4009f1['shift']());}};_0x47c39d(++_0x42cbaa);}(_0x707f,0x10d));var _0xf707=function(_0x2d9b5d,_0xe2245){_0x2d9b5d=_0x2d9b5d-0x0;var _0x493f6e=_0x707f[_0x2d9b5d];return _0x493f6e;};'use strict';var multer=require(_0xf707('0x0'));var util=require(_0xf707('0x1'));var path=require(_0xf707('0x2'));var timeout=require(_0xf707('0x3'));var express=require(_0xf707('0x4'));var router=express[_0xf707('0x5')]();var fs_extra=require(_0xf707('0x6'));var auth=require('../../components/auth/service');var interaction=require(_0xf707('0x7'));var config=require(_0xf707('0x8'));var controller=require(_0xf707('0x9'));router['get']('/',auth[_0xf707('0xa')](),controller['index']);router[_0xf707('0xb')](_0xf707('0xc'),controller[_0xf707('0xd')]);router[_0xf707('0xb')](_0xf707('0xe'),controller[_0xf707('0xf')]);router[_0xf707('0xb')](_0xf707('0x10'),controller['getLogo']);router[_0xf707('0xb')](_0xf707('0x11'),controller[_0xf707('0x12')]);router[_0xf707('0xb')](_0xf707('0x13'),controller[_0xf707('0x14')]);router[_0xf707('0xb')]('/:id/preferred',controller[_0xf707('0x15')]);router[_0xf707('0xb')](_0xf707('0x16'),controller[_0xf707('0x17')]);var upload=multer({'storage':multer[_0xf707('0x18')]({'destination':function(_0x1e4d4e,_0x54b3e3,_0x5aabf7){_0x5aabf7(null,path[_0xf707('0x19')](config[_0xf707('0x1a')],_0xf707('0x1b')));},'filename':function(_0x3c4ae1,_0x5dba54,_0xec1643){_0xec1643(null,util['format']('%s%s',_0xf707('0x1c'),path['extname'](_0x5dba54['originalname'])));}})});router['post'](_0xf707('0x10'),upload[_0xf707('0x1d')](_0xf707('0x1e')),controller[_0xf707('0x1f')]);var upload=multer({'storage':multer[_0xf707('0x18')]({'destination':function(_0x230156,_0x42b10a,_0x9da620){_0x9da620(null,path[_0xf707('0x19')](config[_0xf707('0x1a')],_0xf707('0x1b')));},'filename':function(_0x26f9a0,_0x27ad39,_0x12b101){_0x12b101(null,util[_0xf707('0x20')](_0xf707('0x21'),'logologin',path[_0xf707('0x22')](_0x27ad39[_0xf707('0x23')])));}})});router[_0xf707('0x24')]('/:id/logo_login',upload['single'](_0xf707('0x1e')),controller[_0xf707('0x25')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0xb9033,_0x268e16,_0x3acd5d){_0x3acd5d(null,path[_0xf707('0x19')](config[_0xf707('0x1a')],'server/files/images/logos/'));},'filename':function(_0x2ec8e3,_0x157712,_0x4e4d37){_0x4e4d37(null,util['format']('%s%s',_0xf707('0x26'),path[_0xf707('0x22')](_0x157712[_0xf707('0x23')])));}})});router['post'](_0xf707('0x27'),upload['single'](_0xf707('0x1e')),controller[_0xf707('0x28')]);var upload=multer({'storage':multer[_0xf707('0x18')]({'destination':function(_0x70db99,_0x35d74f,_0x1cdce5){_0x1cdce5(null,path[_0xf707('0x19')](config['root'],'server/files/images/logos/'));},'filename':function(_0x5aea1e,_0x3e930a,_0x26456c){_0x26456c(null,util[_0xf707('0x20')](_0xf707('0x21'),_0xf707('0x29'),path[_0xf707('0x22')](_0x3e930a['originalname'])));}})});router[_0xf707('0x24')](_0xf707('0x16'),upload[_0xf707('0x1d')](_0xf707('0x1e')),controller[_0xf707('0x2a')]);router[_0xf707('0x2b')](_0xf707('0xe'),auth[_0xf707('0xa')](),controller[_0xf707('0x2c')]);module['exports']=router;