Implemented client upload with rangeslider and zip open
authorFulup Ar Foll <fulup@iot.bzh>
Sun, 20 Dec 2015 20:04:34 +0000 (21:04 +0100)
committerFulup Ar Foll <fulup@iot.bzh>
Sun, 20 Dec 2015 20:04:34 +0000 (21:04 +0100)
commit4136c1506e0c894e604ec069339313987a7e05e7
tree1276966f93dce30949e78d4aef456223dea71b48
parent07eb8e102607da8d6a4c1cd9835e8465c9280161
Implemented client upload with rangeslider and zip open
25 files changed:
afb-client/app/Backend/RestApis/PostMockApi.js
afb-client/app/Frontend/app.js
afb-client/app/Frontend/etc/ConfigApp.js [moved from afb-client/app/Frontend/services/ConfigApp.js with 76% similarity]
afb-client/app/Frontend/etc/routes.js [moved from afb-client/app/Frontend/tmp/routes.js with 100% similarity]
afb-client/app/Frontend/images/appli/isnotvalid.png [new file with mode: 0644]
afb-client/app/Frontend/images/appli/istoobig.png [new file with mode: 0644]
afb-client/app/Frontend/images/appli/upload-appli.png [new file with mode: 0644]
afb-client/app/Frontend/images/audio/istoobig.png [new file with mode: 0644]
afb-client/app/Frontend/images/audio/upload-music.png [new file with mode: 0644]
afb-client/app/Frontend/images/avatars/istoobig.png [new file with mode: 0644]
afb-client/app/Frontend/pages/Home/Home.html
afb-client/app/Frontend/pages/Home/HomeModule.js
afb-client/app/Frontend/pages/Sample/Sample.html
afb-client/app/Frontend/pages/Sample/SampleModule.js
afb-client/app/Frontend/services/JQueryEmu.js
afb-client/app/Frontend/widgets/FormInput/FormInput.scss
afb-client/app/Frontend/widgets/FormInput/UploadFile.js [deleted file]
afb-client/app/Frontend/widgets/FormInput/UploadFiles.js [new file with mode: 0644]
afb-client/app/Frontend/widgets/FormInput/newjavascript.js [new file with mode: 0644]
afb-client/app/Frontend/widgets/Notifications/TokenRefreshSvc.js
afb-client/app/Frontend/widgets/RangeSliders/RangeSliderMod.js [new file with mode: 0644]
afb-client/app/Frontend/widgets/RangeSliders/Rangeslider.scss [new file with mode: 0644]
afb-client/app/etc/AppDefaults.js
afb-client/bower.json
afb-client/gulpfile.js