An error occurred fetching the project authors.
- 10 Jul, 2019 1 commit
-
-
Romain Courteaud authored
Fix erp5 storage query handling
-
- 01 Jul, 2019 1 commit
-
-
Romain Courteaud authored
Fix query. Improve IndexedDB storage. Improve ajax in node.
-
- 21 Mar, 2019 1 commit
-
-
Romain Courteaud authored
-
- 19 Mar, 2019 1 commit
-
-
Romain Courteaud authored
-
- 04 Mar, 2019 1 commit
-
-
Romain Courteaud authored
Deprecate websql. Add group_by parameter to allDocs. Queries: Fix some parsing/serialization issues
-
- 01 Mar, 2019 1 commit
-
-
- 14 Feb, 2019 1 commit
-
-
Romain Courteaud authored
Fixup linshare
-
- 21 Jan, 2019 2 commits
-
-
Romain Courteaud authored
Add LinshareStorage
-
Romain Courteaud authored
LinshareStorage uses the linshare document name as jio key. If multiple linshare documents have the same name, only the most recent modified is used. Thanks to Vincent Bechu for his work on this storage.
-
- 16 Oct, 2018 1 commit
-
-
Romain Courteaud authored
Fix IndexedDB transaction handling. Ease usage of ReplicateStorage.
-
- 27 Sep, 2018 1 commit
-
-
Romain Courteaud authored
Revert ERP5Storage local_roles handling breakage
-
- 07 Sep, 2018 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
Implement a basic FormData support, used to serialize the POST body. Use xhr2 library to replicate XHMLHttpRequest. Desactivate all broken storages (IndexedDB, localstorage, webdav, ...) which rely on browser API. Thanks to Aurelien Calonne <aurel@nexedi.com> and Guillaume Royer <guillaume.royer@clearroad.io> for their contributions.
-
- 03 Sep, 2018 1 commit
-
-
Romain Courteaud authored
As the list of included storages is defined in the Makefile directly, force building jIO in any case.
-
- 21 Aug, 2018 1 commit
-
-
Romain Courteaud authored
Use a Makefile to concatenate the file (and so, drop grunt). Allow to build without linting Fetch external dependencies with curl. As they are few, it simplifies the process. Keep a local copy of the dependencies. Add Jison call in the build process. JSLint can be also triggered from the makefile, and installed how the developper prefers. Drop the package.json, as jIO is for now not published on npm website. Remove unused libraries.
-
- 20 Jan, 2016 1 commit
-
-
Romain Courteaud authored
http://zaach.github.io/jison/about/ Jison is maintained and used by other JS projects (like Coffeescript)
-
- 18 Jan, 2016 1 commit
-
-
Romain Courteaud authored
-
- 10 Dec, 2015 1 commit
-
-
lucas.parsy authored
Squashed commit of the following: commit 6fc5b5bd01796efd32905f7d62516ddbba7acef7 Author: Romain Courteaud <romain@nexedi.com> Date: Thu Dec 10 18:32:14 2015 +0100 Cleanup rebase commit 62e5e10d84caf9659dd32bfc71f03b7622aea5e2 Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Thu Dec 10 17:31:49 2015 +0100 added scenario for webSQL storage commit 3aae5518b87005a236dec2b3542c0cdcc9907029 Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Thu Dec 10 15:44:40 2015 +0100 removed useless table in websqlstorage added indexes to increase queries speed. commit 4072ea01a4bc7bd46ca611b7bf9dbf63d591c049 Author: Romain Courteaud <romain@nexedi.com> Date: Wed Dec 9 17:34:35 2015 +0100 WebSQLStorage: do not sort results commit 6d30b4bf011e6e8389a70ff185c9a739a7a2b196 Author: Romain Courteaud <romain@nexedi.com> Date: Wed Dec 9 17:25:23 2015 +0100 WebSQLStorage: naming convention commit 0928b105f756301eaaaf7ccae08c54c798a438fe Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Wed Dec 9 11:09:01 2015 +0100 various fixes in websqlstorage. 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. commit 00bd1cd2c5b19583bab0a74f7bcc86a59c97d3fb Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Wed Dec 2 13:24:41 2015 +0100 corrected bugs in websqlstorage breaking rsvp queues. added sinon spy tests in websqlstorage test file. commit ccb2702df2fec1bd6eddca3cc2a8bbc9c8734749 Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Mon Nov 30 12:15:43 2015 +0100 deleted test modifications done to Gruntfile, Makefile and tests.html files. commit 344720f32f4ba7e9168cf68f43400bc56ea8c988 Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Mon Nov 30 11:41:04 2015 +0100 added allDocs method in websqlStorage added tests for Websqlstorage and refactored some tests. commit 2211a28605aedfb0683da5b3ea08f1cba47dc869 Author: Lucas Parsy <lucas.parsy@nexedi.com> Date: Mon Nov 23 16:29:36 2015 +0100 first commit websql websql storage operational, lacks allDocs and query support half of the tests written. error handling to improve.
-
- 04 Dec, 2015 1 commit
-
-
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)
-
- 14 Sep, 2015 2 commits
-
-
lucas.parsy authored
works with the new dropbox API. dropbox storage redesigned to have the same behavior as DAV storage.
-
Romain Courteaud authored
This storage will transparently compress getAttachment/putAttachment results. Only text, json, xml mme type are compressed. Thanks to Lucas Parsy.
-
- 10 Mar, 2014 1 commit
-
-
Marco Mariani authored
-
- 04 Mar, 2014 3 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
See docs/query.rst for more informations
-
- 02 Jan, 2014 3 commits
-
-
Marco Mariani authored
-
Marco Mariani authored
-
Marco Mariani authored
-
- 24 Oct, 2013 2 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 26 Aug, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 21 Aug, 2013 2 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 08 Aug, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 06 Aug, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 11 Jun, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 03 Jun, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 01 Jun, 2013 1 commit
-
-
Tristan Cavelier authored
The output is redirected to test/unit_test_result.html
-
- 16 Apr, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 11 Apr, 2013 1 commit
-
-
Sebastien Robin authored
-