- 10 Mar, 2017 1 commit
-
-
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
-
- 25 Jul, 2016 1 commit
-
-
Aurel authored
/reviewed-on nexedi/jio!28
-
- 21 Jul, 2016 2 commits
-
-
Romain Courteaud authored
Do not display error in browser not implementing WebSQL. WebSQLStorage will raise an error is used in such browsers.
-
Romain Courteaud authored
JSON.stringify is not stable by design and can not be used to generate the hash. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify This commit adds a stable version of JSON.stringify, available at jIO.util.stringify. Relying on the nearly same string representation will simplify compatibility.
-
- 27 Jun, 2016 1 commit
-
-
Douglas authored
Tests were failing because some Firefox versions cannot parse a specific date-string. So the Date constructor that receives only integers was used. But there is one details: this contructor uses months from 0 to 11, so if, for example, we want to have a date in January, we send 0 as month and not 1.
-
- 23 Jun, 2016 4 commits
-
-
Romain Courteaud authored
Fix ERP5Storage to reduce conflicts during synchronisation. ERP5Storage.get return a new parent_relative_url property which will lead to changes from ReplicateStorage point of view. Fix QueryStorage/MemoryStorage bugs.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Copy all documents/attachments set in the storage, to prevent unwanting external modifications
-
- 22 Jun, 2016 3 commits
-
-
Romain Courteaud authored
This ensure that document created during synchro contains the same properties on local and remote storage.
-
Romain Courteaud authored
portal_type attribute is not set anymore on getAttachment('person_module', 'view') json. This remove duplicated code.
-
Romain Courteaud authored
-
- 15 Jun, 2016 1 commit
-
-
Nicolas Wavrant authored
-
- 11 May, 2016 2 commits
- 02 May, 2016 1 commit
-
-
Douglas authored
Webkit has issues when trying to load data-uri based images with XMLHTTPRequest this is changed for the sake of compatibility with all browsers.
-
- 08 Apr, 2016 2 commits
-
-
Romain Courteaud authored
Contains an ERPStorage fix.
-
Romain Courteaud authored
Put action is not send anymore by ERP5 if document is not editable. See: nexedi/erp5@c71cfd66
-
- 16 Mar, 2016 1 commit
-
-
Xiaowu Zhang authored
-
- 11 Mar, 2016 1 commit
-
-
Xiaohe Cao authored
-
- 23 Feb, 2016 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 22 Feb, 2016 1 commit
-
-
Klaus Wölfel authored
-