- 10 Dec, 2015 2 commits
-
-
lucas.parsy authored
-
lucas.parsy authored
added indexes to increase queries speed.
-
- 09 Dec, 2015 4 commits
-
-
lucas.parsy authored
Some fixes See merge request !1
-
Romain Courteaud authored
-
Romain Courteaud authored
-
lucas.parsy authored
added error callback on db.transaction. refactored sqlExec to do multiples queries in one transaction. refactored database initialisation. removed index functionality from websql. modified tests to follow above changes.
-
- 02 Dec, 2015 1 commit
-
-
lucas.parsy authored
added sinon spy tests in websqlstorage test file.
-
- 30 Nov, 2015 2 commits
-
-
lucas.parsy authored
-
lucas.parsy authored
added tests for Websqlstorage and refactored some tests.
-
- 23 Nov, 2015 1 commit
-
-
lucas.parsy authored
websql storage operational, lacks allDocs and query support half of the tests written. error handling to improve.
-
- 13 Nov, 2015 1 commit
-
-
lucas.parsy authored
pyWebdav sending different error codes than Apache server Webdav.
-
- 04 Nov, 2015 2 commits
-
-
Romain Courteaud authored
Lucas crypt added cryptstorage with tests and scenario. See merge request !6
-
lucas.parsy authored
-
- 03 Nov, 2015 1 commit
-
-
lucas.parsy authored
-
- 02 Nov, 2015 1 commit
-
-
lucas.parsy authored
modified example provided in cryptstorage.js comments. corrected error introduced by last commit (renaming of variable causing errors). modified tests to comply with cryptstorage.js changes
-
- 28 Oct, 2015 3 commits
-
-
Romain Courteaud authored
Master See merge request !3
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
- 19 Oct, 2015 1 commit
-
-
lucas.parsy authored
-
- 09 Oct, 2015 3 commits
-
-
Romain Courteaud authored
Release jIO v3.4.0 Release jIO v3.4.0 ------------------ It includes: - Updated Dropbox Storage @lucas.parsy - ERP5: support of read_only erp5 field ("your_field") See merge request !2
-
Cédric Le Ninivin authored
- Dropbox storage: update to latest jio - ERP5: support of read_only erp5 field ("your_field")
-
Cédric Le Ninivin authored
This allows to use properties from ERP5 that can be updated locally but won't be saved by ERP5. eg: your_modification_date allows to obtain the modification date of the object, but it won't be saved on the Object in ERP5 when updated.
-
- 01 Oct, 2015 1 commit
-
-
lucas.parsy authored
-
- 28 Sep, 2015 1 commit
-
-
Romain Courteaud authored
added blob datatype in dropboxstorage getAttachment's ajax request, to not receive corrupted files See merge request !1
-
- 24 Sep, 2015 1 commit
-
-
lucas.parsy authored
to not receive corrupted files
-
- 23 Sep, 2015 1 commit
-
-
Romain Courteaud authored
-
- 14 Sep, 2015 8 commits
-
-
lucas.parsy authored
when attempting to remove an inexistent document. added comments in dropboxstorage.js about the Dropbox API limitations. updated dropboxstorage.tests.js to suit to previous changes in dropboxstorage.js
-
Romain Courteaud authored
Never build URL by concatenating strings, as it does not correctly handle escape. Remove useless requests which will not prevent raise condition.
-
Romain Courteaud authored
-
lucas.parsy authored
allowing to choose between "dropbox" (access to full dropbox account) and "sandbox" (cannot access files not created by the jio application) mode.
-
lucas.parsy authored
of putattachment method (150MB limit)
-
lucas.parsy authored
works with the new dropbox API. dropbox storage redesigned to have the same behavior as DAV storage.
-
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 1 commit
-
-
Xiaowu Zhang authored
-