Luca Deri
a8d636626c
Fixed broken error page
2020-04-03 09:37:00 +02:00
gabryon99
d49e559f00
localized http status code in italian
2020-04-03 09:08:52 +02:00
gabryon99
96b0885290
localized error page
2020-04-03 08:39:50 +02:00
gabryon99
633ee3096d
reworked blog notifications
...
now the notification are stored in redis and not anymore in browser local storage
2020-04-02 23:04:03 +02:00
Luca Deri
7eca89e9f5
Merge branch 'dev' of https://github.com/ntop/ntopng into dev
2020-04-02 19:58:56 +02:00
Luca Deri
48b3fbc348
Reworked error messages
2020-04-02 19:50:31 +02:00
emanuele-f
c2e98fe9ec
Fix user scripts overview after edition changes
2020-04-02 15:36:21 +02:00
emanuele-f
121c2ef0dd
Add support for Enterprise L plugins
2020-04-02 15:23:11 +02:00
Alfredo Cardigliano
2425134f05
Replace isEnterprise with isEnterpriseM
2020-04-02 12:36:34 +00:00
emanuele-f
8dc04eb37d
Fix allowed interface change not working
...
Broken since a86aaa61e6
Fixes #3690
2020-04-02 12:10:25 +02:00
emanuele-f
816cc80667
Fix script failure in community charts
...
Fixes #3605
2020-04-02 10:26:47 +02:00
Simone Mainardi
05a88ae832
Fixes unexpected token H in VLANS page
...
Fixes #3689
2020-04-02 10:11:34 +02:00
gabryon99
17268a4c60
fix broken switch interface for non admin user
...
fix #3688
2020-04-02 08:24:22 +02:00
gabryon99
cfc4962d9f
added http error handling page
2020-04-01 20:04:56 +02:00
gabryon99
a7d0efc1a3
improved dark theme and add custom bootstrap theme
...
fix #3633
2020-04-01 18:31:17 +02:00
gabryon99
3bb2745b9f
changed badge color for multicast
...
fix #3621
2020-04-01 17:42:22 +02:00
emanuele-f
e06ae0a51b
Fix bad selected menu item for user scripts config page
2020-04-01 17:06:16 +02:00
gabryon99
662ac8cd62
moved up license expired badge (inside the navbar)
...
fix #3625
2020-03-31 23:09:16 +02:00
gabryon99
6704777dc8
refactored user scripts overview page
...
fix #3615
2020-03-31 22:58:24 +02:00
emanuele-f
d392b070a8
Fix stripped @ on host labels
2020-03-31 12:03:47 +02:00
emanuele-f
02c36d4140
Replace calls to getResolvedAddress with host2name
2020-03-31 11:52:50 +02:00
emanuele-f
4b1184acdb
Fix host alias not shown in flows
2020-03-31 10:39:53 +02:00
emanuele-f
423f73da3f
Add alert endpoints documentation
2020-03-30 17:51:49 +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
Luca Deri
7bdb5ceff4
Removed blankc
2020-03-30 16:40:57 +02:00
Luca Deri
bb04be28b3
Fixes #3647
2020-03-30 16:36:17 +02:00
Luca Deri
a3e7d8cde1
Fixes #3646
2020-03-30 16:27:14 +02:00
gabryon99
953c6cd40f
fix fort ticket #3622 , removed debug logs
2020-03-30 11:44:20 +02:00
gabryon99
683dad6199
removed unused p tag used as separator
2020-03-30 11:02:42 +02:00
gabryon99
e486d05058
implemented blog notification per users
2020-03-27 17:46:13 +01:00
emanuele-f
983fea5701
Fix bad SNMP interface formatter
...
Fixes #3659
2020-03-27 17:40:51 +01:00
emanuele-f
e1f28243d0
Add check to avoid "list x has 0 rules" on interrupted shutdowns
...
Fixes #3468
2020-03-27 15:33:34 +01:00
gabryon99
9e07efe009
fix for ticket #3645
2020-03-27 15:30:37 +01:00
emanuele-f
73a8b39d1f
Fix errors in RTT hosts import/reset
2020-03-27 14:45:24 +01:00
emanuele-f
9c404e3b30
Restore ntopng major version check
...
Closes #3648
2020-03-27 11:58:33 +01:00
emanuele-f
af48ccedf4
Fix DHCP ranges cleared when page changes
...
Fixes #3636
2020-03-27 10:37:19 +01:00
gabryon99
cbeb73f890
fix for blog notifications
2020-03-26 18:05:36 +01:00
gabryon99
823edabeca
fix on blog_utils to fetch posts
2020-03-26 17:43:02 +01:00
gabryon99
6d66d9e744
fixed issue #3638
2020-03-26 17:21:39 +01:00
gabryon99
9e327665a6
fix order menu help
2020-03-26 16:56:35 +01:00
gabryon99
c8465b5717
fix for ticket #3640 and add suggest feature link
2020-03-26 16:52:49 +01:00
emanuele-f
66df54184c
Add missing filter hosts filter item hightlight
2020-03-26 15:10:03 +01:00
emanuele-f
7c6a84e851
Fix score sort errors while going back to community mode
...
Fixes #3635
2020-03-26 15:09:42 +01:00
Simone Mainardi
3144bc8bdf
Renames alert_config to user_script_config
2020-03-26 14:51:53 +01:00
emanuele-f
61ab06fcd7
Fix SyslogParserInterface plugins loading
2020-03-26 14:47:51 +01:00
emanuele-f
15c013922d
Improve plugins reload to avoid transient errors
...
A "shadow directory" is now populated when the reload occurs and then swapped as the active directory.
This avoids breaking the directory structure or changing files when other threads are possibly working
on them.
Fixes #3595
2020-03-26 14:21:11 +01:00
emanuele-f
1862b684ed
Fix for alerts_api doc generation
...
Do not document local functions!
2020-03-26 09:39:31 +01:00
emanuele-f
770ae697b2
Fix ntopng updates broken with italian language
...
Js strings must be enclosed in double quotes to prevent these errors.
2020-03-25 16:11:08 +01:00
emanuele-f
611dc3d499
Remove historical flow explorer link for score alerts
...
Host having an high score does not imply that the host has alerted flows. When no
flow alerts are present, adding a link to the explorer is wrong.
2020-03-25 15:40:33 +01:00