Commit graph

166 commits

Author SHA1 Message Date
emanuele-f
93db5ebb38 Improve slow query handler and show datatable error messages
Fixes #2211
2018-12-14 17:29:16 +01:00
Alfredo Cardigliano
2dc59620ed Moved Categories and Protocols to the Categories page (tabs) 2018-12-13 00:50:17 +01:00
emanuele-f
f65c618b3f Move user group information into the session
This fixes issues and inconsistencies when the same user logins from different authenticators at the same time
Fixes #2212
2018-12-11 18:44:34 +01:00
emanuele-f
5e85b3910a Non local users should not be able to modify users settings.
Fixes #2210
2018-12-11 14:08:33 +01:00
emanuele-f
b6ce99d7dc Fix missing custom categories and protocols under community menu 2018-12-10 19:58:33 +01:00
Simone Mainardi
a188054536 Adds dashboards when reading from stdin 2018-11-28 11:02:20 +01:00
emanuele-f
eac278a28d Implement remote assistance
- It enables a VPN via n2n
- Remote assistance will be automatically disabled after 1 day
- Optionally it's possible to give admin access to the support
2018-11-23 13:03:11 +01:00
Simone Mainardi
a8402fa1dc Fixes SNMP devices permissions to prevent non-admins to delete or add devices
Fixes #2019

This commit is a companion of pro commit edc2b7f1f96740217244e3430147980c6c72b5a2
2018-11-22 12:51:04 +01:00
Simone Mainardi
b3cb1642b0 Updates logo hyperlink with ntop home page
Implements #2160
2018-11-19 18:01:36 +01:00
emanuele-f
cfcf30ae9d Add support for raw flow extraction 2018-11-14 21:01:44 +01:00
Simone Mainardi
5d7113bf23 Implements Community ID Flow Hashing 2018-11-13 19:52:43 +01:00
Simone Mainardi
7f92944def Hides unused menu entry 2018-11-08 17:10:22 +01:00
Simone Mainardi
cc87e8ffe3 Adds interface.hasEBPF lua function to show certain menu entries 2018-11-06 16:08:14 +01:00
Simone Mainardi
94386fd5ff Old sprobe code cleanup 2018-11-06 15:38:49 +01:00
Simone Mainardi
128dbd086a Adds VLAN support to nIndex queries 2018-10-29 19:25:01 +01:00
Simone Mainardi
52de8430d0 Code cleanup of captive portal users now in nEdge 2018-10-19 15:50:58 +02:00
emanuele-f
9f8a70e279 Improve category editor labels and protocol navigation 2018-10-18 19:22:02 +02:00
Alfredo Cardigliano
4f8da81ebd number of extraction tasks in footer, recording icon in interfaces dropdown 2018-10-17 16:25:31 +02:00
emanuele-f
658e30a586 Improve category stats calculation 2018-10-11 16:08:45 +02:00
Alfredo Cardigliano
6d3ff8cf44 removed 'traffic recording' page (moving configuration to the interface page), moved storage configuration to prefs, listing only ntopng interfaces in recording_utils.getInterfaces 2018-10-11 12:14:40 +02:00
emanuele-f
aa1ead94c4 Add Customized Categories editor
Also unify the blacklist category handler to use the nDPI API
2018-10-10 18:41:47 +02:00
emanuele-f
08928cb908 Fix device protocols menu entry when preferences is just changed 2018-10-05 17:22:55 +02:00
Alfredo Cardigliano
09315e82c0 traffic recording configuration page draft (work in progress), added subpage_active parameter to prefsToggleButton to avoid global variables in module 2018-10-05 13:28:44 +02:00
emanuele-f
457dcb3457 Implement Device Protocols Alerts 2018-10-02 22:35:00 +02:00
emanuele-f
09dbaad363 Make find host dropdown align right 2018-10-02 15:00:55 +02:00
emanuele-f
5e1daf470a Implement device presets reset to defaults 2018-10-02 15:00:55 +02:00
Alfredo Cardigliano
4653cbe44d reworked device presets:
- devices with no preset defined have a 'allow all' default policy
- users customizations to the preset are stored on redis (both 'allow' and 'drop' policies) as exceptions to the default preset
- default presets updates are allowed, however users customizations have priority (per protocol)
2018-10-01 18:15:18 +02:00
Alfredo Cardigliano
605ca651cc moved device protocols code to community 2018-09-29 09:53:25 +02:00
Alfredo Cardigliano
e940ea06e2 Device Protocols icons change 2018-09-28 17:13:29 +02:00
Alfredo Cardigliano
eeacb0e205 menu entry for the device protocols editor (temporarily hidden) 2018-09-27 17:09:17 +02:00
Luca
db5dd05798 The migration notice is now rendered according to the ntopng guidelines 2018-08-30 16:46:47 +02:00
Simone Mainardi
e782e46e19 Changes backup/restore script to use the datadir
Extends and updates restore documentation

Adds configuration restore link
2018-08-22 18:18:53 +02:00
emanuele-f
8a7ead5924 Harden HTTP session checks and remove user cookie 2018-08-21 18:16:54 +02:00
Luca Deri
aa80f36f52 Added Telegram menu entry 2018-08-14 09:55:20 +02:00
Simone Mainardi
738cc2dd86 Removes unnecessary nEdge entry in menu 2018-08-08 12:03:46 +02:00
emanuele-f
c7154c5d92 Add support for flows table 2018-08-03 13:08:38 +02:00
Luca Deri
42e5741e92 Reworked backup 2018-08-03 10:39:36 +02:00
Alfredo Cardigliano
3acc4e973d configuration backup (tar download) 2018-07-31 17:26:08 +02:00
Luca
8befb52311 Fixed menu for nEdge 2018-06-27 09:28:59 -07:00
Luca
0941a9aa57 Added manual and API guides to the menu 2018-06-26 17:06:30 -07:00
Simone Mainardi
8347406b63 Implements deletion of host persistent data 2018-05-14 19:47:49 +02:00
Simone Mainardi
730b881b1a Fixes issues with long interface names
Fixes #1717
2018-04-04 16:01:30 +02:00
Luca
d1dcff81c4 Improved passive MDNS discovery
Fixed MDNS decode loop
2018-04-02 11:31:28 +02:00
emanuele-f
4f8e39a0dc Move L2 devices under hosts 2018-03-30 12:10:51 +02:00
emanuele-f
02cec8a2be Remove host macs and show source macs instead 2018-03-23 14:42:21 +01:00
Luca Deri
f0c936c368 Updated (C) to 2018 2018-03-22 21:59:42 +01:00
emanuele-f
a1fa509a26 Localization and normal user fixes 2018-03-02 14:43:44 +01:00
emanuele-f
b0bee269c2 Localize flow and SNMP devices pages 2018-03-01 20:15:10 +01:00
emanuele-f
392bd7040a Extends ntopng localization 2018-02-09 19:34:02 +01:00
emanuele-f
ec7b6948e0 Remove nedge code 2018-02-09 12:05:39 +01:00