Re: Auth Roadmap

2010-02-11 Thread Brian Candler
I think what you say has merit, but it doesn't jibe with my understanding of our implementation in a logical way. I'm ready to ship the basic programming model we have - it maps cleanly onto the underlying infrastructure (less abstraction can be a good thing). With respect, I think we're

Re: Auth Roadmap

2010-02-11 Thread Chris Anderson
On Thu, Feb 11, 2010 at 4:20 AM, Brian Candler b.cand...@pobox.com wrote: I think what you say has merit, but it doesn't jibe with my understanding of our implementation in a logical way. I'm ready to ship the basic programming model we have - it maps cleanly onto the underlying infrastructure

Re: Auth Roadmap

2010-02-11 Thread Brian Candler
On Thu, Feb 11, 2010 at 08:32:49AM -0800, Chris Anderson wrote: To be clear, I'm not suggesting this at all. It'd be more like (pardon my earlier accidental _underscores): { readers:{ names:[foo,bar], roles:[baz, _replicator, doctor] }, admins:{

[jira] Created: (COUCHDB-650) Add now option for ?since parameter on _changes

2010-02-11 Thread Randall Leeds (JIRA)
Add now option for ?since parameter on _changes - Key: COUCHDB-650 URL: https://issues.apache.org/jira/browse/COUCHDB-650 Project: CouchDB Issue Type: Improvement Components: HTTP

[jira] Updated: (COUCHDB-650) Add now option for ?since parameter on _changes

2010-02-11 Thread Randall Leeds (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds updated COUCHDB-650: -- Attachment: 0001-add-since-now-option-to-continuous-catch-edge-cases-.patch This patch adds

Re: Auth Roadmap

2010-02-11 Thread Chris Anderson
On Tue, Feb 9, 2010 at 2:52 PM, Chris Anderson jch...@apache.org wrote: Devs, I've been getting a lot of feedback about the authentication authorization work that I did over the holidays and over the last few weeks. There are also some enhancements I've been thinking about for a while.

Re: Auth Roadmap

2010-02-11 Thread Jan Lehnardt
On 11 Feb 2010, at 22:10, Chris Anderson wrote: 2) ACLs / Security Object I couldn't originally think of a reason the validation funs would need to see the per-db admins / readers lists. Brian has a use case for this. Also, I think I can accomplish this feature while also simplifying the

[jira] Commented: (COUCHDB-650) Add now option for ?since parameter on _changes

2010-02-11 Thread Chris Anderson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832859#action_12832859 ] Chris Anderson commented on COUCHDB-650: The problem with since=now is that it can

[jira] Commented: (COUCHDB-650) Add now option for ?since parameter on _changes

2010-02-11 Thread Randall Leeds (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832869#action_12832869 ] Randall Leeds commented on COUCHDB-650: --- The problem with since=now is that it can