- 04 Dec, 2015 2 commits
-
-
Romain Courteaud authored
Include new google drive storage and performance improvement for QueryStorage's allDocs.
-
lucas.parsy authored
Squashed commit of the following: commit 2283732c2e3649d66c3b83f00ac2a9d846f50a35 Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Fri Dec 4 11:02:50 2015 +0100 modified gdrivestorage's allDocs to return only the documents ids. modified gdrivestorage test file to fit the above changes. refactored an URI template in gdrivestorage. commit eaf750820f349ff1add6ef5172779a119dc06597 Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Fri Nov 27 17:16:16 2015 +0100 added allAttachments method to gdriveStorage with tests. corrected bug in get method returning a string instead of an object. commit 212e4d6b41382c9d8ad2aaa9743671850eac245d Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Fri Nov 27 15:49:05 2015 +0100 various fixes on gdriveStorage and his tests. removed the removeAttachment method as it was useless. removed error catching when user was doing request with invalid credentials. throw error when doing a putAttachment on a folder. changed varaiables names in test file to respect naming convention. added/ removed tests following the changes on gdriveStorage file. added tests verifying that the user can only put "enclosure" as attachment name in putAttachment and getAttachment. commit 5150c9420e30ab7869c4d4c2cedd5eddeb1e52de Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Tue Nov 24 11:01:33 2015 +0100 followed naming convention in gdrivestorage test file. post and put method now return the id of the docment they created/modified. corrected bug in getAttachment allowing the method to pass the test, but not to work on real utilisation. commit 0195dc37eeac4ae8f009f483e566180c81c857b1 Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Tue Nov 3 16:44:20 2015 +0100 added test for gdrivestorage for allDocs() method when method needs to do multiple calls to google Drive API. added gdrivestorage.tests.js to tests.html file. commit 204acb98616267a5598b099f8375c3fe38d4e268 Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Fri Oct 30 12:27:49 2015 +0100 refactored gdrivestorage.js Improved gdrive allDocs test to check return value. commit 23f6ec71de45d161c36ca148d5fa53d475a51d89 Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Thu Oct 29 14:21:36 2015 +0100 corrected 2 jslint errors in gdrivestorage test file commit b472700451e72659fecfacd07305cddb48ece323 Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Thu Oct 29 13:40:08 2015 +0100 completed google drive storage and added test file commit 841a5fb5d2388cd822ed53dec1984b0aafb3accd Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Mon Oct 19 16:12:56 2015 +0200 changed names of variables and checked user input in putAttachment method commit 991cd0a70ce3a9da61c724f6bf50336684776535 Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Fri Sep 25 15:31:57 2015 +0200 refactoring of gdrivestorage.js various conditions optimized added compliance with future tests. added error message when giving non-boolean value for "trashed" value at creation of gdrive storage. commit 8d82e3e51634d774685bc39c804a9a383dc46cad Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Thu Sep 24 17:33:00 2015 +0200 added google drive storage to jio (tests to be done)
-
- 03 Dec, 2015 4 commits
-
-
Romain Courteaud authored
Asynchronous queries are not used by any storage. Improve allDocs speed for IndexedDB by 10x-20x.
-
Romain Courteaud authored
-
Romain Courteaud authored
Wrap everything inside a function to use "strict" mode.
-
Romain Courteaud authored
-
- 02 Dec, 2015 1 commit
-
-
Romain Courteaud authored
Add support to the include_docs parameter in allDocs. Drop JSON convertion and keep document as is in memory.
-
- 30 Nov, 2015 1 commit
-
-
Romain Courteaud authored
Modify data model to be like local storage: one document with multiple attachments.
-
- 23 Nov, 2015 2 commits
-
-
Romain Courteaud authored
Include new cryptstorage, pywebdav support, local_roles parameter support in ERP5Storage.
-
Romain Courteaud authored
ERP5 requires local_roles to be provided as an explicit parameter.
-
- 17 Nov, 2015 1 commit
-
-
Romain Courteaud authored
corrected bug preventing to download slice of attachment in indexeddbstorage added test verifying that the bug is corrected. See merge request !8
-
- 16 Nov, 2015 1 commit
-
-
Romain Courteaud authored
added compatibility with pyWebDAV, pyWebdav sending different error codes than Apache server Webdav. See merge request !11
-
- 13 Nov, 2015 1 commit
-
-
lucas.parsy authored
pyWebdav sending different error codes than Apache server Webdav.
-
- 04 Nov, 2015 3 commits
-
-
Romain Courteaud authored
Lucas crypt added cryptstorage with tests and scenario. See merge request !6
-
lucas.parsy authored
-
lucas.parsy authored
added test verifying that the bug is corrected.
-
- 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.
-