- 20 Sep, 2021 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 07 May, 2021 3 commits
-
-
Romain Courteaud authored
Thanks to Preet Batth for his work on this topic.
-
Romain Courteaud authored
-
Romain Courteaud authored
Return a 404 jIOError.
-
- 04 Sep, 2020 1 commit
-
-
Romain Courteaud authored
-
- 31 Aug, 2020 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 09 Mar, 2020 1 commit
-
-
Romain Courteaud authored
Missing test changes. See ff4846ab
-
- 27 Feb, 2020 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
Thanks to Thomas Gambier for the fix.
-
- 26 Feb, 2020 2 commits
-
-
Romain Courteaud authored
Ensure the thenable is correctly cancelled.
-
Romain Courteaud authored
-
- 10 Oct, 2019 1 commit
-
-
Klaus Wölfel authored
-
- 09 Oct, 2019 1 commit
-
-
Klaus Wölfel authored
-
- 08 Oct, 2019 2 commits
-
-
Klaus Wölfel authored
-
- 09 Sep, 2019 3 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
The array buffer length was higher than what is stored in indexedDB Thanks to Alexandra Rogova for reporting the issue.
-
Romain Courteaud authored
Use Blob.size instead...
-
- 23 Jul, 2019 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
If a document stop matching the replicate query, it will be considered as deleted. But its attachments will still be reachable and previously prevented the remote document deletion.
-
- 10 Jul, 2019 2 commits
-
-
Romain Courteaud authored
Fix erp5 storage query handling
-
Romain Courteaud authored
-
- 01 Jul, 2019 2 commits
-
-
Romain Courteaud authored
Fix query. Improve IndexedDB storage. Improve ajax in node.
-
Tristan Cavelier authored
- fixes `"\"a b\""` parsed to {simple query with value: '"a b"'} serialized to ` "\"a b\""` /bug #20190603-E76ED6 https://nexedijs.erp5.net/#/bug_module/20190603-E76ED6 /reviewed-on nexedi/jio!107
-
- 28 Jun, 2019 2 commits
-
-
Romain Courteaud authored
-
Nicolas Wavrant authored
-
- 22 Mar, 2019 1 commit
-
-
Romain Courteaud authored
-
- 21 Mar, 2019 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
Thanks to Guillaume Royer <guillaume.royer@clearroad.io> for reporting the issue. See !103
-
- 19 Mar, 2019 1 commit
-
-
Romain Courteaud authored
-
- 11 Mar, 2019 4 commits
-
-
Romain Courteaud authored
Try to reproduce the browser specifications.
-
Romain Courteaud authored
-
Romain Courteaud authored
sinon now correctly replace it only on demand.
-
Romain Courteaud authored
Do not spy XMLHttpRequest, as it is node 100% compatible between node and browser. Spy ajax calls instead. Do not rely on storage not available in node (like localstorage).
-
- 04 Mar, 2019 2 commits
-
-
Romain Courteaud authored
Deprecate websql. Add group_by parameter to allDocs. Queries: Fix some parsing/serialization issues
-
Tristan Cavelier authored
- fixes query toString inconsistent output - change serialization behavior ( a:b OR a:c ) -> a:( b OR c ) a:( b OR c ) -> a:( b OR c ) - rename simpleQuerySetKey to querySetKey as it also applies on complex queries.
-
- 01 Mar, 2019 2 commits
-
-
-
Romain Courteaud authored
-