-
If you build and run the [Core Data sample](https://github.com/couchbaselabs/cblite-coredata-sample-ios) on two devices at the same time, you can try and edit a recipe and see that the properties are …
-
Created to track [this issue raised by Brett Harrison on the mailing list](https://groups.google.com/d/msgid/mobile-couchbase/34cd2982-9d26-47c2-8ffd-85faa39acd7c%40googlegroups.com?utm_medium=email&u…
-
I was trying to change a document on the couchDB server and found out that the replication is failing when pushing the data:
```
Replication.AsyncTaskStarted: asyncTaskCount: 1
Replication.AsyncTaskS…
-
As followup to #902 - we have a number of Sync Gateway config properties, including the new CouchbaseKeepaliveInterval - that are available, but are only documented via code comments:
ServerConfig:
h…
-
Possible enhancement Idea I had when rolling out a second seafile instance on a local machine (my current setup is on amazon AWS): I thought that a client being able to connect to multiple, mirrored s…
-
Will Thali Acl support document level ACL similar to the way couchbase sync gateway does with it's sync function ?
http://developer.couchbase.com/mobile/develop/guides/sync-gateway/sync-function-api…
-
I have a C# service which syncs from a CouchBase DB to a CouchBase Lite DB. The code was working using 1.04 of CBL and sync gateway. I upgraded to the build at https://groups.google.com/forum/#!topic/…
-
According to couchdb [docs](http://docs.couchdb.org/en/latest/api/document/common.html), the attachments "digest" property is set as MD5 but, from what I saw, the code seems to only support SHA1 now? …
-
Per [this email thread](https://groups.google.com/d/msgid/mobile-couchbase/b7e9627b-3aa1-41bd-80c4-242d5ee67e65%40googlegroups.com?utm_medium=email&utm_source=footer), if a CBLManager instance is asso…
-
Need to implement the HttpListener capabilities to support PhoneGap and peer-to-peer functionality in the .NET version.
Acceptance Criteria:
- Fully interoperable with listeners from CBL.iOS and CBL.…