summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* QPID-4661: Improve broker attribute editing UI to avoid sending of unmodified...Alex Rudyy2013-03-221-10/+27
* QPID-4661: Display java broker store details and platform details in the web ...Alex Rudyy2013-03-212-3/+45
* QPID-4661: Add UI into java broker web management console to edit broker attr...Alex Rudyy2013-03-204-26/+577
* QPID-4657: Add UI into java broker web management console to add/edit/delete ...Alex Rudyy2013-03-185-6/+415
* QPID-4596,QPID-4638: Change authentication provider names to shorter names, r...Alex Rudyy2013-03-132-2/+2
* QPID-4639: Add UI to add/delete virtual hosts into java broker web management...Alex Rudyy2013-03-119-8/+381
* QPID-4638: Add UI to add/delete/update authentication providers into java bro...Alex Rudyy2013-03-1112-25/+663
* QPID-4390: misc logging related changesRobert Gemmell2013-03-104-17/+24
* QPID-4596: Add java broker ability to create/delete/update virtual hosts, aut...Alex Rudyy2013-02-274-37/+31
* QPID-4602: Fix broker startup when default log4j configuration is used and fi...Alex Rudyy2013-02-261-1/+4
* [QPID-4594] Add command line option to start java broker in a management mode...Alex Rudyy2013-02-222-0/+9
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-1931-822/+1268
* QPID-4519: return true for VirtualHost MBean isStatusEnabled, dont update sta...Robert Gemmell2012-12-201-3/+2
* QPID-4512: stop the delete visitor indicating completion upon the first match...Robert Gemmell2012-12-201-4/+1
* QPID-4377: add missing licence headers to various files in the Java treeRobert Gemmell2012-12-113-0/+54
* NO-JIRA: only perform the uptodate check on dojo at the precompile point, aft...Robert Gemmell2012-12-091-3/+5
* QPID-4475: enable the web management UI support the PLAIN mechanism for SASL ...Robert Gemmell2012-11-272-2/+41
* QPID-4456: ensure the broker plugins get packaged in the release binary and a...Robert Gemmell2012-11-213-0/+6
* QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad...Robert Gemmell2012-10-1259-7067/+424
* QPID-4334: addressed Keith's review comments. Also moved PlainConfigurationTe...Keith Wall2012-09-288-88/+211
* QPID-4334: removed the firewall plugin and moved its functionality into the A...Keith Wall2012-09-2830-1185/+1464
* QPID-4313: Address review comments from QPID-4109 (Reenable LoggingManagement)Keith Wall2012-09-214-31/+36
* NO-JIRA: use uptodate to prevent management-http's dojo unwar happening unnec...Keith Wall2012-09-191-1/+11
* QPID-4284: Remove system test dependencies on development and localhost virtu...Keith Wall2012-09-177-55/+75
* QPID-4292: Java Web Management - standardise of the use of SC_FORBIDDEN and a...Keith Wall2012-09-129-25/+25
* QPID-4292: add ACL rule to authorise access to the web management UIKeith Wall2012-09-106-29/+132
* QPID-4255: Add "log out" functionality to web UIKeith Wall2012-09-068-26/+283
* QPID-4283: Make web management capable of using external authentication manager.Keith Wall2012-09-046-340/+34
* QPID-4271: improve behaviour when embedding the broker inside a containerKeith Wall2012-09-042-2/+12
* QPID-4282: Remove debug logging from web management consoleRobert Gemmell2012-09-031-11/+0
* QPID-4253: add configuration for basic-auth on http / https management and se...Robert Gemmell2012-09-024-5/+129
* QPID-4270: Change web management plugin to log management operational log mes...Keith Wall2012-08-304-16/+61
* QPID-4242 : [Java Broker] Remove QMFv1 implementationRobert Godfrey2012-08-295-10/+9
* QPID-4236, QPID-4237, QPID-4245: Added group management functionality, and ex...Robert Gemmell2012-08-2454-764/+2565
* QPID-4111: add licence header to various filesRobert Gemmell2012-08-127-0/+140
* QPID-4188: add fallback exception/error logging to MBeanInvocationHandlerImplRobert Gemmell2012-08-031-1/+26
* QPID-4189: Add unit tests for ConfiguredObjectToMapConverterKeith Wall2012-08-034-102/+316
* QPID-4187: Improve operational management logging: - make ManagementActor thr...Robert Gemmell2012-08-031-2/+6
* QPID-4186: MBeanInvocationHandler now sets log actor before performing author...Robert Gemmell2012-08-032-51/+219
* QPID-4167: Fix a cycle in the JSON output of the AlternateExchange attribute ...Robert Gemmell2012-07-316-14/+71
* QPID-4167: Fix setting of queue attributes via web management console and res...Robert Gemmell2012-07-317-53/+136
* QPID-4170: prevent JMX threads from spinning in the Queue MBean if the conten...Robert Gemmell2012-07-302-8/+84
* QPID-4164: Prevent the erroneous re-storing of recovered messages during move...Keith Wall2012-07-251-7/+89
* QPID-3998: Add HTTPS test for REST interfacesRobert Gemmell2012-07-192-4/+103
* QPID-4151: Add validation for reserved exchange names into addExchange dialog...Robert Gemmell2012-07-191-1/+2
* QPID-4149: Add REST functionality to delete exchanges, queues and bindings, a...Robert Gemmell2012-07-1911-20/+320
* QPID-4150: Display the name of queue type key(sortKey,priorities,lvqKey) and ...Robert Gemmell2012-07-192-2/+27
* QPID-3998: Add HTTPS support for the REST management interfaceRobert Gemmell2012-07-1310-76/+161
* QPID-3998, QPID-3999: System tests for Rest API, small fixups for the adapter...Robert Gemmell2012-07-1124-13/+2211
* QPID-3998, QPID-3999: get the user name from HttpServletRequest#getRemoteUser...Robert Gemmell2012-07-111-0/+4