summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/management-http
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-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1665475 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-6407: Edit dialogue for BDB HA does not faithfully populate attributes ↵Keith Wall2015-02-245-42/+22
| | | | | | | | | | | | 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-2448-142/+287
| | | | | | | | | | 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-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-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-066-27/+62
| | | | | | 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-041-13/+9
| | | | | | managegement plugins git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657341 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-031-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656805 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-281-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655457 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-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
* QPID-6291: [Java Broker] Remove the now defunct supported attributes: ↵Keith Wall2014-12-291-1/+0
| | | | | | | | VH#supportedExchangeTypes, VH#supportedQueueTypes, Broker#supportedAuthenticationProviders, Broker#supportedPreferencesProviderTypes Clients now can discover the supported attributes in a generic fashion via the metadata service. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1648392 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6290: [Java Broker] Management UI - refactor add VHN/VH to remove type ↵Keith Wall2014-12-283-61/+25
| | | | | | | | based conditional logic * Also removed now defunct Broker attributes #supportedVirtualHostNodeTypes and #supportedVirtualHostTypes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1648245 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6289: [Java Broker] Extend Java Broker model to encapsulate permitted ↵Keith Wall2014-12-271-0/+16
| | | | | | | | child types Work of Robert Godfrey <rgodfrey@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1648039 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6276: [Java Broker] Disable upload feature (with tooltip to indicate ↵Keith Wall2014-12-222-8/+12
| | | | | | | | | why) in browsers that do not support HTML5 * Also used file icon (rather than tick) to symbolise the fact that file file is loaded client side. The tick gave the impression that the file was valid. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1647307 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6276: [Java Broker] Don't set caching headers when using ↵Keith Wall2014-12-221-2/+8
| | | | | | content-disposition attachment (prevents IE8 failure). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1647277 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6276: [Java Broker] Enhance the virtualhost UI to support ↵Keith Wall2014-12-197-47/+213
| | | | | | upload/download of virtualhost config expressed as JSON. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1646829 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6246: Various fixes for preferences provider UIAlex Rudyy2014-12-039-21/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1643103 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6246: Display authentication provider specific fields on authentication ↵Alex Rudyy2014-12-0226-151/+671
| | | | | | provider tab git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1642841 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6246: [Java Broker] Refactor authentication provider UIs to use ↵Alex Rudyy2014-11-2829-699/+1062
| | | | | | dedicated dialogues git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1642340 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6246: Introduce ManagedInterface and ManagedAnnotation and expose the ↵Alex Rudyy2014-11-261-0/+13
| | | | | | implemented ManagedInterfaces via meta data servlet git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1641849 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6227: [Java Broker] Refactor ConsoleHelper.js to avoid the need to ↵Keith Wall2014-11-141-15/+14
| | | | | | hardcode docbook urls by reading url from context git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1639650 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6220: [Java Broker] BDB HA VH edit dialogue - ensure master/replica ↵Keith Wall2014-11-083-12/+40
| | | | | | | | synch policy displayed reflects that that is in force * Add missing tooltips too git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1637550 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6217 : [Java Broker] disable HTTP TRACE requests, also hide server ↵Robert Godfrey2014-11-062-0/+90
| | | | | | implementation details and stack traces from output git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1637246 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6185: [Java Broker] Further UI changes to handle the user table non IE ↵Andrew MacBean2014-10-243-27/+30
| | | | | | issue and some dialog titles git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634043 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6185: [Java Broker] Make the web management UI tables, tabs and panels ↵Andrew MacBean2014-10-2412-47/+95
| | | | | | more consistent in terms of style and STATE being displayed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634026 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6174 : Increase defaults for Jetty thread pool sizeRobert Godfrey2014-10-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633672 13f79535-47bb-0310-9956-ffa450edef68