summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-6304: [Java Broker] Allow truststore and keystore (JKS) files to be stor...Andrew MacBean2015-01-141-3/+2
* QPID-6281 : [Java Broker] Config model shadow objects for sessions are not be...Robert Godfrey2015-01-131-0/+5
* QPID-6295 : [Java Broker] reload ACL config when the file value is changedRobert Godfrey2015-01-051-2/+21
* QPID-6295 : [Java Broker] Allow ACL configuration file to be stored as a data...Robert Godfrey2015-01-028-176/+97
* QPID-6291: [Java Broker] Remove the now defunct supported attributes: VH#supp...Keith Wall2014-12-291-1/+0
* QPID-6290: [Java Broker] Management UI - refactor add VHN/VH to remove type b...Keith Wall2014-12-283-61/+25
* QPID-6289: [Java Broker] Extend Java Broker model to encapsulate permitted ch...Keith Wall2014-12-274-3/+45
* QPID-6276: [Java Broker] Disable upload feature (with tooltip to indicate why...Keith Wall2014-12-222-8/+12
* QPID-6276: [Java Broker] Don't set caching headers when using content-disposi...Keith Wall2014-12-221-2/+8
* QPID-6276: [Java Broker] Enhance the virtualhost UI to support upload/downloa...Keith Wall2014-12-197-47/+213
* QPID-6272 : [Java Broker] clear queue delete task on default queue before clo...Robert Godfrey2014-12-171-5/+5
* QPID-6272: [Java Broker] Null reference to AMQChannel#defaultQueue once the q...Keith Wall2014-12-161-14/+36
* QPID-6125: [Java Broker] Consistently quote queue/exchange names in error mes...Keith Wall2014-12-151-46/+43
* QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from SystemConfig...Robert Godfrey2014-12-073-9/+12
* QPID-6257: Introduce operational log for connection being dropped by the clie...Alex Rudyy2014-12-054-35/+56
* QPID-6258: [Java Broker] Remove SubFlushRunner leaving QueueRunner solely res...Keith Wall2014-12-051-1/+1
* 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-6163 : [Java Broker] Remove stderr debug logging left by this commitKeith Wall2014-12-011-4/+0
* 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-6245 : [Java Broker] release reference to IncomingMessage once AMQMessag...Robert Godfrey2014-11-241-37/+36
* QPID-6239 : [Java Broker] redirect embedded database error logs to common bro...Robert Godfrey2014-11-211-0/+84
* QPID-6226: [Java Broker] Change queue.declare so that on the passive path, ex...Keith Wall2014-11-181-33/+17
* QPID-6227: [Java Broker] Refactor ConsoleHelper.js to avoid the need to hardc...Keith Wall2014-11-141-15/+14
* QPID-6221 : [Java Broker] Fix existing bug in getStoreLocation() in provided ...Robert Godfrey2014-11-081-1/+1
* QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow c...Robert Godfrey2014-11-085-2/+31
* QPID-6220: [Java Broker] BDB HA VH edit dialogue - ensure master/replica sync...Keith Wall2014-11-084-14/+41
* QPID-6127 : Disallow TRACE and other non websocket activities on WebSocket portsRobert Godfrey2014-11-071-15/+34
* QPID-6217 : [Java Broker] disable HTTP TRACE requests, also hide server imple...Robert Godfrey2014-11-062-0/+90
* QPID-6125: [Java Broker] Partial revert so that closeConnection will once aga...Keith Wall2014-11-061-31/+44
* QPID-6210: [Java Broker] VHMBean#createNewQueue revert to throwing IllegalArg...Keith Wall2014-11-042-1/+28
* QPID-6207 : [Java Broker] Flow uncommitted messages to disk if combined size ...Robert Godfrey2014-11-042-2/+104
* QPID-6202: [Java Broker] Ensure AMQProtocolEngine#closeSession() completes cl...Keith Wall2014-10-301-17/+46
* QPID-6198 : [Java Broker] do not retain unnecesary references to transfers wh...Robert Godfrey2014-10-301-0/+4
* QPID-6190 : [Java Broker] [AMQP 1.0] Fix transactional sending to QueueDestin...Robert Godfrey2014-10-271-5/+12
* 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