- 10 Nov, 2015 1 commit
-
-
Junming Liu authored
This is the lastest QiniuStorage file. Because of Qiniu not support resource manage operations, so it's only have putAttachment and getAttachment. The method to upload or download file are using URiTemplate via Ajax. Besides, i use CryptoJS to do HMAC-SHA1 algorithm.
-
- 14 Sep, 2015 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
This storage will transparently compress getAttachment/putAttachment results. Only text, json, xml mme type are compressed. Thanks to Lucas Parsy.
-
- 10 Sep, 2015 2 commits
-
-
Romain Courteaud authored
Activate it by adding the 'repair_attachment' parameter in the storage description. Then, call the repair method.
-
Romain Courteaud authored
-
- 09 Sep, 2015 1 commit
-
-
Romain Courteaud authored
This was just a prototype, which has been replaced by the replicatestorage.
-
- 27 Aug, 2015 1 commit
-
-
lucas.parsy authored
-
- 25 Aug, 2015 1 commit
-
-
lucas.parsy authored
-
- 10 Jul, 2015 3 commits
-
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
- 07 Jul, 2015 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
Configure the storage with the conflict_handling parameter value: 0: (default): no resolution (ie, throw an Error) 1: keep the local state (overwrites the remote document with local content) (delete remote document if local is deleted) 2: keep the remote state (overwrites the local document with remote content) (delete local document if remote is deleted) 3: keep both copies (leave documents untouched, no signature update)
-
- 29 Jun, 2015 3 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 18 Jun, 2015 1 commit
-
-
Romain Courteaud authored
-
- 17 Jun, 2015 5 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
This shows how to use localstorage, indexedDB, dav, replicate.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 16 Jun, 2015 1 commit
-
-
Romain Courteaud authored
-
- 12 Jun, 2015 1 commit
-
-
Romain Courteaud authored
-
- 29 May, 2015 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
This allow to not check the document in the second step of synchro.
-
- 22 May, 2015 1 commit
-
-
Romain Courteaud authored
Array parameters are converted to multiple FormData.append calls.
-
- 30 Apr, 2015 7 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
Definition is done by a jIO.allDocs query
-
Romain Courteaud authored
portal_type and parent_relative_url properties are required.
-
Romain Courteaud authored
This only stores properties editable on the default document view.
-
Romain Courteaud authored
-
Romain Courteaud authored
view attachment only works if default_view_reference is specified during the storage creation.
-
Romain Courteaud authored
-
- 27 Apr, 2015 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 24 Apr, 2015 1 commit
-
-
Romain Courteaud authored
-
- 15 Apr, 2015 1 commit
-
-
Romain Courteaud authored
-
- 14 Apr, 2015 2 commits
-
-
Romain Courteaud authored
Synchronisation status is based on document signature (sha) comparison. Signature are stored each time a document is successfully synchronised. Conflict are detected but reported as an error for now, as no solve process is implemented.
-
Romain Courteaud authored
-