Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 77A3FFFAC for ; Wed, 27 Mar 2013 16:31:39 +0000 (UTC) Received: (qmail 3319 invoked by uid 500); 27 Mar 2013 16:31:37 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 3270 invoked by uid 500); 27 Mar 2013 16:31:37 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 3262 invoked by uid 99); 27 Mar 2013 16:31:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2013 16:31:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dch@jsonified.com designates 209.85.215.54 as permitted sender) Received: from [209.85.215.54] (HELO mail-la0-f54.google.com) (209.85.215.54) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2013 16:31:33 +0000 Received: by mail-la0-f54.google.com with SMTP id gw10so15711725lab.41 for ; Wed, 27 Mar 2013 09:31:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jsonified.com; s=google; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=OizE6Ck6Ix9y5DLShu/T94+U2W7G1HIrWreADk7yUgU=; b=RPWDc3FUEG5m+U5IYRQh1yFW/F+pcX1zpwzeueiDm0jxcY3HKJP6MWPs3TmQdFZGuW olN5ivIVCKu9EwX4xkaZidugU+Q3R9UJ8t2GK1bZqk2N8YEnDYCnD+60ix58q72sHy4r 4vttpjjZKOPpFnJHLd1aZJpGU7bXEWACQAHCg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:content-type:x-gm-message-state; bh=OizE6Ck6Ix9y5DLShu/T94+U2W7G1HIrWreADk7yUgU=; b=nNoJ5KCFBke/zOoxByjU2Djm6aIYn0UGtpXSV2/kLlJiGNdEIZYsL7HsnEZ/NYdFV+ nla+Rqu5gTZ1MsqvaSvZNdV21/LTf4/ExTodEPh1OCTTAd50DXuTjmHK46pznM08inp/ C+lL+c8vZtxB7LuOMrvggtqOEMgK9OJuPPtwCwHs1K4LWjozhC2NyHzh0X08NJkI70lM i9agwJI3M82PrLhxJzegrbCljtPB6wLHJobL5RW8YyP/GLYWHPBR7hEOGhC9Tcf3aLHg Dv+6NOyU0w/dRb4aJMcAYxhO+FJcbrjPItWEwxReh6F6NLXfM0bZ1gO2SqMNQv30Sd14 xjBw== MIME-Version: 1.0 X-Received: by 10.112.145.197 with SMTP id sw5mr10142554lbb.91.1364401871826; Wed, 27 Mar 2013 09:31:11 -0700 (PDT) Received: by 10.112.81.169 with HTTP; Wed, 27 Mar 2013 09:31:11 -0700 (PDT) X-Originating-IP: [84.112.19.176] In-Reply-To: <7BF0E6DD-9A71-49AB-9640-8962F828D5FE@yahoo.com> References: <7BF0E6DD-9A71-49AB-9640-8962F828D5FE@yahoo.com> Date: Wed, 27 Mar 2013 17:31:11 +0100 Message-ID: Subject: Re: Google Summer of Code topics From: Dave Cottlehuber To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlfLzXxIRQsORDYKdleezSA/NmOMcVhx+vfVryQ9rElMm6+D+y9A6Dv7njehCf2n96g3jHx X-Virus-Checked: Checked by ClamAV on apache.org On 22 March 2013 15:20, Jeff Charette wrote: > My top 3 for couchapps: > > 1. more robust _rewrites module to do things like, possibly introduce regex matching > http://stackoverflow.com/questions/14839422/rewrite-without-file-extension-in-couchdb > 2. doc level security Got them. > 3. with secure_rewrites true, _attachments handler moved to design doc level /db/_design/doc/_attachments - like an update handler > - database level _users, so /db/_design/doc/_users - behaves just like /_users Not quite sure what you mean by this. I'll be OOO for the next few days, but if you can turn this into a JIRA ticket and get one of the devs to tag it as "gsoc2013" afterwards, we'll have it in the list for consideration. Thanks for the ideas!! A+ Dave