summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/management-http
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-6246: Various fixes for preferences provider UIAlex Rudyy2014-12-039-21/+53
* QPID-6246: Display authentication provider specific fields on authentication ...Alex Rudyy2014-12-0226-151/+671
* QPID-6246: [Java Broker] Refactor authentication provider UIs to use dedicate...Alex Rudyy2014-11-2829-699/+1062
* QPID-6246: Introduce ManagedInterface and ManagedAnnotation and expose the im...Alex Rudyy2014-11-261-0/+13
* QPID-6227: [Java Broker] Refactor ConsoleHelper.js to avoid the need to hardc...Keith Wall2014-11-141-15/+14
* QPID-6220: [Java Broker] BDB HA VH edit dialogue - ensure master/replica sync...Keith Wall2014-11-083-12/+40
* QPID-6217 : [Java Broker] disable HTTP TRACE requests, also hide server imple...Robert Godfrey2014-11-062-0/+90
* QPID-6185: [Java Broker] Further UI changes to handle the user table non IE i...Andrew MacBean2014-10-243-27/+30
* QPID-6185: [Java Broker] Make the web management UI tables, tabs and panels m...Andrew MacBean2014-10-2412-47/+95
* QPID-6174 : Increase defaults for Jetty thread pool sizeRobert Godfrey2014-10-221-2/+2
* QPID-6176: [Java Broker] Re-instate the variables/values that are now missing...Andrew MacBean2014-10-221-51/+45
* QPID-6174 : Expose settings for restricting number of threads / queued jobs i...Robert Godfrey2014-10-212-0/+27
* QPID-6162 : Add authentication providers which store user data in the config ...Robert Godfrey2014-10-171-1/+2
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-171-1/+2
* QPID-6156 : [Java] Prevent downgrade to SSLv3 on secure connectionsRobert Godfrey2014-10-161-1/+2
* QPID-6151: [Java Broker Web Management Console] Fix race condition affecting...Keith Wall2014-10-141-1/+2
* QPID-6130: [Java Broker] Introduce edit queue dialog - further add/edit harmo...Andrew MacBean2014-10-064-107/+162
* QPID-6130: [Java Broker] Introduce edit queue dialog - removed redundant JS i...Andrew MacBean2014-10-031-3/+1
* QPID-6130: [Java Broker] Introduce edit queue dialog - review change to remov...Andrew MacBean2014-10-031-1/+1
* QPID-6130: [Java Broker] Introduce edit queue dialog to web management UIAndrew MacBean2014-10-039-44/+540
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-011-1/+1
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-241-1/+1
* QPID-6093: Address code review comments:Alex Rudyy2014-09-1710-19/+82
* QPID-6105: [Java Broker] Avoid use of javascript const keyword to avoid compa...Keith Wall2014-09-171-1/+1
* QPID-6092: [Java Broker] Editing permitted node list to be allowed when VHN i...Andrew MacBean2014-09-121-1/+1
* QPID-6093: Add UI to set context variablesAlex Rudyy2014-09-1116-132/+1095
* QPID-6073: [Java Broker] Management UI, move change prompt message fallback p...Keith Wall2014-09-061-0/+1
* QPID-6068: [Java Broker] Introduce ClientAuthCapablePort into Port hierarchy ...Keith Wall2014-09-051-2/+8
* QPID-6068: [Java Broker] Prevent NPE when ediiting JMX_CONNECTOR port through...Keith Wall2014-09-054-64/+129
* NO-JIRA: added colon character to the web UI context variable regex pattern t...Andrew MacBean2014-08-251-1/+1
* QPID-6034: [Java Broker] Refactor Port UI feedback changes from code reviewAndrew MacBean2014-08-254-29/+27
* QPID-6038 : [Java Broker] display exchange type on exchange view in HTTP mana...Robert Godfrey2014-08-232-20/+37
* QPID-6036 : [Java Broker] Allow complete virtual host initial configuration t...Robert Godfrey2014-08-221-1/+1
* QPID-6034: [Java Broker] Refactor Port UI to use metadata service rather than...Andrew MacBean2014-08-2210-353/+290
* QPID-6022 : Remove unnecessary and potentially XSS inducing replay of the pat...Robert Godfrey2014-08-221-1/+1
* QPID-6027 : Add persisted derived attributes to the initial configuration ext...Robert Godfrey2014-08-211-0/+13
* QPID-6027 : [Java Broker] Sort statisticsRobert Godfrey2014-08-211-2/+3
* QPID-6027 : Give Json extracts a stable ordering, and add option to REST serv...Robert Godfrey2014-08-203-60/+162
* QPID-6016: [Java Broker] Web UI error handlingKeith Wall2014-08-194-33/+37
* QPID-6010 : [Java Broker] Remove unnecessary system properties for controllin...Robert Godfrey2014-08-191-1/+1
* QPID-6016: [Java Broker] Improve Web Management Console error handlingKeith Wall2014-08-1826-58/+118
* QPID-6011 : [Java Broker] provide a mechanism for disabling plugins and imple...Robert Godfrey2014-08-181-3/+2
* QPID-6006: [Java Broker] Fix the formatting of the port add/edit dialogueKeith Wall2014-08-162-169/+250
* QPID-6009 : [Java Broker] Add valid value meta data for attributesRobert Godfrey2014-08-161-0/+17
* QPID-6006: [Java Broker] UI to expose attribute defaults during create and ed...Keith Wall2014-08-1630-397/+895
* QPID-5813: add license headers to various files, remove empty fileRobert Gemmell2014-08-151-0/+20
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-12/+13
* QPID-5993 : [Java] Address issues identified by FindbugsRobert Godfrey2014-08-131-13/+15
* QPID-5992 : [Java Broker] Allow HTTP management responses to be compressedRobert Godfrey2014-08-1319-46/+150
* QPID-5987: Fix VHN/VH grid selection and display host statitics only if it is...Alex Rudyy2014-08-121-6/+12