Re: How does the Sync Gateway authenticate to Couchbase Server?

2015-02-27 Thread Pascal
Thanks Jens. I wanted to test that suggestion but sync-gateway (1.0.3) doesn't accept any config files: $ /opt/couchbase-sync-gateway/bin/sync_gateway -url http://localhost:8091 -bucket eponyms couchbase-sync-gateway.json 16:43:21.989336 FATAL: Error reading config file couchbase-sync-gateway.j

Re: ANN: iOS CBLModel support for inverse to-many relations

2015-02-27 Thread Christoph Berlin
Hi Jens, very nice. Quick question: is or will this feature be supported on the Sync Gateway to allowing us to determine channel access rules? Based on your scenario with albums and records it may not make sense but if you apply the following scenario it could come in handy: 1) Each user has a

Re: ANN: iOS CBLModel support for inverse to-many relations

2015-02-27 Thread Jens Alfke
> On Feb 27, 2015, at 9:46 AM, Christoph Berlin > wrote: > > Hi Jens, very nice. Quick question: is or will this feature be supported on > the Sync Gateway to allowing us to determine channel access rules? Inverse relations aren’t useable in a sync function (or a map function for that matter

Re: How does the Sync Gateway authenticate to Couchbase Server?

2015-02-27 Thread Jens Alfke
> On Feb 27, 2015, at 8:49 AM, Pascal wrote: > > "users": { > "GUEST": {"disabled": false}, > "admin_channels": ["public"] > } That’s wrong — the “admin_channels” property needs to be inside

Couchbase Mobile - Qt Creator - Language Support Samples

2015-02-27 Thread Mike Tallent
What languages are supported and what samples should we use if we want Cross Platform Support With Couchbase Mobile using QT Creator which supports Most platforms including Embedded, Ios, Android, and Desktop. Is there a Desktop (Couchbase Mobile) solution? Is there a Local Database Solution

Sync function to allow writes from external/shadow bucket only

2015-02-27 Thread Thiago Alencar
Hi, How can I setup a sync function to allow writes only from an external (shadow) bucket? Thanks and BR, Thiago -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an em

Re: Couchbase Mobile - Qt Creator - Language Support Samples

2015-02-27 Thread Jens Alfke
> On Feb 27, 2015, at 12:26 PM, Mike Tallent wrote: > > What languages are supported and what samples should we use if we want Cross > Platform Support With Couchbase Mobile using QT Creator which supports Most > platforms including Embedded, Ios, Android, and Desktop. I think you recently as

Re: Sync function to allow writes from external/shadow bucket only

2015-02-27 Thread Jens Alfke
> On Feb 27, 2015, at 2:20 PM, Thiago Alencar wrote: > > How can I setup a sync function to allow writes only from an external > (shadow) bucket? Hm. Probably by taking advantage of the fact that the writes from the other bucket are made with admin/superuser privileges instead of as a user a