summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/management-http
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Merge changes from the trunk in revisions 1564250:1567584 usingAlex Rudyy2014-02-127-127/+23
|\
| * QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-115-14/+11
| * QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-071-4/+3
| * QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-061-109/+9
* | NO-JIRA: Merge changes from the trunk in revisions 1562452:1564250 usingKeith Wall2014-02-042-12/+12
|\ \ | |/
| * QPID-5527: Upgrade to Jetty 8Robert Gemmell2014-01-312-12/+12
* | QPID-5413: Fix the issue with flickering node rows in the nodes tableAlex Rudyy2014-01-291-2/+5
* | QPID-5409: On Broker startup, the tree of configured objects are told to atta...Keith Wall2014-01-291-1/+18
* | Merge changes from the trunk in revisions 1560619:1562452 usingKeith Wall2014-01-295-14/+14
|\ \ | |/
| * NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-235-14/+14
* | Merge changes from the trunk in revisions 1558036:1560619 usingKeith Wall2014-01-231-0/+14
|\ \ | |/
| * QPID-5048: Logging dependency and configuration tidy up for maven buildRobert Gemmell2014-01-221-0/+14
| * QPID-5475 : [Java Broker] add ability to use ssl client auth to REST api and ...Robert Godfrey2014-01-134-15/+116
| * QPID-5472: [Java Broker] Connection model object attribute PORT should return...Keith Wall2014-01-131-1/+1
| * QPID-5474: display clientId and clientVersion attributes from the connection ...Robert Gemmell2014-01-132-14/+10
| * QPID-5472: [Java Broker] Exceptions used to report bind port failure (AMQP/HT...Keith Wall2014-01-121-2/+2
| * QPID-5458: display the message size, and correlation-id (if there is one)Robert Gemmell2014-01-091-0/+8
| * NO-JIRA: [Java Broker] Update web management console copyright message to ref...Keith Wall2014-01-061-2/+2
| * NO-JIRA : [Java] remove empty directories / unused importsRobert Godfrey2014-01-031-1/+0
| * QPID-5437 : [Java Broker] Allow HTTP ports to be bound only to specific inter...Robert Godfrey2014-01-033-4/+15
| * NO-JIRA: Add missing licences to some Java Broker Management .html files (ide...Keith Wall2013-12-161-0/+16
* | QPID-5413: Fix UpdatableStore row update logic to compare correctly fields of...Alex Rudyy2014-01-212-14/+94
* | NO-JIRA: Merge latest changes back from trunk.Keith Wall2014-01-1411-38/+169
* | QPID-5413: Improve Ha virtual host UIAlex Rudyy2013-12-271-24/+21
* | QPID-5413: Add HA UI to web management consoleAlex Rudyy2013-12-246-187/+381
* | QPID-5412: Implement REST interface for replication nodesAlex Rudyy2013-12-231-0/+2
|/
* QPID-5364: [Java Broker Management] Give RestServlet instances different serv...Keith Wall2013-11-212-2/+5
* QPID-5347: [Java Broker] Web Management console to display queueKeith Wall2013-11-152-0/+12
* QPID-5325: Improve a tooltip message for checkbox to save tab in preferencesAlex Rudyy2013-11-131-1/+1
* QPID-5327: Fix javascript errors reported in IE7 and IE11 on opening log view...Alex Rudyy2013-11-103-3/+3
* QPID-5326: Fix floating of authentication provider attributes down whilst scr...Alex Rudyy2013-11-101-6/+13
* QPID-5325: [Java Broker] Add ability to save web management console open tabs...Alex Rudyy2013-11-107-40/+159
* QPID-5207: review feedback + make _usePathInfo field finalRobert Gemmell2013-10-273-32/+31
* QPID-5243: Upgrade dojo toolkit to 1.9.1 and fix the incompatibility issues i...Alex Rudyy2013-10-175-137/+245
* QPID-5138: Provide time zone name for dalight saving time only when daylight ...Alex Rudyy2013-10-151-1/+3
* QPID-5138: Add improvements and fixes into Web Management Console preferences:Alex Rudyy2013-10-1410-57/+231
* QPID-5048: remove the groupId from sub-modules, inherit org.apache.qpid from ...Robert Gemmell2013-10-061-1/+0
* QPID-5037: Improve log viewer implementationAlex Rudyy2013-10-069-40/+50
* QPID-5207, QPID-5048: use the dojo release zip instead of extracting files fr...Robert Gemmell2013-10-066-45/+191
* QPID-5138: Add ability into web management console to display time in UTCAlex Rudyy2013-10-056-44/+116
* QPID-5138: Move logout link into user drop-down menuAlex Rudyy2013-10-052-11/+22
* QPID-5138: Rename PreferencesServlet into LoggedOnUserPreferencesServletAlex Rudyy2013-10-052-3/+3
* QPID-5138: Change preferences provider to allow deletion of preferences for m...Alex Rudyy2013-10-051-32/+54
* QPID-5138: Remove the duplicate code processing servlet path infoAlex Rudyy2013-10-055-33/+37
* QPID-5138: Embed the UI to create preferences provider into authentication pr...Alex Rudyy2013-10-019-153/+302
* QPID-5048: add pluginManagement section to the qpid parent, to override apach...Robert Gemmell2013-09-301-14/+1
* QPID-5138: Respect user preference setting for update periodAlex Rudyy2013-09-261-7/+27
* QPID-5138: Use timezones from Broker JVMAlex Rudyy2013-09-256-47/+206
* QPID-5138: Convert the time displayed in log viewer, message viewer, etc into...Alex Rudyy2013-09-258-124/+463
* QPID-5048: add initial pom files for a maven buildRobert Gemmell2013-09-231-0/+219