From 2c0555f90ecb61a068754569e2624a6569b89a2c Mon Sep 17 00:00:00 2001
From: Fabrice Bacchella <fbacchella@spamcop.net>
Date: Fri, 15 May 2015 16:36:45 -0400
Subject: [PATCH] A patch that allows to extract a new user informations from the HTTP session if the webapp container can fill it.

---
 releases.moxie |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/releases.moxie b/releases.moxie
index 5fead38..b6ed96d 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -16,6 +16,9 @@
     security: ~
     fixes:
     - Fix exception when viewing a ticket with a patchset where the integration branch does not exist (issue-521, ticket-212)
+    - Fix exception when deleting a repository using the FileTicketService (issue-522, ticket-213)
+    - Do not inject team repository permissions as explicit user permissoins when editing a user (issue-462, ticket-214)
+    - Whitelist the target link attribute in the XSS filter (ticket-216)
     changes:
     - Replaced Dagger with Guice (ticket-80)
     - Use release name as root directory in Gitblit GO artifacts (ticket-109)
@@ -27,11 +30,14 @@
     - Add Priority & Severity fields for tickets (pr-220, ticket-157)
     - Add Maintenance ticket type (pr-223, ticket-206)    
     dependencyChanges:
-    - Guice 4.0-beta4 (ticket-80)
+    - Guice 4.0-beta5 (ticket-80, ticket-219)
     - SLF4j 1.7.7 (ticket-122)
     - gson 2.2.2 (ticket-123)
     - Freemarker 2.3.20 (ticket-124)
     - Lucene 4.10.0 (ticket-159)
+    - SSHD 0.13.0 (ticket-218)
+    settings:
+    - { name: web.displayUserPanel, defaultValue: 'true' }
     contributors:
     - James Moger
     - David Ostrovsky
@@ -39,6 +45,7 @@
     - Florian Zschocke
     - Paul Martin
     - razzard
+    - Alexander Zabluda
 }
 
 #

--
Gitblit v1.9.1