Built motion from commit da24aabd.|2.6.20
[motion2.git] / server / api / attachment / index.js
index b7fc6aa..e669ecc 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x9fa2=['get','/:id','show','/:id/download','post','clone','diskStorage','join','root','server/files/attachments/','format','now','originalname','replace','single','file','create','update','exports','multer','util','path','connect-timeout','express','../../components/auth/service','./attachment.controller','isAuthenticated','index'];(function(_0x4d19b0,_0x37eb76){var _0x3e896b=function(_0x3f1a6f){while(--_0x3f1a6f){_0x4d19b0['push'](_0x4d19b0['shift']());}};_0x3e896b(++_0x37eb76);}(_0x9fa2,0x67));var _0x29fa=function(_0x1196bd,_0xba4aea){_0x1196bd=_0x1196bd-0x0;var _0x26014f=_0x9fa2[_0x1196bd];return _0x26014f;};'use strict';var multer=require(_0x29fa('0x0'));var util=require(_0x29fa('0x1'));var path=require(_0x29fa('0x2'));var timeout=require(_0x29fa('0x3'));var express=require(_0x29fa('0x4'));var router=express['Router']();var auth=require(_0x29fa('0x5'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0x29fa('0x6'));router['get']('/',auth[_0x29fa('0x7')](),controller[_0x29fa('0x8')]);router[_0x29fa('0x9')](_0x29fa('0xa'),auth[_0x29fa('0x7')](),controller[_0x29fa('0xb')]);router[_0x29fa('0x9')](_0x29fa('0xc'),auth[_0x29fa('0x7')](),controller['download']);router[_0x29fa('0xd')]('/:id/clone',auth[_0x29fa('0x7')](),controller[_0x29fa('0xe')]);var upload=multer({'storage':multer[_0x29fa('0xf')]({'destination':function(_0x52414c,_0x22839a,_0x109301){_0x109301(null,path[_0x29fa('0x10')](config[_0x29fa('0x11')],_0x29fa('0x12')));},'filename':function(_0x19c108,_0x53716e,_0x2a98fa){_0x2a98fa(null,util[_0x29fa('0x13')]('%s-%s',Date[_0x29fa('0x14')](),_0x53716e[_0x29fa('0x15')][_0x29fa('0x16')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-')));}})});router['post']('/',upload[_0x29fa('0x17')](_0x29fa('0x18')),controller[_0x29fa('0x19')]);router['put']('/:id',auth['isAuthenticated'](),controller[_0x29fa('0x1a')]);router['delete'](_0x29fa('0xa'),auth[_0x29fa('0x7')](),controller['destroy']);module[_0x29fa('0x1b')]=router;
\ No newline at end of file
+var _0x5f66=['fs-extra','../../components/auth/service','../../config/environment','get','isAuthenticated','/:id','show','/:id/download','/:id/clone','clone','diskStorage','root','format','%s-%s','now','originalname','replace','post','single','file','create','delete','destroy','exports','util','connect-timeout','express','Router'];(function(_0x3a1ea5,_0x349f01){var _0xfac9b2=function(_0xd5310c){while(--_0xd5310c){_0x3a1ea5['push'](_0x3a1ea5['shift']());}};_0xfac9b2(++_0x349f01);}(_0x5f66,0x1a0));var _0x65f6=function(_0x4154a6,_0x2c0b8e){_0x4154a6=_0x4154a6-0x0;var _0x3b2786=_0x5f66[_0x4154a6];return _0x3b2786;};'use strict';var multer=require('multer');var util=require(_0x65f6('0x0'));var path=require('path');var timeout=require(_0x65f6('0x1'));var express=require(_0x65f6('0x2'));var router=express[_0x65f6('0x3')]();var fs_extra=require(_0x65f6('0x4'));var auth=require(_0x65f6('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x65f6('0x6'));var controller=require('./attachment.controller');router[_0x65f6('0x7')]('/',auth[_0x65f6('0x8')](),controller['index']);router['get'](_0x65f6('0x9'),auth[_0x65f6('0x8')](),controller[_0x65f6('0xa')]);router[_0x65f6('0x7')](_0x65f6('0xb'),auth[_0x65f6('0x8')](),controller['download']);router['post'](_0x65f6('0xc'),auth[_0x65f6('0x8')](),controller[_0x65f6('0xd')]);var upload=multer({'storage':multer[_0x65f6('0xe')]({'destination':function(_0x50d26d,_0x41a7fd,_0x571436){_0x571436(null,path['join'](config[_0x65f6('0xf')],'server/files/attachments/'));},'filename':function(_0x419819,_0x4862a5,_0x2f964a){_0x2f964a(null,util[_0x65f6('0x10')](_0x65f6('0x11'),Date[_0x65f6('0x12')](),_0x4862a5[_0x65f6('0x13')][_0x65f6('0x14')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-')));}})});router[_0x65f6('0x15')]('/',upload[_0x65f6('0x16')](_0x65f6('0x17')),controller[_0x65f6('0x18')]);router['put'](_0x65f6('0x9'),auth['isAuthenticated'](),controller['update']);router[_0x65f6('0x19')](_0x65f6('0x9'),auth[_0x65f6('0x8')](),controller[_0x65f6('0x1a')]);module[_0x65f6('0x1b')]=router;
\ No newline at end of file