summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* QPID-4984: WIP - Merge from trunk r.1534385.Kim van der Riet2013-10-2177-767/+3022
* QPID-4984: WIP - Merge from trunk r.1525056Kim van der Riet2013-09-20229-210/+31739
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-1019-0/+1625
* QPID-4980 : [Java Broker] add connection pool attributes to http managementRobert Godfrey2013-07-0514-19/+278
* QPID-4980 : [Java Broker] In HTTP Management make (standard) virtual host sto...Robert Godfrey2013-07-058-10/+204
* QPID-4977 : [Java Broker] the virtualhost creation dialog doesnt display the ...Robert Godfrey2013-07-051-3/+4
* QPID-4970 : [Java Broker] Configure MessageStores based on VirtualHost object...Robert Godfrey2013-07-012-6/+34
* QPID-4837 : [Java Broker] add ability to use connection pool for JDBC storeRobert Godfrey2013-06-271-0/+54
* QPID-4837 : [Java Broker] add ability to use connection pool for JDBC storeRobert Godfrey2013-06-243-0/+120
* QPID-4937 : [Java Broker] separate virtualhosts into different typesRobert Godfrey2013-06-197-66/+153
* QPID-4912: Allow setting queue binding arguments in exchange MBeanAlex Rudyy2013-06-062-18/+21
* QPID-4908: Expose queue attributes MessageGroupKey and MessageGroupSharedGrou...Alex Rudyy2013-06-052-0/+25
* QPID-4894: Fix removal of exchange binidings in web management consoleAlex Rudyy2013-06-011-1/+1
* QPID-4868: Add UI into web management console to edit JMX management configur...Alex Rudyy2013-05-202-0/+38
* QPID-4858: Prevent silent use of insecure HTTP connector when HTTP protocol w...Alex Rudyy2013-05-173-33/+8
* QPID-4860: Show virtual host state in UI and transition virtual host into ERR...Alex Rudyy2013-05-171-0/+1
* QPID-4851: Allow users to access http management using '/' instead of forcing...Alex Rudyy2013-05-171-0/+2
* QPID-4862: Improve registration/unregistration for JMX MBean objectsAlex Rudyy2013-05-172-43/+20
* QPID-4739: Remove redundant validation of keystore attributes as they are val...Alex Rudyy2013-05-171-22/+0
* QPID-4863: Validate plugin attribute changes and throw UnsupportedOperationEx...Alex Rudyy2013-05-172-0/+50
* QPID-4847: add support for message group attributes when creating/inspecting ...Robert Gemmell2013-05-154-0/+39
* QPID-4841 : Ensure all data values returned through the REST API are properly...Robert Godfrey2013-05-1416-87/+103
* QPID-4833 : [Java Broker] Display transport (TCP/SSL) and (accepting) port fo...Robert Godfrey2013-05-113-3/+13
* QPID-4657: Add note into Port editing UI that changes take have after Broker ...Alex Rudyy2013-05-092-1/+5
* QPID-4823: add missing entry to AddQueue dialog for setting the 'alertThresho...Robert Gemmell2013-05-092-1/+11
* QPID-4747: we no longer need the 'default' column in the authentication provi...Robert Gemmell2013-05-071-8/+3
* NO-JIRA: add missing licence headers to various java filesRobert Gemmell2013-05-053-0/+60
* QPID-4814: Fix the rest layer configured object update by name and multiple o...Alex Rudyy2013-05-041-3/+24
* QPID-4802: In management mode set state to ERRORED for failing to activate au...Alex Rudyy2013-05-039-21/+40
* QPID-4795: update naming of the UserManagement MBeans to remove restriction p...Robert Gemmell2013-05-011-2/+15
* QPID-4791: Change JSESSIONID cookie name to include the port number in order ...Alex Rudyy2013-04-301-1/+5
* QPID-4753: set vhost SecurityManager _managementMode boolean to equal the par...Robert Gemmell2013-04-291-1/+4
* 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