summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* QPID-4777: Add UI to view and edit web management configurationAlex Rudyy2013-04-2612-40/+482
* QPID-4596: Call AuthenticationManager#onCreate() only when authentication pro...Alex Rudyy2013-04-251-1/+15
* QPID-4773: Add functionality to display information about http errors which m...Alex Rudyy2013-04-243-2/+58
* QPID-4753: Add additional tests for updated AcessControlProvider config, inc ...Robert Gemmell2013-04-233-1/+42
* QPID-4769: Add port tab into java broker web management consoleAlex Rudyy2013-04-236-13/+294
* QPID-4768: Resolve compatibility issues in web management console for old ver...Alex Rudyy2013-04-233-48/+5
* QPID-4753: move ACL config from broker attribute to a top level entityAlex Rudyy2013-04-1916-70/+703
* QPID-4755: Rename broker attribute 'supportedStoreTypes' into 'virtualHostSup...Alex Rudyy2013-04-191-1/+1
* QPID-4752: Make the GroupProvider a full broker-level configuration entry ins...Alex Rudyy2013-04-199-27/+376
* QPID-4754: Make broker name editable and show it in the browser titleAlex Rudyy2013-04-191-1/+1
* QPID-4747: Remove defaultAuthenticationProvider field from broker attribute e...Alex Rudyy2013-04-171-18/+0
* QPID-4746, QPID-4747: Complete partial change in previous commitAlex Rudyy2013-04-171-1/+3
* QPID-4746, QPID-4747: remove the defaultAuthenticationProvider attribute from...Alex Rudyy2013-04-179-29/+191
* QPID-4739: add ACL tests for new TrustStore + KeyStore objectsRobert Gemmell2013-04-152-6/+22
* QPID-4739: complete support for defining multiple key/trust stores and assign...Robert Gemmell2013-04-1222-246/+1064
* QPID-4705: Restrict access to web management interfaces to authenticated and ...Alex Rudyy2013-04-0813-359/+719
* QPID-4725 : [Java Broker] HTTP Management GUI Connection and VirtualHost tabs...Robert Godfrey2013-04-073-0/+5
* QPID-4696: Fix javascript bug incorrectly invoking showReadOnlyAttributes on ...Alex Rudyy2013-04-041-1/+1
* QPID-4696: Group broker attributes on editing UI, improve attribute descripti...Alex Rudyy2013-04-033-76/+111
* QPID-4695: Add validation of configured object names and IDsAlex Rudyy2013-04-035-5/+5
* QPID-4691: Fix validation and UI for setting of keystore/truststore/peerstore...Alex Rudyy2013-04-024-51/+57
* QPID-4657, QPID-4683: review changes for new port configuration functionalityRobert Gemmell2013-03-312-22/+89
* QPID-4678: Add ACL checks to restrict the operations to change broker level c...Alex Rudyy2013-03-291-0/+7
* QPID-4677: Add missing broker attributes related to store transactionsAlex Rudyy2013-03-292-0/+72
* QPID-4677: Fix incorrect attribute names and update web management console UI...Alex Rudyy2013-03-293-60/+99
* 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