- 12 Sep, 2017 2 commits
-
-
Sven Franck authored
/reviewed-on nexedi/jio!68
-
Sven Franck authored
/reviewed-on nexedi/jio!66
-
- 11 Sep, 2017 1 commit
-
-
preetwinder authored
-
- 05 Sep, 2017 2 commits
-
-
Vincent Bechu authored
-
- 30 Aug, 2017 7 commits
-
-
Vincent Bechu authored
Add saferepair storage Add scenario and scenario officejs in test
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Romain Courteaud authored
-
- 17 Aug, 2017 2 commits
-
-
Vincent Bechu authored
Support mixed queries and add tests
-
preetwinder authored
/reviewed-on nexedi/jio!63
-
- 10 Aug, 2017 2 commits
-
-
Vincent Bechu authored
querystorage: add full text search cryptostorage: fix confusing exemple
-
preetwinder authored
/reviewed-on nexedi/jio!62
-
- 09 Aug, 2017 1 commit
-
-
Romain Courteaud authored
-
- 24 Jul, 2017 1 commit
-
-
Romain Courteaud authored
ReplicateStorage: signature_hash_key is used also for attachments. QueryStorage: support multiline text search.
-
- 21 Jul, 2017 1 commit
-
-
preetwinder authored
/reviewed-on nexedi/jio!61
-
- 19 Jul, 2017 3 commits
-
-
Romain Courteaud authored
Speed up attachment replication by using a document property to check if there was a change. The attachment content is NEVER checked, as this configuration expect the document to be modified when an attachment is created, modified or deleted. In case of conflict, follow the document conflict resolution result.
-
Romain Courteaud authored
allAttachments was supposed to return no result in some tests.
-
Romain Courteaud authored
-
- 04 Jul, 2017 1 commit
-
-
Romain Courteaud authored
ReplicateStorage: fix some attachment replication issues
-
- 03 Jul, 2017 3 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
If the document was deleted, user does not want probably to see it reappear identical.
-
Romain Courteaud authored
-
- 22 Jun, 2017 4 commits
-
-
Romain Courteaud authored
Drop bulk prototype. ReplicateStorage: add signature_sub_storage and signature_hash_key parameters.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Speed up document replication by using a document property to check if there was a change. As allDocs can return this property directly, it reduces the required calculation.
-
- 19 May, 2017 8 commits
-
-
Vincent Bechu authored
-
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 2 commits
-
-
Romain Courteaud authored
-
Vincent Bechu authored
/reviewed-on !58
-