Commit graph

92 commits

Author SHA1 Message Date
gabryon99
7cfdb6e59a improvement and fixes for notification 2020-10-26 19:41:43 +01:00
gabryon99
19ec0736bc improved flow exporters page (#4598) 2020-10-22 22:15:04 +02:00
gabryon99
8d142ca688 rework exporters page (#4598) 2020-10-21 21:28:27 +02:00
gabryon99
2c79225adf merged two menu entries in manage_data page (#4526) 2020-10-16 21:36:30 +02:00
Simone Mainardi
735073f832 Reworks System Sidebar
Fixes #4565
2020-10-11 17:05:53 +02:00
Simone Mainardi
17ad258589 Fixes exporter stats displayed for invalid interfaces
Fixes #4559
2020-10-11 14:04:45 +02:00
gabryon99
ceb867e371 improved style for unkown_devices.lua and fixed typos for traceError 2020-10-07 23:26:05 +02:00
gabryon99
4a80acc1f7 fixed invalid URL switch to dashboard for community (#4524) 2020-10-07 16:46:02 +02:00
gabryon99
02d3665670 reworking for Import/Export UI (#4128)
this commit includes the GUI to manage import/export/reset of SNMP, AM, User Scripts and Notification
2020-10-01 18:57:50 +02:00
gabryon99
a4d17d28d6 fixed tab for manage_data and add ui_utils.render_notes
addresses #4471
2020-09-25 17:20:49 +02:00
gabryon99
4c6d067205 add severity and categories for recipients 2020-09-16 16:13:04 +02:00
Simone Mainardi
5fbe012134 Implements in-memory counters for alert queues and shows them in the UI 2020-09-01 17:42:03 +02:00
gabryon99
b7b17d9d1c add import/export page GUI 2020-08-19 15:49:50 +02:00
gabryon99
25645e6add improved page style and added a layout to am notes 2020-08-14 09:17:11 +02:00
gabryon99
1421833477 slightly improvment for ntopng gui on mobile devices 2020-08-10 11:19:04 +02:00
gabryon99
28061f941e add notifications entry 2020-07-30 12:03:43 +02:00
gabryon99
2c27297ed3 add host pool members page 2020-07-20 11:50:44 +02:00
gabryon99
48dc7e1a93 notification for geoip, contribution and alert notification api in js 2020-07-15 10:00:04 +02:00
gabryon99
efc3bd3775 added local network, snmp, active monitoring pools gui 2020-07-09 11:16:05 +02:00
gabryon99
9f05bde6b5 add interface pool page 2020-07-08 11:03:21 +02:00
gabryon99
f5415f9588 fixed sidebar pool name bug 2020-07-03 16:19:35 +02:00
gabryon99
56e03e01b6 breadcrumb to snmp devices 2020-07-02 16:00:11 +02:00
Simone Mainardi
54b29aa1dc Implements GUI to configure host pools
Implements #4098
Implements #4087
2020-07-01 16:05:01 +02:00
gabryon99
19e91e2c87 add alert notifications 2020-06-26 20:19:48 +02:00
gabryon99
35caecdaea add dark map on dark mode 2020-06-15 12:16:03 +02:00
Simone Mainardi
47e855a75b Returns empty string in safe_html when input is nil 2020-06-03 19:08:37 +02:00
Simone Mainardi
17bfc850b1 Fixes XSS in dissected HTTP URLs, TLS certs, and DNS names
Fixes possible XSS due to forged HTTP urls such as

curl -u admin:admin1 "http://devel:3000/</a><script>alert(1);</script><a>"

Similar attacks could have been performed with TLS certs and DNS names
2020-06-03 19:03:55 +02:00
Simone Mainardi
0f3616dfe5 Unifies system interface toggle with a function 2020-05-20 16:28:25 +02:00
Simone Mainardi
f3b2b4869e Fixes broken plugin menu entries with --http-prefix
Addresses #3957
2020-05-20 12:07:22 +02:00
Luca Deri
13d0d2cbdb Reference fixes for HTTP prefixes (#3957) 2020-05-19 08:54:04 +02:00
gabryon99
9973d63847 add endpoint_notifications_list 2020-05-05 22:28:28 +02:00
Simone Mainardi
32b5cecf7d Removes hardcoded RTT plugin in menu as was breaking entries 2020-04-13 19:00:57 +02:00
gabryon99
4c7aa72ac6 fix for menu title inside sidebar 2020-04-13 16:45:42 +02:00
Luca Deri
f7b1e7d689 Initial work for widget implementation 2020-04-13 14:24:50 +02:00
emanuele-f
05a4e3cf84 Change RTT to Active Monitoring 2020-04-10 18:21:41 +02:00
Simone Mainardi
3744ace4f8 Refactors graph_utils and nv_graph_utils
Addresses #3720

Refactor: create module graph_utils

Refactor: get_timeseries_layout

Refactor: get_default_timeseries

Refactor: getDeviceCommonTimeseries

Refactor: printCategoryDropdownButton

Refactor: printPoolChangeDropdown

Refactor: poolDropdown

Refactor: printProtocolQuota

Refactor: printGraphTopFlows

Refactor: drawGraphs

Refactor: printNotes

Refactor: getMinZoomResolution

Refactor: printSeries

Refactor: zoom_vals

Refactor: getZoomDuration

Refactor: getZoomAtPos

Refactor: stackedProgressBars

Refactor: percentageBar

Refactor: breakdownBar

Refactor: getProtoVolume

Refactor: normalizeSeriesPoints

Refactor: nv_graph_utils

Refactor: extendLabels

Refactor: getAlertGraphLink

Refactor: performCustomQuery

Refactor: drawProGraph

Refactor: unifies nv_graph_utils and graph_utils
2020-04-10 09:47:32 +02:00
gabryon99
b80493bc7c changed documentation header icon 2020-04-08 22:50:12 +02:00
Simone Mainardi
ee6927d5b3 Adds extra documentation contextual links
Completes #3653
2020-04-07 11:55:27 +02:00
Simone Mainardi
c76a66193a Adds contextual help links
Extends #3653
2020-04-06 19:59:24 +02:00
Simone Mainardi
d2712ee247 Contextual help links fixes
Addresses #3653
2020-04-06 19:42:07 +02:00
gabryon99
792a542c41 added print_page_title on each page 2020-04-06 10:35:57 +02:00
gabryon99
c9c115e650 fixed layout http_status_code.lua and added print_page_header to page_utils 2020-04-04 23:42:32 +02:00
Simone Mainardi
8f63bcdd43 Fixes missing config page from mac_details.lua 2020-04-03 12:48:15 +02:00
gabryon99
a7d0efc1a3 improved dark theme and add custom bootstrap theme
fix #3633
2020-04-01 18:31:17 +02:00
emanuele-f
e06ae0a51b Fix bad selected menu item for user scripts config page 2020-04-01 17:06:16 +02:00
gabryon99
b753aa645c add comment for previous fix 2020-03-30 17:42:35 +02:00
gabryon99
e23cef809c fixed issue for snmp url interfaces
fix for ticket #3668
2020-03-30 17:40:59 +02:00
gabryon99
683dad6199 removed unused p tag used as separator 2020-03-30 11:02:42 +02:00
gabryon99
c8465b5717 fix for ticket #3640 and add suggest feature link 2020-03-26 16:52:49 +01:00
gabryon99
ce0e3d2d11 fix for system view 2020-03-24 12:39:08 +01:00