summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Collapse)AuthorAgeFilesLines
* QPID-6440: [Java Broker] Web UI, correct problem that causes checkbox ↵0.32Keith Wall2015-03-111-1/+6
| | | | | | | | | | | | values to be corrupted in edit dialogues Merged from trunk with command svn merge -c 1665735 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1666029 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6359: Lock in 0.32 release version numbersJustin Ross2015-03-1015-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1665475 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6432: when looking for the JMSType value use the message Subject first ↵Robert Gemmell2015-03-061-0/+6
| | | | | | | | | if present merge from trunk r1664114 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1664568 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6408: [Java Broker] Expose the AMQP connection limits through the web ↵Keith Wall2015-02-256-38/+95
| | | | | | | | | | | | management UI Merged with command: svn merge -c 1661741 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1662181 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6410: [Java Broker] Disambiguate the connection adapter name by adding ↵Keith Wall2015-02-252-4/+4
| | | | | | | | | | | | | a connection ID to the name Merged from trunk with command. svn merge -c 1661929 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1662180 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6407: Edit dialogue for BDB HA does not faithfully populate attributes ↵Keith Wall2015-02-249-49/+27
| | | | | | | | | | | | node priority or required number of nodes Merged from trunk with command: svn merge -c 1661693 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661946 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6346: [Java Broker] Fix field reference when file reader is unsupportedKeith Wall2015-02-241-1/+1
| | | | | | | | | | Merged from trunk with command: svn merge -c 1661207 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661936 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6398: [Java Broker] Update web management console UI to invoke dojo ↵Keith Wall2015-02-2458-174/+353
| | | | | | | | | | parser.parse as a promise due to changes in dojo 1.8 causing the parser to run in asynchronous fashion in some cases svn merge -c 1661166 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661935 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6364: [Java Broker] Keystore data url must be a secure attributeKeith Wall2015-02-242-1/+2
| | | | | | | | | | Merged from trunk with command: svn merge -c 1661165 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661933 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6401 : Merge of 1661079 to 0.32Robert Godfrey2015-02-231-7/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661731 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6401 : [Java Broker] Add ability to validate connection attempts based ↵Robert Godfrey2015-02-192-13/+26
| | | | | | on plugins git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660882 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6395 : [Java Broker] add support for queue default filters, and filters ↵Robert Godfrey2015-02-173-22/+106
| | | | | | solely on arrival time git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660458 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6364: Introduce attribute annotation property 'secureValueFilter' to ↵Alex Rudyy2015-02-177-147/+229
| | | | | | | | | | mask only secure values matching the filter. Set secureValueFilter on keystores/trustores to mask only data URLs. Stop applying oversize when actuals attributes are requested. Update corresponding keystore/truststore UI tp show actual values for non data URLs. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660391 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6388 : Treat terminus with durability of "configuration" as durableRobert Godfrey2015-02-121-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659359 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6240: increment the delivery count when applying the new state and ↵Robert Gemmell2015-02-121-0/+1
| | | | | | releasing the queue entry git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659229 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6240 : Rollback of transactions with settled acks should release the ↵Robert Godfrey2015-02-111-1/+1
| | | | | | queue entries git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659039 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6381 : don't delete link endpoints which are detached and have terminus ↵Robert Godfrey2015-02-111-1/+2
| | | | | | durability CONFIGURATION git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659037 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6383 : don't auto delete queues because the children are being removed ↵Robert Godfrey2015-02-111-9/+7
| | | | | | due to broker closure git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658923 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6384 : fix various issues with durable linksRobert Godfrey2015-02-112-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658849 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6381 : if detach with close=true is received, then actually destroy the ↵Robert Godfrey2015-02-101-1/+1
| | | | | | link git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658845 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6365: [Java Broker] Only expose secure attribute values when transport ↵Alex Rudyy2015-02-093-16/+115
| | | | | | is SSL and initial configuration is requested git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658424 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6366: [Java Broker] Prevent data urls cluttering the UI and prevent ↵Alex Rudyy2015-02-067-28/+63
| | | | | | potentially large data url consuming too much bandwidth during the regular REST poll git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657900 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6364: Add a secure attribute 'storeUrl' into Keystore for specifying ↵Alex Rudyy2015-02-053-6/+6
| | | | | | store content location and make attribute 'path' derived. Rename Trsuststore attribute 'path' into 'storeUrl' for consistency. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657708 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6356: Add port transport into operational log message for starting ↵Alex Rudyy2015-02-042-16/+17
| | | | | | managegement plugins git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657341 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6361: [Java Broker] Change 0-8..0-91 queue declare to no longer ↵Keith Wall2015-02-041-11/+0
| | | | | | consider the durability when validating an existing queue. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657270 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6360: [Java Broker] Extend the UI to support creation of alternate ↵Alex Rudyy2015-02-0416-275/+549
| | | | | | group providers and the new config based group provider plugin git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657255 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Increment year in HTML footer of Java Web Management ConsoleKeith Wall2015-02-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657133 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6356: Remove operational log 'MNG-1006 : Using SSL Keystore : {0}'Alex Rudyy2015-02-032-10/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656805 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6353 : [Java Broker] [AMQP 1.0] consumer attempting to drain an empty ↵Robert Godfrey2015-02-032-0/+6
| | | | | | queue does not send back flow indicating drain is complete git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656664 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6341 : Add test and allow a default alt text for oversized valuesRobert Godfrey2015-02-022-1/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656566 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6351: Fix preferences provider widget to update UI every time on ↵Alex Rudyy2015-02-022-1/+3
| | | | | | setting or loading data git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656522 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6346: Improve field labels and prompt messages in UI for non java ↵Alex Rudyy2015-02-024-20/+21
| | | | | | keystores/truststores, display timezone for certificate start/end time git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656477 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6346: Create keystore/trustore tab UI only onceAlex Rudyy2015-01-312-15/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656131 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6346: Display subject and certificate validity period for non java ↵Alex Rudyy2015-01-302-4/+35
| | | | | | keystores git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656055 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6346: Fix setting of required flag on ResourceWidgetAlex Rudyy2015-01-301-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656054 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6351: [Java Broker] Remove provider name from edit UI, remove button ↵Alex Rudyy2015-01-307-30/+9
| | | | | | 'Add Preferences Provider' from Authentication provider tab and fix disabled preferences provider fields in Add Authentication provider dialog git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655975 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6346: [Java Broker] Encapsulate duplicate UI for uploading of broker ↵Alex Rudyy2015-01-3012-549/+371
| | | | | | resources into widget and use the widget in keystores and truststore UI git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655974 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6346: [Java Broker] Add UI for uploading of pem/der keys and ↵Alex Rudyy2015-01-299-0/+719
| | | | | | certificates for non-java keystores/truststores into web management console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655560 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6345 : Allow enabled cipher suites to be configuredRobert Godfrey2015-01-283-3/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655457 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6342 : Fail fast when commands sent in wrong orderRobert Godfrey2015-01-272-4/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655186 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6341 : Fix testRobert Godfrey2015-01-271-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655180 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6341 : Enchacements to the meta data modelRobert Godfrey2015-01-274-37/+111
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655160 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6331 : Allow AMQP 1.0 message content to be evicted to diskRobert Godfrey2015-01-271-14/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655154 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6339 : Use variable interpolation for help url and initial virtual host ↵Robert Godfrey2015-01-271-0/+4
| | | | | | config git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655125 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6337: Fix renediring of dialog action barAlex Rudyy2015-01-2720-20/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655071 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6337: Fix javascript error occuring in IE8 after dojo upgradeAlex Rudyy2015-01-271-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655068 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6337: [Java Broker] Upgrade Dojo version to 1.10.3Alex Rudyy2015-01-271-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655067 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6318: [Java Broker] Make UI support the upload of JKS filesKeith Wall2015-01-2020-342/+1084
| | | | | | Work completed by Andrew MacBean <macbean@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1653285 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6316: [Java Broker] Make UI support the upload of ACL filesKeith Wall2015-01-205-134/+373
| | | | | | Work completed by Andrew MacBean <macbean@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1653244 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6304: [Java Broker] Allow truststore and keystore (JKS) files to be ↵Andrew MacBean2015-01-141-3/+2
| | | | | | | | | | stored as a data:// URL inside the config * Added truststore/keystore unit tests too to cover both new and (most of) the existing functionality, retiring the equivilent slower REST system tests. * Added single REST test exercising the creation of a keystore/teststore from data:// URL. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1651615 13f79535-47bb-0310-9956-ffa450edef68