Built motion from commit 092f8824.|2.5.49
[motion2.git] / server / api / plugin / index.js
index 008f971..f9ed429 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x22c8=['./plugin.controller','get','isAuthenticated','/webhook','show','download','diskStorage','join','root','server/files/plugins','originalname','replace','format','extname','now','file','upload','post','webhookPost','/:id','update','delete','exports','Router','../../components/auth/service','../../components/interaction/service','../../config/environment'];(function(_0x38ced4,_0x24263f){var _0x547c07=function(_0x279fc4){while(--_0x279fc4){_0x38ced4['push'](_0x38ced4['shift']());}};_0x547c07(++_0x24263f);}(_0x22c8,0x1e2));var _0x822c=function(_0x5cb1af,_0x4bdc8c){_0x5cb1af=_0x5cb1af-0x0;var _0x8d7940=_0x22c8[_0x5cb1af];return _0x8d7940;};'use strict';var multer=require('multer');var util=require('util');var path=require('path');var timeout=require('connect-timeout');var express=require('express');var router=express[_0x822c('0x0')]();var auth=require(_0x822c('0x1'));var interaction=require(_0x822c('0x2'));var config=require(_0x822c('0x3'));var controller=require(_0x822c('0x4'));router[_0x822c('0x5')]('/',auth[_0x822c('0x6')](),controller['index']);router['get'](_0x822c('0x7'),controller['webhookGet']);router[_0x822c('0x5')]('/:id',auth[_0x822c('0x6')](),controller[_0x822c('0x8')]);router[_0x822c('0x5')]('/:id/download',auth[_0x822c('0x6')](),controller[_0x822c('0x9')]);var upload=multer({'storage':multer[_0x822c('0xa')]({'destination':function(_0x138751,_0x28c454,_0x27be95){_0x27be95(null,path[_0x822c('0xb')](config[_0x822c('0xc')],_0x822c('0xd')));},'filename':function(_0x3ca4c6,_0x45795d,_0x1086a1){_0x45795d[_0x822c('0xe')]=_0x45795d['originalname'][_0x822c('0xf')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x1086a1(null,util[_0x822c('0x10')]('%s-%s%s',path['basename'](_0x45795d[_0x822c('0xe')],path[_0x822c('0x11')](_0x45795d[_0x822c('0xe')])),Date[_0x822c('0x12')](),path[_0x822c('0x11')](_0x45795d[_0x822c('0xe')])));}})});router['post']('/',upload['single'](_0x822c('0x13')),controller[_0x822c('0x14')]);router[_0x822c('0x15')](_0x822c('0x7'),controller[_0x822c('0x16')]);router['put'](_0x822c('0x17'),auth[_0x822c('0x6')](),controller[_0x822c('0x18')]);router[_0x822c('0x19')](_0x822c('0x17'),auth['isAuthenticated'](),controller['delete']);module[_0x822c('0x1a')]=router;
\ No newline at end of file
+var _0x0faf=['extname','now','post','single','file','webhookPost','put','delete','exports','multer','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./plugin.controller','isAuthenticated','index','get','/webhook','webhookGet','/:id','/:id/download','download','diskStorage','join','server/files/plugins','originalname','replace','basename'];(function(_0x36909d,_0x2795f1){var _0x1fd29d=function(_0x27d0fa){while(--_0x27d0fa){_0x36909d['push'](_0x36909d['shift']());}};_0x1fd29d(++_0x2795f1);}(_0x0faf,0x132));var _0xf0fa=function(_0x2e3545,_0x20a6ec){_0x2e3545=_0x2e3545-0x0;var _0xcf18f=_0x0faf[_0x2e3545];return _0xcf18f;};'use strict';var multer=require(_0xf0fa('0x0'));var util=require('util');var path=require(_0xf0fa('0x1'));var timeout=require(_0xf0fa('0x2'));var express=require(_0xf0fa('0x3'));var router=express[_0xf0fa('0x4')]();var fs_extra=require(_0xf0fa('0x5'));var auth=require(_0xf0fa('0x6'));var interaction=require(_0xf0fa('0x7'));var config=require(_0xf0fa('0x8'));var controller=require(_0xf0fa('0x9'));router['get']('/',auth[_0xf0fa('0xa')](),controller[_0xf0fa('0xb')]);router[_0xf0fa('0xc')](_0xf0fa('0xd'),controller[_0xf0fa('0xe')]);router['get'](_0xf0fa('0xf'),auth[_0xf0fa('0xa')](),controller['show']);router['get'](_0xf0fa('0x10'),auth[_0xf0fa('0xa')](),controller[_0xf0fa('0x11')]);var upload=multer({'storage':multer[_0xf0fa('0x12')]({'destination':function(_0x2bd807,_0x1151ea,_0x379ff6){_0x379ff6(null,path[_0xf0fa('0x13')](config['root'],_0xf0fa('0x14')));},'filename':function(_0x5b38fa,_0x2f46ff,_0x521034){_0x2f46ff[_0xf0fa('0x15')]=_0x2f46ff[_0xf0fa('0x15')][_0xf0fa('0x16')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x521034(null,util['format']('%s-%s%s',path[_0xf0fa('0x17')](_0x2f46ff['originalname'],path[_0xf0fa('0x18')](_0x2f46ff[_0xf0fa('0x15')])),Date[_0xf0fa('0x19')](),path[_0xf0fa('0x18')](_0x2f46ff[_0xf0fa('0x15')])));}})});router[_0xf0fa('0x1a')]('/',upload[_0xf0fa('0x1b')](_0xf0fa('0x1c')),controller['upload']);router[_0xf0fa('0x1a')](_0xf0fa('0xd'),controller[_0xf0fa('0x1d')]);router[_0xf0fa('0x1e')](_0xf0fa('0xf'),auth[_0xf0fa('0xa')](),controller['update']);router['delete'](_0xf0fa('0xf'),auth[_0xf0fa('0xa')](),controller[_0xf0fa('0x1f')]);module[_0xf0fa('0x20')]=router;
\ No newline at end of file