summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* update version numbers on 0.32.x branchRobert Godfrey2015-05-0615-15/+15
* QPID-6440: [Java Broker] Web UI, correct problem that causes checkbox values...0.32Keith Wall2015-03-111-1/+6
* QPID-6359: Lock in 0.32 release version numbersJustin Ross2015-03-1015-15/+15
* QPID-6432: when looking for the JMSType value use the message Subject first i...Robert Gemmell2015-03-061-0/+6
* QPID-6408: [Java Broker] Expose the AMQP connection limits through the web ma...Keith Wall2015-02-256-38/+95
* QPID-6410: [Java Broker] Disambiguate the connection adapter name by adding a...Keith Wall2015-02-252-4/+4
* QPID-6407: Edit dialogue for BDB HA does not faithfully populate attributes n...Keith Wall2015-02-249-49/+27
* QPID-6346: [Java Broker] Fix field reference when file reader is unsupportedKeith Wall2015-02-241-1/+1
* QPID-6398: [Java Broker] Update web management console UI to invoke dojo pars...Keith Wall2015-02-2458-174/+353
* QPID-6364: [Java Broker] Keystore data url must be a secure attributeKeith Wall2015-02-242-1/+2
* QPID-6401 : Merge of 1661079 to 0.32Robert Godfrey2015-02-231-7/+8
* QPID-6401 : [Java Broker] Add ability to validate connection attempts based o...Robert Godfrey2015-02-192-13/+26
* QPID-6395 : [Java Broker] add support for queue default filters, and filters ...Robert Godfrey2015-02-173-22/+106
* QPID-6364: Introduce attribute annotation property 'secureValueFilter' to mas...Alex Rudyy2015-02-177-147/+229
* QPID-6388 : Treat terminus with durability of "configuration" as durableRobert Godfrey2015-02-121-2/+3
* QPID-6240: increment the delivery count when applying the new state and relea...Robert Gemmell2015-02-121-0/+1
* QPID-6240 : Rollback of transactions with settled acks should release the que...Robert Godfrey2015-02-111-1/+1
* QPID-6381 : don't delete link endpoints which are detached and have terminus ...Robert Godfrey2015-02-111-1/+2
* QPID-6383 : don't auto delete queues because the children are being removed d...Robert Godfrey2015-02-111-9/+7
* QPID-6384 : fix various issues with durable linksRobert Godfrey2015-02-112-2/+9
* QPID-6381 : if detach with close=true is received, then actually destroy the ...Robert Godfrey2015-02-101-1/+1
* QPID-6365: [Java Broker] Only expose secure attribute values when transport i...Alex Rudyy2015-02-093-16/+115
* QPID-6366: [Java Broker] Prevent data urls cluttering the UI and prevent pote...Alex Rudyy2015-02-067-28/+63
* QPID-6364: Add a secure attribute 'storeUrl' into Keystore for specifying sto...Alex Rudyy2015-02-053-6/+6
* QPID-6356: Add port transport into operational log message for starting manag...Alex Rudyy2015-02-042-16/+17
* QPID-6361: [Java Broker] Change 0-8..0-91 queue declare to no longer consider...Keith Wall2015-02-041-11/+0
* QPID-6360: [Java Broker] Extend the UI to support creation of alternate group...Alex Rudyy2015-02-0416-275/+549
* NO-JIRA: Increment year in HTML footer of Java Web Management ConsoleKeith Wall2015-02-041-1/+1
* QPID-6356: Remove operational log 'MNG-1006 : Using SSL Keystore : {0}'Alex Rudyy2015-02-032-10/+0
* QPID-6353 : [Java Broker] [AMQP 1.0] consumer attempting to drain an empty qu...Robert Godfrey2015-02-032-0/+6
* QPID-6341 : Add test and allow a default alt text for oversized valuesRobert Godfrey2015-02-022-1/+86
* QPID-6351: Fix preferences provider widget to update UI every time on setting...Alex Rudyy2015-02-022-1/+3
* QPID-6346: Improve field labels and prompt messages in UI for non java keysto...Alex Rudyy2015-02-024-20/+21
* QPID-6346: Create keystore/trustore tab UI only onceAlex Rudyy2015-01-312-15/+24
* QPID-6346: Display subject and certificate validity period for non java keyst...Alex Rudyy2015-01-302-4/+35
* QPID-6346: Fix setting of required flag on ResourceWidgetAlex Rudyy2015-01-301-1/+2
* QPID-6351: [Java Broker] Remove provider name from edit UI, remove button 'Ad...Alex Rudyy2015-01-307-30/+9
* QPID-6346: [Java Broker] Encapsulate duplicate UI for uploading of broker res...Alex Rudyy2015-01-3012-549/+371
* QPID-6346: [Java Broker] Add UI for uploading of pem/der keys and certificate...Alex Rudyy2015-01-299-0/+719
* QPID-6345 : Allow enabled cipher suites to be configuredRobert Godfrey2015-01-283-3/+23
* QPID-6342 : Fail fast when commands sent in wrong orderRobert Godfrey2015-01-272-4/+47
* QPID-6341 : Fix testRobert Godfrey2015-01-271-0/+10
* QPID-6341 : Enchacements to the meta data modelRobert Godfrey2015-01-274-37/+111
* QPID-6331 : Allow AMQP 1.0 message content to be evicted to diskRobert Godfrey2015-01-271-14/+32
* QPID-6339 : Use variable interpolation for help url and initial virtual host ...Robert Godfrey2015-01-271-0/+4
* QPID-6337: Fix renediring of dialog action barAlex Rudyy2015-01-2720-20/+28
* QPID-6337: Fix javascript error occuring in IE8 after dojo upgradeAlex Rudyy2015-01-271-2/+3
* QPID-6337: [Java Broker] Upgrade Dojo version to 1.10.3Alex Rudyy2015-01-271-1/+6
* QPID-6318: [Java Broker] Make UI support the upload of JKS filesKeith Wall2015-01-2020-342/+1084
* QPID-6316: [Java Broker] Make UI support the upload of ACL filesKeith Wall2015-01-205-134/+373