Built motion from commit b5413ace.|2.6.9
[motion2.git] / server / api / plugin / index.js
index 64ca7d8..c657de3 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x3a24=['now','extname','post','file','upload','/webhook','webhookPost','put','update','delete','exports','util','path','connect-timeout','express','../../components/auth/service','../../components/interaction/service','../../config/environment','./plugin.controller','isAuthenticated','index','webhookGet','get','/:id','/:id/download','download','join','root','server/files/plugins','originalname','replace','format','%s-%s%s'];(function(_0x14add3,_0x13ce8d){var _0x4a174f=function(_0x2b3ed7){while(--_0x2b3ed7){_0x14add3['push'](_0x14add3['shift']());}};_0x4a174f(++_0x13ce8d);}(_0x3a24,0x1b8));var _0x43a2=function(_0xf0bc07,_0x510ebf){_0xf0bc07=_0xf0bc07-0x0;var _0x1c50c2=_0x3a24[_0xf0bc07];return _0x1c50c2;};'use strict';var multer=require('multer');var util=require(_0x43a2('0x0'));var path=require(_0x43a2('0x1'));var timeout=require(_0x43a2('0x2'));var express=require(_0x43a2('0x3'));var router=express['Router']();var auth=require(_0x43a2('0x4'));var interaction=require(_0x43a2('0x5'));var config=require(_0x43a2('0x6'));var controller=require(_0x43a2('0x7'));router['get']('/',auth[_0x43a2('0x8')](),controller[_0x43a2('0x9')]);router['get']('/webhook',controller[_0x43a2('0xa')]);router[_0x43a2('0xb')](_0x43a2('0xc'),auth[_0x43a2('0x8')](),controller['show']);router[_0x43a2('0xb')](_0x43a2('0xd'),auth['isAuthenticated'](),controller[_0x43a2('0xe')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x322325,_0x319090,_0x4298db){_0x4298db(null,path[_0x43a2('0xf')](config[_0x43a2('0x10')],_0x43a2('0x11')));},'filename':function(_0x120335,_0x2e50a0,_0x3682f2){_0x2e50a0[_0x43a2('0x12')]=_0x2e50a0[_0x43a2('0x12')][_0x43a2('0x13')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x3682f2(null,util[_0x43a2('0x14')](_0x43a2('0x15'),path['basename'](_0x2e50a0[_0x43a2('0x12')],path['extname'](_0x2e50a0[_0x43a2('0x12')])),Date[_0x43a2('0x16')](),path[_0x43a2('0x17')](_0x2e50a0[_0x43a2('0x12')])));}})});router[_0x43a2('0x18')]('/',upload['single'](_0x43a2('0x19')),controller[_0x43a2('0x1a')]);router[_0x43a2('0x18')](_0x43a2('0x1b'),controller[_0x43a2('0x1c')]);router[_0x43a2('0x1d')](_0x43a2('0xc'),auth[_0x43a2('0x8')](),controller[_0x43a2('0x1e')]);router[_0x43a2('0x1f')](_0x43a2('0xc'),auth['isAuthenticated'](),controller[_0x43a2('0x1f')]);module[_0x43a2('0x20')]=router;
\ No newline at end of file
+var _0x4b84=['exports','multer','util','express','../../components/auth/service','../../components/interaction/service','../../config/environment','index','/webhook','get','show','/:id/download','download','diskStorage','join','root','originalname','replace','format','basename','now','extname','upload','webhookPost','/:id','isAuthenticated','delete'];(function(_0x4c4d07,_0x48512b){var _0x278851=function(_0x507727){while(--_0x507727){_0x4c4d07['push'](_0x4c4d07['shift']());}};_0x278851(++_0x48512b);}(_0x4b84,0x1cc));var _0x44b8=function(_0x2cf2e9,_0xd58ea1){_0x2cf2e9=_0x2cf2e9-0x0;var _0xd3670d=_0x4b84[_0x2cf2e9];return _0xd3670d;};'use strict';var multer=require(_0x44b8('0x0'));var util=require(_0x44b8('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0x44b8('0x2'));var router=express['Router']();var fs_extra=require('fs-extra');var auth=require(_0x44b8('0x3'));var interaction=require(_0x44b8('0x4'));var config=require(_0x44b8('0x5'));var controller=require('./plugin.controller');router['get']('/',auth['isAuthenticated'](),controller[_0x44b8('0x6')]);router['get'](_0x44b8('0x7'),controller['webhookGet']);router[_0x44b8('0x8')]('/:id',auth['isAuthenticated'](),controller[_0x44b8('0x9')]);router[_0x44b8('0x8')](_0x44b8('0xa'),auth['isAuthenticated'](),controller[_0x44b8('0xb')]);var upload=multer({'storage':multer[_0x44b8('0xc')]({'destination':function(_0x4315f6,_0x9b6048,_0x24dd10){_0x24dd10(null,path[_0x44b8('0xd')](config[_0x44b8('0xe')],'server/files/plugins'));},'filename':function(_0x147529,_0x4301a6,_0x4bcc43){_0x4301a6[_0x44b8('0xf')]=_0x4301a6['originalname'][_0x44b8('0x10')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x4bcc43(null,util[_0x44b8('0x11')]('%s-%s%s',path[_0x44b8('0x12')](_0x4301a6['originalname'],path['extname'](_0x4301a6[_0x44b8('0xf')])),Date[_0x44b8('0x13')](),path[_0x44b8('0x14')](_0x4301a6[_0x44b8('0xf')])));}})});router['post']('/',upload['single']('file'),controller[_0x44b8('0x15')]);router['post'](_0x44b8('0x7'),controller[_0x44b8('0x16')]);router['put'](_0x44b8('0x17'),auth[_0x44b8('0x18')](),controller['update']);router[_0x44b8('0x19')](_0x44b8('0x17'),auth['isAuthenticated'](),controller[_0x44b8('0x19')]);module[_0x44b8('0x1a')]=router;
\ No newline at end of file