Commit Graph

44 Commits

Author SHA1 Message Date
Michael Klishin 7aebeb5651 Store authentication details in the cookie again
It was moved to local storage together with personal
preferences (e.g. what columns should be displayed in various
tables) in 8be18652f4 (3.4.0), very unlikely
by design.

This is a short term solution for session expiration. A proper
one would be moving to a token-based system such as OAuth 2.0.

[#142212963]
2017-03-22 15:44:21 +03:00
Daniil Fedotov 5915727d36 Reset node buttons 2016-11-23 14:39:22 +00:00
Diana Corbacho 68973128e1 Display reductions graph on individual queue pages 2016-06-29 15:35:27 +01:00
Diana Corbacho a87cf3434b Display reductions graph on individual channel pages 2016-06-29 14:21:20 +01:00
Diana Corbacho 4ee6cbe88b Add import/export at vhost level to UI 2016-02-15 13:07:58 +00:00
Gabriele Santomaggio 955286e0c6 pagination all contexts 2015-11-17 16:59:49 +01:00
Gabriele Santomaggio c6793e2ded fix spaces JS 2015-10-22 14:35:37 +02:00
Gabriele Santomaggio b259ec9a64 fix code style 2015-10-22 12:46:52 +02:00
Gabriele Santomaggio 2f00265997 pages preferences 2015-10-15 12:44:36 +02:00
Gabriele Santomaggio f1ef53ec6b pagination UI 2015-10-13 15:53:20 +02:00
Michael Klishin 029ac6f8ad Axe a path we ended up not using 2015-04-14 11:02:07 +03:00
Michael Klishin e2c1fd0cdb Introduce GET /api/vhosts/{vhost}/channels and /connections
Make lists of connections and channels honor the current vhost
scope when updating.

Fixes #34.
2015-04-14 00:22:19 +03:00
Simon MacMullen 30f27acb20 Gah, fix logout. 2014-10-21 14:20:42 +01:00
Simon MacMullen 933bfa8886 Column show / hide mechanism, and convert the queue list page to use it for the existing columns. 2014-09-19 15:19:43 +01:00
Simon MacMullen f93886ecd1 Reduce distance to default. 2014-06-26 16:56:42 +01:00
Simon MacMullen 8159cc5169 Fix various appearance bugs. 2014-06-24 13:14:12 +01:00
Simon MacMullen 0815ce6b0c Proof-of-concept: show a chart of memory use over time. 2014-06-11 16:33:53 +01:00
Simon MacMullen 2cad32fb8d Management support for cluster name. 2014-01-31 13:40:48 +00:00
Matthew Sackman 654115ec25 Move bug25865 to stable. 2013-11-06 15:51:08 +00:00
Simon MacMullen 691a44cfdd When waiting for sync to get noticed, show a busy cursor. 2013-03-25 17:42:49 +00:00
Simon MacMullen 673a3daa53 Don't just have a single global idea of "the current range", allow different rangse for different things. 2013-01-31 18:27:20 +00:00
Simon MacMullen 6d578cb8c7 Oops 2013-01-28 17:12:59 +00:00
Simon MacMullen c90f979c85 RANGE_QUERIES was completely wrong. And in fact this whole idea of a global list of queries to modify is really ugly, so invent a new expanded representation for paths and do that instead. 2013-01-25 14:57:04 +00:00
Simon MacMullen 9edf477acf Merge in default. 2013-01-23 16:57:08 +00:00
Michael Klishin ec2bf516b3 Add a way to provide reason when closing a connection 2013-01-11 12:36:15 +00:00
Simon MacMullen 2c647a52d9 Sync API / UI. 2012-12-14 15:24:10 +00:00
Simon MacMullen 9051356e7a Matthias keeps asking "where are the pretty charts?" So here they are. 2012-11-16 13:27:31 +00:00
Simon MacMullen f31a7d5668 Store login information in a session cookie - refresh no longer logs you out. 2012-11-02 16:31:30 +00:00
Simon MacMullen 5b493dcd15 Merge default 2012-11-01 13:57:10 +00:00
Simon MacMullen 807fbd102d Get the web app to do authentication, and add a logout button 2012-10-23 16:35:17 +01:00
Simon MacMullen 4f5d610d8e s/key/name/ 2012-10-22 15:07:50 +01:00
Emile Joubert a2d1152cab Updates for setting policy 2012-10-08 15:06:56 +01:00
Simon MacMullen 480d681eac Merge default 2012-09-11 14:34:52 +01:00
Simon MacMullen 83075b20d0 Unbreak the add policy button. 2012-09-07 16:50:28 +01:00
Emile Joubert bee258ccdf Rename policy pattern field and update manditoriness 2012-09-06 18:09:19 +01:00
Emile Joubert bd61667710 Mandatoriness of policies 2012-08-23 18:08:52 +01:00
Emile Joubert 3d8f8d5cd8 Add support for more general policy patterns 2012-08-23 17:42:30 +01:00
Simon MacMullen beb5ad0d01 Make parameters vhost-specific. 2012-08-07 17:39:09 +01:00
Simon MacMullen b36e0994c4 Web UI for policies. 2012-05-18 15:33:13 +01:00
Simon MacMullen f433ee4831 Separate update form. 2012-03-08 13:18:03 +00:00
Simon MacMullen 50fbb77710 Merge in default. 2011-07-06 10:26:24 +01:00
Simon MacMullen f56e518c57 Not sure why this worked before, but it doesn't now. Fixed. 2011-06-14 12:23:45 +01:00
Simon MacMullen 3379b9088e Make the main dispatcher into a dispatcher module. Ensure that it doesn't matter what order the dynamically loaded files end up getting loaded in. 2011-05-06 14:39:09 +01:00
Simon MacMullen d17beba0c0 Dynamically load extra Javascript, allow additions to the client side dispatcher. 2011-05-05 18:30:45 +01:00