- 15 Nov, 2017 3 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
webhttp storage can get json documents by calling http GET method. for jio allDocs, the storage will get a file called _document_list which should contain the list of document id that can be downloaded. replicatedopmltree storage can convert a list of opml storage (each opml can contain one or more sub_storage) into an indexeddb. All document in opml tree will have an entry into the indexeddb storage, the full document is added as attachment in the indexeddb.
-
- 10 Nov, 2017 3 commits
-
-
Romain Courteaud authored
Add HTTPStorage and ParserStorage (RSS/OPML).
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 16 Oct, 2017 2 commits
-
-
Romain Courteaud authored
Thanks to Alain Takoudjou <alain.takoudjou@nexedi.com> for his original work on this topic.
-
Romain Courteaud authored
Headers are returned as the document json. Body is returned as the 'enclosure' attachment.
-
- 11 Oct, 2017 5 commits
-
-
Vincent Bechu authored
Query extend key_schema to sort_on querystorage: add schema to use key_schema
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
- 03 Oct, 2017 2 commits
-
-
Romain Courteaud authored
Migrate to Dropbox API v2
-
Romain Courteaud authored
Root parameter is removed, as it must be now configured on dropbox website itself. Thanks to Sven Franck <sven.franck@nexedi.com> for his original work on this topic.
-
- 25 Sep, 2017 2 commits
-
-
Vincent Bechu authored
Fix getAttachment when blob is undefined
-
Vincent Bechu authored
/reviewed-on nexedi/jio!74
-
- 20 Sep, 2017 2 commits
-
-
Romain Courteaud authored
Add facebook storage. Keyless queries are case insensitive (like a fulltext search could be).
-
preetwinder authored
-
- 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 2 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.
-