-
We can fix all the problems and inconveniences of authentication on Android, if we use a session cookie instead of basic auth:
- [ ] Implement `POST /_session` in the Router — this is standard API fro…
-
Hi,
I'm trying to create a Database and connect to it but I keep getting the following error:
![image](https://user-images.githubusercontent.com/17268986/52562051-26a38980-2df5-11e9-8305-4ed76a35549…
-
Hi,
we wanted to update to cordova 6 including cordova-ios@4, but the build crashes with the following error:
```
com.couchbase.lite.phonegap/CBLite.m:15:19: error: no visible @interface for 'CDVPlug…
-
- [ ] how reliable is couchbase lite in terms of community size, updates, etc.
- [ ] what about performance? E.g. reading basic case data for a list of 100 cases
- [ ] define how to migrate from the…
-
Developers who don't use the coax library to send their REST requests won't be able to connect to CBL at all on Android — every request will fail with a 401 Unauthorized status. See [this forum thread…
-
Opening the HTML resource triggers a download from HTML files/folders from couchBase Lite into a local folder on the tablet, before opening it with Firefox. Downloading of the files and folders takes…
-
When running a query using `queryView(ViewQuery)`, I get the right results in `ViewResult`. However, when using `queryView(ViewQuery, Class)`, I get 0 results.
My TDView looks like:
``` java
TDView…
-
I am looking around for solutions to replicate a local LevelDB from C++ to a server.
Wondering if it would be feasible to port level-replicator to C++?
I'm actually looking for a lightweight alternat…
-
If a request contains expect: 100-continue then per section 8.2.3 of RFC 2616 the server MUST either respond with a 100 Continue response OR it MUST return a final status code. The listener does neith…
-
Can you tag the releases in Github so I can specify a version in my Cordova config files?
This makes it easier to control which version the application is using.
1.1.0
1.2.1
1.3.0
Thanks
cordova plug…