- 09 Oct, 2018 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 28 Sep, 2018 1 commit
-
-
Romain Courteaud authored
-
- 27 Sep, 2018 2 commits
-
-
Romain Courteaud authored
Revert ERP5Storage local_roles handling breakage
-
Romain Courteaud authored
This reverts commit 7e9921a4. This change broke the ERP5Storage local_roles/worklist handling.
-
- 07 Sep, 2018 5 commits
-
-
Romain Courteaud authored
No need to publish development files.
-
Romain Courteaud authored
-
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.
-
Romain Courteaud authored
-
- 03 Sep, 2018 3 commits
-
-
Romain Courteaud authored
As the list of included storages is defined in the Makefile directly, force building jIO in any case.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 21 Aug, 2018 2 commits
-
-
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.
-
Romain Courteaud authored
-
- 13 Aug, 2018 1 commit
-
-
Romain Courteaud authored
See b985eabb
-
- 10 Aug, 2018 1 commit
-
-
Vincent Bechu authored
Fix previous release content /reviewed-on nexedi/jio!99
-
- 09 Aug, 2018 4 commits
-
-
Vincent Bechu authored
Add CloudoooStorage Remove minify and doc Switch licence /reviewed-on nexedi/jio!98
-
Romain Courteaud authored
-
Romain Courteaud authored
Documentation moved to https://jio.nexedi.com
-
Romain Courteaud authored
-
- 06 Aug, 2018 2 commits
-
-
Vincent Bechu authored
This storage add convertion on putAttachment using document as operation : doc: {from: "", to: "", status: "convert"} status change to converted or error cloudo storage will be use to convert file from cloudoo server
-
Vincent Bechu authored
-
- 19 Jul, 2018 1 commit
-
-
Tristan Cavelier authored
jIO Query fix
-
- 17 Jul, 2018 1 commit
-
-
Tristan Cavelier authored
- fixes a:( b OR c ) -> ( a:b OR a:c ) - fixes NOT ( b ) -> ( b ) - fixes query toString inconsistent output
-
- 21 Jun, 2018 3 commits
-
-
Romain Courteaud authored
Speed optimization.
-
Romain Courteaud authored
-
Romain Courteaud authored
Reuse Queue created from callback directly.
-
- 12 Jun, 2018 1 commit
-
-
Romain Courteaud authored
Update moment. Add atom parser.
-
- 19 Apr, 2018 1 commit
-
-
Xiaowu Zhang authored
/reviewed-on nexedi/jio!83
-
- 04 Apr, 2018 2 commits
-
-
Vincent Bechu authored
Update Moment Fixs on queries sorting
-
Vincent Bechu authored
/reviewed-on nexedi/jio!81
-
- 29 Mar, 2018 3 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 06 Mar, 2018 2 commits
-
-
Romain Courteaud authored
Add support for ERP5's selection_dmain
-
Romain Courteaud authored
-
- 11 Jan, 2018 2 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 27 Dec, 2017 1 commit
-
-
Aurélien Vermylen authored
jIO.util.stringify({y: null}) used to error. Now it behaves similarly to JSON.stringify, returning '{"y":null}'. /reviewed-on nexedi/jio!80
-