Built motion from commit 85328c08.|2.5.50
[motion2.git] / server / api / sound / index.js
index 3653d0b..ef0d2e0 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x3d78=['exports','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/:id','join','root','server/files/sounds/original/','originalname','replace','format','%s-%s%s','basename','extname','now','post','create','put','update','delete'];(function(_0xf39ada,_0x177fb7){var _0x244acb=function(_0x358204){while(--_0x358204){_0xf39ada['push'](_0xf39ada['shift']());}};_0x244acb(++_0x177fb7);}(_0x3d78,0xe9));var _0x83d7=function(_0x28bde1,_0x49cb5b){_0x28bde1=_0x28bde1-0x0;var _0x15be5c=_0x3d78[_0x28bde1];return _0x15be5c;};'use strict';var multer=require('multer');var util=require(_0x83d7('0x0'));var path=require(_0x83d7('0x1'));var timeout=require(_0x83d7('0x2'));var express=require(_0x83d7('0x3'));var router=express[_0x83d7('0x4')]();var fs_extra=require(_0x83d7('0x5'));var auth=require(_0x83d7('0x6'));var interaction=require(_0x83d7('0x7'));var config=require(_0x83d7('0x8'));var controller=require('./sound.controller');router[_0x83d7('0x9')]('/',auth[_0x83d7('0xa')](),controller[_0x83d7('0xb')]);router['get'](_0x83d7('0xc'),auth[_0x83d7('0xa')](),controller['show']);router[_0x83d7('0x9')]('/:id/download',auth['isAuthenticated'](),controller['download']);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x36dfde,_0x4d0b4a,_0x225134){_0x225134(null,path[_0x83d7('0xd')](config[_0x83d7('0xe')],_0x83d7('0xf')));},'filename':function(_0x113552,_0x828dfb,_0x1e367f){_0x828dfb['originalname']=_0x828dfb[_0x83d7('0x10')][_0x83d7('0x11')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x1e367f(null,util[_0x83d7('0x12')](_0x83d7('0x13'),path[_0x83d7('0x14')](_0x828dfb[_0x83d7('0x10')],path[_0x83d7('0x15')](_0x828dfb[_0x83d7('0x10')])),Date[_0x83d7('0x16')](),path[_0x83d7('0x15')](_0x828dfb[_0x83d7('0x10')])));}})});router[_0x83d7('0x17')]('/',upload['single']('file'),controller[_0x83d7('0x18')]);router[_0x83d7('0x19')](_0x83d7('0xc'),auth[_0x83d7('0xa')](),controller[_0x83d7('0x1a')]);router[_0x83d7('0x1b')](_0x83d7('0xc'),auth[_0x83d7('0xa')](),controller['delete']);module[_0x83d7('0x1c')]=router;
\ No newline at end of file
+var _0xf1cd=['fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./sound.controller','get','isAuthenticated','index','/:id','/:id/download','download','diskStorage','server/files/sounds/original/','originalname','replace','format','%s-%s%s','basename','extname','now','post','single','file','create','put','update','delete','exports','multer','util','connect-timeout','Router'];(function(_0x1c5cd2,_0x277ceb){var _0x895e35=function(_0x4b4307){while(--_0x4b4307){_0x1c5cd2['push'](_0x1c5cd2['shift']());}};_0x895e35(++_0x277ceb);}(_0xf1cd,0xdc));var _0xdf1c=function(_0x1d3f4e,_0x1b7cbb){_0x1d3f4e=_0x1d3f4e-0x0;var _0x36105b=_0xf1cd[_0x1d3f4e];return _0x36105b;};'use strict';var multer=require(_0xdf1c('0x0'));var util=require(_0xdf1c('0x1'));var path=require('path');var timeout=require(_0xdf1c('0x2'));var express=require('express');var router=express[_0xdf1c('0x3')]();var fs_extra=require(_0xdf1c('0x4'));var auth=require(_0xdf1c('0x5'));var interaction=require(_0xdf1c('0x6'));var config=require(_0xdf1c('0x7'));var controller=require(_0xdf1c('0x8'));router[_0xdf1c('0x9')]('/',auth[_0xdf1c('0xa')](),controller[_0xdf1c('0xb')]);router[_0xdf1c('0x9')](_0xdf1c('0xc'),auth[_0xdf1c('0xa')](),controller['show']);router['get'](_0xdf1c('0xd'),auth[_0xdf1c('0xa')](),controller[_0xdf1c('0xe')]);var upload=multer({'storage':multer[_0xdf1c('0xf')]({'destination':function(_0x24b696,_0xb31119,_0x3f6475){_0x3f6475(null,path['join'](config['root'],_0xdf1c('0x10')));},'filename':function(_0x41d5fd,_0x35bedc,_0x1078b8){_0x35bedc[_0xdf1c('0x11')]=_0x35bedc[_0xdf1c('0x11')][_0xdf1c('0x12')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x1078b8(null,util[_0xdf1c('0x13')](_0xdf1c('0x14'),path[_0xdf1c('0x15')](_0x35bedc[_0xdf1c('0x11')],path[_0xdf1c('0x16')](_0x35bedc[_0xdf1c('0x11')])),Date[_0xdf1c('0x17')](),path[_0xdf1c('0x16')](_0x35bedc['originalname'])));}})});router[_0xdf1c('0x18')]('/',upload[_0xdf1c('0x19')](_0xdf1c('0x1a')),controller[_0xdf1c('0x1b')]);router[_0xdf1c('0x1c')]('/:id',auth[_0xdf1c('0xa')](),controller[_0xdf1c('0x1d')]);router[_0xdf1c('0x1e')](_0xdf1c('0xc'),auth[_0xdf1c('0xa')](),controller[_0xdf1c('0x1e')]);module[_0xdf1c('0x1f')]=router;
\ No newline at end of file