Commit Graph

194 Commits

Author SHA1 Message Date
Vsevolod Stakhov
b250998290 [WebUI] Fix retarded datatables 2017-01-31 16:57:53 +00:00
Vsevolod Stakhov
44a97d4993 [WebUI] Update datatables to work with the requirejs 2017-01-31 16:16:26 +00:00
Vsevolod Stakhov
977c7309f8 [WebUI] Add graph tab 2017-01-31 15:48:57 +00:00
Vsevolod Stakhov
c7bfdbfcd1 [WebUI] Further fixes 2017-01-31 15:28:02 +00:00
Vsevolod Stakhov
5a07373d9a [WebUI] Start rework of modules 2017-01-31 15:01:16 +00:00
Vsevolod Stakhov
2b0320fc8f [WebUI] Rework interface to use requirejs 2017-01-31 12:52:16 +00:00
Vsevolod Stakhov
9434037858 [WebUI] Add preliminary save symbols clustering 2017-01-30 23:37:38 +00:00
Vsevolod Stakhov
e0a3eadad4 [WebUI] Allow to save maps on the cluster 2017-01-30 18:07:07 +00:00
Vsevolod Stakhov
9c16e0be9a [WebUI] Fix multiple JS issues 2017-01-30 17:20:26 +00:00
Vsevolod Stakhov
39be19d658 [WebUI] Fix various errors with login form 2017-01-30 14:16:43 +00:00
dehnli
86d3524175 [WebUI] Make legend entry colours more contrast
Minor changes to make `Probable Spam` and `Temporary rejected` legend entries and chart sectors more visible on `Throughput` summary. It affects `Status` tab chart as well.
2017-01-27 12:35:45 +04:00
Andrew Lewis
db95b158d9 [WebUI] Be more generous with AJAX timeout 2017-01-26 16:18:01 +02:00
Alexander Moisseev
22d8a48029 [WebUI] Reset refresh timer on server switching 2017-01-18 09:37:52 +03:00
Vsevolod Stakhov
c29a129205 [WebUI] Avoid extra graph redraw and alerts glitching 2017-01-14 12:26:40 +00:00
Vsevolod Stakhov
716102f68f [WebUI] Fix soft reject in pie chart 2017-01-14 12:11:37 +00:00
Vsevolod Stakhov
bd17c787ed [WebUI] Fix pie chart displaying 2017-01-13 14:47:58 +00:00
Vsevolod Stakhov
ff0e2b7fb8 [WebUI] Fix case when no cluster is defined
Issue: #1334
Reported by: @dehnli
2017-01-13 14:22:38 +00:00
Vsevolod Stakhov
53ab3de17a [Minor] Treat special HTTP methods specially 2017-01-11 13:40:33 +00:00
Vsevolod Stakhov
aaa6f90b5d [WebUI] Fix disabled state 2017-01-10 17:40:49 +00:00
Vsevolod Stakhov
4441b20c27 [WebUI] Rework neighbours query function 2017-01-10 17:33:11 +00:00
Vsevolod Stakhov
f6028db876 Merge pull request #1333 from AnnaStakhova/master
[WebUI] clusters for the chart
2017-01-10 16:35:59 +00:00
Anna Stakhova
4879197f24 [WebUI] clusters for the chart 2017-01-10 16:35:11 +00:00
Alexander Moisseev
4755206cf2 [WebUI] Fix graph selectors state resetting
on reconnect / reload

Reported by: @denhli
2017-01-09 19:10:38 +03:00
Anna Stakhova
3708605e53 [WebUI] Fix config ID 2017-01-09 11:00:15 +00:00
Vsevolod Stakhov
95f9bd8b32 Merge pull request #1318 from moisseev/rrd-summary
[WebUI] Add summary to the Throughput tab
2017-01-08 12:06:10 +00:00
Anna Stakhova
82342ac14e [WebUI] Initial clusters support 2017-01-07 23:57:08 +00:00
Alexander Moisseev
7ea6a8c878 [WebUI] RRD summary: Hide inner labels of tiny pie sectors 2017-01-07 21:37:13 +03:00
Alexander Moisseev
5fd14880eb [WebUI] RRD summary: Respect undefined values 2017-01-07 21:07:55 +03:00
Alexander Moisseev
fb8e798811 [WebUI] Fix RRD summary pie chart position 2017-01-07 19:37:07 +03:00
Alexander Moisseev
46271b9403 [WebUI] Add summary to the Throughput tab 2017-01-07 12:23:53 +03:00
Alexander Moisseev
0d3607291d [WebUI] Add graph legend entries for new DSes
Resolves #1300
2017-01-04 16:02:01 +03:00
Alexander Moisseev
09a4655023 [WebUI] Turn d3pie's stuff into a reusable function,
do not destroy pie on data update
2017-01-03 18:52:46 +03:00
Alexander Moisseev
0d65bb8602 [WebUI] Add Throughput graph autorefreshing (#820) 2017-01-01 18:13:22 +03:00
Alexander Moisseev
bcbc086688 [WebUI] Use unified tab click event handler,
stop refreshing widgets on hidden tabs,
make `refresh` button functional for some more tabs
2016-12-31 21:14:36 +03:00
Alexander Moisseev
2b0a2b8286 [WebUI] Stop stats refreshing if the page is hidden 2016-12-30 18:35:13 +03:00
Alexander Moisseev
6376057981 [WebUI] Add Visibility.js library 2016-12-30 16:14:00 +03:00
Alexander Moisseev
db0c081520 [WebUI] Update D3Evolution to 0.0.1 2016-12-29 12:12:32 +03:00
Vsevolod Stakhov
9a7415db59 [WebUI] Update d3.js 2016-12-28 18:13:25 +00:00
Vsevolod Stakhov
5a40ebad08 [Minor] Add copyright comments for js libs 2016-12-28 17:34:44 +00:00
Alexander Moisseev
c5d4c5395d [WebUI] Replace spinner with animated glyphicon 2016-12-24 15:35:25 +03:00
Alexander Moisseev
c326da2c45 [WebUI] Prevent multiple clicks on Refresh 2016-12-23 13:07:17 +03:00
Alexander Moisseev
1b4ebd17ed [WebUI] Fix stat widgets timers multiplication on Refresh click 2016-12-23 13:01:17 +03:00
Vsevolod Stakhov
c5c33ded60 Merge pull request #1258 from moisseev/patch-1
[WebUI] Hide learning tab in read-only mode
2016-12-13 17:49:12 +00:00
Alexander Moisseev
32207f6947 [WebUI] Remove unused code
I believe this code in not necessary. It doesn't work anyway: `e` != `event`
2016-12-13 19:09:43 +03:00
Alexander Moisseev
bce2acd2c5 [WebUI] Hide learning tab in read-only mode 2016-12-13 18:40:47 +03:00
Vsevolod Stakhov
634a8b69dd Merge pull request #1257 from moisseev/patch-1
[WebUI] Disable error ring loading in `read only` mode
2016-12-13 14:36:23 +00:00
Alexander Moisseev
79b0b2d114 [WebUI] Disable error ring loading in read only mode 2016-12-13 17:33:59 +03:00
Anna Stakhova
f25d9b27f8 [WebUI] Fix read only2 2016-12-13 13:59:03 +00:00
Anna Stakhova
6f9a377aac [WebUI] Fix read only 2016-12-12 23:07:22 +00:00
Anna Stakhova
e72365b0f4 [WebUI] fix uptime
Add ajax to timer
2016-12-11 12:26:49 +00:00
Anna Stakhova
c36509bb0e [WebUI] New sec to time function 2016-12-09 10:03:50 +00:00
Andrew Lewis
e3ef060c1b [WebUI] Set focus to password field (#1230)
Reported-by: @madorin
2016-12-06 12:52:28 +02:00
Alexander Moisseev
1a9f55ce12 [WebUI] Load graph data on reconnect if the tab is active 2016-11-30 18:56:48 +03:00
Vsevolod Stakhov
c76e16b227 Merge pull request #1209 from AnnaStakhova/master
Make status responsive
2016-11-30 13:58:43 +00:00
Anna Stakhova
7abace5041 [WebUI] Improve uptime responsive 2016-11-30 13:52:00 +00:00
Alexander Moisseev
96b1c202f1 [WebUI] Fix graph percentage mode resetting
on reconnect / reload

Fixes: #1193
2016-11-30 16:35:18 +03:00
Toni Mattila
487a6c8311 [WebUI] fix savesymbols absolute url to relative 2016-11-29 08:50:37 +02:00
Anna Stakhova
a3f1ef5835 Fix scan clear btn
Fix scan clear btn
Add upload btn (for future using)
Improve navbar right buttons
2016-11-26 18:43:02 +00:00
Anna Stakhova
a96a08e35a Fix maps display 2016-11-25 22:49:11 +00:00
Vsevolod Stakhov
d69f2e3e9d [WebUI] Add support for errors ring in WebUI 2016-11-14 16:53:33 +00:00
Vsevolod Stakhov
c721be3313 [WebUI] Distinguish read-only interface, multiple bugs fixed 2016-11-14 12:51:19 +00:00
Alexander Moisseev
c105a644f6 [WebUI] Update d3evolution
Update to moisseev/D3Evolution@d5d42052df
- Invert on-mouseover fading-out of paths
- Enable mouse events for paths as well
2016-11-12 13:39:41 +03:00
Vsevolod Stakhov
02a2e48fb6 [WebUI] Improve visual representation of symbols table 2016-11-02 17:09:50 +00:00
Vsevolod Stakhov
b0ddd926a6 [WebUI] Use local versions of css and js 2016-11-02 16:56:53 +00:00
Vsevolod Stakhov
7c95fa79e6 [WebUI] More fixes to symbols config 2016-11-01 11:59:13 +00:00
Vsevolod Stakhov
3eb97904d4 [WebUI] Further rework of symbols scores 2016-11-01 11:25:12 +00:00
Vsevolod Stakhov
d6edc7ab34 [WebUI] Rework symbols scores 2016-11-01 09:14:44 +00:00
Alexander Moisseev
9ac6dae1e7 [WebUI] Update d3evolution
Update to moisseev/D3Evolution@6538632cfc
    - Change `null` area transition effect to fade-out/fade-in
2016-10-16 16:48:48 +03:00
Alexander Moisseev
85fafc57b2 [WebUI] Ask for history reset confirmation
Issue: #1027
Reported by: @fenice2
2016-10-15 18:18:28 +03:00
Alexander Moisseev
48e922586c [WebUI] Improve history table length drop-down menu
- set sane table lengths
- save table display information (using a cookie)
 
Issue: #1027
Reported by: @fenice2
2016-10-15 16:58:18 +03:00
Vsevolod Stakhov
dd8ec631d0 [Minor] Fix bloody jsonp 2016-10-04 17:27:31 +01:00
Andrew Lewis
a308288392 [WebUI] Implement passwordless login 2016-10-04 11:27:31 +02:00
Pavel Rochnyack
b514cd569f WebUI: Add missing parameter to error handlers 2016-10-02 22:00:23 +06:00
Andrew Lewis
6d78b53299 Revert "[WebUI] Fix saving actions from web interface (#769)"
This reverts commit 692a0de56d.
2016-09-05 09:03:17 +02:00
Alexander Moisseev
1e11243b77 [WebUI] Update d3evolution
Update to moisseev/D3Evolution@3e5867b994
    - Fix stacked area yScale for negative values
2016-08-22 11:13:02 +03:00
Andrew Lewis
aa68c4952d [WebUI] Retain history length on update (#829) 2016-08-09 16:49:14 +02:00
Andrew Lewis
5b6bc2edf6 [WebUI] Try harder to clear password on disconnect 2016-08-01 19:36:45 +02:00
Andrew Lewis
5bb5d15843 [WebUI] Clear connect password (#783) 2016-08-01 17:21:24 +02:00
Andrew Lewis
692a0de56d [WebUI] Fix saving actions from web interface (#769) 2016-08-01 11:53:39 +02:00
Andrew Lewis
5570afeb03 [WebUI] Friendly error messages for failed learns 2016-07-26 14:56:08 +02:00
Vsevolod Stakhov
66947c4aab [Fix] Fix displaying of rewrite subject in WebUI 2016-07-19 18:48:25 +01:00
Vsevolod Stakhov
4844423a36 [Fix] Fix fuzzy adding in webui 2016-07-16 23:53:07 +01:00
Alexander Moisseev
0e39ad6729 [WebUI] Update d3evolution
- Update to moisseev/D3Evolution@c73017a039 :
	- Fix X-axis scale
	- [Fix] Do not draw paths through undefined regions
	- [Feature] Display `null` values as colored areas
- Add `step` interpolation
2016-07-10 20:25:26 +03:00
Alexander Moisseev
abf56bcc1b [WebUI] Update d3evolution
Update to e3ce22ebe3 :
    - Add `convert` method (percentage)
    - Add Y-axis label
2016-07-07 22:23:06 +03:00
Vsevolod Stakhov
dd547832d1 [WebUI] Use local copy of d3evolution 2016-07-02 21:24:28 +01:00
Vsevolod Stakhov
34991810fb [WebUI] Rework webui
- Remove uploaders as they are utterly broken
- Simplify actions loading
- Rework interface loading
2016-07-02 21:16:37 +01:00
Vsevolod Stakhov
68b4e302b0 [WebUI] Enable throughput graph show 2016-07-01 17:37:13 +01:00
Vsevolod Stakhov
4317665c28 [Feature] Show symbols description in scan output 2016-06-30 17:46:44 +01:00
Vsevolod Stakhov
a224081631 [Feature] Humanize numbers in stats widgets 2016-06-30 15:26:43 +01:00
Alexander Moisseev
f3d589f50d [Feature] Add throughput graph for RRD backend to WebUI 2016-05-26 10:33:35 +03:00
Andrew Lewis
5c71b574ab [Fix] Make web interface not send password in query strings (#585) 2016-04-15 19:14:19 +02:00
Vsevolod Stakhov
da53479006 [Feature] Sort symbols in webui 2016-03-23 10:16:55 +00:00
Vsevolod Stakhov
d1e49accf9 [Feature] Show map URLs in webui 2016-03-23 10:13:01 +00:00
Vsevolod Stakhov
2375dba898 Remove bloody submodules. 2015-12-31 17:38:02 +00:00