Commit graph

5283 commits

Author SHA1 Message Date
Simone Mainardi
aeecbcce29 Initial implementation of OO recipients with SQLite 2020-08-28 13:19:58 +02:00
Simone Mainardi
4ad51d2774 Fixes ERROR: ntop_get_tls_version_name : expected number 2020-08-26 11:23:04 +02:00
Alfredo Cardigliano
055e8cdecf Move rest/v1/get/ntopng/session.lua to scripts/lua/rest/v1/create/ntopng/session.lua 2020-08-26 09:20:29 +02:00
Alfredo Cardigliano
ea0bd4d71a Fix custom alias in case of vlan 2020-08-25 18:41:28 +02:00
Alfredo Cardigliano
d4979f8c87 Fix rest/v1/get/interface/l7/stats.lua example 2020-08-25 15:39:01 +02:00
Alfredo Cardigliano
0eaf407514 Example fix 2020-08-25 15:27:35 +02:00
Simone Mainardi
7f241d71d5 Implements attack mitigation via SNMP
Implements #3833 along with companion pro commit
2020-08-24 15:05:35 +02:00
Simone Mainardi
dd16949b2f Minor icon size fix 2020-08-21 15:16:40 +02:00
Simone Mainardi
af7d8d0b97 Minor localization updates 2020-08-21 12:46:50 +02:00
Simone Mainardi
a05e4c599e Extensions handle SNMP device interfaces status change 2020-08-20 17:56:10 +02:00
Simone Mainardi
58817e0048 Minor lint addition for snmp_admin_status 2020-08-20 17:21:14 +02:00
Simone Mainardi
a88541c05f Implements inline drilldown of protocol categories
Implements #4290
2020-08-20 15:41:17 +02:00
Simone Mainardi
760175ac5e Fixes invalid reference to function addCommas 2020-08-20 14:21:59 +02:00
Simone Mainardi
79f542be0e Uses TLS version string from nDPI
Fixes #4149
2020-08-20 11:50:57 +02:00
Alfredo Cardigliano
ba2e44ddc6 REST endpoints now return specific HTTP codes on failure (fix #4278) 2020-08-20 11:45:17 +02:00
Alfredo Cardigliano
646c5a8d68 Add support for returning HTTP status codes to rest_utils 2020-08-20 10:28:18 +02:00
Simone Mainardi
5f3c83ff45 Fixes overwrite of successfully validated special params
Fixes #4313
2020-08-19 19:06:06 +02:00
Simone Mainardi
473b90e9ae Fixes certain API calls using old rest_utils consts
Fixes #4312
2020-08-19 17:16:28 +02:00
Simone Mainardi
6274946e08 Shows remote hosts historical page when nIndex is enabled 2020-08-19 16:25:41 +02:00
gabryon99
b7b17d9d1c add import/export page GUI 2020-08-19 15:49:50 +02:00
Simone Mainardi
327425a853 Fixes ordering of applications in timeseries menu
Possible fix for #4289
2020-08-19 14:12:32 +02:00
Simone Mainardi
4fc6089340 Disables a debug print 2020-08-19 11:44:03 +02:00
Alfredo Cardigliano
b9217b07c3 Improve update failure menu 2020-08-19 10:13:40 +02:00
Simone Mainardi
d895777fa2 Adds pool name to base_pools:get_assigned_members 2020-08-19 09:33:58 +02:00
Simone Mainardi
2473637bd0 Prevents initialization of non-subclassed base_pools.lua
Partially addresses #4271
2020-08-18 18:29:25 +02:00
Alfredo Cardigliano
546733c3a2 Improve error reporting in case of failing updates 2020-08-18 18:15:11 +02:00
Simone Mainardi
fd72b39302 Prevents unnecessary reads of host pools in alert/graph utils
Partially addresses #4271
2020-08-18 18:11:15 +02:00
gabryon99
847138190b add localization to DNS resolve inside endpoint email type 2020-08-18 16:25:15 +02:00
Simone Mainardi
1ae2b2d932 Refactors NtopngUtils into NtopUtils 2020-08-18 15:10:04 +02:00
Simone Mainardi
e61f9ffe68 Refactor JS code into class NtopngUtils
Implements #3735
2020-08-18 14:13:48 +02:00
Alfredo Cardigliano
8a0525702e Update internal rest api 2020-08-18 11:48:15 +02:00
Alfredo Cardigliano
65acfacccd Add REST endpoint for name resolution 2020-08-18 11:38:11 +02:00
Simone Mainardi
0d07e5a699 Cosmetic fix 2020-08-18 10:24:15 +02:00
Simone Mainardi
16db3cda67 Reworks REST API to return i18n success/error messages
Implements #4300
2020-08-17 19:18:16 +02:00
Luca Deri
398e25c022 Disabled log 2020-08-17 18:24:05 +02:00
Simone Mainardi
d95b58a9d8 Implements filter to select interfaces Up with traffic detected
Implements #4303 along with companion pro commit
2020-08-17 17:32:01 +02:00
Alfredo Cardigliano
b65154289e Improve rest/v1/edit/ntopng/user.lua endpoint 2020-08-17 16:46:53 +02:00
gabryon99
3401a4c12a fixed maximum number for endpoint types 2020-08-17 11:22:38 +02:00
Luca Deri
f0ade98875
Merge pull request #4302 from WuerthPhoenix/add_rest_api_to_update_user
Add edit user endpoint
2020-08-16 10:14:49 +02:00
gabryon99
624ca3abd1 imporved look and feel for the pages and add new modal close confirm 2020-08-14 16:17:31 +02:00
Luca Deri
e04efa250e Added starts() function as lua_utils is no longer referenced and thus this function is necessary 2020-08-14 12:47:42 +02:00
Mattia Codato
d9a762feca Add edit user endpoint 2020-08-14 12:25:36 +02:00
Alfredo Cardigliano
1160066b08 Add logging for all non-get REST calls (fix #4279) 2020-08-14 12:02:09 +02:00
gabryon99
a567212337 added count extension to datatable filters 2020-08-14 10:15:53 +02:00
gabryon99
25645e6add improved page style and added a layout to am notes 2020-08-14 09:17:11 +02:00
Luca Deri
b6a1386969 Fix for parameter checking 2020-08-13 19:21:00 +02:00
Alfredo Cardigliano
628bdd8994 Add tracing of rest set calls 2020-08-13 16:08:25 +02:00
gabryon99
8e08eca794 fixed run out of memory in some browsers 2020-08-12 09:31:51 +02:00
Alfredo Cardigliano
76b740c2b4 Add more flow details (verbose param) 2020-08-11 11:04:44 +02:00
gabryon99
1421833477 slightly improvment for ntopng gui on mobile devices 2020-08-10 11:19:04 +02:00