Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E7D9A200B85 for ; Thu, 15 Sep 2016 16:03:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E69F4160AB7; Thu, 15 Sep 2016 14:03:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3E39C160AB5 for ; Thu, 15 Sep 2016 16:03:33 +0200 (CEST) Received: (qmail 5262 invoked by uid 500); 15 Sep 2016 14:03:32 -0000 Mailing-List: contact dev-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list dev@archiva.apache.org Received: (qmail 5250 invoked by uid 99); 15 Sep 2016 14:03:32 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2016 14:03:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AD257E0243; Thu, 15 Sep 2016 14:03:31 +0000 (UTC) From: effrafax To: dev@archiva.apache.org Reply-To: dev@archiva.apache.org Message-ID: Subject: [GitHub] archiva pull request #26: Final fix for MRM-1908 Content-Type: text/plain Date: Thu, 15 Sep 2016 14:03:31 +0000 (UTC) archived-at: Thu, 15 Sep 2016 14:03:34 -0000 GitHub user effrafax opened a pull request: https://github.com/apache/archiva/pull/26 Final fix for MRM-1908 Hi, this is the final patchset for https://issues.apache.org/jira/browse/MRM-1908 . The last pull request on the redback component added the needed functionality to restrict the rest service methods. This patch restricts the upload rest method and returns a filtered list on the upload view in the web gui. You can merge this pull request into a Git repository by running: $ git pull https://github.com/effrafax/archiva MRM-1908 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/archiva/pull/26.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #26 ---- commit d01764bed989abc53c20cb79723e59ae390f454a Author: Martin Stockhammer Date: 2016-09-14T19:48:59Z Changing upload permissions using parameter reference Needs the new functionality in the redback annotations. commit de3eb83242b42d75546670e8859cdb1f59fe4fa6 Author: Martin Stockhammer Date: 2016-09-14T19:49:30Z Adding restricted view for user managable repositories Adds additional rest method to list the repositories where the user has manage permissions. Restricts the view for uploads to only managable repositories. commit 5bc8ad7de352acb025fefb2e39967abf94163b3b Author: Martin Stockhammer Date: 2016-09-14T21:04:03Z Adding test case for repository listing ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---