summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/management-http/src
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5567 : Address review commentsRobert Godfrey2014-03-031-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573683 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : [Java Broker] allow the base class AbstractConfiguredObject to ↵Robert Godfrey2014-03-021-7/+0
| | | | | | take responsibility for the management of managed attributes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573336 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to ↵Robert Godfrey2014-02-261-1/+1
| | | | | | implement ConfiguredObject and remove adapter classes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572343 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-254-31/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571510 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5579 : [Java Broker] build attribute meta data the same way for REST ↵Robert Godfrey2014-02-2315-82/+67
| | | | | | API and AMQP Management git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571054 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5567 : Always Use AccessControllerContext to find the current context ↵Robert Godfrey2014-02-192-50/+29
| | | | | | Subject git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569934 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5562 : [Java Broker] make all failed ACL checks throw ↵Robert Godfrey2014-02-185-39/+53
| | | | | | AccessControlException git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569552 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException ↵Robert Godfrey2014-02-144-7/+20
| | | | | | and ConnectionScopedRuntimeException git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1568235 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the ↵Robert Godfrey2014-02-131-2/+2
| | | | | | broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1568015 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5504 : refactring of queues, and introduce management node and ↵Robert Godfrey2014-02-115-14/+11
| | | | | | amqp-management module git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1567026 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5504 : Refactoring to allow for nodes other than queues to be ↵Robert Godfrey2014-02-071-4/+3
| | | | | | subscribed from, and nodes other than exchanges to be sent to (merged from separate branch) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1565726 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5527: Upgrade to Jetty 8Robert Gemmell2014-01-311-2/+2
| | | | | | Applied patch from Emmanuel Bourg. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563153 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-235-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560853 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5475 : [Java Broker] add ability to use ssl client auth to REST api and ↵Robert Godfrey2014-01-134-15/+116
| | | | | | HTTP management git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557770 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5472: [Java Broker] Connection model object attribute PORT should ↵Keith Wall2014-01-131-1/+1
| | | | | | | | | return the name of the Port * Added REST system test for the above * Also addressed review comments from Andrew MacBean (namely, HttpManagement#stop should chain the underlying exception). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557683 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5474: display clientId and clientVersion attributes from the connection ↵Robert Gemmell2014-01-132-14/+10
| | | | | | JSON, remove display of unimplemented attributes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557678 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5472: [Java Broker] Exceptions used to report bind port failure ↵Keith Wall2014-01-121-2/+2
| | | | | | (AMQP/HTTP) now includes port id/name/number too git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557591 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5458: display the message size, and correlation-id (if there is one)Robert Gemmell2014-01-091-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556870 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker] Update web management console copyright message to ↵Keith Wall2014-01-061-2/+2
| | | | | | refer to 2014. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1555692 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : [Java] remove empty directories / unused importsRobert Godfrey2014-01-031-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1555225 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5437 : [Java Broker] Allow HTTP ports to be bound only to specific ↵Robert Godfrey2014-01-033-4/+15
| | | | | | interfaces git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1555217 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Add missing licences to some Java Broker Management .html files ↵Keith Wall2013-12-161-0/+16
| | | | | | | | (identified by Apache Rat). This was previously committed to 0.24 under QPID-4961. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1551164 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5364: [Java Broker Management] Give RestServlet instances different ↵Keith Wall2013-11-212-2/+5
| | | | | | servlet names (for diagnostic purposes) and correct error message used when path info has too many components. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1544228 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5347: [Java Broker] Web Management console to display queueKeith Wall2013-11-152-0/+12
| | | | | | attributes exclusive and owner. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1542318 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5325: Improve a tooltip message for checkbox to save tab in preferencesAlex Rudyy2013-11-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1541353 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5327: Fix javascript errors reported in IE7 and IE11 on opening log ↵Alex Rudyy2013-11-103-3/+3
| | | | | | viewer tab and preferences dialog git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1540472 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5326: Fix floating of authentication provider attributes down whilst ↵Alex Rudyy2013-11-101-6/+13
| | | | | | scrolling the web management console page git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1540471 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5325: [Java Broker] Add ability to save web management console open ↵Alex Rudyy2013-11-107-40/+159
| | | | | | tabs in user preferences git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1540470 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5207: review feedback + make _usePathInfo field finalRobert Gemmell2013-10-273-32/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1536223 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5243: Upgrade dojo toolkit to 1.9.1 and fix the incompatibility issues ↵Alex Rudyy2013-10-175-137/+245
| | | | | | in web management console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1533143 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Provide time zone name for dalight saving time only when daylight ↵Alex Rudyy2013-10-151-1/+3
| | | | | | saving time is in effect git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532248 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Add improvements and fixes into Web Management Console preferences:Alex Rudyy2013-10-1410-57/+231
| | | | | | | | | | Use UTC time zone by default if no time zone is set Create preferences dialog on demand Enable preferences Set buttons only when changes are made Display log viewer last update time for preferred and browser time zones Fix provider name editing git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1531965 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5037: Improve log viewer implementationAlex Rudyy2013-10-069-40/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529690 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5207, QPID-5048: use the dojo release zip instead of extracting files ↵Robert Gemmell2013-10-064-2/+150
| | | | | | from the war git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529610 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Add ability into web management console to display time in UTCAlex Rudyy2013-10-056-44/+116
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529365 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Move logout link into user drop-down menuAlex Rudyy2013-10-052-11/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529364 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Rename PreferencesServlet into LoggedOnUserPreferencesServletAlex Rudyy2013-10-052-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529363 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Change preferences provider to allow deletion of preferences for ↵Alex Rudyy2013-10-051-32/+54
| | | | | | multiple users git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529362 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Remove the duplicate code processing servlet path infoAlex Rudyy2013-10-055-33/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529361 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Embed the UI to create preferences provider into authentication ↵Alex Rudyy2013-10-019-153/+302
| | | | | | provider create UI git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1528117 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Respect user preference setting for update periodAlex Rudyy2013-09-261-7/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526424 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Use timezones from Broker JVMAlex Rudyy2013-09-256-47/+206
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526318 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Convert the time displayed in log viewer, message viewer, etc ↵Alex Rudyy2013-09-258-124/+463
| | | | | | into user prefered timezone git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526182 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Add functionality to delete user preferences from web management ↵Alex Rudyy2013-09-194-42/+148
| | | | | | console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1524771 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Protect user preferences operations with ACLAlex Rudyy2013-09-192-1/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1524684 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Change http management to use AuthenticationProvider for getting ↵Alex Rudyy2013-09-177-40/+39
| | | | | | references to SubjectCreator and PreferencesProvider git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1524063 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Disallow setting of preferneces provider for anonymous ↵Alex Rudyy2013-09-175-34/+51
| | | | | | authentication provider git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1524061 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove background in qpid logo from web management consoleAlex Rudyy2013-09-141-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1523223 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Add preferences UI into web management consoleAlex Rudyy2013-09-1411-7/+479
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1523222 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Add preferences REST interfaces to get, set and delete preferencesAlex Rudyy2013-09-144-0/+318
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1523221 13f79535-47bb-0310-9956-ffa450edef68