- 19 May, 2017 7 commits
-
-
Romain Courteaud authored
https://developer.mozilla.org/en-US/docs/Web/API/Event/currentTarget https://developer.mozilla.org/en-US/docs/Web/API/Event/target event.target is a reference to the object that dispatched the event. It is different from event.currentTarget when the event handler is called during the bubbling or capturing phase of the event.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Simplify the code, to allow more changes later.
-
Romain Courteaud authored
Bulk was implemented to see if it improves ERP5 replication. Using parallel replication functionality is much more efficient from server and client point of view. It does not generate huge transaction on server side. Client does not wait for all documents before writing them locally.
-
- 11 May, 2017 3 commits
-
-
Romain Courteaud authored
-
Vincent Bechu authored
/reviewed-on !58
-
Vincent Bechu authored
/reviewed-on !57
-
- 03 Apr, 2017 1 commit
-
-
Tristan Cavelier authored
/reviewed-on nexedi/jio!51
-
- 29 Mar, 2017 1 commit
-
-
Tristan Cavelier authored
/reviewed-on !50
-
- 23 Mar, 2017 7 commits
-
-
Vincent Bechu authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Vincent Bechu authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
https://jio.nexedi.com/Romain Courteaud authored
-
- 17 Mar, 2017 2 commits
-
-
Vincent Bechu authored
-
Vincent Bechu authored
/reviewed-on nexedi/jio!48
-
- 10 Mar, 2017 2 commits
-
-
Romain Courteaud authored
-
Tomáš Peterka authored
Fix JIO crash when running inside Safari because of non-existing DOMError object /reviewed-on nexedi/jio!47
-
- 12 Feb, 2017 2 commits
-
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
- 27 Jan, 2017 1 commit
-
-
Romain Courteaud authored
Attachments are synchronized only of explicitely activated from the jIO configuration. Replication deletes a document only if it doesn't contain any attachment. Thanks to Cedric Leninivin for his work on this topic. /reviewed-on nexedi/jio!42
-
- 18 Jan, 2017 3 commits
-
-
Hardik Juneja authored
It allow to check recursively if a storage support bulk.
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
`jIO.util.stringify` was raising if the value of an object was undefined, this changes fix it and provides the same behaviour as the standard `JSON.stringify` /reviewed-on nexedi/jio!41
-
- 12 Jan, 2017 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 04 Jan, 2017 1 commit
-
-
Boris Kocherov authored
-
- 15 Nov, 2016 1 commit
-
-
Romain Courteaud authored
-
- 10 Nov, 2016 1 commit
-
-
Ivan Tyagov authored
@seb, please review /reviewed-on nexedi/jio!37
-
- 28 Oct, 2016 1 commit
-
-
Vincent Bechu authored
/reviewed-on nexedi/jio!35
-
- 19 Oct, 2016 1 commit
-
-
Cédric Le Ninivin authored
-
- 16 Sep, 2016 1 commit
-
-
Romain Courteaud authored
This helps understanding why browser refuses to open the DB. Example: Firefox prevent using IndexedDB if browser history is disabled.
-
- 14 Sep, 2016 1 commit
-
-
Klaus Wölfel authored
/reviewed-on nexedi/jio!33
-
- 29 Jul, 2016 1 commit
-
-
Romain Courteaud authored
Fix ReplicateStorage to reduce conflicts during synchronisation.
-
- 26 Jul, 2016 1 commit
-
-
Cédric Le Ninivin authored
Creation and modification process now use the same code /reviewed-on nexedi/jio!29
-