summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/management-http
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* QPID-6176: [Java Broker] Re-instate the variables/values that are now ↵Andrew MacBean2014-10-221-51/+45
| | | | | | missing from the Web UI Broker Attributes section git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633600 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6174 : Expose settings for restricting number of threads / queued jobs ↵Robert Godfrey2014-10-212-0/+27
| | | | | | in HTTP management server git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633424 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6162 : Add authentication providers which store user data in the config ↵Robert Godfrey2014-10-171-1/+2
| | | | | | file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632576 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-171-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632553 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6156 : [Java] Prevent downgrade to SSLv3 on secure connectionsRobert Godfrey2014-10-161-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632285 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6151: [Java Broker Web Management Console] Fix race condition ↵Keith Wall2014-10-141-1/+2
| | | | | | affecting the display of preference provider attributes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1631746 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6130: [Java Broker] Introduce edit queue dialog - further add/edit ↵Andrew MacBean2014-10-064-107/+162
| | | | | | harmonisation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1629680 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6130: [Java Broker] Introduce edit queue dialog - removed redundant JS ↵Andrew MacBean2014-10-031-3/+1
| | | | | | imports git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1629242 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6130: [Java Broker] Introduce edit queue dialog - review change to ↵Andrew MacBean2014-10-031-1/+1
| | | | | | remove duplicate API call git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1629225 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6130: [Java Broker] Introduce edit queue dialog to web management UIAndrew MacBean2014-10-039-44/+540
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1629203 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6126: Add ability to validate CO attributes on creation, transit COs ↵Alex Rudyy2014-10-011-1/+1
| | | | | | into ERRORED state if exception occurs on recovery, allow ERRORED CO restart after remediation of configuration problem git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1628867 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1627278 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6093: Address code review comments:Alex Rudyy2014-09-1710-19/+82
| | | | | | | | | 1) Display promptMessages in edit broker dialog 2) Fix issue with button disaperaing on dialog resize on editing VH/VHN and broker 3) Fix context name/value pair editing in Safari 4) Stop posting form data on pressing Cancel button in dialogs for editing VH/VHN and broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625650 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6105: [Java Broker] Avoid use of javascript const keyword to avoid ↵Keith Wall2014-09-171-1/+1
| | | | | | compatibility issue with older IE browsers. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625495 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6092: [Java Broker] Editing permitted node list to be allowed when VHN ↵Andrew MacBean2014-09-121-1/+1
| | | | | | is master or in STOPPED/ERRORED state. UI (2/2) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1624490 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6093: Add UI to set context variablesAlex Rudyy2014-09-1116-132/+1095
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1624345 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6073: [Java Broker] Management UI, move change prompt message fallback ↵Keith Wall2014-09-061-0/+1
| | | | | | position to below, rather than left git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622847 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6068: [Java Broker] Introduce ClientAuthCapablePort into Port hierarchy ↵Keith Wall2014-09-051-2/+8
| | | | | | to avoid validation in terms of getAttributes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622747 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6068: [Java Broker] Prevent NPE when ediiting JMX_CONNECTOR port ↵Keith Wall2014-09-054-64/+129
| | | | | | | | | | through REST or Web Management UI * Also hidden the authentication provider field when editting an RMI port * Added the missing prompts for transports/protocols. * Remove the mandatory marker from the protocols field git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622677 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: added colon character to the web UI context variable regex pattern ↵Andrew MacBean2014-08-251-1/+1
| | | | | | to allow use of namespace git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620329 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6034: [Java Broker] Refactor Port UI feedback changes from code reviewAndrew MacBean2014-08-254-29/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620323 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6038 : [Java Broker] display exchange type on exchange view in HTTP ↵Robert Godfrey2014-08-232-20/+37
| | | | | | management git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620037 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6036 : [Java Broker] Allow complete virtual host initial configuration ↵Robert Godfrey2014-08-221-1/+1
| | | | | | to be passed in on creation of a virtualhost node git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619918 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6034: [Java Broker] Refactor Port UI to use metadata service rather ↵Andrew MacBean2014-08-2210-353/+290
| | | | | | than hard-coding a list of protocols/transports etc git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619854 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6022 : Remove unnecessary and potentially XSS inducing replay of the ↵Robert Godfrey2014-08-221-1/+1
| | | | | | path info in the error response git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619733 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6027 : Add persisted derived attributes to the initial configuration ↵Robert Godfrey2014-08-211-0/+13
| | | | | | extract git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619584 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6027 : [Java Broker] Sort statisticsRobert Godfrey2014-08-211-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619323 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6027 : Give Json extracts a stable ordering, and add option to REST ↵Robert Godfrey2014-08-203-60/+162
| | | | | | servlet to extract data for an initial configuration (e.g. for a vhost) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619259 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6016: [Java Broker] Web UI error handlingKeith Wall2014-08-194-33/+37
| | | | | | Address review comments from Alex Rudyy <orudyy@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618889 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6010 : [Java Broker] Remove unnecessary system properties for ↵Robert Godfrey2014-08-191-1/+1
| | | | | | controlling which AMQP protocols are made available git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618858 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6016: [Java Broker] Improve Web Management Console error handlingKeith Wall2014-08-1826-58/+118
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618736 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6011 : [Java Broker] provide a mechanism for disabling plugins and ↵Robert Godfrey2014-08-181-3/+2
| | | | | | implementation types git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618531 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6006: [Java Broker] Fix the formatting of the port add/edit dialogueKeith Wall2014-08-162-169/+250
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618422 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6009 : [Java Broker] Add valid value meta data for attributesRobert Godfrey2014-08-161-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618414 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6006: [Java Broker] UI to expose attribute defaults during create and ↵Keith Wall2014-08-1630-397/+895
| | | | | | | | | | edit workflows * Metadata service now used to discover the attributes for each category instance type. * Create/edit dialogues now have promptMessages to provide a fuller description of the field's purpose * If the attribute has a default, the default is interpolated into the promptMessage in a standard way. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618373 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5813: add license headers to various files, remove empty fileRobert Gemmell2014-08-151-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618218 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-12/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617822 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5993 : [Java] Address issues identified by FindbugsRobert Godfrey2014-08-131-13/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617716 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5992 : [Java Broker] Allow HTTP management responses to be compressedRobert Godfrey2014-08-1319-46/+150
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617707 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5987: Fix VHN/VH grid selection and display host statitics only if it ↵Alex Rudyy2014-08-121-6/+12
| | | | | | is active git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617628 13f79535-47bb-0310-9956-ffa450edef68