summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/management-http/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-213-24/+14
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-206-22/+27
* QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c...Robert Godfrey2014-04-183-27/+19
* QPID-5580 : [Java Broker] Introduce explicit type hierarchy for queues in the...Robert Godfrey2014-04-174-12/+12
* QPID-5699 : [Java Broker] Make getAttributeNames() in AbstractConfiguredObjec...Robert Godfrey2014-04-141-6/+0
* QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-131-3/+5
* QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-121-0/+2
* QPID-5639 : [Java Broker] Correct SASL Mechanism name in client / use consist...Robert Godfrey2014-04-121-2/+2
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-111-2/+2
* QPID-5680 : [Java Broker] move configuration defualts to annotationsRobert Godfrey2014-04-114-64/+75
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-092-3/+33
* QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-072-11/+12
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-047-63/+67
* QPID-5639 : [Java Broker] Add SCRAM-SHA-1 SASL supportRobert Godfrey2014-03-214-40/+199
* QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of the...Keith Wall2014-03-211-3/+3
* QPID-5617 : [Java Broker] restore or implement child added/removed notificati...Robert Godfrey2014-03-081-2/+2
* QPID-5611 : Fix other logging to always use the most current event logger hel...Robert Godfrey2014-03-083-7/+15
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-084-17/+19
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-077-84/+48
* QPID-5606 : [Java Broker] add connection principal to HTTP and JMX management...Robert Godfrey2014-03-063-1/+96
* QPID-5567 : Address review commentsRobert Godfrey2014-03-031-1/+0
* QPID-5578 : [Java Broker] allow the base class AbstractConfiguredObject to ta...Robert Godfrey2014-03-021-7/+0
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-261-1/+1
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-254-31/+9
* QPID-5579 : [Java Broker] build attribute meta data the same way for REST API...Robert Godfrey2014-02-2315-82/+67
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-192-50/+29
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-185-39/+53
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-144-7/+20
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br...Robert Godfrey2014-02-131-2/+2
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-115-14/+11
* QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-071-4/+3
* QPID-5527: Upgrade to Jetty 8Robert Gemmell2014-01-311-2/+2
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-235-14/+14
* QPID-5475 : [Java Broker] add ability to use ssl client auth to REST api and ...Robert Godfrey2014-01-134-15/+116
* QPID-5472: [Java Broker] Connection model object attribute PORT should return...Keith Wall2014-01-131-1/+1
* QPID-5474: display clientId and clientVersion attributes from the connection ...Robert Gemmell2014-01-132-14/+10
* QPID-5472: [Java Broker] Exceptions used to report bind port failure (AMQP/HT...Keith Wall2014-01-121-2/+2
* QPID-5458: display the message size, and correlation-id (if there is one)Robert Gemmell2014-01-091-0/+8
* NO-JIRA: [Java Broker] Update web management console copyright message to ref...Keith Wall2014-01-061-2/+2
* NO-JIRA : [Java] remove empty directories / unused importsRobert Godfrey2014-01-031-1/+0
* QPID-5437 : [Java Broker] Allow HTTP ports to be bound only to specific inter...Robert Godfrey2014-01-033-4/+15
* NO-JIRA: Add missing licences to some Java Broker Management .html files (ide...Keith Wall2013-12-161-0/+16
* QPID-5364: [Java Broker Management] Give RestServlet instances different serv...Keith Wall2013-11-212-2/+5
* QPID-5347: [Java Broker] Web Management console to display queueKeith Wall2013-11-152-0/+12
* QPID-5325: Improve a tooltip message for checkbox to save tab in preferencesAlex Rudyy2013-11-131-1/+1
* QPID-5327: Fix javascript errors reported in IE7 and IE11 on opening log view...Alex Rudyy2013-11-103-3/+3
* QPID-5326: Fix floating of authentication provider attributes down whilst scr...Alex Rudyy2013-11-101-6/+13
* QPID-5325: [Java Broker] Add ability to save web management console open tabs...Alex Rudyy2013-11-107-40/+159
* QPID-5207: review feedback + make _usePathInfo field finalRobert Gemmell2013-10-273-32/+31
* QPID-5243: Upgrade dojo toolkit to 1.9.1 and fix the incompatibility issues i...Alex Rudyy2013-10-175-137/+245