(function(a,b,c,d,e,f){varg=function(b,c){vard=f.storage(b,c,"base"),e={};e.username=b.username||"",e.applicationname=b.applicationname||"untitled";varg="jio/local_user_array",h="jio/local_file_name_array/"+e.username+"/"+e.applicationname,i=d.serialized;returnd.serialized=function(){vara=i();returna.applicationname=e.applicationname,a.username=e.username,a},d.validateState=function(){returne.username?"":'Need at least one parameter: "username".'},e.getUserArray=function(){returna.getItem(g)||[]},e.addUser=function(b){varc=e.getUserArray();c.push(b),a.setItem(g,c)},e.userExists=function(a){varb=e.getUserArray(),c,d;for(c=0,d=b.length;c<d;c+=1)if(b[c]===a)return!0;return!1},e.getFileNameArray=function(){returna.getItem(h)||[]},e.addFileName=function(b){varc=e.getFileNameArray();c.push(b),a.setItem(h,c)},e.removeFileName=function(b){varc,d,f=e.getFileNameArray(),g=[];for(c=0,d=f.length;c<d;c+=1)f[c]!==b&&g.push(f[c]);a.setItem(h,g)},d.saveDocument=function(b){setTimeout(function(){varc=null,f="jio/local/"+e.username+"/"+e.applicationname+"/"+b.getPath();c=a.getItem(f),c?(c.last_modified=Date.now(),c.content=b.getContent()):(c={name:b.getPath(),content:b.getContent(),creation_date:Date.now(),last_modified:Date.now()},e.userExists(e.username)||e.addUser(e.username),e.addFileName(b.getPath())),a.setItem(f,c),d.done()},100)},d.loadDocument=function(b){setTimeout(function(){varc=null;c=a.getItem("jio/local/"+e.username+"/"+e.applicationname+"/"+b.getPath()),c?(b.getOption("metadata_only")&&deletec.content,d.done(c)):d.fail(b,{status:404,statusText:"Not Found.",message:'Document "'+b.getPath()+'" not found in localStorage.'})},100)},d.getDocumentList=function(b){setTimeout(function(){varc=[],f=[],g,h,i="key",j="jio/local/"+e.username+"/"+e.applicationname,k={};f=e.getFileNameArray();for(g=0,h=f.length;g<h;g+=1)k=a.getItem(j+"/"+f[g]),k&&(b.getOption("metadata_only")?c.push({name:k.name,creation_date:k.creation_date,last_modified:k.last_modified}):c.push({name:k.name,content:k.content,creation_date:k.creation_date,last_modified:k.last_modified}));d.done(c)},100)},d.removeDocument=function(b){setTimeout(function(){varc="jio/local/"+e.username+"/"+e.applicationname+"/"+b.getPath();a.deleteItem(c),e.removeFileName(b.getPath()),d.done()},100)},d};f.addStorageType("local",g);varh=function(a,d){vare=f.storage(a,d,"base"),g={};g.username=a.username||"",g.applicationname=a.applicationname||"untitled",g.url=a.url||"",g.password=a.password||"";varh=e.serialized;returne.serialized=function(){vara=h();returna.username=g.username,a.applicationname=g.applicationname,a.url=g.url,a.password=g.password,a},e.validateState=function(){returng.username&&g.url?"":'Need at least 2 parameters: "username" and "url".'},e.saveDocument=function(a){b.ajax({url:g.url+"/dav/"+g.username+"/"+g.applicationname+"/"+a.getPath(),type:"PUT",data:a.getContent(),async:!0,dataType:"text",headers:{Authorization:"Basic "+c.encode(g.username+":"+g.password)},success:function(){e.done()},error:function(b){b.message='Cannot save "'+a.getPath()+'" into DAVStorage.',e.fail(b)}})},e.loadDocument=function(a){vard={},f=function(){b.ajax({url:g.url+"/dav/"+g.username+"/"+g.applicationname+"/"+a.getPath(),type:"GET",async:!0,dataType:"text",headers:{Authorization:"Basic "+c.encode(g.username+":"+g.password)},success:function(a){d.content=a,e.done(d)},error:function(b){b.status===404?b.message='Document "'+a.getPath()+'" not found in localStorage.':b.message='Cannot load "'+a.getPath()+'" from DAVStorage.',e.fail(b)}})};d.name=a.getPath(),b.ajax({url:g.url+"/dav/"+g.username+"/"+g.applicationname+"/"+a.getPath(),type:"PROPFIND",async:!0,dataType:"xml",headers:{Authorization:"Basic "+c.encode(g.username+":"+g.password)},success:function(c){b(c).find("lp1\\:getlastmodified, getlastmodified").each(function(){d.last_modified=b(this).text()}),b(c).find("lp1\\:creationdate, creationdate").each(function(){d.creation_date=b(this).text()}),a.getOption("metadata_only")?e.done(d):f()},error:function(b){b.message='Cannot load "'+a.getPath()+'" informations from DAVStorage.',e.fail(b)}})},e.getDocumentList=function(a){vard=[],f={},h=[];b.ajax({url:g.url+"/dav/"+g.username+"/"+g.applicationname+"/",async:!0,type:"PROPFIND",dataType:"xml",headers:{Authorization:"Basic "+c.encode(g.username+":"+g.password),Depth:"1"},success:function(a){b(a).find("D\\:response, response").each(function(a,c){if(a>0){f={},b(c).find("D\\:href, href").each(function(){h=b(this).text().split("/"),f.name=h[h.length-1]?h[h.length-1]:h[h.length-2]+"/"});if(f.name===".htaccess"||f.name===".htpasswd")return;b(c).find("lp1\\:getlastmodified, getlastmodified").each(function(){f.last_modified=b(this).text()}),b(c).find("lp1\\:creationdate, creationdate").each(function(){f.creation_date=b(this).text()}),d.push(f)}}),e.done(d)},error:function(a){a.message="Cannot get a document list from DAVStorage.",e.fail(a)}})},e.removeDocument=function(a){b.ajax({url:g.url+"/dav/"+g.username+"/"+g.applicationname+"/"+a.getPath(),type:"DELETE",async:!0,headers:{Authorization:"Basic "+c.encode(g.username+":"+g.password)},success:function(){e.done()},error:function(a){a.status===404?e.done():(a.message='Cannot remove "'+e.getFileName()+'" from DAVStorage.',e.fail(a))}})},e};f.addStorageType("dav",h);vari=function(a,b){varc=f.storage(a,b,"handler"),d={};d.return_value_array=[],d.storagelist=a.storagelist||[],d.nb_storage=d.storagelist.length;vare=c.serialized;returnc.serialized=function(){vara=e();returna.storagelist=d.storagelist,a},c.validateState=function(){returnd.storagelist.length===0?'Need at least one parameter: "storagelist" containing at least one storage.':""},d.isTheLast=function(){returnd.return_value_array.length===d.nb_storage},d.doJob=function(a,b){vare=!1,f=[],g,h=function(a){d.return_value_array.push(a)},i=function(a){e||(f.push(a),d.isTheLast()&&c.fail({status:207,statusText:"Multi-Status",message:b,array:f}))},j=function(a){e||(e=!0,c.done(a))};for(g=0;g<d.nb_storage;g+=1){vark=a.clone(),l=c.newStorage(d.storagelist[g]);k.onResponseDo(h),k.onFailDo(i),k.onDoneDo(j),c.addJob(l,k)}a.setMaxRetry(1)},c.saveDocument=function(a){d.doJob(a,'All save "'+a.getPath()+'" requests have failed.'),c.end()},c.loadDocument=function(a){d.doJob(a,'All load "'+a.getPath()+'" requests have failed.'),c.end()},c.getDocumentList=function(a){d.doJob(a,"All get document list requests have failed."),c.end()},c.removeDocument=function(a){d.doJob(a,'All remove "'+a.getPath()+'" requests have failed.'),c.end()},c};f.addStorageType("replicate",i);varj=function(b,c){vard=f.storage(b,c,"handler"),e={},g=b.storage||!1;e.secondstorage_spec=b.storage||{type:"base"},e.secondstorage_string=JSON.stringify(e.secondstorage_spec);varh="jio/indexed_storage_array",i="jio/indexed_file_array/"+e.secondstorage_string,j=d.serialized;returnd.serialized=function(){vara=j();returna.storage=e.secondstorage_spec,a},d.validateState=function(){returng?"":'Need at least one parameter: "storage" containing storage specifications.'},e.isStorageArrayIndexed=function(){returna.getItem(h)?!0:!1},e.getIndexedStorageArray=function(){returna.getItem(h)||[]},e.indexStorage=function(b){varc=e.getIndexedStorageArray();c.push(typeofb=="string"?b:JSON.stringify(b)),a.setItem(h,c)},e.isAnIndexedStorage=function(a){varb=typeofa=="string"?a:JSON.stringify(a),c,d,f=e.getIndexedStorageArray();for(c=0,d=f.length;c<d;c+=1)if(JSON.stringify(f[c])===b)return!0;return!1},e.fileArrayExists=function(){returna.getItem(i)?!0:!1},e.getFileArray=function(){returna.getItem(i)||[]},e.setFileArray=function(b){returna.setItem(i,b)},e.isFileIndexed=function(a){varb,c,d=e.getFileArray();for(b=0,c=d.length;b<c;b+=1)if(d[b].name===a)return!0;return!1},e.addFile=function(b){varc=e.getFileArray();c.push(b),a.setItem(i,c)},e.removeFile=function(b){varc,d,f=e.getFileArray(),g=[];for(c=0,d=f.length;c<d;c+=1)f[c].name!==b&&g.push(f[c]);a.setItem(i,g)},e.update=function(){vara=function(a){e.isAnIndexedStorage(e.secondstorage_string)||e.indexStorage(e.secondstorage_string),e.setFileArray(a)};d.addJob(d.newStorage(e.secondstorage_spec),d.newCommand("getDocumentList",{path:".",option:{onDone:a,max_retry:3}}))},d.saveDocument=function(a){varb=a.clone();b.onResponseDo(function(){}),b.onDoneDo(function(b){e.isFileIndexed(a.getPath())||e.addFile({name:a.getPath(),last_modified:0,creation_date:0}),e.update(),d.done()}),b.onFailDo(function(a){d.fail(a)}),d.addJob(d.newStorage(e.secondstorage_spec),b)},d.loadDocument=function(a){varb,c,f,g,h=function(a){d.done(a)},i=function(a){d.fail(a)},j=function(){varb=a.clone();b.onResponseDo(function(){}),b.onFailDo(i),b.onDoneDo(h),d.addJob(d.newStorage(e.secondstorage_spec),b)};e.update(),a.getOption("metadata_only")?setTimeout(function(){if(e.fileArrayExists()){b=e.getFileArray();for(c=0,f=b.length;c<f;c+=1)if(b[c].name===a.getPath())returnd.done(b[c])}elsej()},100):j()},d.getDocumentList=function(a){varb,c,f=!1;e.update(),a.getOption("metadata_only")?(b=setInterval(function(){f&&(d.fail({status:0,statusText:"Timeout",message:"The request has timed out."}),clearInterval(b)),e.fileArrayExists()&&(d.done(e.getFileArray()),clearInterval(b))},100),setTimeout(function(){f=!0},1e4)):(c=a.clone(),c.onDoneDo(function(a){d.done(a)}),c.onFailDo(function(a){d.fail(a)}),d.addJob(d.newStorage(e.secondstorage_spec),c))},d.removeDocument=function(a){varb=a.clone();b.onResponseDo(function(){}),b.onDoneDo(function(b){e.removeFile(a.getPath()),e.update(),d.done()}),b.onFailDo(function(a){d.fail(a)}),d.addJob(d.newStorage(e.secondstorage_spec),b)},d};f.addStorageType("indexed",j);vark=function(a,c){vare=f.storage(a,c,"handler"),g={};g.username=a.username||"",g.password=a.password||"",g.secondstorage_spec=a.storage||{type:"base"};varh=e.serialized;returne.serialized=function(){vara=h();returna.username=g.username,a.password=g.password,a},e.validateState=function(){returng.username&&JSON.stringify(g.secondstorage_spec)===JSON.stringify({type:"base"})?"":'Need at least two parameters: "username" and "storage".'},g.encrypt_param_object={iv:"kaprWwY/Ucr7pumXoTHbpA",v:1,iter:1e3,ks:256,ts:128,mode:"ccm",adata:"",cipher:"aes",salt:"K4bmZG9d704"},g.decrypt_param_object={iv:"kaprWwY/Ucr7pumXoTHbpA",ks:256,ts:128,salt:"K4bmZG9d704"},g.encrypt=function(a,b,c){varf=d.encrypt(e.getStorageUserName()+":"+e.getStoragePassword(),a,g.encrypt_param_object);b(JSON.parse(f).ct,c)},g.decrypt=function(a,c,f,h){vari,j=b.extend(!0,{},g.decrypt_param_object);j.ct=a||"",j=JSON.stringify(j);try{i=d.decrypt(e.getStorageUserName()+":"+e.getStoragePassword(),j)}catch(k){c({status:0,statusText:"Decrypt Fail",message:"Unable to decrypt."},f,h);return}c(i,f,h)},e.saveDocument=function(a){varb,c,d=function(){g.encrypt(a.getPath(),function(a){b=a,f()})},f=function(){g.encrypt(a.getContent(),function(a){c=a,h()})},h=function(){vara=e.cloneOption(),d,f;a.onResponse=function(){},a.onDone=function(){e.done()},a.onFail=function(a){e.fail(a)},d=e.newCommand({path:b,content:c,option:a}),f=e.newStorage(g.secondstorage_spec),e.addJob(f,d)};d()},e.loadDocument=function(a){varb,c,d=function(){g.encrypt(a.getPath(),function(a){b=a,f()})},f=function(){varc=a.cloneOption(),d,f;c.onResponse=function(){},c.onFail=i,c.onDone=h,d=e.newCommand({path:b,option:c}),f=e.newStorage(g.secondstorage_spec),e.addJob(f,d)},h=function(b){b.name=a.getPath(),a.getOption("metadata_only")?e.done(b):g.decrypt(b.content,function(a){typeofa=="object"?e.fail({status:0,statusText:"Decrypt Fail",message:"Unable to decrypt"}):(b.content=a,e.done(b))})},i=function(a){e.fail(a)};d()},e.getDocumentList=function(a){varb,c,d,f=0,h,i=!0,j=function(){varc=a.clone(),d=e.newStorage(g.secondstorage_spec);c.onResponseDo(k),c.onDoneDo(function(){}),c.onFailDo(function(){}),e.addJob(b)},k=function(a){if(a.status.isDone()){h=a.return_value;for(c=0,d=h.length;c<d;c+=1)g.decrypt(h[c].name,l,c,"name")}elsee.fail(a.error)},l=function(a,b,c){varg;f++;if(typeofa=="object"){i&&e.fail({status:0,statusText:"Decrypt Fail",message:"Unable to decrypt."}),i=!1;return}h[b][c]=a,f===d&&i&&e.done(h)};j()},e.removeDocument=function(){vara,b,c=function(){g.encrypt(e.getFileName(),function(a){b=a,d()})},d=function(){a=e.cloneJob(),a.name=b,a.storage=e.getSecondStorage(),a.onResponse=f,e.addJob(a)},f=function(a){a.status==="done"?e.done():e.fail(a.error)};c()},e};f.addStorageType("crypt",k);varl=function(b,c){vard=f.storage(b,c,"handler"),e={};b=b||{},c=c||{};varg="jio/conflictmanager/";e.username=b.username||"";varh=b.storage?!0:!1;e.secondstorage_spec=b.storage||{type:"base"};vari=d.serialized;returnd.serialized=function(){vara=i();returna.storage=e.secondstorage_spec,a},d.validateState=function(){return!e.username||h?'Need at least two parameter: "owner" and "storage" .':""},e.removeValuesFromArrayWhere=function(a,b){varc,d=[];for(c=0;c<a.length;c+=1)b(a[c])||d.push(a[c]);returnd},d.saveDocument=function(b){varc=b.getPath()+".metadata",f=newDate,h=g+c,i={},j={},k=0,l=!1,m=!1,n=0,o=hex_sha256(b.getContent()),p=function(g){switch(g){case0:k=3,p(2),p(1);break;case1:varq={revision:0,hash:"",last_modified:0,creation_date:f.getTime()};i=a.getItem(h),i?i.owner[e.username]||(i.owner[e.username]=q):(i={winner:{},owner:{},conflict_list:[]},i.winner={revision:0,owner:e.username,hash:""},i.owner[e.username]=q),k++,p(k);break;case2:(function(){vara=b.cloneOption();a.onResponse=function(){},a.onFail=function(a){a.status===404?(j=i,k++,p(k)):(k=-10,l=!0,d.fail(a))},a.onDone=function(a){j=JSON.parse(a.content),k++,p(k)};varf=d.newCommand("loadDocument",{path:c,option:a});d.addJob(d.newStorage(e.secondstorage_spec),f)})();break;case5:varr=function(){vara;a=j.owner[j.winner.owner].creation_date||f.getTime(),j.owner[e.username]?n=j.owner[e.username].revision:j.owner[e.username]={},j.owner[e.username].last_modified=f.getTime(),j.owner[e.username].creation_date=a,j.owner[e.username].hash=o},s=function(){r(),j.winner.owner=e.username,j.winner.revision++,j.winner.hash=o,j.owner[e.username].revision=j.winner.revision},t=function(){r(),j.owner[e.username].revision++};if(m){s(),a.setItem(h,j),k=98,p(6),p(7);break}if(i.winner.revision===j.winner.revision&&i.winner.hash===j.winner.hash)s(),a.setItem(h,j),k=98,p(6),p(7);else{varu={label:"revision",path:b.getPath(),conflict_owner:{name:j.winner.owner,revision:j.winner.revision,hash:j.winner.hash}},v=hex_sha256(JSON.stringify(u));u.hash=v;varw,x=b.getOption("known_conflict_list")||[],y=function(a){returna.hash===v};for(w=0;w<x.length;w+=1)if(x[w].hash===v){e.removeValuesFromArrayWhere(j.conflict_list,y),s(),k=98,p(6),p(7);return}t(),j.conflict_list.push(u),k=-10,l=!0,p(6),p(7),d.fail(),b.getOption("onConflict")(u)}break;case6:(function(){vara=b.cloneOption();a.onResponse=function(){},a.onFail=function(a){k=-10,l=!0,d.fail(a)},a.onDone=function(){k++,p(k)};varf=d.newCommand("saveDocument",{path:c,content:JSON.stringify(j),option:a});f.setMaxRetry(0),d.addJob(d.newStorage(e.secondstorage_spec),f)})();break;case7:(function(){vara=b.cloneOption();a.onResponse=function(){},a.onFail=function(a){k=-10,l=!0,d.fail(a)},a.onDone=function(){p(8)};varc=d.newCommand("saveDocument",{path:b.getPath()+"."+j.owner[e.username].revision+"."+e.username,content:b.getContent(),option:a});c.setMaxRetry(0),d.addJob(d.newStorage(e.secondstorage_spec),c)})();break;case8:(function(){if(n!==0){vara=b.cloneOption();a.onResponse=function(){},a.onFail=function(a){k=-10,l=!0,d.fail(a)},a.onDone=function(){k++,p(k)};varc=d.newCommand("removeDocument",{path:b.getPath()+"."+n+"."+e.username,option:a});c.setMaxRetry(0),d.addJob(d.newStorage(e.secondstorage_spec),c)}elsek++,p(k)})();break;case100:if(!l){l=!0,d.done();return}break;default:}};p(0),b.setMaxRetry(1)},d.loadDocument=function(b){varc=b.getPath()+".metadata",f=g+c,h={},i=0,j=!1,k="",l,m=function(g){switch(g){case0:(function(){vara=b.cloneOption();a.onResponse=function(){},a.onFail=function(a){i=-10,j=!0,d.fail(a)},a.onDone=function(a){h=JSON.parse(a.content),k=b.getOption("owner"),i=98,k?m(3):m(2),m(1)};varf=d.newCommand("loadDocument",{path:c,option:a});f.setMaxRetry(0),d.addJob(d.newStorage(e.secondstorage_spec),f)})();break;case1:a.setItem(f,h),i++,m(i);break;case2:(function(){vara=b.cloneOption();a.onResponse=function(){},a.onFail=function(a){i=-10,j=!0,d.fail(a)},a.onDone=function(a){l=a,i++,m(i)};varc=d.newCommand("loadDocument",{path:b.getPath()+"."+h.winner.revision+"."+h.winner.owner,option:a});c.setMaxRetry(0),d.addJob(d.newStorage(e.secondstorage_spec),c)})();break;case3:(function(){vara=b.cloneOption();a.onResponse=function(){},a.onFail=function(a){i=-10,j=!0,d.fail(a)},a.onDone=function(a){l=a,i++,m(i)};if(!h.owner[k]){a.onFail({status:404,statusText:"Not Found",message:"Document not found."});return}varc=d.newCommand("loadDocument",{path:b.getPath()+"."+h.owner[k].revision+"."+k,option:a});c.setMaxRetry(0),d.addJob(d.newStorage(e.secondstorage_spec),c)})();break;case100:if(!j){j=!0,d.done(l);return}break;default:}};m(0)},d.getDocumentList=function(a){d.fail({message:"NIY"})},d.removeDocument=function(a){d.fail({message:"NIY"})},d};f.addStorageType("replicate",i)})(LocalOrCookieStorage,jQuery,Base64,sjcl,MD5,jio);
\ No newline at end of file
(function(a,b,c,d,e,f){varg=function(b,c){vard=f.storage(b,c,"base"),e={};e.username=b.username||"",e.applicationname=b.applicationname||"untitled";varg="jio/local_user_array",h="jio/local_file_name_array/"+e.username+"/"+e.applicationname,i=d.serialized;returnd.serialized=function(){vara=i();returna.applicationname=e.applicationname,a.username=e.username,a},d.validateState=function(){returne.username?"":'Need at least one parameter: "username".'},e.getUserArray=function(){returna.getItem(g)||[]},e.addUser=function(b){varc=e.getUserArray();c.push(b),a.setItem(g,c)},e.userExists=function(a){varb=e.getUserArray(),c,d;for(c=0,d=b.length;c<d;c+=1)if(b[c]===a)return!0;return!1},e.getFileNameArray=function(){returna.getItem(h)||[]},e.addFileName=function(b){varc=e.getFileNameArray();c.push(b),a.setItem(h,c)},e.removeFileName=function(b){varc,d,f=e.getFileNameArray(),g=[];for(c=0,d=f.length;c<d;c+=1)f[c]!==b&&g.push(f[c]);a.setItem(h,g)},d.saveDocument=function(b){setTimeout(function(){varc=null,f="jio/local/"+e.username+"/"+e.applicationname+"/"+b.getPath();c=a.getItem(f),c?(c.last_modified=Date.now(),c.content=b.getContent()):(c={name:b.getPath(),content:b.getContent(),creation_date:Date.now(),last_modified:Date.now()},e.userExists(e.username)||e.addUser(e.username),e.addFileName(b.getPath())),a.setItem(f,c),d.done()},100)},d.loadDocument=function(b){setTimeout(function(){varc=null;c=a.getItem("jio/local/"+e.username+"/"+e.applicationname+"/"+b.getPath()),c?(b.getOption("metadata_only")&&deletec.content,d.done(c)):d.fail(b,{status:404,statusText:"Not Found.",message:'Document "'+b.getPath()+'" not found in localStorage.'})},100)},d.getDocumentList=function(b){setTimeout(function(){varc=[],f=[],g,h,i="key",j="jio/local/"+e.username+"/"+e.applicationname,k={};f=e.getFileNameArray();for(g=0,h=f.length;g<h;g+=1)k=a.getItem(j+"/"+f[g]),k&&(b.getOption("metadata_only")?c.push({name:k.name,creation_date:k.creation_date,last_modified:k.last_modified}):c.push({name:k.name,content:k.content,creation_date:k.creation_date,last_modified:k.last_modified}));d.done(c)},100)},d.removeDocument=function(b){setTimeout(function(){varc="jio/local/"+e.username+"/"+e.applicationname+"/"+b.getPath();a.deleteItem(c),e.removeFileName(b.getPath()),d.done()},100)},d};f.addStorageType("local",g);varh=function(a,d){vare=f.storage(a,d,"base"),g={};g.username=a.username||"",g.applicationname=a.applicationname||"untitled",g.url=a.url||"",g.password=a.password||"";varh=e.serialized;returne.serialized=function(){vara=h();returna.username=g.username,a.applicationname=g.applicationname,a.url=g.url,a.password=g.password,a},e.validateState=function(){returng.username&&g.url?"":'Need at least 2 parameters: "username" and "url".'},e.saveDocument=function(a){b.ajax({url:g.url+"/dav/"+g.username+"/"+g.applicationname+"/"+a.getPath(),type:"PUT",data:a.getContent(),async:!0,dataType:"text",headers:{Authorization:"Basic "+c.encode(g.username+":"+g.password)},success:function(){e.done()},error:function(b){b.message='Cannot save "'+a.getPath()+'" into DAVStorage.',e.fail(b)}})},e.loadDocument=function(a){vard={},f=function(){b.ajax({url:g.url+"/dav/"+g.username+"/"+g.applicationname+"/"+a.getPath(),type:"GET",async:!0,dataType:"text",headers:{Authorization:"Basic "+c.encode(g.username+":"+g.password)},success:function(a){d.content=a,e.done(d)},error:function(b){b.status===404?b.message='Document "'+a.getPath()+'" not found in localStorage.':b.message='Cannot load "'+a.getPath()+'" from DAVStorage.',e.fail(b)}})};d.name=a.getPath(),b.ajax({url:g.url+"/dav/"+g.username+"/"+g.applicationname+"/"+a.getPath(),type:"PROPFIND",async:!0,dataType:"xml",headers:{Authorization:"Basic "+c.encode(g.username+":"+g.password)},success:function(c){b(c).find("lp1\\:getlastmodified, getlastmodified").each(function(){d.last_modified=b(this).text()}),b(c).find("lp1\\:creationdate, creationdate").each(function(){d.creation_date=b(this).text()}),a.getOption("metadata_only")?e.done(d):f()},error:function(b){b.message='Cannot load "'+a.getPath()+'" informations from DAVStorage.',e.fail(b)}})},e.getDocumentList=function(a){vard=[],f={},h=[];b.ajax({url:g.url+"/dav/"+g.username+"/"+g.applicationname+"/",async:!0,type:"PROPFIND",dataType:"xml",headers:{Authorization:"Basic "+c.encode(g.username+":"+g.password),Depth:"1"},success:function(a){b(a).find("D\\:response, response").each(function(a,c){if(a>0){f={},b(c).find("D\\:href, href").each(function(){h=b(this).text().split("/"),f.name=h[h.length-1]?h[h.length-1]:h[h.length-2]+"/"});if(f.name===".htaccess"||f.name===".htpasswd")return;b(c).find("lp1\\:getlastmodified, getlastmodified").each(function(){f.last_modified=b(this).text()}),b(c).find("lp1\\:creationdate, creationdate").each(function(){f.creation_date=b(this).text()}),d.push(f)}}),e.done(d)},error:function(a){a.message="Cannot get a document list from DAVStorage.",e.fail(a)}})},e.removeDocument=function(a){b.ajax({url:g.url+"/dav/"+g.username+"/"+g.applicationname+"/"+a.getPath(),type:"DELETE",async:!0,headers:{Authorization:"Basic "+c.encode(g.username+":"+g.password)},success:function(){e.done()},error:function(a){a.status===404?e.done():(a.message='Cannot remove "'+e.getFileName()+'" from DAVStorage.',e.fail(a))}})},e};f.addStorageType("dav",h);vari=function(a,b){varc=f.storage(a,b,"handler"),d={};d.return_value_array=[],d.storagelist=a.storagelist||[],d.nb_storage=d.storagelist.length;vare=c.serialized;returnc.serialized=function(){vara=e();returna.storagelist=d.storagelist,a},c.validateState=function(){returnd.storagelist.length===0?'Need at least one parameter: "storagelist" containing at least one storage.':""},d.isTheLast=function(){returnd.return_value_array.length===d.nb_storage},d.doJob=function(a,b){vare=!1,f=[],g,h=function(a){d.return_value_array.push(a)},i=function(a){e||(f.push(a),d.isTheLast()&&c.fail({status:207,statusText:"Multi-Status",message:b,array:f}))},j=function(a){e||(e=!0,c.done(a))};for(g=0;g<d.nb_storage;g+=1){vark=a.clone(),l=c.newStorage(d.storagelist[g]);k.onResponseDo(h),k.onFailDo(i),k.onDoneDo(j),c.addJob(l,k)}a.setMaxRetry(1)},c.saveDocument=function(a){d.doJob(a,'All save "'+a.getPath()+'" requests have failed.'),c.end()},c.loadDocument=function(a){d.doJob(a,'All load "'+a.getPath()+'" requests have failed.'),c.end()},c.getDocumentList=function(a){d.doJob(a,"All get document list requests have failed."),c.end()},c.removeDocument=function(a){d.doJob(a,'All remove "'+a.getPath()+'" requests have failed.'),c.end()},c};f.addStorageType("replicate",i);varj=function(b,c){vard=f.storage(b,c,"handler"),e={},g=b.storage||!1;e.secondstorage_spec=b.storage||{type:"base"},e.secondstorage_string=JSON.stringify(e.secondstorage_spec);varh="jio/indexed_storage_array",i="jio/indexed_file_array/"+e.secondstorage_string,j=d.serialized;returnd.serialized=function(){vara=j();returna.storage=e.secondstorage_spec,a},d.validateState=function(){returng?"":'Need at least one parameter: "storage" containing storage specifications.'},e.isStorageArrayIndexed=function(){returna.getItem(h)?!0:!1},e.getIndexedStorageArray=function(){returna.getItem(h)||[]},e.indexStorage=function(b){varc=e.getIndexedStorageArray();c.push(typeofb=="string"?b:JSON.stringify(b)),a.setItem(h,c)},e.isAnIndexedStorage=function(a){varb=typeofa=="string"?a:JSON.stringify(a),c,d,f=e.getIndexedStorageArray();for(c=0,d=f.length;c<d;c+=1)if(JSON.stringify(f[c])===b)return!0;return!1},e.fileArrayExists=function(){returna.getItem(i)?!0:!1},e.getFileArray=function(){returna.getItem(i)||[]},e.setFileArray=function(b){returna.setItem(i,b)},e.isFileIndexed=function(a){varb,c,d=e.getFileArray();for(b=0,c=d.length;b<c;b+=1)if(d[b].name===a)return!0;return!1},e.addFile=function(b){varc=e.getFileArray();c.push(b),a.setItem(i,c)},e.removeFile=function(b){varc,d,f=e.getFileArray(),g=[];for(c=0,d=f.length;c<d;c+=1)f[c].name!==b&&g.push(f[c]);a.setItem(i,g)},e.update=function(){vara=function(a){e.isAnIndexedStorage(e.secondstorage_string)||e.indexStorage(e.secondstorage_string),e.setFileArray(a)};d.addJob(d.newStorage(e.secondstorage_spec),d.newCommand("getDocumentList",{path:".",option:{onDone:a,max_retry:3}}))},d.saveDocument=function(a){varb=a.clone();b.onResponseDo(function(){}),b.onDoneDo(function(b){e.isFileIndexed(a.getPath())||e.addFile({name:a.getPath(),last_modified:0,creation_date:0}),e.update(),d.done()}),b.onFailDo(function(a){d.fail(a)}),d.addJob(d.newStorage(e.secondstorage_spec),b)},d.loadDocument=function(a){varb,c,f,g,h=function(a){d.done(a)},i=function(a){d.fail(a)},j=function(){varb=a.clone();b.onResponseDo(function(){}),b.onFailDo(i),b.onDoneDo(h),d.addJob(d.newStorage(e.secondstorage_spec),b)};e.update(),a.getOption("metadata_only")?setTimeout(function(){if(e.fileArrayExists()){b=e.getFileArray();for(c=0,f=b.length;c<f;c+=1)if(b[c].name===a.getPath())returnd.done(b[c])}elsej()},100):j()},d.getDocumentList=function(a){varb,c,f=!1;e.update(),a.getOption("metadata_only")?(b=setInterval(function(){f&&(d.fail({status:0,statusText:"Timeout",message:"The request has timed out."}),clearInterval(b)),e.fileArrayExists()&&(d.done(e.getFileArray()),clearInterval(b))},100),setTimeout(function(){f=!0},1e4)):(c=a.clone(),c.onDoneDo(function(a){d.done(a)}),c.onFailDo(function(a){d.fail(a)}),d.addJob(d.newStorage(e.secondstorage_spec),c))},d.removeDocument=function(a){varb=a.clone();b.onResponseDo(function(){}),b.onDoneDo(function(b){e.removeFile(a.getPath()),e.update(),d.done()}),b.onFailDo(function(a){d.fail(a)}),d.addJob(d.newStorage(e.secondstorage_spec),b)},d};f.addStorageType("indexed",j);vark=function(a,c){vare=f.storage(a,c,"handler"),g={};g.username=a.username||"",g.password=a.password||"",g.secondstorage_spec=a.storage||{type:"base"};varh=e.serialized;returne.serialized=function(){vara=h();returna.username=g.username,a.password=g.password,a},e.validateState=function(){returng.username&&JSON.stringify(g.secondstorage_spec)===JSON.stringify({type:"base"})?"":'Need at least two parameters: "username" and "storage".'},g.encrypt_param_object={iv:"kaprWwY/Ucr7pumXoTHbpA",v:1,iter:1e3,ks:256,ts:128,mode:"ccm",adata:"",cipher:"aes",salt:"K4bmZG9d704"},g.decrypt_param_object={iv:"kaprWwY/Ucr7pumXoTHbpA",ks:256,ts:128,salt:"K4bmZG9d704"},g.encrypt=function(a,b,c){varf=d.encrypt(e.getStorageUserName()+":"+e.getStoragePassword(),a,g.encrypt_param_object);b(JSON.parse(f).ct,c)},g.decrypt=function(a,c,f,h){vari,j=b.extend(!0,{},g.decrypt_param_object);j.ct=a||"",j=JSON.stringify(j);try{i=d.decrypt(e.getStorageUserName()+":"+e.getStoragePassword(),j)}catch(k){c({status:0,statusText:"Decrypt Fail",message:"Unable to decrypt."},f,h);return}c(i,f,h)},e.saveDocument=function(a){varb,c,d=function(){g.encrypt(a.getPath(),function(a){b=a,f()})},f=function(){g.encrypt(a.getContent(),function(a){c=a,h()})},h=function(){vara=e.cloneOption(),d,f;a.onResponse=function(){},a.onDone=function(){e.done()},a.onFail=function(a){e.fail(a)},d=e.newCommand({path:b,content:c,option:a}),f=e.newStorage(g.secondstorage_spec),e.addJob(f,d)};d()},e.loadDocument=function(a){varb,c,d=function(){g.encrypt(a.getPath(),function(a){b=a,f()})},f=function(){varc=a.cloneOption(),d,f;c.onResponse=function(){},c.onFail=i,c.onDone=h,d=e.newCommand({path:b,option:c}),f=e.newStorage(g.secondstorage_spec),e.addJob(f,d)},h=function(b){b.name=a.getPath(),a.getOption("metadata_only")?e.done(b):g.decrypt(b.content,function(a){typeofa=="object"?e.fail({status:0,statusText:"Decrypt Fail",message:"Unable to decrypt"}):(b.content=a,e.done(b))})},i=function(a){e.fail(a)};d()},e.getDocumentList=function(a){varb,c,d,f=0,h,i=!0,j=function(){varc=a.clone(),d=e.newStorage(g.secondstorage_spec);c.onResponseDo(k),c.onDoneDo(function(){}),c.onFailDo(function(){}),e.addJob(b)},k=function(a){if(a.status.isDone()){h=a.return_value;for(c=0,d=h.length;c<d;c+=1)g.decrypt(h[c].name,l,c,"name")}elsee.fail(a.error)},l=function(a,b,c){varg;f++;if(typeofa=="object"){i&&e.fail({status:0,statusText:"Decrypt Fail",message:"Unable to decrypt."}),i=!1;return}h[b][c]=a,f===d&&i&&e.done(h)};j()},e.removeDocument=function(){vara,b,c=function(){g.encrypt(e.getFileName(),function(a){b=a,d()})},d=function(){a=e.cloneJob(),a.name=b,a.storage=e.getSecondStorage(),a.onResponse=f,e.addJob(a)},f=function(a){a.status==="done"?e.done():e.fail(a.error)};c()},e};f.addStorageType("crypt",k);varl=function(b,c){vard=f.storage(b,c,"handler"),g={};b=b||{},c=c||{},g.username=b.username||"";varh=b.storage?!0:!1;g.secondstorage_spec=b.storage||{type:"base"},g.secondstorage_string=JSON.stringify(g.secondstorage_spec);vari="jio/conflictmanager/"+g.secondstorage_string+"/",j=d.serialized;d.serialized=function(){vara=j();returna.storage=g.secondstorage_spec,a},d.validateState=function(){return!g.username||h?'Need at least two parameter: "owner" and "storage".':""},g.removeValuesFromArrayWhere=function(a,b){varc,d=[];for(c=0;c<a.length;c+=1)b(a[c])||d.push(a[c]);returnd};vark=d.fail;returnd.fail=function(a,b){a.setMaxRetry(1),k(b)},g.loadMetadataFromDistant=function(a,b,c,e){varf=a.cloneOption();f.onResponse=function(){},f.onFail=e,f.onDone=c;varh=d.newCommand("loadDocument",{path:b,option:f});d.addJob(d.newStorage(g.secondstorage_spec),h)},g.saveMetadataToDistant=function(a,b,c,e,f){varh=a.cloneOption();h.onResponse=function(){},h.onFail=f,h.onDone=e;vari=d.newCommand("saveDocument",{path:b,content:JSON.stringify(c),option:h});i.setMaxRetry(0),d.addJob(d.newStorage(g.secondstorage_spec),i)},d.saveDocument=function(b){varc=b.getPath()+".metadata",f=newDate,h=i+c,j={},k={},l=0,m=0,n=!1,o=!1,p=e(b.getContent()),q=function(i){switch(i){case0:l=3,q(2),q(1);break;case1:varr={revision:0,hash:"",last_modified:0,creation_date:f.getTime()};j=a.getItem(h),j?j.owner[g.username]||(j.owner[g.username]=r):(j={winner:{},owner:{},conflict_list:[]},j.winner={revision:0,owner:g.username,hash:""},j.owner[g.username]=r),l++,q(l);break;case2:g.loadMetadataFromDistant(b,c,function(a){k=JSON.parse(a.content),l++,q(l)},function(a){a.status===404?(k=j,o=!0,l++,q(l)):(l=-10,n=!0,d.fail(b,a))});break;case5:vars=function(){vara;o||!k.owner[k.winner.owner]?a=f.getTime():a=k.owner[k.winner.owner].creation_date||f.getTime(),k.owner[g.username]?m=k.owner[g.username].revision:k.owner[g.username]={},k.owner[g.username].last_modified=f.getTime(),k.owner[g.username].creation_date=a,k.owner[g.username].hash=p},t=function(){s(),k.winner.owner=g.username,k.winner.revision++,k.winner.hash=p,k.owner[g.username].revision=k.winner.revision},u=function(){s(),k.owner[g.username].revision++};if(o){t(),a.setItem(h,k),l=98,q(6),q(7);break}if(j.winner.revision===k.winner.revision&&j.winner.hash===k.winner.hash)t(),a.setItem(h,k),l=98,q(6),q(7);else{varv={label:"revision",path:b.getPath(),conflict_owner:{name:k.winner.owner,revision:k.winner.revision,hash:k.winner.hash}},w=e(JSON.stringify(v));v.hash=w;varx,y=b.getOption("known_conflict_list")||[],z=function(a){returna.hash===w};for(x=0;x<y.length;x+=1)if(y[x].hash===w){k.conflict_list=g.removeValuesFromArrayWhere(k.conflict_list,z),t(),l=98,q(6),q(7);return}u(),k.conflict_list.push(v),l=-10,n=!0,q(6),q(7),d.fail(b),b.getOption("onConflict")(v)}break;case6:g.saveMetadataToDistant(b,c,k,function(){l++,q(l)},function(a){l=-10,n=!0,d.fail(b,a)});break;case7:(function(){vara=b.cloneOption();a.onResponse=function(){},a.onFail=function(a){l=-10,n=!0,d.fail(b,a)},a.onDone=function(){q(8)};varc=d.newCommand("saveDocument",{path:b.getPath()+"."+k.owner[g.username].revision+"."+g.username,content:b.getContent(),option:a});c.setMaxRetry(0),d.addJob(d.newStorage(g.secondstorage_spec),c)})();break;case8:(function(){if(m===0||!!k.owner[g.username]&&m===k.owner[g.username].revision)l++,q(l);else{vara=b.cloneOption();a.onResponse=function(){},a.onFail=function(a){l=-10,n=!0,d.fail(b,a)},a.onDone=function(){l++,q(l)};varc=d.newCommand("removeDocument",{path:b.getPath()+"."+m+"."+g.username,option:a});c.setMaxRetry(0),d.addJob(d.newStorage(g.secondstorage_spec),c)}})();break;case100:if(!n){n=!0,d.done();return}break;default:}};q(0)},d.loadDocument=function(b){varc=b.getPath()+".metadata",e=i+c,f={},h=0,j=!1,k="",l,m=function(i){switch(i){case0:g.loadMetadataFromDistant(b,c,function(a){f=JSON.parse(a.content),k=b.getOption("owner"),h=98,k?m(3):m(2),m(1)},function(a){h=-10,j=!0,d.fail(b,a)});break;case1:a.setItem(e,f),h++,m(h);break;case2:(function(){vara=b.cloneOption();a.onResponse=function(){},a.onFail=function(a){h=-10,j=!0,d.fail(b,a)},a.onDone=function(a){l=a,l.name=b.getPath(),h++,m(h)};varc=d.newCommand("loadDocument",{path:b.getPath()+"."+f.winner.revision+"."+f.winner.owner,option:a});d.addJob(d.newStorage(g.secondstorage_spec),c)})();break;case3:(function(){vara=b.cloneOption();a.onResponse=function(){},a.onFail=function(a){h=-10,j=!0,d.fail(b,a)},a.onDone=function(a){l=a,l.name=b.getPath(),h++,m(h)};if(!f.owner[k]){a.onFail({status:404,statusText:"Not Found",message:"Document not found."});return}varc=d.newCommand("loadDocument",{path:b.getPath()+"."+f.owner[k].revision+"."+k,option:a});d.addJob(d.newStorage(g.secondstorage_spec),c)})();break;case100:if(!j){j=!0,d.done(l);return}break;default:}};m(0)},d.getDocumentList=function(b){varc=[],e=[],f=!1,h=0,i=function(){varf=b.cloneOption();f.onResponse=function(){},f.onFail=function(a){d.fail(b,a)},f.onDone=function(f){varg;for(g=0;g<f.length;g+=1){varh=f[g].name.split(".")||[],i,k={};if(h[h.length-1]==="metadata"){try{i=JSON.parse(f[g].content)}catch(l){continue}e.push(i),h.length--,k.name=h.join("."),k.creation_date=i.owner[i.winner.owner].creation_date,k.last_modified=i.owner[i.winner.owner].last_modified,c.push(k)}}if(b.getOption("metadata_only"))d.done(c);else{if(f.length===0)returnd.done([]);for(g=0;g<c.length;g+=1)a.setItem(c[g].name+".metadata",e[g]),j(c[g],e[g].winner.revision,e[g].winner.owner);d.end()}};varh=d.newCommand("getDocumentList",{path:b.getPath(),option:f});d.addJob(d.newStorage(g.secondstorage_spec),h)},j=function(a,e,i){varj=b.cloneOption();j.onResponse=function(){},j.onFail=function(a){f||(f=!0,d.fail(b,a))},j.onDone=function(b){f||(a.content=b.content,h++,c.length===h&&(f=!0,d.done(c)))};vark=d.newCommand("loadDocument",{path:a.name+"."+e+"."+i,option:j});d.addJob(d.newStorage(g.secondstorage_spec),k)};i()},d.removeDocument=function(b){varc=b.getPath()+".metadata",f=i+c,h={},j={},k=0,l=0,m=!1,n=!1,o=function(i){switch(i){case0:k=3,o(2),o(1);break;case1:varp={revision:0,hash:"",last_modified:0,creation_date:0};h=a.getItem(f),h?h.owner[g.username]||(h.owner[g.username]=p):(h={winner:{},owner:{},conflict_list:[]},h.winner={revision:0,owner:g.username,hash:""},h.owner[g.username]=p),k++,o(k);break;case2:g.loadMetadataFromDistant(b,c,function(a){j=JSON.parse(a.content),k++,o(k)},function(a){if(a.status===404){j=h,n=!0,k++,o(k);return}k=-10,m=!0,d.fail(b,a)});break;case5:varq=function(){j.owner[g.username]&&(l=j.owner[g.username].revision,deletej.owner[g.username])},r=function(){q(),j.winner.owner=g.username,j.winner.revision=0,j.winner.hash=""},s=function(){q()};if(n)returna.deleteItem(f),d.done();if(h.winner.revision===j.winner.revision&&h.winner.hash===j.winner.hash)r(),a.setItem(f,j),k=98,o(6),o(7);else{vart={label:"revision",path:b.getPath(),conflict_owner:{name:j.winner.owner,revision:j.winner.revision,hash:j.winner.hash}},u=e(JSON.stringify(t));t.hash=u;varv,w=b.getOption("known_conflict_list")||[],x=function(a){returna.hash===u};for(v=0;v<w.length;v+=1)if(w[v].hash===u){j.conflict_list=g.removeValuesFromArrayWhere(j.conflict_list,x),r(),k=98,o(6),o(7);return}s(),j.conflict_list.push(t),k=-10,m=!0,o(6),o(7),d.fail(b),b.getOption("onConflict")(t)}break;case6:g.saveMetadataToDistant(b,c,j,function(){k++,o(k)},function(a){k=-10,m=!0,d.fail(b,a)});break;case7:(function(){if(l===0||!!j.owner[g.username]&&l===j.owner[g.username].revision)k++,o(k);else{vara=b.cloneOption();a.onResponse=function(){},a.onFail=function(a){k=-10,m=!0,d.fail(b,a)},a.onDone=function(){k++,o(k)};varc=d.newCommand("removeDocument",{path:b.getPath()+"."+l+"."+g.username,option:a});c.setMaxRetry(0),d.addJob(d.newStorage(g.secondstorage_spec),c)}})();break;case100:if(!m){m=!0,d.done();return}break;default:}};o(0)},d};f.addStorageType("conflictmanager",l)})(LocalOrCookieStorage,jQuery,Base64,sjcl,hex_sha256,jio);