Built motion from commit da617fac.|2.6.6
[motion2.git] / server / api / attachment / index.js
index 606553f..09f0a03 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xa533=['isAuthenticated','index','/:id','/:id/download','download','post','/:id/clone','clone','diskStorage','join','root','format','now','replace','single','file','create','update','destroy','multer','util','path','connect-timeout','express','Router','../../components/interaction/service','../../config/environment','./attachment.controller','get'];(function(_0x46b62d,_0x15bca0){var _0x3a636d=function(_0x470836){while(--_0x470836){_0x46b62d['push'](_0x46b62d['shift']());}};_0x3a636d(++_0x15bca0);}(_0xa533,0x1c6));var _0x3a53=function(_0x57a07a,_0x21cbd9){_0x57a07a=_0x57a07a-0x0;var _0x5e5f23=_0xa533[_0x57a07a];return _0x5e5f23;};'use strict';var multer=require(_0x3a53('0x0'));var util=require(_0x3a53('0x1'));var path=require(_0x3a53('0x2'));var timeout=require(_0x3a53('0x3'));var express=require(_0x3a53('0x4'));var router=express[_0x3a53('0x5')]();var auth=require('../../components/auth/service');var interaction=require(_0x3a53('0x6'));var config=require(_0x3a53('0x7'));var controller=require(_0x3a53('0x8'));router[_0x3a53('0x9')]('/',auth[_0x3a53('0xa')](),controller[_0x3a53('0xb')]);router[_0x3a53('0x9')](_0x3a53('0xc'),auth['isAuthenticated'](),controller['show']);router[_0x3a53('0x9')](_0x3a53('0xd'),auth[_0x3a53('0xa')](),controller[_0x3a53('0xe')]);router[_0x3a53('0xf')](_0x3a53('0x10'),auth['isAuthenticated'](),controller[_0x3a53('0x11')]);var upload=multer({'storage':multer[_0x3a53('0x12')]({'destination':function(_0x3eb3e5,_0x46b6a0,_0x2897b8){_0x2897b8(null,path[_0x3a53('0x13')](config[_0x3a53('0x14')],'server/files/attachments/'));},'filename':function(_0x25b366,_0x39dd0b,_0x1cc308){_0x1cc308(null,util[_0x3a53('0x15')]('%s-%s',Date[_0x3a53('0x16')](),_0x39dd0b['originalname'][_0x3a53('0x17')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-')));}})});router['post']('/',upload[_0x3a53('0x18')](_0x3a53('0x19')),controller[_0x3a53('0x1a')]);router['put'](_0x3a53('0xc'),auth[_0x3a53('0xa')](),controller[_0x3a53('0x1b')]);router['delete']('/:id',auth[_0x3a53('0xa')](),controller[_0x3a53('0x1c')]);module['exports']=router;
\ No newline at end of file
+var _0x0b0e=['/:id/clone','clone','diskStorage','join','server/files/attachments/','format','now','originalname','replace','single','create','/:id','delete','destroy','multer','path','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./attachment.controller','get','isAuthenticated','index','show','/:id/download','post'];(function(_0x68ee8b,_0x3cc6c5){var _0x5148f7=function(_0x5dcbd5){while(--_0x5dcbd5){_0x68ee8b['push'](_0x68ee8b['shift']());}};_0x5148f7(++_0x3cc6c5);}(_0x0b0e,0x187));var _0xe0b0=function(_0x230639,_0x20f428){_0x230639=_0x230639-0x0;var _0x5248d7=_0x0b0e[_0x230639];return _0x5248d7;};'use strict';var multer=require(_0xe0b0('0x0'));var util=require('util');var path=require(_0xe0b0('0x1'));var timeout=require('connect-timeout');var express=require(_0xe0b0('0x2'));var router=express[_0xe0b0('0x3')]();var fs_extra=require(_0xe0b0('0x4'));var auth=require(_0xe0b0('0x5'));var interaction=require(_0xe0b0('0x6'));var config=require(_0xe0b0('0x7'));var controller=require(_0xe0b0('0x8'));router[_0xe0b0('0x9')]('/',auth[_0xe0b0('0xa')](),controller[_0xe0b0('0xb')]);router[_0xe0b0('0x9')]('/:id',auth['isAuthenticated'](),controller[_0xe0b0('0xc')]);router[_0xe0b0('0x9')](_0xe0b0('0xd'),auth[_0xe0b0('0xa')](),controller['download']);router[_0xe0b0('0xe')](_0xe0b0('0xf'),auth['isAuthenticated'](),controller[_0xe0b0('0x10')]);var upload=multer({'storage':multer[_0xe0b0('0x11')]({'destination':function(_0x574d96,_0x399320,_0x2cdad2){_0x2cdad2(null,path[_0xe0b0('0x12')](config['root'],_0xe0b0('0x13')));},'filename':function(_0x1c358a,_0x3cc19a,_0x45f914){_0x45f914(null,util[_0xe0b0('0x14')]('%s-%s',Date[_0xe0b0('0x15')](),_0x3cc19a[_0xe0b0('0x16')][_0xe0b0('0x17')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-')));}})});router[_0xe0b0('0xe')]('/',upload[_0xe0b0('0x18')]('file'),controller[_0xe0b0('0x19')]);router['put'](_0xe0b0('0x1a'),auth[_0xe0b0('0xa')](),controller['update']);router[_0xe0b0('0x1b')]('/:id',auth[_0xe0b0('0xa')](),controller[_0xe0b0('0x1c')]);module['exports']=router;
\ No newline at end of file