summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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